Trace number 4103898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.14 897.063

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08a.opb
MD5SUMff5b6f1c6eab20bc880408fc770c13e2
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10946196156
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5344
Total number of constraints136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103898-1466249186.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.52/0.39	c ... done. Wall clock time 0.266s.
0.52/0.39	c declared #vars     5344
0.52/0.39	c #constraints  200
0.83/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.83/0.40	c constraints type 
0.83/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.83/0.40	c 200 constraints processed.
0.83/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.83/0.40	c constraints type 
0.83/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
0.83/0.40	c 200 constraints processed.
0.83/0.40	c objective function length is 3424 literals
3.60/1.15	c cleaning 2482 clauses out of 5000 with flag 11082/5000
5.18/1.79	c cleaning 4245 clauses out of 8518 with flag 23084/11000
7.04/2.68	c cleaning 5613 clauses out of 11273 with flag 37098/18000
9.69/3.95	c cleaning 6818 clauses out of 13660 with flag 53142/26000
10.80/4.43	c cleaning 7909 clauses out of 15842 with flag 72793/35000
13.13/5.54	c cleaning 8954 clauses out of 17934 with flag 92797/45001
15.61/6.72	c cleaning 9977 clauses out of 19980 with flag 114799/56001
18.48/8.18	c cleaning 10993 clauses out of 22003 with flag 138804/68001
23.02/10.37	c cleaning 11991 clauses out of 24009 with flag 164849/81000
26.83/12.22	c cleaning 12986 clauses out of 26018 with flag 193130/95000
31.53/14.57	c cleaning 13996 clauses out of 28032 with flag 223646/110000
37.75/17.70	c cleaning 15004 clauses out of 30037 with flag 255903/126001
44.49/20.99	c cleaning 15996 clauses out of 32032 with flag 289905/143000
51.09/24.27	c cleaning 0 clauses out of 5000 with flag 0/5000
51.98/24.59	c cleaning 16999 clauses out of 34036 with flag 325919/161000
63.73/30.22	c cleaning 17999 clauses out of 36038 with flag 364182/180001
76.14/36.31	c cleaning 18999 clauses out of 38038 with flag 404388/200000
91.40/43.96	c cleaning 19992 clauses out of 40039 with flag 446390/221000
109.23/52.90	c cleaning 20994 clauses out of 42047 with flag 490390/243000
113.63/55.10	c cleaning 22013 clauses out of 44055 with flag 538611/266002
121.24/58.82	c cleaning 23012 clauses out of 46041 with flag 587349/290001
132.05/64.21	c cleaning 24003 clauses out of 48028 with flag 637800/315000
146.68/71.54	c cleaning 25003 clauses out of 50025 with flag 689800/341000
165.94/81.18	c cleaning 25999 clauses out of 52022 with flag 743833/368000
188.36/92.33	c cleaning 27001 clauses out of 54024 with flag 799871/396001
213.77/105.01	c cleaning 27999 clauses out of 56022 with flag 857951/425000
243.03/119.60	c cleaning 29003 clauses out of 58024 with flag 917975/455001
250.88/123.58	c cleaning 30003 clauses out of 60021 with flag 983675/486001
256.89/126.58	c cleaning 31009 clauses out of 62017 with flag 1062503/518000
266.29/131.24	c cleaning 31996 clauses out of 64008 with flag 1147654/551000
283.92/140.07	c cleaning 33001 clauses out of 66012 with flag 1227670/585000
302.33/149.21	c cleaning 34004 clauses out of 68011 with flag 1308243/620000
321.39/158.79	c cleaning 34995 clauses out of 70007 with flag 1397402/656000
342.04/169.00	c cleaning 36004 clauses out of 72013 with flag 1486671/693001
363.15/179.59	c cleaning 36999 clauses out of 74010 with flag 1584624/731002
389.11/192.49	c cleaning 38003 clauses out of 76009 with flag 1685384/770000
415.85/205.77	c cleaning 38998 clauses out of 78006 with flag 1781706/810000
440.70/218.43	c cleaning 40002 clauses out of 80008 with flag 1874577/851000
462.72/229.41	c cleaning 41001 clauses out of 82006 with flag 1974094/893000
493.62/244.87	c cleaning 41997 clauses out of 84005 with flag 2132195/936000
531.98/263.99	c cleaning 42998 clauses out of 86010 with flag 2290937/980002
541.25/268.54	c cleaning 43993 clauses out of 88011 with flag 2399366/1025001
547.74/271.74	c cleaning 45001 clauses out of 90018 with flag 2501541/1071001
556.14/275.92	c cleaning 46005 clauses out of 92016 with flag 2615817/1118000
585.62/290.69	c cleaning 47001 clauses out of 94011 with flag 2712452/1166000
601.26/298.43	c cleaning 47986 clauses out of 96010 with flag 2815249/1215000
621.50/308.58	c cleaning 49005 clauses out of 98024 with flag 2923239/1265000
650.19/322.81	c cleaning 50001 clauses out of 100019 with flag 3026665/1316000
687.09/341.25	c cleaning 51004 clauses out of 102018 with flag 3132082/1368000
723.58/359.75	c cleaning 51999 clauses out of 104014 with flag 3239248/1421000
763.64/379.74	c cleaning 53001 clauses out of 106015 with flag 3350225/1475000
814.85/405.23	c cleaning 54004 clauses out of 108016 with flag 3460971/1530002
839.12/417.37	c cleaning 54997 clauses out of 110011 with flag 3574149/1586001
885.27/440.37	c cleaning 55999 clauses out of 112013 with flag 3690000/1643000
901.11/448.28	c cleaning 0 clauses out of 11001 with flag 0/11001
944.96/470.01	c cleaning 56993 clauses out of 114014 with flag 3807909/1701000
996.56/495.82	c cleaning 57998 clauses out of 116021 with flag 3926654/1760000
1058.06/526.49	c cleaning 59001 clauses out of 118023 with flag 4046806/1820000
1107.08/551.29	c cleaning 60000 clauses out of 120023 with flag 4170093/1881001
1142.08/568.66	c cleaning 60993 clauses out of 122022 with flag 4296740/1943000
1153.17/574.19	c cleaning 62016 clauses out of 124031 with flag 4430266/2006002
1216.62/605.74	c cleaning 63003 clauses out of 126013 with flag 4565031/2070000
1272.05/633.30	c cleaning 63987 clauses out of 128012 with flag 4736396/2135002
1314.49/654.46	c cleaning 65004 clauses out of 130023 with flag 4890039/2201000
1345.43/669.90	c cleaning 66006 clauses out of 132022 with flag 5039531/2268003
1386.74/690.47	c cleaning 67004 clauses out of 134013 with flag 5175960/2336000
1414.60/704.33	c cleaning 67997 clauses out of 136009 with flag 5316791/2405000
1491.92/743.53	c cleaning 68995 clauses out of 138012 with flag 5456806/2475000
1592.65/793.68	c cleaning 69996 clauses out of 140018 with flag 5598832/2546001
1721.52/857.86	c cleaning 71000 clauses out of 142021 with flag 5742848/2618000
1800.14/897.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.00	c starts		: 588
1800.14/897.00	c conflicts		: 2680523
1800.14/897.00	c decisions		: 3264386
1800.14/897.00	c propagations		: 31244263
1800.14/897.00	c inspects		: 17421317157
1800.14/897.00	c shortcuts		: 0
1800.14/897.00	c learnt literals	: 0
1800.14/897.00	c learnt binary clauses	: 0
1800.14/897.00	c learnt ternary clauses	: 1
1800.14/897.00	c learnt constraints	: 2680523
1800.14/897.00	c ignored constraints	: 0
1800.14/897.00	c root simplifications	: 0
1800.14/897.00	c removed literals (reason simplification)	: 13717332
1800.14/897.00	c reason swapping (by a shorter reason)	: 0
1800.14/897.00	c Calls to reduceDB	: 68
1800.14/897.00	c Number of update (reduction) of LBD	: 93205
1800.14/897.00	c Imported unit clauses	: 0
1800.14/897.00	c number of reductions to clauses (during analyze)	: 0
1800.14/897.00	c number of learned constraints concerned by reduction	: 0
1800.14/897.00	c number of learning phase by resolution	: 0
1800.14/897.00	c number of learning phase by cutting planes	: 0
1800.14/897.00	c speed (assignments/second)	: 34848.62102387875
1800.14/897.00	c non guided choices	325434
1800.14/897.03	c learnt constraints type 
1800.14/897.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133544
1800.14/897.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/897.03	c starts		: 41
1800.14/897.03	c conflicts		: 16612
1800.14/897.03	c decisions		: 134598
1800.14/897.03	c propagations		: 318339
1800.14/897.03	c inspects		: 474727176
1800.14/897.03	c shortcuts		: 0
1800.14/897.03	c learnt literals	: 0
1800.14/897.03	c learnt binary clauses	: 0
1800.14/897.03	c learnt ternary clauses	: 0
1800.14/897.03	c learnt constraints	: 16612
1800.14/897.03	c ignored constraints	: 0
1800.14/897.03	c root simplifications	: 0
1800.14/897.03	c removed literals (reason simplification)	: 0
1800.14/897.03	c reason swapping (by a shorter reason)	: 0
1800.14/897.03	c Calls to reduceDB	: 2
1800.14/897.03	c Number of update (reduction) of LBD	: 0
1800.14/897.03	c Imported unit clauses	: 0
1800.14/897.03	c number of reductions to clauses (during analyze)	: 0
1800.14/897.03	c number of learned constraints concerned by reduction	: 0
1800.14/897.03	c number of learning phase by resolution	: 0
1800.14/897.03	c number of learning phase by cutting planes	: 0
1800.14/897.03	c speed (assignments/second)	: 355.05328492797753
1800.14/897.03	c non guided choices	0
1800.14/897.03	c learnt constraints type 
1800.14/897.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 40
1800.14/897.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16572
1800.14/897.03	s UNKNOWN
1800.14/897.03	c Total wall clock time (in seconds): 896.909

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-4103898-1466249186/watcher-4103898-1466249186 -o /tmp/evaluation-result-4103898-1466249186/solver-4103898-1466249186 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103898-1466249186.opb 

pid=24477
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.98 2.67 2.94 4/197 24480
/proc/meminfo: memFree=27380352/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24480/stat : 24480 (java) D 24477 24480 22091 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 26964155 9515008 176 33554432000 1073741824 1073778376 140735930594384 140735930577112 239873115024 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24480/statm: 2323 176 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.98 2.67 2.94 4/197 24480
/proc/meminfo: memFree=27380352/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 4336 0 1 0 7 1 0 0 20 0 18 0 26964155 9787879424 5447 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2389619 5450 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.98 2.67 2.94 4/197 24480
/proc/meminfo: memFree=27380352/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 5121 0 1 0 26 2 0 0 20 0 18 0 26964155 9787879424 7075 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2389619 7075 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 2.98 2.67 2.94 4/197 24480
/proc/meminfo: memFree=27380352/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 9659 0 1 0 50 2 0 0 20 0 18 0 26964155 9787879424 12731 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2389619 12731 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.98 2.67 2.94 4/197 24480
/proc/meminfo: memFree=27380352/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 21190 0 1 0 197 5 0 0 20 0 22 0 26964155 10060525568 19737 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 19737 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824732

[startup+1.50098 s]
/proc/loadavg: 2.98 2.67 2.94 6/219 24502
/proc/meminfo: memFree=27250092/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 24060 0 1 0 459 8 0 0 20 0 22 0 26964155 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 46615 2285 9 0 2446860 0
[pid=24480/tid=24482] ppid=24477 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24480/task/24482/stat : 24482 (java) S 24477 24480 22091 0 -1 4202560 2435 0 1 0 34 2 0 0 20 0 22 0 26964156 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858206831480 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24483] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24483/stat : 24483 (java) S 24477 24480 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858168323112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24484] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24484/stat : 24484 (java) S 24477 24480 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858167270312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24485] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26964158 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/24480/task/24495/stat : 24495 (java) S 24477 24480 22091 0 -1 4202560 9120 0 0 0 103 2 0 0 20 0 22 0 26964162 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857288489400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24496] ppid=24477 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/24480/task/24496/stat : 24496 (java) S 24477 24480 22091 0 -1 4202560 11018 0 0 0 98 2 0 0 20 0 22 0 26964162 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857287436600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24497] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24497/stat : 24497 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857286383992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24498] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24498/stat : 24498 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857285331400 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24499] ppid=24477 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/24480/task/24499/stat : 24499 (java) R 24477 24480 22091 0 -1 4202560 21 0 0 0 106 0 0 0 20 0 22 0 26964195 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857284277184 139858044296180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24500] ppid=24477 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/24480/task/24500/stat : 24500 (java) R 24477 24480 22091 0 -1 4202560 83 0 0 0 104 2 0 0 20 0 22 0 26964195 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857283223736 139858044249254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24501] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24501/stat : 24501 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857282172328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24502] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24502/stat : 24502 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 46615 33554432000 1073741824 1073778376 140735306998352 139857281119528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 2.98 2.67 2.94 5/219 24502
/proc/meminfo: memFree=27179956/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 24329 0 1 0 795 14 0 0 20 0 22 0 26964155 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 87704 2285 9 0 2446860 0
[pid=24480/tid=24482] ppid=24477 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24480/task/24482/stat : 24482 (java) S 24477 24480 22091 0 -1 4202560 2435 0 1 0 34 2 0 0 20 0 22 0 26964156 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858206831480 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24483] ppid=24477 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24480/task/24483/stat : 24483 (java) S 24477 24480 22091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858168323112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24484] ppid=24477 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24480/task/24484/stat : 24484 (java) S 24477 24480 22091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858167270312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24485] ppid=24477 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 26964158 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/24480/task/24495/stat : 24495 (java) S 24477 24480 22091 0 -1 4202560 9120 0 0 0 108 2 0 0 20 0 22 0 26964162 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857288489400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24496] ppid=24477 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/24480/task/24496/stat : 24496 (java) S 24477 24480 22091 0 -1 4202560 11018 0 0 0 106 2 0 0 20 0 22 0 26964162 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857287436600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24497] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24497/stat : 24497 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857286383992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24498] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24498/stat : 24498 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857285331400 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24499] ppid=24477 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/24480/task/24499/stat : 24499 (java) R 24477 24480 22091 0 -1 4202560 23 0 0 0 260 0 0 0 20 0 22 0 26964195 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857284275504 139858044386464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24500] ppid=24477 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/24480/task/24500/stat : 24500 (java) R 24477 24480 22091 0 -1 4202560 140 0 0 0 257 3 0 0 20 0 22 0 26964195 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857283223304 139858044249172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24501] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24501/stat : 24501 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857282172328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24502] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24502/stat : 24502 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 87704 33554432000 1073741824 1073778376 140735306998352 139857281119528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.06 2.69 2.95 11/219 24502
/proc/meminfo: memFree=26664004/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 26020 0 1 0 1455 24 0 0 20 0 22 0 26964155 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 158774 2285 9 0 2446860 0
[pid=24480/tid=24482] ppid=24477 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24480/task/24482/stat : 24482 (java) S 24477 24480 22091 0 -1 4202560 2435 0 1 0 34 2 0 0 20 0 22 0 26964156 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858206831480 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24483] ppid=24477 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24480/task/24483/stat : 24483 (java) S 24477 24480 22091 0 -1 4202560 55 0 0 0 4 1 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858168323112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24484] ppid=24477 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24480/task/24484/stat : 24484 (java) S 24477 24480 22091 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858167270312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24485] ppid=24477 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 71 0 0 0 4 1 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 69 0 0 0 9 2 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 22 0 26964158 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 158774 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.14 cores=1,3,5,7

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

/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 912 0 0 0 181 18 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 508 0 0 0 188 15 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 540 0 0 0 183 19 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 624 0 0 0 178 16 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 587 0 0 0 169 15 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 444 0 0 0 163 15 0 0 20 0 22 0 26964158 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 2629 0 0 0 329 13 0 0 20 0 22 0 26964159 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24480/task/24495/stat : 24495 (java) S 24477 24480 22091 0 -1 4202560 9137 0 0 0 117 2 0 0 20 0 22 0 26964162 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857288489400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24496] ppid=24477 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/24480/task/24496/stat : 24496 (java) S 24477 24480 22091 0 -1 4202560 15341 0 0 0 177 3 0 0 20 0 22 0 26964162 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857287436600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24497] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24497/stat : 24497 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857286383992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24498] ppid=24477 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/24480/task/24498/stat : 24498 (java) S 24477 24480 22091 0 -1 4202560 46 0 0 0 12 21 0 0 20 0 22 0 26964162 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857285331400 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24499] ppid=24477 vsize=9824732 CPUtime=811.71 cores=1,3,5,7
/proc/24480/task/24499/stat : 24499 (java) R 24477 24480 22091 0 -1 4202560 118 0 0 0 81156 15 0 0 20 0 22 0 26964195 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857284275504 139858044227331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24500] ppid=24477 vsize=9824732 CPUtime=811.72 cores=1,3,5,7
/proc/24480/task/24500/stat : 24500 (java) R 24477 24480 22091 0 -1 4202560 3275 0 0 0 81113 59 0 0 20 0 22 0 26964195 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857283223408 139858044227331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24501] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24501/stat : 24501 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857282172328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24502] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24502/stat : 24502 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 842758 33554432000 1073741824 1073778376 140735306998352 139857281119528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1650.28
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.18 3.74 5/219 24600
/proc/meminfo: memFree=24064944/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=1770.71 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 39071 0 1 0 176852 219 0 0 20 0 22 0 26964155 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 822154 2294 9 0 2446860 0
[pid=24480/tid=24482] ppid=24477 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/24480/task/24482/stat : 24482 (java) S 24477 24480 22091 0 -1 4202560 2447 0 1 0 36 4 0 0 20 0 22 0 26964156 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858206831480 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24483] ppid=24477 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/24480/task/24483/stat : 24483 (java) S 24477 24480 22091 0 -1 4202560 562 0 0 0 191 17 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858168323112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24484] ppid=24477 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/24480/task/24484/stat : 24484 (java) S 24477 24480 22091 0 -1 4202560 532 0 0 0 197 18 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858167270312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24485] ppid=24477 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 913 0 0 0 192 18 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 534 0 0 0 205 15 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 555 0 0 0 198 19 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 639 0 0 0 188 16 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 588 0 0 0 179 16 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 459 0 0 0 178 15 0 0 20 0 22 0 26964158 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 2647 0 0 0 329 15 0 0 20 0 22 0 26964159 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24480/task/24495/stat : 24495 (java) S 24477 24480 22091 0 -1 4202560 9137 0 0 0 117 2 0 0 20 0 22 0 26964162 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857288489400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24496] ppid=24477 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/24480/task/24496/stat : 24496 (java) S 24477 24480 22091 0 -1 4202560 15341 0 0 0 177 3 0 0 20 0 22 0 26964162 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857287436600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24497] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24497/stat : 24497 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857286383992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24498] ppid=24477 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24480/task/24498/stat : 24498 (java) S 24477 24480 22091 0 -1 4202560 50 0 0 0 14 22 0 0 20 0 22 0 26964162 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857285331400 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24499] ppid=24477 vsize=9824732 CPUtime=871.23 cores=1,3,5,7
/proc/24480/task/24499/stat : 24499 (java) R 24477 24480 22091 0 -1 4202560 126 0 0 0 87107 16 0 0 20 0 22 0 26964195 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857284276288 139858044227331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24500] ppid=24477 vsize=9824732 CPUtime=871.26 cores=1,3,5,7
/proc/24480/task/24500/stat : 24500 (java) R 24477 24480 22091 0 -1 4202560 3277 0 0 0 87065 61 0 0 20 0 22 0 26964195 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857283221872 139858044248801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24501] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24501/stat : 24501 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857282172328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24502] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24502/stat : 24502 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 822154 33554432000 1073741824 1073778376 140735306998352 139857281119528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.001 s]
/proc/loadavg: 4.29 4.19 3.75 5/219 24610
/proc/meminfo: memFree=24058236/32872528 swapFree=1459628/1655852
[pid=24480] ppid=24477 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/24480/stat : 24480 (java) S 24477 24480 22091 0 -1 4202496 39095 0 1 0 179794 220 0 0 20 0 22 0 26964155 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 140735306989488 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24480/statm: 2456183 820622 2294 9 0 2446860 0
[pid=24480/tid=24482] ppid=24477 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/24480/task/24482/stat : 24482 (java) S 24477 24480 22091 0 -1 4202560 2447 0 1 0 36 4 0 0 20 0 22 0 26964156 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858206831480 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24483] ppid=24477 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24480/task/24483/stat : 24483 (java) S 24477 24480 22091 0 -1 4202560 562 0 0 0 192 17 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858168323112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24484] ppid=24477 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/24480/task/24484/stat : 24484 (java) S 24477 24480 22091 0 -1 4202560 532 0 0 0 198 18 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858167270312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24485] ppid=24477 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/24480/task/24485/stat : 24485 (java) S 24477 24480 22091 0 -1 4202560 913 0 0 0 194 18 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858166217512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24486] ppid=24477 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/24480/task/24486/stat : 24486 (java) S 24477 24480 22091 0 -1 4202560 534 0 0 0 206 15 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858165164712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24487] ppid=24477 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/24480/task/24487/stat : 24487 (java) S 24477 24480 22091 0 -1 4202560 578 0 0 0 199 19 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858164111912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24488] ppid=24477 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/24480/task/24488/stat : 24488 (java) S 24477 24480 22091 0 -1 4202560 639 0 0 0 189 16 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858163059112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24489] ppid=24477 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/24480/task/24489/stat : 24489 (java) S 24477 24480 22091 0 -1 4202560 588 0 0 0 180 16 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858162006312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24490] ppid=24477 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/24480/task/24490/stat : 24490 (java) S 24477 24480 22091 0 -1 4202560 459 0 0 0 179 15 0 0 20 0 22 0 26964158 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858043463848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24491] ppid=24477 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/24480/task/24491/stat : 24491 (java) S 24477 24480 22091 0 -1 4202560 2647 0 0 0 329 15 0 0 20 0 22 0 26964159 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858031053800 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24480/tid=24492] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24492/stat : 24492 (java) S 24477 24480 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858029999864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24493] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24493/stat : 24493 (java) S 24477 24480 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26964159 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858028946952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24494] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24494/stat : 24494 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139858027895440 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24495] ppid=24477 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24480/task/24495/stat : 24495 (java) S 24477 24480 22091 0 -1 4202560 9137 0 0 0 117 2 0 0 20 0 22 0 26964162 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857288489400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24496] ppid=24477 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/24480/task/24496/stat : 24496 (java) S 24477 24480 22091 0 -1 4202560 15341 0 0 0 177 3 0 0 20 0 22 0 26964162 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857287436600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24497] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24497/stat : 24497 (java) S 24477 24480 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26964162 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857286383992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24480/tid=24498] ppid=24477 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24480/task/24498/stat : 24498 (java) S 24477 24480 22091 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 26964162 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857285331400 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24499] ppid=24477 vsize=9824732 CPUtime=885.86 cores=1,3,5,7
/proc/24480/task/24499/stat : 24499 (java) R 24477 24480 22091 0 -1 4202560 127 0 0 0 88570 16 0 0 20 0 22 0 26964195 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857284276240 139858044387539 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24480/tid=24500] ppid=24477 vsize=9824732 CPUtime=885.89 cores=1,3,5,7
/proc/24480/task/24500/stat : 24500 (java) R 24477 24480 22091 0 -1 4202560 3277 0 0 0 88528 61 0 0 20 0 22 0 26964195 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857283222320 139858044501656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24501] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24501/stat : 24501 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857282172328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24480/tid=24502] ppid=24477 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24480/task/24502/stat : 24502 (java) S 24477 24480 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26964199 10060525568 820622 33554432000 1073741824 1073778376 140735306998352 139857281119528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

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 24480 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 24480 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=319374
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=751581
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.063
CPU time (s): 1800.14
CPU user time (s): 1797.94
CPU system time (s): 2.2
CPU usage (%): 200.67
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.32
system time used= 2.75158
maximum resident set size= 3377256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26067
involuntary context switches= 39694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38188 second user time and 5.99609 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 13:26:26
IDJOB=4103898
IDBENCH=2499
IDSOLVER=2543
FILE ID=node136/4103898-1466249186
RUNJOBID= node136-1466240588-22108
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08a.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103898-1466249186/watcher-4103898-1466249186 -o /tmp/evaluation-result-4103898-1466249186/solver-4103898-1466249186 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103898-1466249186.opb

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

MD5SUM BENCH= ff5b6f1c6eab20bc880408fc770c13e2
RANDOM SEED=1111700027

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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		: 2667.278
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27380888 kB
Buffers:           12788 kB
Cached:            95564 kB
SwapCached:        47324 kB
Active:          3006140 kB
Inactive:         114292 kB
Active(anon):    2967456 kB
Inactive(anon):    47248 kB
Active(file):      38684 kB
Inactive(file):    67044 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       4733268 kB
Mapped:            16964 kB
Shmem:                 0 kB
Slab:             569560 kB
SReclaimable:      13596 kB
SUnreclaim:       555964 kB
KernelStack:        1800 kB
PageTables:        13348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4918928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3217408 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= 71736 MiB
End job on node136 at 2016-06-18 13:41:23