Trace number 3688587

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT3 41.12 38.929

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688587-1337885011.opb
0.10/0.10	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.043s.
0.10/0.14	c declared #vars     81
0.10/0.14	c internal #vars     324
0.10/0.14	c #constraints  496
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
0.10/0.14	c 496 constraints processed.
0.10/0.14	c objective function length is 9 literals
0.30/0.26	c SATISFIABLE
0.30/0.26	c OPTIMIZING...
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.30/0.26	o 3
0.62/0.47	c cleaning 2964 clauses out of 5928 with flag 5000/5928
1.21/0.73	c cleaning 4473 clauses out of 8965 with flag 11001/11929
1.52/1.07	c cleaning 5743 clauses out of 11491 with flag 18000/18928
1.92/1.46	c cleaning 6869 clauses out of 13749 with flag 26001/26929
2.45/1.97	c cleaning 7935 clauses out of 15880 with flag 35001/35929
2.95/2.45	c cleaning 8957 clauses out of 17944 with flag 45000/45928
3.58/3.03	c cleaning 9987 clauses out of 19988 with flag 56001/56929
4.64/3.72	c cleaning 10997 clauses out of 22000 with flag 68000/68928
5.37/4.30	c cleaning 11997 clauses out of 24004 with flag 81001/81929
6.09/4.94	c cleaning 12999 clauses out of 26007 with flag 95001/95929
6.90/5.76	c cleaning 13998 clauses out of 28008 with flag 110001/110929
7.60/6.50	c cleaning 15000 clauses out of 30010 with flag 126001/126929
8.51/7.36	c cleaning 15995 clauses out of 32009 with flag 143000/143928
9.42/8.28	c cleaning 17002 clauses out of 34015 with flag 161001/161929
10.98/9.41	c cleaning 18004 clauses out of 36013 with flag 180001/180929
12.42/10.57	c cleaning 18998 clauses out of 38008 with flag 200000/200928
13.83/11.90	c cleaning 19994 clauses out of 40011 with flag 221001/221929
15.03/13.13	c cleaning 20996 clauses out of 42018 with flag 243002/243930
16.35/14.40	c cleaning 22007 clauses out of 44021 with flag 266001/266929
17.86/15.95	c cleaning 23000 clauses out of 46013 with flag 290000/290928
19.48/17.57	c cleaning 24001 clauses out of 48014 with flag 315001/315929
21.20/19.30	c cleaning 24999 clauses out of 50012 with flag 341000/341928
23.13/21.12	c cleaning 26001 clauses out of 52014 with flag 368001/368929
24.96/22.99	c cleaning 26999 clauses out of 54013 with flag 396001/396929
27.07/25.08	c cleaning 28003 clauses out of 56014 with flag 425001/425929
29.63/27.59	c cleaning 29003 clauses out of 58011 with flag 455001/455929
31.54/29.46	c cleaning 30001 clauses out of 60008 with flag 486001/486929
34.37/32.27	c cleaning 30997 clauses out of 62006 with flag 518000/518928
36.89/34.78	c cleaning 32003 clauses out of 64008 with flag 551000/551928
39.51/37.36	c cleaning 33001 clauses out of 66004 with flag 585000/585928
41.12/38.92	c starts		: 154
41.12/38.92	c conflicts		: 606430
41.12/38.92	c decisions		: 623483
41.12/38.92	c propagations		: 11601702
41.12/38.92	c inspects		: 444080397
41.12/38.92	c shortcuts		: 0
41.12/38.92	c learnt literals	: 18
41.12/38.92	c learnt binary clauses	: 11
41.12/38.92	c learnt ternary clauses	: 23
41.12/38.92	c learnt constraints	: 606411
41.12/38.92	c ignored constraints	: 0
41.12/38.92	c root simplifications	: 0
41.12/38.92	c removed literals (reason simplification)	: 0
41.12/38.92	c reason swapping (by a shorter reason)	: 0
41.12/38.92	c Calls to reduceDB	: 30
41.12/38.92	c number of reductions to clauses (during analyze)	: 0
41.12/38.92	c number of learned constraints concerned by reduction	: 0
41.12/38.92	c number of learning phase by resolution	: 0
41.12/38.92	c number of learning phase by cutting planes	: 0
41.12/38.92	c speed (assignments/second)	: 299221.15905398084
41.12/38.92	c non guided choices	512
41.12/38.92	c learnt constraints type 
41.12/38.92	c constraints type 
41.12/38.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
41.12/38.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
41.12/38.92	c 496 constraints processed.
41.12/38.92	s OPTIMUM FOUND
41.12/38.92	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 x29 x30 x31 x32 x33 -x34 -x35 x36 x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 x76 -x77 x78 x79 -x80 -x81 
41.12/38.92	c objective function=3
41.12/38.92	c Total wall clock time (in seconds): 38.82

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688587-1337885011/watcher-3688587-1337885011 -o /tmp/evaluation-result-3688587-1337885011/solver-3688587-1337885011 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688587-1337885011.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 28096
/proc/meminfo: memFree=29119524/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/28096/stat : 28096 (java) R 28094 28096 24862 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 1 0 254625439 24780800 867 33554432000 1073741824 1073778376 140734856794768 140734856783832 254750365873 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 6050 867 654 9 0 385 0
[pid=28096/tid=28097] ppid=28094 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 2 0 254625439 24780800 870 33554432000 1073741824 1073778376 140734856794768 140734856783832 254749929424 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.058558 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 28096
/proc/meminfo: memFree=29119524/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 3210 0 1 0 4 1 0 0 20 0 18 0 254625439 9787813888 4418 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2389603 4418 1759 9 0 2380296 0
[pid=28096/tid=28097] ppid=28094 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2001 0 1 0 3 0 0 0 20 0 18 0 254625439 9787813888 4418 33554432000 1073741824 1073778376 140734856794768 140200743246496 254753694989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100267 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 28096
/proc/meminfo: memFree=29119524/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 4421 0 1 0 9 1 0 0 20 0 18 0 254625439 9787813888 6093 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2389603 6093 2130 9 0 2380296 0
[pid=28096/tid=28097] ppid=28094 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2427 0 1 0 6 1 0 0 20 0 18 0 254625439 9787813888 6093 33554432000 1073741824 1073778376 140734856794768 140200743242520 254753694989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300316 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 28096
/proc/meminfo: memFree=29119524/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 6688 0 1 0 48 2 0 0 20 0 19 0 254625439 9855975424 7924 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 7924 2210 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2441 0 1 0 26 1 0 0 20 0 19 0 254625439 9855975424 7924 33554432000 1073741824 1073778376 140734856794768 140200743244408 140200567620693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700335 s]
/proc/loadavg: 2.15 2.03 2.01 3/194 28096
/proc/meminfo: memFree=29119524/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=1.21 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 13660 0 1 0 117 4 0 0 20 0 19 0 254625439 9855975424 13350 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 13350 2253 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2444 0 1 0 65 1 0 0 20 0 19 0 254625439 9855975424 13350 33554432000 1073741824 1073778376 140734856794768 140200743244184 140200567573224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624976

[startup+1.50055 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 28115
/proc/meminfo: memFree=29070240/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 13697 0 1 0 200 5 0 0 20 0 19 0 254625439 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 14913 2263 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2446 0 1 0 140 1 0 0 20 0 19 0 254625439 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200743244064 140200567523592 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 254625441 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 7978 0 0 0 33 2 0 0 20 0 19 0 254625444 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 2010 0 0 0 16 0 0 0 20 0 19 0 254625444 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 14913 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 28115
/proc/meminfo: memFree=29066020/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=3.78 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 14485 0 1 0 373 5 0 0 20 0 19 0 254625439 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 15754 2267 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2453 0 1 0 295 1 0 0 20 0 19 0 254625439 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200743244024 140200567558499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 19 0 254625441 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) R 28094 28096 24862 0 -1 4202560 8740 0 0 0 44 2 0 0 20 0 19 0 254625444 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200562882856 140200747089964 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 2021 0 0 0 17 0 0 0 20 0 19 0 254625444 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 15754 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 2.14 2.03 2.00 3/213 28115
/proc/meminfo: memFree=29060568/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=7.5 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 18779 0 1 0 744 6 0 0 20 0 19 0 254625439 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 17170 2267 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=6.08 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2458 0 1 0 607 1 0 0 20 0 19 0 254625439 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200743244024 140200567533623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625440 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 254625441 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 13010 0 0 0 92 3 0 0 20 0 19 0 254625444 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 2021 0 0 0 18 0 0 0 20 0 19 0 254625444 9855975424 17170 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

################
# More data... #
################

/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 62 0 0 0 52 0 0 0 20 0 19 0 254625441 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 13010 0 0 0 93 3 0 0 20 0 19 0 254625444 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 11431 0 0 0 90 2 0 0 20 0 19 0 254625444 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 25182 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 38.9
Current children cumulated vsize (KiB) 9624976

[startup+38.3007 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28115
/proc/meminfo: memFree=29011600/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=40.51 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 28336 0 1 0 4041 10 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 25695 2267 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=37.45 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2482 0 1 0 3744 1 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200743244024 140200567558337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 63 0 0 0 54 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 13010 0 0 0 93 3 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 11431 0 0 0 90 2 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 40.51
Current children cumulated vsize (KiB) 9624976

[startup+38.7007 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28115
/proc/meminfo: memFree=29009428/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=40.92 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 28337 0 1 0 4082 10 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 25695 2267 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=37.85 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2482 0 1 0 3784 1 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200743244064 140200567603895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 63 0 0 0 54 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 13010 0 0 0 93 3 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 11432 0 0 0 91 2 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 40.92
Current children cumulated vsize (KiB) 9624976

[startup+38.9007 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 28115
/proc/meminfo: memFree=29009428/32873844 swapFree=7364/7364
[pid=28096] ppid=28094 vsize=9624976 CPUtime=41.12 cores=1,3,5,7
/proc/28096/stat : 28096 (java) S 28094 28096 24862 0 -1 4202496 28337 0 1 0 4102 10 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140734856785904 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28096/statm: 2406244 25695 2267 9 0 2396937 0
[pid=28096/tid=28097] ppid=28094 vsize=9624976 CPUtime=38.05 cores=1,3,5,7
/proc/28096/task/28097/stat : 28097 (java) R 28094 28096 24862 0 -1 4202560 2482 0 1 0 3804 1 0 0 20 0 19 0 254625439 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200743244064 140200567715124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28099] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28099/stat : 28099 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200704736296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28100] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28100/stat : 28100 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200703683496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28101] ppid=28094 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28096/task/28101/stat : 28101 (java) S 28094 28096 24862 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200702630696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28096/tid=28102] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28102/stat : 28102 (java) S 28094 28096 24862 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200701577896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28103] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28103/stat : 28103 (java) S 28094 28096 24862 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200700525096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28104] ppid=28094 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/28096/task/28104/stat : 28104 (java) S 28094 28096 24862 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200699472296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28105] ppid=28094 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/28096/task/28105/stat : 28105 (java) S 28094 28096 24862 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200698419496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28096/tid=28106] ppid=28094 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28096/task/28106/stat : 28106 (java) S 28094 28096 24862 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 254625440 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200697366696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28107] ppid=28094 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/28096/task/28107/stat : 28107 (java) S 28094 28096 24862 0 -1 4202560 63 0 0 0 54 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200567106536 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28108] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28108/stat : 28108 (java) S 28094 28096 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200566052600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28109] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28109/stat : 28109 (java) S 28094 28096 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254625441 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200564999688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28110] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200563948176 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28111] ppid=28094 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/28096/task/28111/stat : 28111 (java) S 28094 28096 24862 0 -1 4202560 13010 0 0 0 93 3 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200562895288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28112] ppid=28094 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/28096/task/28112/stat : 28112 (java) S 28094 28096 24862 0 -1 4202560 11432 0 0 0 92 2 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200561842488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28096/tid=28113] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28113/stat : 28113 (java) S 28094 28096 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200560789880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28114] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28114/stat : 28114 (java) S 28094 28096 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254625444 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200559737288 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28096/tid=28115] ppid=28094 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28115/stat : 28115 (java) S 28094 28096 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254625454 9855975424 25695 33554432000 1073741824 1073778376 140734856794768 140200558683816 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 41.12
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28096 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=925778
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=182972
# CPU time returned by wait4() is 41.1087
# while last known CPU time is 41.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 38.929
CPU time (s): 41.12
CPU user time (s): 41.02
CPU system time (s): 0.1
CPU usage (%): 105.628
Max. virtual memory (cumulated for all children) (KiB): 9626276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9258
system time used= 0.182972
maximum resident set size= 102820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28349
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1894
involuntary context switches= 826

runsolver used 0.163975 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:43:31
IDJOB=3688587
IDBENCH=48043
IDSOLVER=2269
FILE ID=node145/3688587-1337885011
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688587-1337885011/watcher-3688587-1337885011 -o /tmp/evaluation-result-3688587-1337885011/solver-3688587-1337885011 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688587-1337885011.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=320885072

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29120052 kB
Buffers:          216332 kB
Cached:          2677456 kB
SwapCached:            0 kB
Active:           507880 kB
Inactive:        2470824 kB
Active(anon):      87516 kB
Inactive(anon):        0 kB
Active(file):     420364 kB
Inactive(file):  2470824 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               120 kB
Writeback:             0 kB
AnonPages:        116904 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             631056 kB
SReclaimable:      73008 kB
SUnreclaim:       558048 kB
KernelStack:        1760 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node145 at 2012-05-24 20:44:10