Trace number 4122350

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
Sat4j PB 2.3.6 Resolution PB16UNSAT 1090.24 1088.28

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n24-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM1ae2225652fcf7a6a91e552282c81dc6
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 benchmark609.877
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints204
Number of constraints which are clauses204
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-2013 Artois University and CNRS
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 PB16.v20160501
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 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122350-1467316736.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.031s.
0.09/0.14	c declared #vars     97
0.09/0.14	c #constraints  204
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204
0.09/0.14	c 204 constraints processed.
0.61/0.48	c cleaning 2494 clauses out of 5000 with flag 36748/5000
1.38/0.81	c cleaning 4251 clauses out of 8507 with flag 83416/11001
1.78/1.20	c cleaning 5625 clauses out of 11256 with flag 133253/18001
2.27/1.74	c cleaning 6809 clauses out of 13631 with flag 190810/26001
2.91/2.38	c cleaning 7906 clauses out of 15821 with flag 257581/35000
3.69/3.15	c cleaning 8951 clauses out of 17916 with flag 330690/45001
4.70/4.10	c cleaning 9969 clauses out of 19964 with flag 415433/56000
5.80/5.23	c cleaning 10992 clauses out of 21995 with flag 506464/68000
7.20/6.64	c cleaning 11995 clauses out of 24003 with flag 611785/81000
8.79/8.25	c cleaning 12996 clauses out of 26008 with flag 708157/95000
10.60/10.06	c cleaning 14005 clauses out of 28014 with flag 809533/110002
12.70/12.14	c cleaning 14998 clauses out of 30007 with flag 920826/126000
15.00/14.47	c cleaning 16003 clauses out of 32010 with flag 1048303/143001
17.69/17.10	c cleaning 16997 clauses out of 34006 with flag 1179130/161000
20.40/19.86	c cleaning 17999 clauses out of 36009 with flag 1319326/180000
23.39/22.86	c cleaning 19000 clauses out of 38010 with flag 1466680/200000
26.89/26.31	c cleaning 19999 clauses out of 40013 with flag 1614776/221003
30.30/29.80	c cleaning 21001 clauses out of 42011 with flag 1776359/243000
34.19/33.68	c cleaning 21997 clauses out of 44010 with flag 1944183/266000
38.79/38.26	c cleaning 23003 clauses out of 46013 with flag 2125613/290000
43.69/43.12	c cleaning 24002 clauses out of 48013 with flag 2318237/315003
48.79/48.22	c cleaning 24995 clauses out of 50009 with flag 2510368/341001
54.60/54.07	c cleaning 26004 clauses out of 52013 with flag 2711226/368000
60.90/60.39	c cleaning 27001 clauses out of 54010 with flag 2923524/396001
67.81/67.25	c cleaning 27999 clauses out of 56009 with flag 3151585/425001
75.40/74.86	c cleaning 29002 clauses out of 58011 with flag 3366388/455002
82.60/82.03	c cleaning 29999 clauses out of 60008 with flag 3590241/486001
91.00/90.47	c cleaning 31000 clauses out of 62008 with flag 3820192/518000
99.90/99.32	c cleaning 32001 clauses out of 64009 with flag 4046620/551001
110.20/109.67	c cleaning 32997 clauses out of 66008 with flag 4288863/585001
120.91/120.35	c cleaning 33999 clauses out of 68011 with flag 4529190/620001
131.41/130.85	c cleaning 34999 clauses out of 70013 with flag 4783745/656002
142.30/141.75	c cleaning 35999 clauses out of 72012 with flag 5030220/693000
154.30/153.78	c cleaning 36997 clauses out of 74014 with flag 5286371/731001
166.90/166.31	c cleaning 38004 clauses out of 76017 with flag 5550638/770001
180.80/180.28	c cleaning 39002 clauses out of 78014 with flag 5839721/810002
195.51/194.96	c cleaning 40000 clauses out of 80012 with flag 6131053/851002
210.41/209.84	c cleaning 40996 clauses out of 82010 with flag 6417533/893000
226.81/226.21	c cleaning 41999 clauses out of 84014 with flag 6713446/936000
242.31/241.71	c cleaning 42999 clauses out of 86015 with flag 7012074/980000
257.14/256.55	c cleaning 44005 clauses out of 88016 with flag 7313796/1025000
271.54/270.95	c cleaning 44998 clauses out of 90012 with flag 7628133/1071001
288.74/288.14	c cleaning 46001 clauses out of 92013 with flag 7937213/1118000
307.35/306.73	c cleaning 47000 clauses out of 94012 with flag 8249205/1166000
327.25/326.67	c cleaning 47998 clauses out of 96012 with flag 8574902/1215000
347.05/346.45	c cleaning 49001 clauses out of 98014 with flag 8888671/1265000
367.06/366.41	c cleaning 50000 clauses out of 100014 with flag 9209630/1316001
389.46/388.85	c cleaning 51000 clauses out of 102013 with flag 9548370/1368000
411.56/410.99	c cleaning 51993 clauses out of 104014 with flag 9886967/1421001
436.17/435.52	c cleaning 53005 clauses out of 106020 with flag 10236181/1475000
460.58/459.95	c cleaning 53999 clauses out of 108015 with flag 10586939/1530000
488.98/488.31	c cleaning 54997 clauses out of 110016 with flag 10957475/1586000
518.68/518.03	c cleaning 56002 clauses out of 112019 with flag 11312093/1643000
547.49/546.88	c cleaning 57001 clauses out of 114017 with flag 11687204/1701000
577.39/576.75	c cleaning 58002 clauses out of 116016 with flag 12052675/1760000
608.40/607.77	c cleaning 59004 clauses out of 118015 with flag 12427699/1820001
643.92/643.20	c cleaning 60003 clauses out of 120012 with flag 12805814/1881002
677.34/676.65	c cleaning 60996 clauses out of 122007 with flag 13204182/1943000
715.34/714.62	c cleaning 62000 clauses out of 124014 with flag 13571073/2006003
753.53/752.76	c cleaning 62999 clauses out of 126011 with flag 13945143/2070000
788.64/787.81	c cleaning 64003 clauses out of 128012 with flag 14327573/2135000
827.92/826.67	c cleaning 65000 clauses out of 130010 with flag 14733933/2201001
869.45/868.13	c cleaning 66001 clauses out of 132011 with flag 15133701/2268002
913.76/912.49	c cleaning 67002 clauses out of 134010 with flag 15539170/2336002
958.98/957.61	c cleaning 67996 clauses out of 136006 with flag 15956507/2405000
1006.03/1004.53	c cleaning 69000 clauses out of 138009 with flag 16356323/2475000
1052.94/1051.48	c cleaning 70005 clauses out of 140009 with flag 16770138/2546001
1089.75/1088.25	c starts		: 710
1089.75/1088.25	c conflicts		: 2604392
1089.75/1088.25	c decisions		: 3056137
1089.75/1088.25	c propagations		: 41055251
1089.75/1088.25	c inspects		: 27788213412
1089.75/1088.25	c shortcuts		: 0
1089.75/1088.25	c learnt literals	: 19
1089.75/1088.25	c learnt binary clauses	: 18
1089.75/1088.25	c learnt ternary clauses	: 29
1089.75/1088.25	c learnt constraints	: 2604372
1089.75/1088.25	c ignored constraints	: 0
1089.75/1088.25	c root simplifications	: 0
1089.75/1088.25	c removed literals (reason simplification)	: 0
1089.75/1088.25	c reason swapping (by a shorter reason)	: 0
1089.75/1088.25	c Calls to reduceDB	: 67
1089.75/1088.25	c Number of update (reduction) of LBD	: 600470
1089.75/1088.25	c Imported unit clauses	: 0
1089.75/1088.25	c number of reductions to clauses (during analyze)	: 0
1089.75/1088.25	c number of learned constraints concerned by reduction	: 0
1089.75/1088.25	c number of learning phase by resolution	: 0
1089.75/1088.25	c number of learning phase by cutting planes	: 0
1089.75/1088.25	c speed (assignments/second)	: 37731.06841086589
1089.75/1088.25	c non guided choices	20
1089.75/1088.28	c learnt constraints type 
1089.75/1088.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1089.75/1088.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128359
1089.75/1088.28	s UNSATISFIABLE
1089.75/1088.28	c Total wall clock time (in seconds): 1088.166

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4122350-1467316736/watcher-4122350-1467316736 -o /tmp/evaluation-result-4122350-1467316736/solver-4122350-1467316736 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19332 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122350-1467316736.opb 

pid=20488
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.04 2.01 1.93 3/194 20491
/proc/meminfo: memFree=30092284/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20491/stat : 20491 (java) R 20488 20491 15659 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 12779969 278528 33 33554432000 1073741824 1073778376 140735245328736 140734718926632 247055084725 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.04 2.01 1.93 3/194 20491
/proc/meminfo: memFree=30092284/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 12779969 9787879424 6030 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.04 2.01 1.93 3/194 20491
/proc/meminfo: memFree=30092284/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 6980 0 1 0 26 1 0 0 20 0 19 0 12779969 9856040960 7944 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 7944 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300241 s]
/proc/loadavg: 2.04 2.01 1.93 3/194 20491
/proc/meminfo: memFree=30092284/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 7302 0 1 0 47 1 0 0 20 0 19 0 12779969 9856040960 7989 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 7989 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700198 s]
/proc/loadavg: 2.04 2.01 1.93 3/194 20491
/proc/meminfo: memFree=30092284/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 16054 0 1 0 122 2 0 0 20 0 19 0 12779969 9856040960 13946 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 13946 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.03 2.01 1.93 3/213 20510
/proc/meminfo: memFree=30043216/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 16057 0 1 0 206 2 0 0 20 0 19 0 12779969 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 14459 2250 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2404 0 1 0 146 0 0 0 20 0 19 0 12779970 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527550181072 140527387750724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779972 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 4023 0 0 0 24 0 0 0 20 0 19 0 12779975 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 35 0 0 0 20 0 19 0 12779975 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 14459 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.03 2.01 1.93 3/213 20510
/proc/meminfo: memFree=30040796/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 16059 0 1 0 367 2 0 0 20 0 19 0 12779969 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 14972 2250 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2405 0 1 0 305 0 0 0 20 0 19 0 12779970 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527550181072 140527387750779 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779972 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 4024 0 0 0 26 0 0 0 20 0 19 0 12779975 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 35 0 0 0 20 0 19 0 12779975 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 14972 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.03 2.01 1.93 3/213 20510
/proc/meminfo: memFree=30038616/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=6.89 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 16063 0 1 0 686 3 0 0 20 0 19 0 12779969 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 15346 2251 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2408 0 1 0 624 0 0 0 20 0 19 0 12779970 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527550181072 140527387750779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12779972 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 4024 0 0 0 26 0 0 0 20 0 19 0 12779975 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 35 0 0 0 20 0 19 0 12779975 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 15346 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 19 0 12779972 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 12825 0 0 0 92 2 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 36 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 64 0 0 0 16 25 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1087.95
Current children cumulated vsize (KiB) 9625040

[startup+1087.2 s]
/proc/loadavg: 2.07 2.02 1.95 3/213 20560
/proc/meminfo: memFree=29846656/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=1088.75 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 25083 0 1 0 108847 28 0 0 20 0 19 0 12779969 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 54288 2272 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=1087.12 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2489 0 1 0 108693 19 0 0 20 0 19 0 12779970 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527550187968 140527388092920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 19 0 12779972 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 12825 0 0 0 92 2 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 36 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 64 0 0 0 16 25 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1088.75
Current children cumulated vsize (KiB) 9625040

[startup+1088.01 s]
/proc/loadavg: 2.07 2.02 1.95 3/213 20560
/proc/meminfo: memFree=29846664/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=1089.56 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 25083 0 1 0 108928 28 0 0 20 0 19 0 12779969 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 54288 2272 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=1087.92 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2489 0 1 0 108773 19 0 0 20 0 19 0 12779970 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527550187968 140527388093389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 19 0 12779972 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 12825 0 0 0 92 2 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 36 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 64 0 0 0 16 25 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1089.56
Current children cumulated vsize (KiB) 9625040

[startup+1088.2 s]
/proc/loadavg: 2.07 2.02 1.95 3/213 20560
/proc/meminfo: memFree=29846664/32872528 swapFree=242912/249044
[pid=20491] ppid=20488 vsize=9625040 CPUtime=1089.75 cores=1,3,5,7
/proc/20491/stat : 20491 (java) S 20488 20491 15659 0 -1 4202496 25083 0 1 0 108947 28 0 0 20 0 19 0 12779969 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140735245319872 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20491/statm: 2406260 54288 2272 9 0 2396937 0
[pid=20491/tid=20493] ppid=20488 vsize=9625040 CPUtime=1088.12 cores=1,3,5,7
/proc/20491/task/20493/stat : 20493 (java) R 20488 20491 15659 0 -1 4202560 2489 0 1 0 108793 19 0 0 20 0 19 0 12779970 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527550187968 140527387706403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20494] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20494/stat : 20494 (java) S 20488 20491 15659 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527511681704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20495] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20495/stat : 20495 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527510629160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20496] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20496/stat : 20496 (java) S 20488 20491 15659 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527509576616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20497] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20497/stat : 20497 (java) S 20488 20491 15659 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527508524072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20498] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20498/stat : 20498 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527507470504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20499] ppid=20488 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20491/task/20499/stat : 20499 (java) S 20488 20491 15659 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527506417960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20491/tid=20500] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20500/stat : 20500 (java) S 20488 20491 15659 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527387273640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20501] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20501/stat : 20501 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779971 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527386221096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20502] ppid=20488 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20491/task/20502/stat : 20502 (java) S 20488 20491 15659 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 19 0 12779972 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527374023272 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20503] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20503/stat : 20503 (java) S 20488 20491 15659 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527372969592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20504] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20504/stat : 20504 (java) S 20488 20491 15659 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12779973 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140527371916936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20505] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20505/stat : 20505 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526632299536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20491/tid=20506] ppid=20488 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20491/task/20506/stat : 20506 (java) S 20488 20491 15659 0 -1 4202560 12825 0 0 0 92 2 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526631245880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20491/tid=20507] ppid=20488 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20491/task/20507/stat : 20507 (java) S 20488 20491 15659 0 -1 4202560 8360 0 0 0 36 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526630193336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20508] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20508/stat : 20508 (java) S 20488 20491 15659 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526629140984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20509] ppid=20488 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20491/task/20509/stat : 20509 (java) S 20488 20491 15659 0 -1 4202560 64 0 0 0 16 25 0 0 20 0 19 0 12779975 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526628088648 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20491/tid=20510] ppid=20488 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20491/task/20510/stat : 20510 (java) S 20488 20491 15659 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12779984 9856040960 54288 33554432000 1073741824 1073778376 140735245328736 140526627034408 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1089.75
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1088.28
CPU time (s): 1090.24
CPU user time (s): 1089.62
CPU system time (s): 0.613906
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1089.62
system time used= 0.613906
maximum resident set size= 231600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25115
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23211
involuntary context switches= 1939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57945 second user time and 4.47232 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 21:58:56
IDJOB=4122350
IDBENCH=111073
IDSOLVER=2546
FILE ID=node103/4122350-1467316736
RUNJOBID= node103-1467313697-19332
PBS_JOBID= 20005271
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n24-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122350-1467316736/watcher-4122350-1467316736 -o /tmp/evaluation-result-4122350-1467316736/solver-4122350-1467316736 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467313697-19332 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122350-1467316736.opb

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

MD5SUM BENCH= 1ae2225652fcf7a6a91e552282c81dc6
RANDOM SEED=20330576

node103.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		: 2666.456
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	: 5332.91
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		: 2666.456
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	: 5332.55
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		: 2666.456
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	: 5332.54
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		: 2666.456
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	: 5332.55
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		: 2666.456
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	: 5332.54
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		: 2666.456
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	: 5332.55
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		: 2666.456
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	: 5332.55
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		: 2666.456
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30092300 kB
Buffers:          117380 kB
Cached:          1454236 kB
SwapCached:            0 kB
Active:           976760 kB
Inactive:         803924 kB
Active(anon):     204088 kB
Inactive(anon):     7416 kB
Active(file):     772672 kB
Inactive(file):   796508 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        483744 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             608924 kB
SReclaimable:      53156 kB
SUnreclaim:       555768 kB
KernelStack:        1760 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node103 at 2016-06-30 22:17:05