Trace number 4103930

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.16 893.663

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1095891440
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
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 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103930-1466250084.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.37/0.68	c ... done. Wall clock time 0.553s.
1.37/0.68	c declared #vars     8902
1.37/0.68	c #constraints  3038
1.37/0.68	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.37/0.68	c constraints type 
1.37/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1.37/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1.37/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1.37/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2019
1.37/0.68	c 3038 constraints processed.
1.37/0.68	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.37/0.68	c constraints type 
1.37/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1.37/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1.37/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1.37/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1.37/0.68	c 3038 constraints processed.
1.37/0.68	c objective function length is 31 literals
9.91/4.19	c cleaning 2499 clauses out of 4998 with flag 14711/5000
17.57/7.89	c cleaning 4244 clauses out of 8499 with flag 32773/11000
26.24/12.16	c cleaning 5629 clauses out of 11257 with flag 55158/18002
30.94/14.41	c cleaning 6810 clauses out of 13628 with flag 86184/26002
35.75/16.90	c cleaning 7904 clauses out of 15816 with flag 125439/35000
41.91/19.89	c cleaning 8953 clauses out of 17913 with flag 169158/45001
48.31/23.08	c cleaning 9980 clauses out of 19959 with flag 217056/56000
55.86/26.76	c cleaning 10990 clauses out of 21980 with flag 279115/68001
60.86/29.29	c cleaning 0 clauses out of 5000 with flag 0/5000
62.30/29.95	c cleaning 11995 clauses out of 23990 with flag 330341/81001
69.12/33.20	c cleaning 12998 clauses out of 25995 with flag 375966/95001
76.12/36.69	c cleaning 13992 clauses out of 27996 with flag 424587/110000
83.50/40.20	c cleaning 15004 clauses out of 30007 with flag 483715/126003
91.31/44.17	c cleaning 16001 clauses out of 32001 with flag 544801/143001
100.53/48.96	c cleaning 16999 clauses out of 34000 with flag 610821/161001
109.33/53.33	c cleaning 17996 clauses out of 36001 with flag 675940/180001
119.82/58.56	c cleaning 19003 clauses out of 38005 with flag 748708/200001
131.62/64.43	c cleaning 19999 clauses out of 40002 with flag 820638/221001
144.60/70.87	c cleaning 20995 clauses out of 42002 with flag 909735/243000
155.99/76.55	c cleaning 21997 clauses out of 44007 with flag 987251/266000
169.32/83.49	c cleaning 23004 clauses out of 46010 with flag 1073871/290000
183.31/90.42	c cleaning 24001 clauses out of 48006 with flag 1167676/315000
196.99/97.25	c cleaning 25000 clauses out of 50005 with flag 1260842/341000
211.19/104.31	c cleaning 26001 clauses out of 52005 with flag 1351166/368000
228.95/113.19	c cleaning 27003 clauses out of 54005 with flag 1455213/396001
254.23/125.64	c cleaning 28000 clauses out of 56003 with flag 1559220/425002
276.33/136.69	c cleaning 29001 clauses out of 58001 with flag 1670865/455000
304.07/150.42	c cleaning 30000 clauses out of 60002 with flag 1785007/486002
330.70/163.62	c cleaning 0 clauses out of 11000 with flag 0/11000
333.90/165.21	c cleaning 31000 clauses out of 62000 with flag 1896500/518000
367.63/182.53	c cleaning 31994 clauses out of 64000 with flag 2027695/551000
400.10/198.70	c cleaning 32999 clauses out of 66007 with flag 2171691/585001
429.47/213.20	c cleaning 34002 clauses out of 68007 with flag 2319018/620000
460.30/228.59	c cleaning 34998 clauses out of 70005 with flag 2462246/656000
495.05/245.61	c cleaning 35998 clauses out of 72009 with flag 2611089/693002
525.47/260.50	c cleaning 37004 clauses out of 74010 with flag 2764924/731001
560.31/277.69	c cleaning 38000 clauses out of 76006 with flag 2925487/770001
602.06/298.30	c cleaning 39000 clauses out of 78005 with flag 3094255/810000
643.40/319.75	c cleaning 40001 clauses out of 80005 with flag 3263326/851000
683.78/339.81	c cleaning 41003 clauses out of 82005 with flag 3445205/893001
718.96/357.32	c cleaning 42001 clauses out of 84002 with flag 3632542/936001
735.25/365.48	c cleaning 0 clauses out of 18002 with flag 0/18002
771.49/383.45	c cleaning 42993 clauses out of 86000 with flag 3954910/980000
832.06/413.54	c cleaning 43982 clauses out of 88008 with flag 4351368/1025001
894.10/444.35	c cleaning 44984 clauses out of 90025 with flag 4804886/1071000
963.69/478.81	c cleaning 45987 clauses out of 92041 with flag 5293800/1118000
1030.14/511.83	c cleaning 46990 clauses out of 94055 with flag 5768729/1166001
1091.78/542.41	c cleaning 48009 clauses out of 96064 with flag 6264234/1215000
1161.17/576.83	c cleaning 49008 clauses out of 98055 with flag 6726698/1265000
1232.63/612.31	c cleaning 50012 clauses out of 100048 with flag 7204988/1316001
1310.82/651.15	c cleaning 50983 clauses out of 102035 with flag 7722107/1368000
1360.51/675.76	c cleaning 0 clauses out of 26001 with flag 0/26001
1389.77/690.25	c cleaning 52009 clauses out of 104053 with flag 8236975/1421001
1465.50/727.73	c cleaning 52998 clauses out of 106043 with flag 8750694/1475000
1546.48/767.92	c cleaning 53990 clauses out of 108045 with flag 9279237/1530000
1629.43/809.08	c cleaning 55000 clauses out of 110055 with flag 9796273/1586000
1721.24/854.42	c cleaning 55982 clauses out of 112055 with flag 10360531/1643000
1800.16/893.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/893.60	c starts		: 1037
1800.16/893.60	c conflicts		: 1694181
1800.16/893.60	c decisions		: 2610700
1800.16/893.60	c propagations		: 142167470
1800.16/893.60	c inspects		: 7678443570
1800.16/893.60	c shortcuts		: 0
1800.16/893.60	c learnt literals	: 2
1800.16/893.60	c learnt binary clauses	: 2
1800.16/893.60	c learnt ternary clauses	: 4
1800.16/893.60	c learnt constraints	: 1694179
1800.16/893.60	c ignored constraints	: 0
1800.16/893.60	c root simplifications	: 0
1800.16/893.60	c removed literals (reason simplification)	: 32160183
1800.16/893.60	c reason swapping (by a shorter reason)	: 0
1800.16/893.60	c Calls to reduceDB	: 53
1800.16/893.60	c Number of update (reduction) of LBD	: 280266
1800.16/893.60	c Imported unit clauses	: 0
1800.16/893.60	c number of reductions to clauses (during analyze)	: 0
1800.16/893.60	c number of learned constraints concerned by reduction	: 0
1800.16/893.60	c number of learning phase by resolution	: 0
1800.16/893.60	c number of learning phase by cutting planes	: 0
1800.16/893.60	c speed (assignments/second)	: 159230.82101028293
1800.16/893.60	c non guided choices	1274
1800.16/893.63	c learnt constraints type 
1800.16/893.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.16/893.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107253
1800.16/893.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/893.63	c starts		: 55
1800.16/893.63	c conflicts		: 30435
1800.16/893.63	c decisions		: 41013
1800.16/893.63	c propagations		: 455425
1800.16/893.63	c inspects		: 601748676
1800.16/893.63	c shortcuts		: 0
1800.16/893.63	c learnt literals	: 0
1800.16/893.63	c learnt binary clauses	: 0
1800.16/893.63	c learnt ternary clauses	: 0
1800.16/893.63	c learnt constraints	: 30435
1800.16/893.63	c ignored constraints	: 0
1800.16/893.63	c root simplifications	: 0
1800.16/893.63	c removed literals (reason simplification)	: 0
1800.16/893.63	c reason swapping (by a shorter reason)	: 0
1800.16/893.63	c Calls to reduceDB	: 4
1800.16/893.63	c Number of update (reduction) of LBD	: 0
1800.16/893.63	c Imported unit clauses	: 0
1800.16/893.63	c number of reductions to clauses (during analyze)	: 0
1800.16/893.63	c number of learned constraints concerned by reduction	: 0
1800.16/893.63	c number of learning phase by resolution	: 0
1800.16/893.63	c number of learning phase by cutting planes	: 0
1800.16/893.63	c speed (assignments/second)	: 510.04980384207465
1800.16/893.63	c non guided choices	0
1800.16/893.64	c learnt constraints type 
1800.16/893.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 650
1800.16/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29785
1800.16/893.64	s UNKNOWN
1800.16/893.64	c Total wall clock time (in seconds): 893.514

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

pid=24654
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: 4.11 4.15 3.74 4/197 24657
/proc/meminfo: memFree=27355412/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24657/stat : 24657 (java) D 24654 24657 22091 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 27053926 9515008 175 33554432000 1073741824 1073778376 140734378160272 140734378143000 239873115024 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24657/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.11 4.15 3.74 4/197 24657
/proc/meminfo: memFree=27355412/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 4335 0 1 0 7 0 0 0 20 0 18 0 27053926 9787879424 5445 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2389619 5447 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.11 4.15 3.74 4/197 24657
/proc/meminfo: memFree=27355412/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 4718 0 1 0 23 1 0 0 20 0 18 0 27053926 9787879424 6813 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2389619 6813 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 4.11 4.15 3.74 4/197 24657
/proc/meminfo: memFree=27355412/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 5851 0 1 0 49 1 0 0 20 0 18 0 27053926 9787879424 9884 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2389619 9884 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700201 s]
/proc/loadavg: 4.11 4.15 3.74 4/197 24657
/proc/meminfo: memFree=27355412/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9691604 CPUtime=1.52 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 17932 0 1 0 148 4 0 0 20 0 20 0 27053926 9924202496 35825 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2422901 35825 2265 9 0 2413578 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9691604

[startup+1.50086 s]
/proc/loadavg: 4.11 4.15 3.74 7/219 24679
/proc/meminfo: memFree=27169652/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 21816 0 1 0 415 11 0 0 20 0 22 0 27053926 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2456183 54206 2285 9 0 2446860 0
[pid=24657/tid=24659] ppid=24654 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/24657/task/24659/stat : 24659 (java) S 24654 24657 22091 0 -1 4202560 2459 0 1 0 62 2 0 0 20 0 22 0 27053927 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065811178360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24660] ppid=24654 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24657/task/24660/stat : 24660 (java) S 24654 24657 22091 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065800240040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24661] ppid=24654 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24657/task/24661/stat : 24661 (java) S 24654 24657 22091 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065799187496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24662] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 27053928 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/24657/task/24672/stat : 24672 (java) S 24654 24657 22091 0 -1 4202560 11862 0 0 0 94 2 0 0 20 0 22 0 27053933 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065631152440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24673] ppid=24654 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/24657/task/24673/stat : 24673 (java) S 24654 24657 22091 0 -1 4202560 5705 0 0 0 97 1 0 0 20 0 22 0 27053933 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065630099896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24674] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24674/stat : 24674 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065629047032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24675] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24675/stat : 24675 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065627994696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24676] ppid=24654 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24657/task/24676/stat : 24676 (java) R 24654 24657 22091 0 -1 4202560 26 0 0 0 68 0 0 0 20 0 22 0 27053994 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065626940784 140065679088000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24677] ppid=24654 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/24657/task/24677/stat : 24677 (java) R 24654 24657 22091 0 -1 4202560 42 0 0 0 74 0 0 0 20 0 22 0 27053994 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065625886192 140065679168755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24678] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24678/stat : 24678 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27053999 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065624835368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24679] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24679/stat : 24679 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27054001 10060525568 54206 33554432000 1073741824 1073778376 140734737610112 140065623782824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.11 4.15 3.74 5/219 24679
/proc/meminfo: memFree=27011336/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9824732 CPUtime=7.84 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 23297 0 1 0 763 21 0 0 20 0 22 0 27053926 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2456183 95879 2287 9 0 2446860 0
[pid=24657/tid=24659] ppid=24654 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/24657/task/24659/stat : 24659 (java) S 24654 24657 22091 0 -1 4202560 2459 0 1 0 62 2 0 0 20 0 22 0 27053927 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065811178360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24660] ppid=24654 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24657/task/24660/stat : 24660 (java) S 24654 24657 22091 0 -1 4202560 126 0 0 0 4 1 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065800240040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24661] ppid=24654 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24657/task/24661/stat : 24661 (java) S 24654 24657 22091 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065799187496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24662] ppid=24654 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 107 0 0 0 1 1 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 112 0 0 0 4 2 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 90 0 0 0 3 1 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27053928 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/24657/task/24672/stat : 24672 (java) S 24654 24657 22091 0 -1 4202560 12487 0 0 0 103 2 0 0 20 0 22 0 27053933 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065631152440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24673] ppid=24654 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/24657/task/24673/stat : 24673 (java) S 24654 24657 22091 0 -1 4202560 6198 0 0 0 114 1 0 0 20 0 22 0 27053933 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065630099896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24674] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24674/stat : 24674 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065629047032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24675] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24675/stat : 24675 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065627994696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24676] ppid=24654 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/24657/task/24676/stat : 24676 (java) R 24654 24657 22091 0 -1 4202560 40 0 0 0 218 0 0 0 20 0 22 0 27053994 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065626939184 140065679115644 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24677] ppid=24654 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/24657/task/24677/stat : 24677 (java) R 24654 24657 22091 0 -1 4202560 85 0 0 0 224 2 0 0 20 0 22 0 27053994 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065625885640 140065679243950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24678] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24678/stat : 24678 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27053999 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065624835368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24679] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24679/stat : 24679 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27054001 10060525568 95879 33554432000 1073741824 1073778376 140734737610112 140065623782824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.18 4.17 3.75 5/219 24679
/proc/meminfo: memFree=26731500/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9824732 CPUtime=14.53 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 24051 0 1 0 1421 32 0 0 20 0 22 0 27053926 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2456183 164881 2291 9 0 2446860 0
[pid=24657/tid=24659] ppid=24654 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/24657/task/24659/stat : 24659 (java) S 24654 24657 22091 0 -1 4202560 2459 0 1 0 62 2 0 0 20 0 22 0 27053927 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065811178360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24660] ppid=24654 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24657/task/24660/stat : 24660 (java) S 24654 24657 22091 0 -1 4202560 147 0 0 0 9 2 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065800240040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24661] ppid=24654 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24657/task/24661/stat : 24661 (java) S 24654 24657 22091 0 -1 4202560 59 0 0 0 8 4 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065799187496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24662] ppid=24654 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 136 0 0 0 7 4 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 104 0 0 0 4 2 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 22 0 27053928 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 164881 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=1.1 cores=1,3,5,7

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

/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 744 0 0 0 346 15 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 700 0 0 0 350 19 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 683 0 0 0 366 20 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 647 0 0 0 366 17 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 648 0 0 0 317 16 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 724 0 0 0 356 18 0 0 20 0 22 0 27053928 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 2415 0 0 0 430 9 0 0 20 0 22 0 27053930 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24657/task/24672/stat : 24672 (java) S 24654 24657 22091 0 -1 4202560 12500 0 0 0 122 2 0 0 20 0 22 0 27053933 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065631152440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24673] ppid=24654 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/24657/task/24673/stat : 24673 (java) S 24654 24657 22091 0 -1 4202560 9614 0 0 0 175 2 0 0 20 0 22 0 27053933 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065630099896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24674] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24674/stat : 24674 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065629047032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24675] ppid=24654 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24657/task/24675/stat : 24675 (java) S 24654 24657 22091 0 -1 4202560 47 0 0 0 16 20 0 0 20 0 22 0 27053933 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065627994696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24676] ppid=24654 vsize=9824732 CPUtime=806.91 cores=1,3,5,7
/proc/24657/task/24676/stat : 24676 (java) R 24654 24657 22091 0 -1 4202560 738 0 0 0 80671 20 0 0 20 0 22 0 27053994 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065626938464 140065679115631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24677] ppid=24654 vsize=9824732 CPUtime=806.99 cores=1,3,5,7
/proc/24657/task/24677/stat : 24677 (java) R 24654 24657 22091 0 -1 4202560 1673 0 0 0 80660 39 0 0 20 0 22 0 27053994 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065625886768 140065679125008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24678] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24678/stat : 24678 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27053999 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065624835368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24679] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24679/stat : 24679 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27054001 10060525568 967824 33554432000 1073741824 1073778376 140734737610112 140065623782824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1656.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.37 4.15 5/219 24770
/proc/meminfo: memFree=23582628/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9824732 CPUtime=1777.4 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 36151 0 1 0 177526 214 0 0 20 0 22 0 27053926 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2456183 979601 2300 9 0 2446860 0
[pid=24657/tid=24659] ppid=24654 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/24657/task/24659/stat : 24659 (java) S 24654 24657 22091 0 -1 4202560 2473 0 1 0 65 4 0 0 20 0 22 0 27053927 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065811178360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24660] ppid=24654 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/24657/task/24660/stat : 24660 (java) S 24654 24657 22091 0 -1 4202560 622 0 0 0 412 16 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065800240040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24661] ppid=24654 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/24657/task/24661/stat : 24661 (java) S 24654 24657 22091 0 -1 4202560 604 0 0 0 390 23 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065799187496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24662] ppid=24654 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 752 0 0 0 374 16 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 704 0 0 0 369 19 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 685 0 0 0 392 20 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 653 0 0 0 398 17 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=3.53 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 652 0 0 0 337 16 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=3.98 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 736 0 0 0 380 18 0 0 20 0 22 0 27053928 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 2423 0 0 0 430 10 0 0 20 0 22 0 27053930 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24657/task/24672/stat : 24672 (java) S 24654 24657 22091 0 -1 4202560 12500 0 0 0 122 2 0 0 20 0 22 0 27053933 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065631152440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24673] ppid=24654 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/24657/task/24673/stat : 24673 (java) S 24654 24657 22091 0 -1 4202560 9614 0 0 0 175 2 0 0 20 0 22 0 27053933 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065630099896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24674] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24674/stat : 24674 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065629047032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24675] ppid=24654 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24657/task/24675/stat : 24675 (java) S 24654 24657 22091 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 27053933 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065627994696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24676] ppid=24654 vsize=9824732 CPUtime=866.18 cores=1,3,5,7
/proc/24657/task/24676/stat : 24676 (java) R 24654 24657 22091 0 -1 4202560 740 0 0 0 86597 21 0 0 20 0 22 0 27053994 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065626938528 140065679202066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24677] ppid=24654 vsize=9824732 CPUtime=866.27 cores=1,3,5,7
/proc/24657/task/24677/stat : 24677 (java) R 24654 24657 22091 0 -1 4202560 1676 0 0 0 86587 40 0 0 20 0 22 0 27053994 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065625886768 140065679165966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24678] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24678/stat : 24678 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27053999 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065624835368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24679] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24679/stat : 24679 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27054001 10060525568 979601 33554432000 1073741824 1073778376 140734737610112 140065623782824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1777.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 4.25 4.36 4.14 5/219 24771
/proc/meminfo: memFree=23561896/32872528 swapFree=1459628/1655852
[pid=24657] ppid=24654 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/24657/stat : 24657 (java) S 24654 24657 22091 0 -1 4202496 36157 0 1 0 179802 214 0 0 20 0 22 0 27053926 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140734737601248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24657/statm: 2456183 980623 2300 9 0 2446860 0
[pid=24657/tid=24659] ppid=24654 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/24657/task/24659/stat : 24659 (java) S 24654 24657 22091 0 -1 4202560 2473 0 1 0 65 4 0 0 20 0 22 0 27053927 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065811178360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24660] ppid=24654 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/24657/task/24660/stat : 24660 (java) S 24654 24657 22091 0 -1 4202560 622 0 0 0 417 16 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065800240040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24661] ppid=24654 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/24657/task/24661/stat : 24661 (java) S 24654 24657 22091 0 -1 4202560 605 0 0 0 397 24 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065799187496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24662] ppid=24654 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/24657/task/24662/stat : 24662 (java) S 24654 24657 22091 0 -1 4202560 752 0 0 0 377 16 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065798134440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24663] ppid=24654 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/24657/task/24663/stat : 24663 (java) S 24654 24657 22091 0 -1 4202560 705 0 0 0 375 19 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065797081896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24664] ppid=24654 vsize=9824732 CPUtime=4.15 cores=1,3,5,7
/proc/24657/task/24664/stat : 24664 (java) S 24654 24657 22091 0 -1 4202560 686 0 0 0 395 20 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065650719144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24665] ppid=24654 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/24657/task/24665/stat : 24665 (java) S 24654 24657 22091 0 -1 4202560 653 0 0 0 401 17 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065649666600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24666] ppid=24654 vsize=9824732 CPUtime=3.61 cores=1,3,5,7
/proc/24657/task/24666/stat : 24666 (java) S 24654 24657 22091 0 -1 4202560 654 0 0 0 344 17 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065648613544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24667] ppid=24654 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/24657/task/24667/stat : 24667 (java) S 24654 24657 22091 0 -1 4202560 736 0 0 0 383 18 0 0 20 0 22 0 27053928 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065647561000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24657/tid=24668] ppid=24654 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/24657/task/24668/stat : 24668 (java) S 24654 24657 22091 0 -1 4202560 2423 0 0 0 430 10 0 0 20 0 22 0 27053930 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065635363688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24669] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24669/stat : 24669 (java) S 24654 24657 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065634310008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24670] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24670/stat : 24670 (java) S 24654 24657 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27053930 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065633256840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24671] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24671/stat : 24671 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065632205584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24672] ppid=24654 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24657/task/24672/stat : 24672 (java) S 24654 24657 22091 0 -1 4202560 12500 0 0 0 122 2 0 0 20 0 22 0 27053933 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065631152440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24673] ppid=24654 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/24657/task/24673/stat : 24673 (java) S 24654 24657 22091 0 -1 4202560 9614 0 0 0 175 2 0 0 20 0 22 0 27053933 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065630099896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24674] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24674/stat : 24674 (java) S 24654 24657 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27053933 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065629047032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24657/tid=24675] ppid=24654 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24657/task/24675/stat : 24675 (java) S 24654 24657 22091 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 27053933 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065627994696 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24676] ppid=24654 vsize=9824732 CPUtime=877.35 cores=1,3,5,7
/proc/24657/task/24676/stat : 24676 (java) R 24654 24657 22091 0 -1 4202560 740 0 0 0 87714 21 0 0 20 0 22 0 27053994 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065626939232 140065679202051 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24657/tid=24677] ppid=24654 vsize=9824732 CPUtime=877.44 cores=1,3,5,7
/proc/24657/task/24677/stat : 24677 (java) R 24654 24657 22091 0 -1 4202560 1677 0 0 0 87704 40 0 0 20 0 22 0 27053994 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065625885856 140065679166042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24678] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24678/stat : 24678 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27053999 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065624835368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24657/tid=24679] ppid=24654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24657/task/24679/stat : 24679 (java) S 24654 24657 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27054001 10060525568 980623 33554432000 1073741824 1073778376 140734737610112 140065623782824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 24657 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 24657 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=398362
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=662595
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.663
CPU time (s): 1800.16
CPU user time (s): 1798.02
CPU system time (s): 2.14
CPU usage (%): 201.436
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.4
system time used= 2.6626
maximum resident set size= 3922608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36191
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23728
involuntary context switches= 25915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26205 second user time and 6.94594 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 13:41:24
IDJOB=4103930
IDBENCH=2508
IDSOLVER=2543
FILE ID=node136/4103930-1466250084
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-roll3000.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103930-1466250084/watcher-4103930-1466250084 -o /tmp/evaluation-result-4103930-1466250084/solver-4103930-1466250084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103930-1466250084.opb

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

MD5SUM BENCH= 553e03f28bab227c11d33a47edd1fb32
RANDOM SEED=682331585

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:        27356592 kB
Buffers:           13908 kB
Cached:            97488 kB
SwapCached:        47324 kB
Active:          3036320 kB
Inactive:         115016 kB
Active(anon):    2995312 kB
Inactive(anon):    47248 kB
Active(file):      41008 kB
Inactive(file):    67768 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       4646824 kB
Mapped:            16880 kB
Shmem:                 0 kB
Slab:             569608 kB
SReclaimable:      13612 kB
SUnreclaim:       555996 kB
KernelStack:        1632 kB
PageTables:        13516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4866052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 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:56:18