Trace number 4120302

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 397.246 395.475

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i1.cnf.gz-extracted.pb.metafix.opb
MD5SUMb357c8ff23564900a5ea9e198a9dfada
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 benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-4120302-1467310793.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.021s.
0.09/0.14	c declared #vars     101
0.09/0.14	c #constraints  100
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.09/0.14	c 100 constraints processed.
0.63/0.48	c cleaning 2496 clauses out of 5000 with flag 36662/5000
1.38/0.85	c cleaning 4250 clauses out of 8504 with flag 84582/11000
1.97/1.44	c cleaning 5622 clauses out of 11254 with flag 142172/18000
2.78/2.25	c cleaning 6811 clauses out of 13632 with flag 202961/26000
3.50/2.98	c cleaning 7905 clauses out of 15822 with flag 277853/35001
4.40/3.85	c cleaning 8954 clauses out of 17918 with flag 349728/45002
5.50/4.93	c cleaning 9974 clauses out of 19962 with flag 428663/56000
6.80/6.25	c cleaning 10984 clauses out of 21988 with flag 522757/68000
8.31/7.79	c cleaning 11991 clauses out of 24005 with flag 617762/81001
9.90/9.39	c cleaning 13003 clauses out of 26014 with flag 717765/95001
11.80/11.26	c cleaning 13997 clauses out of 28010 with flag 826225/110000
14.00/13.49	c cleaning 14997 clauses out of 30015 with flag 947813/126002
16.60/16.06	c cleaning 16003 clauses out of 32018 with flag 1074233/143002
19.41/18.81	c cleaning 16998 clauses out of 34013 with flag 1208886/161000
22.50/21.99	c cleaning 18004 clauses out of 36015 with flag 1349916/180000
26.10/25.56	c cleaning 19003 clauses out of 38013 with flag 1502115/200002
30.00/29.44	c cleaning 20000 clauses out of 40009 with flag 1661927/221001
34.10/33.53	c cleaning 20996 clauses out of 42010 with flag 1819587/243002
38.90/38.34	c cleaning 22000 clauses out of 44013 with flag 1987154/266001
43.70/43.10	c cleaning 23001 clauses out of 46012 with flag 2146924/290000
49.11/48.58	c cleaning 24005 clauses out of 48013 with flag 2322194/315002
55.10/54.53	c cleaning 24997 clauses out of 50006 with flag 2501750/341000
61.50/60.99	c cleaning 25996 clauses out of 52011 with flag 2683769/368002
68.49/67.96	c cleaning 27001 clauses out of 54014 with flag 2874706/396001
75.75/74.92	c cleaning 28000 clauses out of 56013 with flag 3073356/425001
83.16/82.01	c cleaning 29002 clauses out of 58012 with flag 3293808/455000
90.79/89.46	c cleaning 30002 clauses out of 60011 with flag 3502622/486001
98.58/97.29	c cleaning 30994 clauses out of 62009 with flag 3709430/518001
107.01/105.64	c cleaning 32000 clauses out of 64014 with flag 3920383/551000
116.11/114.78	c cleaning 33003 clauses out of 66014 with flag 4140014/585000
126.01/124.69	c cleaning 34003 clauses out of 68011 with flag 4371551/620000
136.21/134.89	c cleaning 34993 clauses out of 70008 with flag 4600207/656000
147.21/145.88	c cleaning 36004 clauses out of 72015 with flag 4829574/693000
158.82/157.46	c cleaning 37000 clauses out of 74012 with flag 5058445/731001
171.32/169.99	c cleaning 38002 clauses out of 76014 with flag 5292013/770003
185.72/184.31	c cleaning 39000 clauses out of 78009 with flag 5535590/810000
199.73/198.31	c cleaning 40002 clauses out of 80010 with flag 5794204/851001
214.13/212.78	c cleaning 41000 clauses out of 82007 with flag 6047538/893000
229.53/228.12	c cleaning 41999 clauses out of 84009 with flag 6311401/936002
245.43/244.02	c cleaning 42998 clauses out of 86009 with flag 6569342/980001
263.84/262.47	c cleaning 43998 clauses out of 88010 with flag 6844939/1025000
282.17/280.70	c cleaning 45005 clauses out of 90014 with flag 7126903/1071002
298.98/297.43	c cleaning 45995 clauses out of 92006 with flag 7416022/1118000
318.18/316.62	c cleaning 47002 clauses out of 94011 with flag 7697570/1166000
338.81/337.27	c cleaning 48004 clauses out of 96009 with flag 7990904/1215000
361.21/359.63	c cleaning 49001 clauses out of 98005 with flag 8298198/1265001
383.51/381.95	c cleaning 50000 clauses out of 100002 with flag 8589406/1316000
397.02/395.44	c starts		: 673
397.02/395.44	c conflicts		: 1350717
397.02/395.44	c decisions		: 1660565
397.02/395.44	c propagations		: 20754618
397.02/395.44	c inspects		: 10220898031
397.02/395.44	c shortcuts		: 0
397.02/395.44	c learnt literals	: 14
397.02/395.44	c learnt binary clauses	: 14
397.02/395.44	c learnt ternary clauses	: 41
397.02/395.44	c learnt constraints	: 1350702
397.02/395.44	c ignored constraints	: 0
397.02/395.44	c root simplifications	: 0
397.02/395.44	c removed literals (reason simplification)	: 0
397.02/395.44	c reason swapping (by a shorter reason)	: 0
397.02/395.44	c Calls to reduceDB	: 47
397.02/395.44	c Number of update (reduction) of LBD	: 371681
397.02/395.44	c Imported unit clauses	: 0
397.02/395.44	c number of reductions to clauses (during analyze)	: 0
397.02/395.44	c number of learned constraints concerned by reduction	: 0
397.02/395.44	c number of learning phase by resolution	: 0
397.02/395.44	c number of learning phase by cutting planes	: 0
397.02/395.44	c speed (assignments/second)	: 52503.06220797717
397.02/395.44	c non guided choices	20
397.02/395.47	c learnt constraints type 
397.02/395.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
397.02/395.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84693
397.02/395.47	s UNSATISFIABLE
397.02/395.47	c Total wall clock time (in seconds): 395.355

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-4120302-1467310793/watcher-4120302-1467310793 -o /tmp/evaluation-result-4120302-1467310793/solver-4120302-1467310793 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120302-1467310793.opb 

pid=24003
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.27 2.98 3.53 3/194 24006
/proc/meminfo: memFree=28308860/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24006/stat : 24006 (java) D 24003 24006 14900 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 10103519 9515008 184 33554432000 1073741824 1073778376 140736597372512 140736597363736 270707355063 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24006/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.98 3.53 3/194 24006
/proc/meminfo: memFree=28308860/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 4461 0 1 0 8 1 0 0 20 0 18 0 10103519 9787879424 5579 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.27 2.98 3.53 3/194 24006
/proc/meminfo: memFree=28308860/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 6773 0 1 0 27 1 0 0 20 0 19 0 10103519 9856040960 7224 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 7224 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300211 s]
/proc/loadavg: 2.27 2.98 3.53 3/194 24006
/proc/meminfo: memFree=28308860/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 6994 0 1 0 49 2 0 0 20 0 19 0 10103519 9856040960 7363 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 7363 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700199 s]
/proc/loadavg: 2.27 2.98 3.53 3/194 24006
/proc/meminfo: memFree=28308860/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 15681 0 1 0 122 2 0 0 20 0 19 0 10103519 9856040960 13554 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 13554 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.25 2.96 3.52 3/213 24025
/proc/meminfo: memFree=28264044/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 15685 0 1 0 206 2 0 0 20 0 19 0 10103519 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 14068 2241 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2453 0 1 0 146 0 0 0 20 0 19 0 10103520 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386578276048 140386451270710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8306 0 0 0 34 0 0 0 20 0 19 0 10103525 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 3657 0 0 0 25 0 0 0 20 0 19 0 10103525 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 14068 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 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.10089 s]
/proc/loadavg: 2.25 2.96 3.52 3/213 24025
/proc/meminfo: memFree=28261004/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 15690 0 1 0 367 3 0 0 20 0 19 0 10103519 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 14584 2241 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2454 0 1 0 304 0 0 0 20 0 19 0 10103520 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386578283016 140386451270576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8310 0 0 0 37 0 0 0 20 0 19 0 10103525 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 3657 0 0 0 25 0 0 0 20 0 19 0 10103525 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 14584 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.95 3.51 3/213 24025
/proc/meminfo: memFree=28255364/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 15695 0 1 0 687 3 0 0 20 0 19 0 10103519 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 15331 2242 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2458 0 1 0 624 0 0 0 20 0 19 0 10103520 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386578276048 140386451270752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8310 0 0 0 37 0 0 0 20 0 19 0 10103525 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 3657 0 0 0 25 0 0 0 20 0 19 0 10103525 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 15331 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9625040


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

[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8316 0 0 0 41 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 13501 0 0 0 113 2 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 24 0 0 0 5 7 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 395.22
Current children cumulated vsize (KiB) 9625040

[startup+394.401 s]
/proc/loadavg: 2.19 2.40 3.06 4/213 24035
/proc/meminfo: memFree=28098584/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=396.02 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 25689 0 1 0 39588 14 0 0 20 0 19 0 10103519 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 51685 2262 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=394.33 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2535 0 1 0 39424 9 0 0 20 0 19 0 10103520 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386578276048 140386451648861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8316 0 0 0 41 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 13501 0 0 0 113 2 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 24 0 0 0 5 7 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 396.02
Current children cumulated vsize (KiB) 9625040

[startup+395.201 s]
/proc/loadavg: 2.19 2.40 3.06 3/213 24035
/proc/meminfo: memFree=28098584/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=396.82 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 25689 0 1 0 39668 14 0 0 20 0 19 0 10103519 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 51685 2262 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=395.13 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2535 0 1 0 39503 10 0 0 20 0 19 0 10103520 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386578276048 140386451332739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8316 0 0 0 41 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 13501 0 0 0 113 2 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 24 0 0 0 5 7 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 396.82
Current children cumulated vsize (KiB) 9625040

[startup+395.401 s]
/proc/loadavg: 2.19 2.40 3.06 3/213 24035
/proc/meminfo: memFree=28098584/32872528 swapFree=1526624/1696276
[pid=24006] ppid=24003 vsize=9625040 CPUtime=397.02 cores=1,3,5,7
/proc/24006/stat : 24006 (java) S 24003 24006 14900 0 -1 4202496 25689 0 1 0 39688 14 0 0 20 0 19 0 10103519 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140733757169152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24006/statm: 2406260 51685 2262 9 0 2396937 0
[pid=24006/tid=24008] ppid=24003 vsize=9625040 CPUtime=395.33 cores=1,3,5,7
/proc/24006/task/24008/stat : 24008 (java) R 24003 24006 14900 0 -1 4202560 2535 0 1 0 39523 10 0 0 20 0 19 0 10103520 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386578276048 140386451332739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24009] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24009/stat : 24009 (java) S 24003 24006 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386422311208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24010] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24010/stat : 24010 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386421258408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24011] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24011/stat : 24011 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386420206120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24012] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24012/stat : 24012 (java) S 24003 24006 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386419153320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24006/tid=24013] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24013/stat : 24013 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386418101032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24014] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24014/stat : 24014 (java) S 24003 24006 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386417048232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24006/tid=24015] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24015/stat : 24015 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386415995944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24016] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24016/stat : 24016 (java) S 24003 24006 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10103521 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386414943144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24017] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24017/stat : 24017 (java) S 24003 24006 14900 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 10103522 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386402531560 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24018] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24018/stat : 24018 (java) S 24003 24006 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386401477624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24019] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24019/stat : 24019 (java) S 24003 24006 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10103523 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386400425224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24020] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24020/stat : 24020 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386399373712 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24021] ppid=24003 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24006/task/24021/stat : 24021 (java) S 24003 24006 14900 0 -1 4202560 8316 0 0 0 41 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386398321336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24022] ppid=24003 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/24006/task/24022/stat : 24022 (java) S 24003 24006 14900 0 -1 4202560 13501 0 0 0 113 2 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386397268536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24023] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24023/stat : 24023 (java) S 24003 24006 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386396216440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24006/tid=24024] ppid=24003 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24006/task/24024/stat : 24024 (java) S 24003 24006 14900 0 -1 4202560 24 0 0 0 5 7 0 0 20 0 19 0 10103525 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386395163848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24006/tid=24025] ppid=24003 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24006/task/24025/stat : 24025 (java) S 24003 24006 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10103533 9856040960 51685 33554432000 1073741824 1073778376 140733757178016 140386394059688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 397.02
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 395.475
CPU time (s): 397.246
CPU user time (s): 396.97
CPU system time (s): 0.275958
CPU usage (%): 100.448
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.97
system time used= 0.275958
maximum resident set size= 206836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25722
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8633
involuntary context switches= 554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27565 second user time and 2.95355 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:19:53
IDJOB=4120302
IDBENCH=109866
IDSOLVER=2546
FILE ID=node125/4120302-1467310793
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-n25-d4-i1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120302-1467310793/watcher-4120302-1467310793 -o /tmp/evaluation-result-4120302-1467310793/solver-4120302-1467310793 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120302-1467310793.opb

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

MD5SUM BENCH= b357c8ff23564900a5ea9e198a9dfada
RANDOM SEED=1720091054

node125.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.282
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.56
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.282
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.282
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.56
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.282
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.56
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.282
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.55
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.282
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.282
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.282
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:        28309132 kB
Buffers:          138200 kB
Cached:          1799488 kB
SwapCached:            0 kB
Active:           426412 kB
Inactive:        1681024 kB
Active(anon):     172172 kB
Inactive(anon):        0 kB
Active(file):     254240 kB
Inactive(file):  1681024 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       1853412 kB
Mapped:            21460 kB
Shmem:               204 kB
Slab:             610536 kB
SReclaimable:      54240 kB
SUnreclaim:       556296 kB
KernelStack:        1768 kB
PageTables:         7996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 71740 MiB
End job on node125 at 2016-06-30 20:26:28