Trace number 3739633

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0UNSAT 1771.48 890.91

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3739633-1338729534.opb
0.09/0.12	c reading problem ... 
1.89/1.00	c ... done. Wall clock time 0.886s.
1.89/1.00	c #vars     28798
1.89/1.00	c #constraints  83116
1.89/1.00	c constraints type 
1.89/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1.89/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1.89/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1.89/1.01	c constraints type 
1.89/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
1.89/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
1.89/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
7.60/3.21	c cleaning 2496 clauses out of 5001 with flag 5001/5001
12.30/5.35	c cleaning 4245 clauses out of 8504 with flag 11000/11000
16.89/7.69	c cleaning 5613 clauses out of 11262 with flag 18003/18003
22.59/10.57	c cleaning 6823 clauses out of 13650 with flag 26004/26004
29.10/13.81	c cleaning 7908 clauses out of 15823 with flag 35000/35000
36.00/17.31	c cleaning 8946 clauses out of 17915 with flag 45000/45000
44.10/21.40	c cleaning 9982 clauses out of 19970 with flag 56001/56001
52.98/25.95	c cleaning 10986 clauses out of 21987 with flag 68000/68000
62.81/30.97	c cleaning 11989 clauses out of 24001 with flag 81000/81000
73.31/36.30	c cleaning 12992 clauses out of 26012 with flag 95000/95000
85.80/42.50	c cleaning 14006 clauses out of 28020 with flag 110000/110000
98.66/49.04	c cleaning 15000 clauses out of 30014 with flag 126000/126000
112.02/55.87	c cleaning 15995 clauses out of 32014 with flag 143000/143000
127.28/63.52	c cleaning 16994 clauses out of 34019 with flag 161000/161000
130.35/65.13	c cleaning 0 clauses out of 5000 with flag 0/5000
144.71/72.24	c cleaning 18010 clauses out of 36025 with flag 180000/180000
160.04/79.99	c cleaning 18991 clauses out of 38015 with flag 200000/200000
178.30/89.19	c cleaning 20004 clauses out of 40028 with flag 221004/221004
197.53/98.85	c cleaning 21000 clauses out of 42019 with flag 243000/243000
219.58/109.96	c cleaning 21999 clauses out of 44020 with flag 266001/266001
242.10/121.34	c cleaning 22998 clauses out of 46020 with flag 290000/290000
264.92/132.87	c cleaning 24005 clauses out of 48024 with flag 315003/315003
289.18/145.00	c cleaning 24990 clauses out of 50015 with flag 341000/341000
314.80/157.95	c cleaning 26007 clauses out of 52027 with flag 368002/368002
343.68/172.59	c cleaning 26999 clauses out of 54022 with flag 396004/396004
373.48/187.55	c cleaning 28002 clauses out of 56020 with flag 425001/425001
404.88/203.33	c cleaning 29004 clauses out of 58018 with flag 455001/455001
438.49/220.21	c cleaning 30000 clauses out of 60014 with flag 486001/486001
471.74/237.00	c cleaning 30995 clauses out of 62014 with flag 518001/518001
506.74/254.68	c cleaning 31985 clauses out of 64018 with flag 551000/551000
543.35/273.00	c cleaning 33005 clauses out of 66036 with flag 585003/585003
584.93/293.91	c cleaning 33998 clauses out of 68030 with flag 620002/620002
626.58/314.99	c cleaning 35005 clauses out of 70031 with flag 656001/656001
637.92/320.78	c cleaning 0 clauses out of 11000 with flag 0/11000
668.47/336.19	c cleaning 35997 clauses out of 72027 with flag 693002/693002
713.07/358.51	c cleaning 37005 clauses out of 74028 with flag 731000/731000
756.46/380.42	c cleaning 38003 clauses out of 76023 with flag 770000/770000
804.85/404.78	c cleaning 38998 clauses out of 78020 with flag 810001/810001
859.37/432.19	c cleaning 39991 clauses out of 80020 with flag 851000/851000
914.30/459.76	c cleaning 40985 clauses out of 82027 with flag 893000/893000
967.66/486.64	c cleaning 42012 clauses out of 84042 with flag 936000/936000
1022.39/514.11	c cleaning 42998 clauses out of 86029 with flag 980000/980000
1079.31/542.78	c cleaning 44010 clauses out of 88031 with flag 1025000/1025000
1141.05/573.79	c cleaning 44986 clauses out of 90021 with flag 1071000/1071000
1201.94/604.48	c cleaning 46005 clauses out of 92034 with flag 1118000/1118000
1264.46/635.86	c cleaning 47004 clauses out of 94029 with flag 1166000/1166000
1333.77/670.61	c cleaning 47995 clauses out of 96025 with flag 1215000/1215000
1400.93/704.39	c cleaning 49004 clauses out of 98030 with flag 1265000/1265000
1474.84/741.54	c cleaning 49979 clauses out of 100026 with flag 1316000/1316000
1544.78/776.64	c cleaning 51011 clauses out of 102044 with flag 1368000/1368000
1618.66/813.74	c cleaning 52002 clauses out of 104033 with flag 1421000/1421000
1693.01/851.05	c cleaning 53000 clauses out of 106032 with flag 1475001/1475001
1771.07/890.35	c  And the winner is Resolution
1769.42/890.86	c starts		: 190
1769.42/890.86	c conflicts		: 1529754
1769.42/890.86	c decisions		: 1893400
1769.42/890.86	c propagations		: 1036691539
1769.42/890.86	c inspects		: 6615000979
1769.42/890.86	c shortcuts		: 0
1769.42/890.86	c learnt literals	: 17
1769.42/890.86	c learnt binary clauses	: 134
1769.42/890.86	c learnt ternary clauses	: 981
1769.42/890.86	c learnt constraints	: 1529736
1769.42/890.86	c ignored constraints	: 0
1769.42/890.86	c root simplifications	: 0
1769.42/890.86	c removed literals (reason simplification)	: 41153653
1769.42/890.86	c reason swapping (by a shorter reason)	: 0
1769.42/890.86	c Calls to reduceDB	: 50
1769.42/890.86	c number of reductions to clauses (during analyze)	: 0
1769.42/890.86	c number of learned constraints concerned by reduction	: 0
1769.42/890.86	c number of learning phase by resolution	: 0
1769.42/890.86	c number of learning phase by cutting planes	: 0
1769.42/890.86	c speed (assignments/second)	: 1165009.1407945321
1769.42/890.86	c non guided choices	13
1769.42/890.89	c learnt constraints type 
1769.42/890.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 134
1769.42/890.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107645
1769.42/890.89	c constraints type 
1769.42/890.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1769.42/890.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1769.42/890.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1769.42/890.89	c constraints type 
1769.42/890.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
1769.42/890.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
1769.42/890.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
1769.42/890.89	s UNSATISFIABLE
1769.42/890.89	c Total wall clock time (in seconds): 890.772

Verifier Data

ERROR: no interpretation found !

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-3739633-1338729534/watcher-3739633-1338729534 -o /tmp/evaluation-result-3739633-1338729534/solver-3739633-1338729534 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739633-1338729534.opb 

running on 4 cores: 0,2,4,6

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: 3.86 3.81 3.54 4/197 23315
/proc/meminfo: memFree=25841052/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23315/stat : 23315 (java) D 23313 23315 18226 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339079206 9515008 183 33554432000 1073741824 1073778376 140734935626224 140734935617256 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2323 183 140 9 0 71 0

[startup+0.028336 s]
/proc/loadavg: 3.86 3.81 3.54 4/197 23315
/proc/meminfo: memFree=25841052/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=10510056 CPUtime=0 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 3140 0 1 0 0 0 0 0 20 0 2 0 339079206 10762297344 8441 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2627514 8441 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100203 s]
/proc/loadavg: 3.86 3.81 3.54 4/197 23315
/proc/meminfo: memFree=25841052/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 5226 0 1 0 8 1 0 0 20 0 18 0 339079206 11864465408 13575 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2896598 13575 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300221 s]
/proc/loadavg: 3.86 3.81 3.54 4/197 23315
/proc/meminfo: memFree=25841052/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 6755 0 1 0 45 2 0 0 20 0 18 0 339079206 11864465408 16718 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2896598 16718 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.70023 s]
/proc/loadavg: 3.86 3.81 3.54 4/197 23315
/proc/meminfo: memFree=25841052/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11586392 CPUtime=1.27 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 10790 0 1 0 123 4 0 0 20 0 18 0 339079206 11864465408 48554 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2896598 48554 2245 9 0 2887285 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 11586392

[startup+1.50062 s]
/proc/loadavg: 3.95 3.83 3.55 6/215 23333
/proc/meminfo: memFree=25530252/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=3.86 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 20269 0 1 0 378 8 0 0 20 0 22 0 339079206 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 96318 2262 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3493 0 1 0 91 6 0 0 20 0 22 0 339079207 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079213 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) R 23313 23315 18226 0 -1 4202560 9627 0 0 0 90 1 0 0 20 0 22 0 339079213 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825847601208 139826040897730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) R 23313 23315 18226 0 -1 4202560 5819 0 0 0 96 0 0 0 20 0 22 0 339079214 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825846535944 139826041212672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 96318 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 11852648

[startup+3.10072 s]
/proc/loadavg: 3.95 3.83 3.55 5/218 23337
/proc/meminfo: memFree=25194280/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=7.37 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 20732 0 1 0 717 20 0 0 20 0 22 0 339079206 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 281153 2265 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3493 0 1 0 91 6 0 0 20 0 22 0 339079207 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079213 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) S 23313 23315 18226 0 -1 4202560 9628 0 0 0 101 1 0 0 20 0 22 0 339079213 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825847601208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) S 23313 23315 18226 0 -1 4202560 5918 0 0 0 118 0 0 0 20 0 22 0 339079214 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825846548664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23334] ppid=23313 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/23315/task/23334/stat : 23334 (java) R 23313 23315 18226 0 -1 4202560 27 0 0 0 205 0 0 0 20 0 22 0 339079307 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825843389208 139825898975132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23335] ppid=23313 vsize=11852648 CPUtime=2.06 cores=0,2,4,6
/proc/23315/task/23335/stat : 23335 (java) R 23313 23315 18226 0 -1 4202560 458 0 0 0 195 11 0 0 20 0 22 0 339079307 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825842336344 139825899353120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23336] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23336/stat : 23336 (java) S 23313 23315 18226 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339079318 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825841284648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23337] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23337/stat : 23337 (java) S 23313 23315 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339079319 12137111552 281153 33554432000 1073741824 1073778376 140734608463568 139825840232104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 11852648

[startup+6.30072 s]
/proc/loadavg: 3.95 3.83 3.55 4/218 23337
/proc/meminfo: memFree=24528944/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=14.25 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 23855 0 1 0 1398 27 0 0 20 0 22 0 339079206 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 329829 2290 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3493 0 1 0 91 6 0 0 20 0 22 0 339079207 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 339079209 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 47 0 0 0 18 0 0 0 20 0 22 0 339079211 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079213 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) S 23313 23315 18226 0 -1 4202560 12544 0 0 0 149 2 0 0 20 0 22 0 339079213 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825847601208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) S 23313 23315 18226 0 -1 4202560 5922 0 0 0 126 0 0 0 20 0 22 0 339079214 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825846548664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23334] ppid=23313 vsize=11852648 CPUtime=5.01 cores=0,2,4,6
/proc/23315/task/23334/stat : 23334 (java) R 23313 23315 18226 0 -1 4202560 29 0 0 0 501 0 0 0 20 0 22 0 339079307 12137111552 329829 33554432000 1073741824 1073778376 140734608463568 139825843389368 139825898975128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

Current children cumulated vsize (KiB) 11852648

[startup+889.501 s]
/proc/loadavg: 4.00 3.97 3.78 5/219 23413
/proc/meminfo: memFree=19453596/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=1769.47 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 28872 0 1 0 176846 101 0 0 20 0 22 0 339079206 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 949705 2290 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3517 0 1 0 94 7 0 0 20 0 22 0 339079207 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 160 0 0 0 99 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 232 0 0 0 99 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 166 0 0 0 100 5 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 167 0 0 0 100 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 187 0 0 0 98 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 156 0 0 0 94 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 130 0 0 0 95 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 125 0 0 0 87 2 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=15.41 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 184 0 0 0 1534 7 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079213 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=2.07 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) S 23313 23315 18226 0 -1 4202560 14990 0 0 0 204 3 0 0 20 0 22 0 339079213 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825847601208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) S 23313 23315 18226 0 -1 4202560 5937 0 0 0 142 0 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825846548664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23334] ppid=23313 vsize=11852648 CPUtime=868.3 cores=0,2,4,6
/proc/23315/task/23334/stat : 23334 (java) R 23313 23315 18226 0 -1 4202560 86 0 0 0 86816 14 0 0 20 0 22 0 339079307 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825843387248 139825899300898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23335] ppid=23313 vsize=11852648 CPUtime=868.47 cores=0,2,4,6
/proc/23315/task/23335/stat : 23335 (java) R 23313 23315 18226 0 -1 4202560 1589 0 0 0 86788 59 0 0 20 0 22 0 339079307 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825842335456 139825899336814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23336] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23336/stat : 23336 (java) S 23313 23315 18226 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339079318 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825841284648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23337] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23337/stat : 23337 (java) S 23313 23315 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339079319 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825840232104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.47
Current children cumulated vsize (KiB) 11852648

[startup+890.301 s]
/proc/loadavg: 4.00 3.97 3.78 5/219 23413
/proc/meminfo: memFree=19453596/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=1771.07 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 28872 0 1 0 177006 101 0 0 20 0 22 0 339079206 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 949705 2290 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3517 0 1 0 94 7 0 0 20 0 22 0 339079207 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 160 0 0 0 99 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 232 0 0 0 99 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 166 0 0 0 100 5 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 167 0 0 0 100 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 187 0 0 0 98 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 156 0 0 0 94 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 130 0 0 0 95 3 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 125 0 0 0 87 2 0 0 20 0 22 0 339079209 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=15.41 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 184 0 0 0 1534 7 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339079211 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079213 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=2.07 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) S 23313 23315 18226 0 -1 4202560 14990 0 0 0 204 3 0 0 20 0 22 0 339079213 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825847601208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) S 23313 23315 18226 0 -1 4202560 5937 0 0 0 142 0 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825846548664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 339079214 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23334] ppid=23313 vsize=11852648 CPUtime=869.1 cores=0,2,4,6
/proc/23315/task/23334/stat : 23334 (java) R 23313 23315 18226 0 -1 4202560 86 0 0 0 86896 14 0 0 20 0 22 0 339079307 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825843387248 139825899352854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23335] ppid=23313 vsize=11852648 CPUtime=869.26 cores=0,2,4,6
/proc/23315/task/23335/stat : 23335 (java) R 23313 23315 18226 0 -1 4202560 1589 0 0 0 86867 59 0 0 20 0 22 0 339079307 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825842335456 139825899425678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23336] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23336/stat : 23336 (java) S 23313 23315 18226 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339079318 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825841284648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23337] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23337/stat : 23337 (java) S 23313 23315 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339079319 12137111552 949705 33554432000 1073741824 1073778376 140734608463568 139825840232104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1771.07
Current children cumulated vsize (KiB) 11852648

[startup+890.701 s]
/proc/loadavg: 4.00 3.97 3.78 5/219 23413
/proc/meminfo: memFree=19453596/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=11852648 CPUtime=1769.32 cores=0,2,4,6
/proc/23315/stat : 23315 (java) S 23313 23315 18226 0 -1 4202496 28874 0 1 0 176818 114 0 0 20 0 20 0 339079206 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 140734608454704 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 2963162 949699 2291 9 0 2953849 0
[pid=23315/tid=23317] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23317/stat : 23317 (java) S 23313 23315 18226 0 -1 4202560 3517 0 1 0 94 7 0 0 20 0 20 0 339079207 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826034750616 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23318] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23318/stat : 23318 (java) S 23313 23315 18226 0 -1 4202560 160 0 0 0 99 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826023811752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23319] ppid=23313 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/23315/task/23319/stat : 23319 (java) S 23313 23315 18226 0 -1 4202560 232 0 0 0 99 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826022759208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23320] ppid=23313 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/23315/task/23320/stat : 23320 (java) S 23313 23315 18226 0 -1 4202560 166 0 0 0 100 5 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826021706664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23321] ppid=23313 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/23315/task/23321/stat : 23321 (java) S 23313 23315 18226 0 -1 4202560 167 0 0 0 100 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826020654120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23322] ppid=23313 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/23315/task/23322/stat : 23322 (java) S 23313 23315 18226 0 -1 4202560 187 0 0 0 98 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826019600552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23323] ppid=23313 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/23315/task/23323/stat : 23323 (java) S 23313 23315 18226 0 -1 4202560 156 0 0 0 94 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826018548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23324] ppid=23313 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/23315/task/23324/stat : 23324 (java) S 23313 23315 18226 0 -1 4202560 130 0 0 0 95 3 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139826017495464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23325] ppid=23313 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/23315/task/23325/stat : 23325 (java) S 23313 23315 18226 0 -1 4202560 125 0 0 0 87 2 0 0 20 0 20 0 339079209 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825864010280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23326] ppid=23313 vsize=11852648 CPUtime=15.41 cores=0,2,4,6
/proc/23315/task/23326/stat : 23326 (java) S 23313 23315 18226 0 -1 4202560 184 0 0 0 1534 7 0 0 20 0 20 0 339079211 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825851812456 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23327] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23327/stat : 23327 (java) S 23313 23315 18226 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339079211 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825850758776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23328] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23328/stat : 23328 (java) S 23313 23315 18226 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339079211 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825849706120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23329] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23329/stat : 23329 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339079213 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825848654864 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=11852648 CPUtime=2.08 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) S 23313 23315 18226 0 -1 4202560 14991 0 0 0 205 3 0 0 20 0 20 0 339079213 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825847601208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23315/tid=23331] ppid=23313 vsize=11852648 CPUtime=1.42 cores=0,2,4,6
/proc/23315/task/23331/stat : 23331 (java) S 23313 23315 18226 0 -1 4202560 5937 0 0 0 142 0 0 0 20 0 20 0 339079214 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825846548664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23332] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23332/stat : 23332 (java) S 23313 23315 18226 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339079214 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825845496312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23315/tid=23333] ppid=23313 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/23315/task/23333/stat : 23333 (java) S 23313 23315 18226 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 20 0 339079214 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825844443976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23315/tid=23335] ppid=23313 vsize=11852648 CPUtime=869.66 cores=0,2,4,6
/proc/23315/task/23335/stat : 23335 (java) R 23313 23315 18226 0 -1 4202560 1589 0 0 0 86907 59 0 0 20 0 20 0 339079307 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825842335456 139825899425875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23315/tid=23337] ppid=23313 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/23315/task/23337/stat : 23337 (java) S 23313 23315 18226 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 339079319 12137111552 949699 33554432000 1073741824 1073778376 140734608463568 139825840232104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.32
Current children cumulated vsize (KiB) 11852648

[startup+890.901 s]
/proc/loadavg: 4.00 3.97 3.78 4/199 23414
/proc/meminfo: memFree=21177652/32873660 swapFree=7120/7120
[pid=23315] ppid=23313 vsize=0 CPUtime=1767.53 cores=0,2,4,6
/proc/23315/stat : 23315 (java) Z 23313 23315 18226 0 -1 4203532 28886 0 1 0 176606 147 0 0 20 0 2 0 339079206 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23315/statm: 0 0 0 0 0 0 0
[pid=23315/tid=23330] ppid=23313 vsize=0 CPUtime=2.11 cores=0,2,4,6
/proc/23315/task/23330/stat : 23330 (java) R 23313 23315 18226 0 -1 4203588 14992 0 0 0 207 4 0 0 20 0 2 0 339079213 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.53
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.94006
#  lost CPU user time (s): 4.40002
#  lost CPU system time (s): -0.46

Real time (s): 890.91
CPU time (s): 1771.48
CPU user time (s): 1770.46
CPU system time (s): 1.02077
CPU usage (%): 198.84
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.06
system time used= 1.48077
maximum resident set size= 3800848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28886
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23774
involuntary context switches= 26202

runsolver used 4.02139 second user time and 9.32258 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 15:18:55
IDJOB=3739633
IDBENCH=73869
IDSOLVER=2328
FILE ID=node117/3739633-1338729534
RUNJOBID= node117-1338713269-18242
PBS_JOBID= 14636728
Free space on /tmp= 69120 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739633-1338729534/watcher-3739633-1338729534 -o /tmp/evaluation-result-3739633-1338729534/solver-3739633-1338729534 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739633-1338729534.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=1219245556

node117.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.148
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.148
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.148
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	: 5331.91
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.148
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.95
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.148
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.148
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.148
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.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        25841316 kB
Buffers:          623196 kB
Cached:          4135424 kB
SwapCached:          776 kB
Active:          3658704 kB
Inactive:        2458452 kB
Active(anon):    1344484 kB
Inactive(anon):     9972 kB
Active(file):    2314220 kB
Inactive(file):  2448480 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              3332 kB
Writeback:             0 kB
AnonPages:       1358488 kB
Mapped:            20540 kB
Shmem:                80 kB
Slab:             777412 kB
SReclaimable:     221464 kB
SUnreclaim:       555948 kB
KernelStack:        1616 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:   10465596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1288192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69116 MiB
End job on node117 at 2012-06-03 15:33:46