Trace number 4108929

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 PB16? (TO) 1800.05 1797.45

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-141.opb
MD5SUM58f5e00db07ecbae89c8567e683a0741
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42085
Total number of constraints974087
Number of constraints which are clauses875233
Number of constraints which are cardinality constraints (but not clauses)3073
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint1
Maximum length of a constraint627
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 628
Number of bits of the biggest sum of numbers10
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-4108929-1466293261.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
7.00/5.84	c ... done. Wall clock time 5.731s.
7.00/5.84	c declared #vars     42085
7.00/5.84	c #constraints  975640
7.00/5.84	c constraints type 
7.00/5.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 666089
7.00/5.85	c org.sat4j.specs.Constr$1 => 5180
7.00/5.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 3062
7.00/5.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 205212
7.00/5.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 316
7.00/5.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 95781
7.00/5.85	c 975640 constraints processed.
19.54/17.98	c cleaning 2439 clauses out of 4997 with flag 247477/5001
27.92/26.21	c cleaning 4093 clauses out of 8549 with flag 583836/11000
37.92/36.24	c cleaning 5693 clauses out of 11454 with flag 918811/18002
45.43/43.71	c cleaning 6786 clauses out of 13758 with flag 1242481/26000
54.58/52.88	c cleaning 7904 clauses out of 15971 with flag 1661740/35000
64.68/62.91	c cleaning 9022 clauses out of 18066 with flag 2194681/45000
72.18/70.47	c cleaning 10010 clauses out of 20046 with flag 2352202/56002
85.38/83.65	c cleaning 10991 clauses out of 22034 with flag 2806539/68000
103.38/101.61	c cleaning 11744 clauses out of 24042 with flag 3439715/81000
118.60/116.88	c cleaning 13131 clauses out of 26297 with flag 4012560/95000
142.21/140.42	c cleaning 14037 clauses out of 28165 with flag 4638349/110000
162.13/160.33	c cleaning 15030 clauses out of 30127 with flag 5177861/126000
183.44/181.61	c cleaning 15889 clauses out of 32093 with flag 5959509/143000
203.45/201.65	c cleaning 16911 clauses out of 34203 with flag 6565529/161000
226.85/225.06	c cleaning 17585 clauses out of 36287 with flag 7165393/180000
248.85/247.09	c cleaning 18679 clauses out of 38693 with flag 7747750/200000
267.46/265.68	c cleaning 18874 clauses out of 41011 with flag 8184325/221002
282.16/280.32	c cleaning 20817 clauses out of 44127 with flag 8627945/243000
299.36/297.56	c cleaning 21831 clauses out of 46304 with flag 9036032/266002
307.87/306.02	c cleaning 23139 clauses out of 48465 with flag 9200295/290001
325.58/323.79	c cleaning 22541 clauses out of 50324 with flag 9638366/315001
342.39/340.51	c cleaning 24842 clauses out of 53781 with flag 10122384/341000
355.00/353.16	c cleaning 26162 clauses out of 55937 with flag 10366417/368000
376.29/374.44	c cleaning 25831 clauses out of 57762 with flag 10726246/396000
389.00/387.14	c cleaning 27459 clauses out of 60907 with flag 11014336/425004
410.11/408.21	c cleaning 28196 clauses out of 63443 with flag 11441365/455002
435.83/433.65	c cleaning 28737 clauses out of 66236 with flag 12077400/486000
458.24/456.09	c cleaning 29952 clauses out of 69499 with flag 12587137/518000
480.45/478.28	c cleaning 31342 clauses out of 72547 with flag 13054500/551001
501.95/499.77	c cleaning 32076 clauses out of 75205 with flag 13618341/585004
518.16/515.98	c cleaning 32329 clauses out of 78125 with flag 13984135/620001
535.36/533.13	c cleaning 35043 clauses out of 81794 with flag 14378604/656001
559.46/557.28	c cleaning 33866 clauses out of 83746 with flag 15092810/693003
580.36/578.13	c cleaning 37115 clauses out of 87877 with flag 15639934/731001
604.08/601.88	c cleaning 37867 clauses out of 89761 with flag 16229429/770000
628.19/625.93	c cleaning 37908 clauses out of 91893 with flag 16787166/810000
644.80/642.54	c cleaning 40014 clauses out of 94984 with flag 17208628/851000
667.80/665.53	c cleaning 40523 clauses out of 96970 with flag 17661592/893000
690.09/687.86	c cleaning 41790 clauses out of 99421 with flag 18273035/936000
705.21/702.91	c cleaning 42162 clauses out of 101626 with flag 18633189/980000
727.22/724.91	c cleaning 44115 clauses out of 104462 with flag 19023072/1025000
746.12/743.82	c cleaning 44933 clauses out of 106347 with flag 19435958/1071000
763.12/760.82	c cleaning 46224 clauses out of 108414 with flag 19797879/1118000
778.32/776.06	c cleaning 46984 clauses out of 110190 with flag 20170669/1166000
796.93/794.68	c cleaning 48112 clauses out of 112204 with flag 20628136/1215000
818.04/815.70	c cleaning 48881 clauses out of 114092 with flag 20985250/1265000
832.23/829.97	c cleaning 50534 clauses out of 116212 with flag 21381455/1316001
850.34/848.00	c cleaning 51213 clauses out of 117678 with flag 21740304/1368001
871.05/868.74	c cleaning 51330 clauses out of 119464 with flag 22172838/1421000
891.66/889.30	c cleaning 53093 clauses out of 122134 with flag 22559978/1475000
921.76/919.45	c cleaning 54458 clauses out of 124045 with flag 22983961/1530004
942.77/940.40	c cleaning 55420 clauses out of 125583 with flag 23592494/1586000
973.07/970.70	c cleaning 55054 clauses out of 127156 with flag 24408315/1643001
1003.68/1001.30	c cleaning 57469 clauses out of 130102 with flag 24829942/1701001
1034.09/1031.79	c cleaning 58317 clauses out of 131632 with flag 25383606/1760000
1059.39/1057.00	c cleaning 58941 clauses out of 133315 with flag 26171515/1820000
1086.90/1084.58	c cleaning 60268 clauses out of 135378 with flag 26772701/1881004
1124.10/1121.78	c cleaning 61506 clauses out of 137106 with flag 27263769/1943000
1157.12/1154.77	c cleaning 61589 clauses out of 138601 with flag 27844814/2006001
1205.15/1202.73	c cleaning 63736 clauses out of 141014 with flag 28371839/2070003
1242.86/1240.47	c cleaning 64051 clauses out of 142275 with flag 29129501/2135000
1268.87/1266.48	c cleaning 65269 clauses out of 144224 with flag 29863539/2201000
1294.08/1291.66	c cleaning 65978 clauses out of 145957 with flag 30411603/2268002
1324.90/1322.47	c cleaning 67148 clauses out of 147977 with flag 30936088/2336000
1356.91/1354.44	c cleaning 68382 clauses out of 149829 with flag 31563513/2405000
1387.62/1385.15	c cleaning 69177 clauses out of 151447 with flag 32256221/2475000
1427.64/1425.17	c cleaning 70354 clauses out of 153270 with flag 33103228/2546000
1464.15/1461.63	c cleaning 70888 clauses out of 154915 with flag 33894455/2618000
1496.25/1493.73	c cleaning 72210 clauses out of 157028 with flag 34563076/2691001
1542.47/1539.90	c cleaning 73706 clauses out of 158818 with flag 35137734/2765001
1570.97/1568.45	c cleaning 74297 clauses out of 160111 with flag 35651825/2840000
1610.89/1608.37	c cleaning 74772 clauses out of 161818 with flag 36441145/2916004
1651.50/1648.99	c cleaning 75985 clauses out of 164042 with flag 37145535/2993000
1718.32/1715.70	c cleaning 77487 clauses out of 166057 with flag 37814865/3071000
1751.83/1749.21	c cleaning 78494 clauses out of 167572 with flag 38432530/3150002
1800.05/1797.41	c starts		: 13729
1800.05/1797.41	c conflicts		: 3219723
1800.05/1797.41	c decisions		: 64484245
1800.05/1797.41	c propagations		: 2655177062
1800.05/1797.41	c inspects		: 20238406762
1800.05/1797.41	c shortcuts		: 0
1800.05/1797.41	c learnt literals	: 190
1800.05/1797.41	c learnt binary clauses	: 2077
1800.05/1797.41	c learnt ternary clauses	: 10764
1800.05/1797.41	c learnt constraints	: 3219533
1800.05/1797.41	c ignored constraints	: 0
1800.05/1797.41	c root simplifications	: 0
1800.05/1797.41	c removed literals (reason simplification)	: 0
1800.05/1797.41	c reason swapping (by a shorter reason)	: 0
1800.05/1797.41	c Calls to reduceDB	: 75
1800.05/1797.41	c Number of update (reduction) of LBD	: 1870442
1800.05/1797.41	c Imported unit clauses	: 0
1800.05/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.41	c number of learned constraints concerned by reduction	: 0
1800.05/1797.41	c number of learning phase by resolution	: 0
1800.05/1797.41	c number of learning phase by cutting planes	: 0
1800.05/1797.41	c speed (assignments/second)	: 1482064.9022990847
1800.05/1797.41	c non guided choices	5273355
1800.05/1797.41	c timeout
1800.05/1797.44	c learnt constraints type 
1800.05/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2077
1800.05/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156722
1800.05/1797.44	s UNKNOWN
1800.05/1797.44	c Total wall clock time (in seconds): 1797.329

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-4108929-1466293261/watcher-4108929-1466293261 -o /tmp/evaluation-result-4108929-1466293261/solver-4108929-1466293261 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466276989-21401 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108929-1466293261.opb 

pid=24302
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.06 2.05 2.01 3/194 24305
/proc/meminfo: memFree=30393296/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/24305/stat : 24305 (java) R 24302 24305 21384 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 31376235 3653632 50 33554432000 1073741824 1073778376 140733704498960 140733704496088 251134045479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 892 53 41 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 24305
/proc/meminfo: memFree=30393296/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 4455 0 1 0 8 1 0 0 20 0 18 0 31376235 9787879424 5574 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389619 5574 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.06 2.05 2.01 3/194 24305
/proc/meminfo: memFree=30393296/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 4790 0 1 0 22 1 0 0 20 0 18 0 31376235 9787879424 6890 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389619 6890 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 24305
/proc/meminfo: memFree=30393296/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558748 CPUtime=0.45 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 5864 0 1 0 44 1 0 0 20 0 18 0 31376235 9788157952 9132 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389687 9073 2232 9 0 2380364 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558748

[startup+0.700213 s]
/proc/loadavg: 2.06 2.05 2.01 3/194 24305
/proc/meminfo: memFree=30393296/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 7645 0 1 0 107 4 0 0 20 0 18 0 31376235 9787879424 40127 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389619 40127 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.05 2.05 2.01 3/212 24323
/proc/meminfo: memFree=30158236/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558476 CPUtime=2.1 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 9110 0 1 0 201 9 0 0 20 0 18 0 31376235 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389619 76811 2263 9 0 2380296 0
[pid=24305/tid=24307] ppid=24302 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2582 0 1 0 137 6 0 0 20 0 18 0 31376236 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140252160143088 140252032119869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 31376237 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 1842 0 0 0 28 0 0 0 20 0 18 0 31376241 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3168 0 0 0 25 0 0 0 20 0 18 0 31376241 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 76811 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.05 2.05 2.01 3/212 24323
/proc/meminfo: memFree=29960476/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9558476 CPUtime=3.92 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 9611 0 1 0 373 19 0 0 20 0 18 0 31376235 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2389619 149791 2263 9 0 2380296 0
[pid=24305/tid=24307] ppid=24302 vsize=9558476 CPUtime=2.95 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2699 0 1 0 286 9 0 0 20 0 18 0 31376236 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140252160142808 140252032356281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 31376237 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31376238 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 1850 0 0 0 30 0 0 0 20 0 18 0 31376241 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3168 0 0 0 25 0 0 0 20 0 18 0 31376241 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31376241 9787879424 149791 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 2.05 2.04 2.01 3/212 24323
/proc/meminfo: memFree=29241516/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9625040 CPUtime=7.84 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 12056 0 1 0 745 39 0 0 20 0 19 0 31376235 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2406260 290194 2277 9 0 2396937 0
[pid=24305/tid=24307] ppid=24302 vsize=9625040 CPUtime=5.99 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2944 0 1 0 582 17 0 0 20 0 19 0 31376236 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140252160143944 140252032630491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 58 0 0 0 7 3 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 93 0 0 0 12 5 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 46 0 0 0 8 1 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 79 0 0 0 9 4 0 0 20 0 19 0 31376237 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 981 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 3224 0 0 0 49 0 0 0 20 0 19 0 31376241 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3191 0 0 0 43 0 0 0 20 0 19 0 31376241 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 290194 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.04 2.04 2.01 3/213 24324
/proc/meminfo: memFree=29239032/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9625040 CPUtime=14.33 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 12943 0 1 0 1393 40 0 0 20 0 19 0 31376235 9856040960 290068 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2406260 290068 2281 9 0 2396937 0

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

/proc/24305/task/24324/stat : 24324 (java) S 24302 24305 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31376822 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251975906856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.07 3/213 24581
/proc/meminfo: memFree=25159868/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9625040 CPUtime=1724.92 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 14167 0 1 0 172402 90 0 0 20 0 19 0 31376235 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2406260 315358 2286 9 0 2396937 0
[pid=24305/tid=24307] ppid=24302 vsize=9625040 CPUtime=1717.42 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2951 0 1 0 171698 44 0 0 20 0 19 0 31376236 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140252160134848 140252032650932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 154 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 184 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 70 0 0 0 11 3 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 64 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 92 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 1007 0 0 0 0 3 0 0 20 0 19 0 31376238 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 4814 0 0 0 63 0 0 0 20 0 19 0 31376241 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3202 0 0 0 53 0 0 0 20 0 19 0 31376241 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 99 0 0 0 36 39 0 0 20 0 19 0 31376241 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24324] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24324/stat : 24324 (java) S 24302 24305 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31376822 9856040960 315358 33554432000 1073741824 1073778376 140733704498960 140251975906856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.10 2.06 3/214 24585
/proc/meminfo: memFree=25270164/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9625040 CPUtime=1784.94 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 14184 0 1 0 178401 93 0 0 20 0 19 0 31376235 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2406260 322014 2286 9 0 2396937 0
[pid=24305/tid=24307] ppid=24302 vsize=9625040 CPUtime=1777.26 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2964 0 1 0 177681 45 0 0 20 0 19 0 31376236 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140252160134848 140252032630505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 154 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 184 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 70 0 0 0 11 3 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 64 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 92 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 1007 0 0 0 0 3 0 0 20 0 19 0 31376238 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 4814 0 0 0 63 0 0 0 20 0 19 0 31376241 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3202 0 0 0 53 0 0 0 20 0 19 0 31376241 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 103 0 0 0 36 42 0 0 20 0 19 0 31376241 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24324] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24324/stat : 24324 (java) S 24302 24305 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31376822 9856040960 322014 33554432000 1073741824 1073778376 140733704498960 140251975906856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.03 2.10 2.06 3/214 24585
/proc/meminfo: memFree=25263900/32872528 swapFree=241348/274052
[pid=24305] ppid=24302 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/24305/stat : 24305 (java) S 24302 24305 21384 0 -1 4202496 14187 0 1 0 179912 93 0 0 20 0 19 0 31376235 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140733704490096 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24305/statm: 2406260 323550 2286 9 0 2396937 0
[pid=24305/tid=24307] ppid=24302 vsize=9625040 CPUtime=1792.33 cores=1,3,5,7
/proc/24305/task/24307/stat : 24307 (java) R 24302 24305 21384 0 -1 4202560 2967 0 1 0 179188 45 0 0 20 0 19 0 31376236 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140252160134848 140252032615979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24308] ppid=24302 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24305/task/24308/stat : 24308 (java) S 24302 24305 21384 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140252004109224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24309] ppid=24302 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24305/task/24309/stat : 24309 (java) S 24302 24305 21384 0 -1 4202560 129 0 0 0 17 7 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140252003056680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24310] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24310/stat : 24310 (java) S 24302 24305 21384 0 -1 4202560 154 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140252002003624 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24311] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24311/stat : 24311 (java) S 24302 24305 21384 0 -1 4202560 184 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140252000951080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24305/tid=24312] ppid=24302 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24305/task/24312/stat : 24312 (java) S 24302 24305 21384 0 -1 4202560 68 0 0 0 8 3 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251999898024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24313] ppid=24302 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24305/task/24313/stat : 24313 (java) S 24302 24305 21384 0 -1 4202560 70 0 0 0 11 3 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251998845480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24314] ppid=24302 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24305/task/24314/stat : 24314 (java) S 24302 24305 21384 0 -1 4202560 64 0 0 0 9 3 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251997792424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24315] ppid=24302 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24305/task/24315/stat : 24315 (java) S 24302 24305 21384 0 -1 4202560 92 0 0 0 12 4 0 0 20 0 19 0 31376237 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251996739880 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24316] ppid=24302 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24305/task/24316/stat : 24316 (java) S 24302 24305 21384 0 -1 4202560 1007 0 0 0 0 3 0 0 20 0 19 0 31376238 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251984329576 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24317] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24317/stat : 24317 (java) S 24302 24305 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251983275896 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24318] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24318/stat : 24318 (java) S 24302 24305 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31376238 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251982222728 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24319] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24319/stat : 24319 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251981171472 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24320] ppid=24302 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/24305/task/24320/stat : 24320 (java) S 24302 24305 21384 0 -1 4202560 4814 0 0 0 63 0 0 0 20 0 19 0 31376241 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251980118328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24305/tid=24321] ppid=24302 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24305/task/24321/stat : 24321 (java) S 24302 24305 21384 0 -1 4202560 3202 0 0 0 53 0 0 0 20 0 19 0 31376241 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251979065784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24322] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24322/stat : 24322 (java) S 24302 24305 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31376241 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251978012920 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24305/tid=24323] ppid=24302 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/24305/task/24323/stat : 24323 (java) S 24302 24305 21384 0 -1 4202560 103 0 0 0 36 42 0 0 20 0 19 0 31376241 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251976960584 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24305/tid=24324] ppid=24302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24305/task/24324/stat : 24324 (java) S 24302 24305 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31376822 9856040960 323550 33554432000 1073741824 1073778376 140733704498960 140251975906856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24305 sig 9
??? kill -24305 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24305 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=437204
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=372791
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.45
CPU time (s): 1800.05
CPU user time (s): 1799.12
CPU system time (s): 0.93
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.37279
maximum resident set size= 1300492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38290
involuntary context switches= 2330

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6309 second user time and 10.6654 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 01:41:02
IDJOB=4108929
IDBENCH=89723
IDSOLVER=2546
FILE ID=node107/4108929-1466293261
RUNJOBID= node107-1466276989-21401
PBS_JOBID= 19918269
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-141.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108929-1466293261/watcher-4108929-1466293261 -o /tmp/evaluation-result-4108929-1466293261/solver-4108929-1466293261 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466276989-21401 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108929-1466293261.opb

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

MD5SUM BENCH= 58f5e00db07ecbae89c8567e683a0741
RANDOM SEED=40626553

node107.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.953
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	: 5333.90
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.953
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.953
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.953
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.953
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.953
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.56
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.953
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.953
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30393676 kB
Buffers:          168992 kB
Cached:           512252 kB
SwapCached:         3136 kB
Active:           917644 kB
Inactive:         513332 kB
Active(anon):     749336 kB
Inactive(anon):     2864 kB
Active(file):     168308 kB
Inactive(file):   510468 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099620 kB
Dirty:             43900 kB
Writeback:            48 kB
AnonPages:       1047068 kB
Mapped:            17008 kB
Shmem:                 0 kB
Slab:             618944 kB
SReclaimable:      62008 kB
SUnreclaim:       556936 kB
KernelStack:        1584 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2024260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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= 71660 MiB
End job on node107 at 2016-06-19 02:11:00