Trace number 4080517

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.82 894.677

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-4080517-1465283325.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
1.57/0.78	c ... done. Wall clock time 0.647s.
1.57/0.78	c declared #vars     14875
1.57/0.78	c #constraints  15127
1.57/0.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.57/0.78	c constraints type 
1.57/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1.57/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1.57/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.57/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1.57/0.78	c 15127 constraints processed.
1.57/0.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.57/0.78	c constraints type 
1.57/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1612
1.57/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13388
1.57/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
1.57/0.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.57/0.78	c 15127 constraints processed.
9.46/3.35	c cleaning 2467 clauses out of 4993 with flag 24139/5000
15.48/5.94	c cleaning 4224 clauses out of 8517 with flag 59042/11000
21.97/9.10	c cleaning 5621 clauses out of 11292 with flag 100096/18004
28.30/12.29	c cleaning 6772 clauses out of 13669 with flag 145700/26002
36.80/16.43	c cleaning 7900 clauses out of 15884 with flag 195835/35000
45.20/20.64	c cleaning 8809 clauses out of 17973 with flag 250758/45000
55.56/25.73	c cleaning 9110 clauses out of 20154 with flag 308461/56001
65.92/30.83	c cleaning 9818 clauses out of 23030 with flag 371739/68000
78.14/36.92	c cleaning 10635 clauses out of 26207 with flag 439907/81000
91.54/43.50	c cleaning 11715 clauses out of 29570 with flag 513404/95001
104.95/50.24	c cleaning 12674 clauses out of 32852 with flag 593847/110000
120.95/58.10	c cleaning 13205 clauses out of 36173 with flag 681690/126001
136.35/65.88	c cleaning 13992 clauses out of 39964 with flag 775759/143000
152.88/74.07	c cleaning 14802 clauses out of 43970 with flag 874380/161000
171.28/83.24	c cleaning 15831 clauses out of 48162 with flag 976583/180000
193.04/94.05	c cleaning 16635 clauses out of 52332 with flag 1086795/200002
214.24/104.91	c cleaning 17414 clauses out of 56689 with flag 1202859/221002
239.17/117.35	c cleaning 18480 clauses out of 61269 with flag 1334676/243000
262.65/129.04	c cleaning 18872 clauses out of 65783 with flag 1468262/266000
289.18/142.29	c cleaning 19861 clauses out of 70906 with flag 1615966/290000
315.98/155.56	c cleaning 20890 clauses out of 76047 with flag 1765237/315003
343.77/169.45	c cleaning 21728 clauses out of 81153 with flag 1919785/341000
374.66/184.71	c cleaning 22641 clauses out of 86422 with flag 2080236/368000
407.25/201.04	c cleaning 23583 clauses out of 91781 with flag 2247605/396000
440.12/217.95	c cleaning 24298 clauses out of 97197 with flag 2418601/425000
473.79/234.75	c cleaning 24990 clauses out of 102898 with flag 2594938/455000
511.76/253.61	c cleaning 26112 clauses out of 108907 with flag 2778262/486000
551.32/273.34	c cleaning 26625 clauses out of 114794 with flag 2970891/518000
589.76/292.47	c cleaning 0 clauses out of 5000 with flag 0/5000
593.00/293.94	c cleaning 28003 clauses out of 121169 with flag 3184776/551000
634.22/314.37	c cleaning 28554 clauses out of 127174 with flag 3401062/585008
679.70/336.77	c cleaning 29479 clauses out of 133610 with flag 3617847/620000
729.66/362.15	c cleaning 30386 clauses out of 140132 with flag 3846332/656002
778.44/386.43	c cleaning 31577 clauses out of 146744 with flag 4081512/693000
832.15/413.15	c cleaning 32172 clauses out of 153168 with flag 4327574/731001
886.74/440.29	c cleaning 33322 clauses out of 159993 with flag 4583864/770001
945.20/469.30	c cleaning 34123 clauses out of 166671 with flag 4852530/810002
1003.31/498.06	c cleaning 35663 clauses out of 173544 with flag 5125618/851000
1061.33/526.82	c cleaning 35963 clauses out of 179879 with flag 5412940/893001
1124.24/558.08	c cleaning 36930 clauses out of 186912 with flag 5725686/936000
1193.06/592.17	c cleaning 37969 clauses out of 193982 with flag 6028846/980000
1260.34/625.52	c cleaning 38837 clauses out of 201011 with flag 6340907/1025001
1331.69/660.94	c cleaning 39601 clauses out of 208171 with flag 6668343/1071000
1406.18/699.12	c cleaning 40915 clauses out of 215570 with flag 7009904/1118000
1481.31/736.50	c cleaning 41384 clauses out of 222654 with flag 7368092/1166003
1553.03/772.24	c cleaning 42753 clauses out of 230265 with flag 7718235/1215000
1629.20/809.96	c cleaning 43376 clauses out of 237509 with flag 8085249/1265000
1715.82/852.78	c cleaning 44177 clauses out of 245133 with flag 8485286/1316001
1796.25/892.73	c cleaning 45198 clauses out of 252954 with flag 8885817/1368000
1800.05/894.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/894.60	c starts		: 8706
1800.05/894.60	c conflicts		: 1371236
1800.05/894.60	c decisions		: 28135111
1800.05/894.60	c propagations		: 1057755717
1800.05/894.60	c inspects		: 3249050018
1800.05/894.60	c shortcuts		: 0
1800.05/894.60	c learnt literals	: 158
1800.05/894.60	c learnt binary clauses	: 79436
1800.05/894.60	c learnt ternary clauses	: 77218
1800.05/894.60	c learnt constraints	: 1371077
1800.05/894.60	c ignored constraints	: 0
1800.05/894.60	c root simplifications	: 0
1800.05/894.60	c removed literals (reason simplification)	: 12440012
1800.05/894.60	c reason swapping (by a shorter reason)	: 0
1800.05/894.60	c Calls to reduceDB	: 48
1800.05/894.60	c Number of update (reduction) of LBD	: 1061736
1800.05/894.60	c Imported unit clauses	: 0
1800.05/894.60	c number of reductions to clauses (during analyze)	: 0
1800.05/894.60	c number of learned constraints concerned by reduction	: 0
1800.05/894.60	c number of learning phase by resolution	: 0
1800.05/894.60	c number of learning phase by cutting planes	: 0
1800.05/894.60	c speed (assignments/second)	: 1183439.3419989753
1800.05/894.60	c non guided choices	8628
1800.05/894.65	c learnt constraints type 
1800.05/894.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79436
1800.05/894.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131556
1800.05/894.65	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/894.65	c starts		: 28
1800.05/894.65	c conflicts		: 8118
1800.05/894.65	c decisions		: 125382
1800.05/894.65	c propagations		: 6759358
1800.05/894.65	c inspects		: 612087911
1800.05/894.65	c shortcuts		: 0
1800.05/894.65	c learnt literals	: 0
1800.05/894.65	c learnt binary clauses	: 0
1800.05/894.65	c learnt ternary clauses	: 11
1800.05/894.65	c learnt constraints	: 8117
1800.05/894.65	c ignored constraints	: 0
1800.05/894.65	c root simplifications	: 0
1800.05/894.65	c removed literals (reason simplification)	: 0
1800.05/894.65	c reason swapping (by a shorter reason)	: 0
1800.05/894.65	c Calls to reduceDB	: 1
1800.05/894.65	c Number of update (reduction) of LBD	: 0
1800.05/894.65	c Imported unit clauses	: 0
1800.05/894.65	c number of reductions to clauses (during analyze)	: 0
1800.05/894.65	c number of learned constraints concerned by reduction	: 0
1800.05/894.65	c number of learning phase by resolution	: 0
1800.05/894.65	c number of learning phase by cutting planes	: 0
1800.05/894.65	c speed (assignments/second)	: 7562.122697025431
1800.05/894.65	c non guided choices	1148
1800.05/894.65	c learnt constraints type 
1800.05/894.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 240
1800.05/894.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1251
1800.05/894.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6626
1800.05/894.65	s UNKNOWN
1800.05/894.66	c Total wall clock time (in seconds): 894.526

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-4080517-1465283325/watcher-4080517-1465283325 -o /tmp/evaluation-result-4080517-1465283325/solver-4080517-1465283325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080517-1465283325.opb 

pid=24782
running on 4 cores: 0,2,4,6

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.15 4.18 4.17 4/197 24785
/proc/meminfo: memFree=27047360/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/24785/stat : 24785 (java) R 24782 24785 23715 0 -1 4202496 387 0 0 0 0 0 0 0 20 0 1 0 110265738 5767168 59 33554432000 1073741824 1073778376 140733648434224 140733648431352 214360460592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2304 66 53 9 0 36 0

[startup+0.100061 s]
/proc/loadavg: 4.15 4.18 4.17 4/197 24785
/proc/meminfo: memFree=27047360/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 4329 0 1 0 8 0 0 0 20 0 18 0 110265738 9787879424 5453 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2389619 5453 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.15 4.18 4.17 4/197 24785
/proc/meminfo: memFree=27047360/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 5202 0 1 0 25 1 0 0 20 0 18 0 110265738 9787879424 7100 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2389619 7101 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.15 4.18 4.17 4/197 24785
/proc/meminfo: memFree=27047360/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 7545 0 1 0 52 1 0 0 20 0 18 0 110265738 9787879424 11045 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2389619 11045 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.15 4.18 4.17 4/197 24785
/proc/meminfo: memFree=27047360/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9558476 CPUtime=1.57 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 21078 0 1 0 152 5 0 0 20 0 18 0 110265738 9787879424 39639 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2389619 39639 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.15 4.18 4.17 7/219 24807
/proc/meminfo: memFree=26873412/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 27051 0 1 0 460 7 0 0 20 0 22 0 110265738 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 47188 2269 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2475 0 1 0 72 3 0 0 20 0 22 0 110265739 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/24785/task/24800/stat : 24800 (java) R 24782 24785 23715 0 -1 4202560 14028 0 0 0 119 3 0 0 20 0 22 0 110265744 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678080583808 140678733453401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24801] ppid=24782 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/24785/task/24801/stat : 24801 (java) R 24782 24785 23715 0 -1 4202560 9218 0 0 0 124 2 0 0 20 0 22 0 110265744 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678079530712 140678734964086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24802] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24802/stat : 24802 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678078490872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24803] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24803/stat : 24803 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678077438536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24804] ppid=24782 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/24785/task/24804/stat : 24804 (java) R 24782 24785 23715 0 -1 4202560 23 0 0 0 70 0 0 0 20 0 22 0 110265816 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678076286464 140678584981760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24805] ppid=24782 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/24785/task/24805/stat : 24805 (java) R 24782 24785 23715 0 -1 4202560 30 0 0 0 68 0 0 0 20 0 22 0 110265816 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678075234152 140678584684647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24806] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24806/stat : 24806 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678074180904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24807] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24807/stat : 24807 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 47188 33554432000 1073741824 1073778376 140733648434224 140678073128360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.15 4.18 4.17 5/219 24807
/proc/meminfo: memFree=26836604/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=9.02 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 32552 0 1 0 891 11 0 0 20 0 22 0 110265738 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 59816 2288 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2475 0 1 0 72 3 0 0 20 0 22 0 110265739 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 110265740 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/24785/task/24800/stat : 24800 (java) S 24782 24785 23715 0 -1 4202560 14041 0 0 0 167 3 0 0 20 0 22 0 110265744 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678080596280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24801] ppid=24782 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/24785/task/24801/stat : 24801 (java) S 24782 24785 23715 0 -1 4202560 14510 0 0 0 186 3 0 0 20 0 22 0 110265744 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678079543736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24802] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24802/stat : 24802 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678078490872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24803] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24803/stat : 24803 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678077438536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24804] ppid=24782 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/24785/task/24804/stat : 24804 (java) R 24782 24785 23715 0 -1 4202560 25 0 0 0 225 0 0 0 20 0 22 0 110265816 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678076284280 140678584980480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24805] ppid=24782 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/24785/task/24805/stat : 24805 (java) R 24782 24785 23715 0 -1 4202560 41 0 0 0 222 0 0 0 20 0 22 0 110265816 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678075231680 140678585242820 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24806] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24806/stat : 24806 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678074180904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24807] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24807/stat : 24807 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 59816 33554432000 1073741824 1073778376 140733648434224 140678073128360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.14 4.18 4.17 5/219 24807
/proc/meminfo: memFree=26644100/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=16.27 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 33452 0 1 0 1609 18 0 0 20 0 22 0 110265738 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 108167 2292 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2475 0 1 0 72 3 0 0 20 0 22 0 110265739 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 110265740 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 108167 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 108679 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 108679 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 108679 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.9 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.20 4.27 4.21 5/219 24898
/proc/meminfo: memFree=23252800/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=1654.2 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 43464 0 1 0 165200 220 0 0 20 0 22 0 110265738 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 976769 2301 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2488 0 1 0 76 3 0 0 20 0 22 0 110265739 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 739 0 0 0 290 22 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 615 0 0 0 286 21 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 869 0 0 0 308 23 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 800 0 0 0 312 19 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 623 0 0 0 296 17 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 614 0 0 0 265 18 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 758 0 0 0 282 17 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 854 0 0 0 317 26 0 0 20 0 22 0 110265740 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=5.97 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 2530 0 0 0 588 9 0 0 20 0 22 0 110265741 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/24785/task/24800/stat : 24800 (java) S 24782 24785 23715 0 -1 4202560 14046 0 0 0 196 3 0 0 20 0 22 0 110265744 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678080596280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24801] ppid=24782 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/24785/task/24801/stat : 24801 (java) S 24782 24785 23715 0 -1 4202560 14592 0 0 0 280 3 0 0 20 0 22 0 110265744 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678079543736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24802] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24802/stat : 24802 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678078490872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24803] ppid=24782 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/24785/task/24803/stat : 24803 (java) S 24782 24785 23715 0 -1 4202560 47 0 0 0 18 14 0 0 20 0 22 0 110265744 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678077438536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24804] ppid=24782 vsize=9824732 CPUtime=808.65 cores=0,2,4,6
/proc/24785/task/24804/stat : 24804 (java) R 24782 24785 23715 0 -1 4202560 60 0 0 0 80853 12 0 0 20 0 22 0 110265816 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678076284832 140678584692956 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24805] ppid=24782 vsize=9824732 CPUtime=808.69 cores=0,2,4,6
/proc/24785/task/24805/stat : 24805 (java) R 24782 24785 23715 0 -1 4202560 2564 0 0 0 80825 44 0 0 20 0 22 0 110265816 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678075231424 140678584970263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24806] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24806/stat : 24806 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678074180904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24807] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24807/stat : 24807 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976769 33554432000 1073741824 1073778376 140733648434224 140678073128360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1654.2
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.16 4.25 4.21 6/219 24899
/proc/meminfo: memFree=23193320/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=1775.3 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 43495 0 1 0 177308 222 0 0 20 0 22 0 110265738 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 976770 2301 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2489 0 1 0 76 3 0 0 20 0 22 0 110265739 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 739 0 0 0 313 22 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 615 0 0 0 313 21 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 869 0 0 0 334 23 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 807 0 0 0 354 19 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 623 0 0 0 334 17 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 614 0 0 0 298 18 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 758 0 0 0 309 17 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 854 0 0 0 345 26 0 0 20 0 22 0 110265740 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=5.98 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 2543 0 0 0 589 9 0 0 20 0 22 0 110265741 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/24785/task/24800/stat : 24800 (java) S 24782 24785 23715 0 -1 4202560 14046 0 0 0 196 3 0 0 20 0 22 0 110265744 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678080596280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24801] ppid=24782 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/24785/task/24801/stat : 24801 (java) S 24782 24785 23715 0 -1 4202560 14592 0 0 0 280 3 0 0 20 0 22 0 110265744 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678079543736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24802] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24802/stat : 24802 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678078490872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24803] ppid=24782 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/24785/task/24803/stat : 24803 (java) S 24782 24785 23715 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 110265744 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678077438536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24804] ppid=24782 vsize=9824732 CPUtime=867.97 cores=0,2,4,6
/proc/24785/task/24804/stat : 24804 (java) R 24782 24785 23715 0 -1 4202560 63 0 0 0 86784 13 0 0 20 0 22 0 110265816 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678076283968 140678585005086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24805] ppid=24782 vsize=9824732 CPUtime=868.05 cores=0,2,4,6
/proc/24785/task/24805/stat : 24805 (java) R 24782 24785 23715 0 -1 4202560 2567 0 0 0 86760 45 0 0 20 0 22 0 110265816 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678075232000 140678584272757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24806] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24806/stat : 24806 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678074180904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24807] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24807/stat : 24807 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976770 33554432000 1073741824 1073778376 140733648434224 140678073128360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.28 4.27 4.21 5/219 24899
/proc/meminfo: memFree=23193324/32872528 swapFree=15784/1434320
[pid=24785] ppid=24782 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/24785/stat : 24785 (java) S 24782 24785 23715 0 -1 4202496 43496 0 1 0 179783 222 0 0 20 0 22 0 110265738 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140733648425360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24785/statm: 2456183 976768 2301 9 0 2446860 0
[pid=24785/tid=24787] ppid=24782 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/24785/task/24787/stat : 24787 (java) S 24782 24785 23715 0 -1 4202560 2489 0 1 0 76 3 0 0 20 0 22 0 110265739 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678730847096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24788] ppid=24782 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/24785/task/24788/stat : 24788 (java) S 24782 24785 23715 0 -1 4202560 739 0 0 0 315 22 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678703299496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24789] ppid=24782 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/24785/task/24789/stat : 24789 (java) S 24782 24785 23715 0 -1 4202560 615 0 0 0 317 21 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678702246952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24790] ppid=24782 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/24785/task/24790/stat : 24790 (java) S 24782 24785 23715 0 -1 4202560 869 0 0 0 338 23 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678572583592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24791] ppid=24782 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/24785/task/24791/stat : 24791 (java) S 24782 24785 23715 0 -1 4202560 807 0 0 0 363 19 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678571531048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24792] ppid=24782 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/24785/task/24792/stat : 24792 (java) S 24782 24785 23715 0 -1 4202560 623 0 0 0 336 17 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678570477992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24793] ppid=24782 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/24785/task/24793/stat : 24793 (java) S 24782 24785 23715 0 -1 4202560 614 0 0 0 307 18 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678569425448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24794] ppid=24782 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/24785/task/24794/stat : 24794 (java) S 24782 24785 23715 0 -1 4202560 758 0 0 0 310 18 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678568372392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24795] ppid=24782 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/24785/task/24795/stat : 24795 (java) S 24782 24785 23715 0 -1 4202560 854 0 0 0 347 26 0 0 20 0 22 0 110265740 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678097004840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24796] ppid=24782 vsize=9824732 CPUtime=5.98 cores=0,2,4,6
/proc/24785/task/24796/stat : 24796 (java) S 24782 24785 23715 0 -1 4202560 2543 0 0 0 589 9 0 0 20 0 22 0 110265741 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678084807528 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24797] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24797/stat : 24797 (java) S 24782 24785 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 110265741 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678083753848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24798] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24798/stat : 24798 (java) S 24782 24785 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110265742 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678082700680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24799] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24799/stat : 24799 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678081649424 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24800] ppid=24782 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/24785/task/24800/stat : 24800 (java) S 24782 24785 23715 0 -1 4202560 14046 0 0 0 196 3 0 0 20 0 22 0 110265744 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678080596280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24801] ppid=24782 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/24785/task/24801/stat : 24801 (java) S 24782 24785 23715 0 -1 4202560 14592 0 0 0 280 3 0 0 20 0 22 0 110265744 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678079543736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24802] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24802/stat : 24802 (java) S 24782 24785 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110265744 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678078490872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24803] ppid=24782 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/24785/task/24803/stat : 24803 (java) S 24782 24785 23715 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 110265744 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678077438536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24785/tid=24804] ppid=24782 vsize=9824732 CPUtime=880.18 cores=0,2,4,6
/proc/24785/task/24804/stat : 24804 (java) R 24782 24785 23715 0 -1 4202560 63 0 0 0 88005 13 0 0 20 0 22 0 110265816 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678076277136 140678584692905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24785/tid=24805] ppid=24782 vsize=9824732 CPUtime=880.26 cores=0,2,4,6
/proc/24785/task/24805/stat : 24805 (java) R 24782 24785 23715 0 -1 4202560 2568 0 0 0 87981 45 0 0 20 0 22 0 110265816 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678075232224 140678585290519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24785/tid=24806] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24806/stat : 24806 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678074180904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24785/tid=24807] ppid=24782 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24785/task/24807/stat : 24807 (java) S 24782 24785 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110265819 10060525568 976768 33554432000 1073741824 1073778376 140733648434224 140678073128360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 24785 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.677
CPU time (s): 1800.82
CPU user time (s): 1798.09
CPU system time (s): 2.73058
CPU usage (%): 201.282
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 2.73058
maximum resident set size= 3907188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43530
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23829
involuntary context switches= 27169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68413 second user time and 7.43287 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 09:08:45
IDJOB=4080517
IDBENCH=90201
IDSOLVER=2543
FILE ID=node130/4080517-1465283325
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K125.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080517-1465283325/watcher-4080517-1465283325 -o /tmp/evaluation-result-4080517-1465283325/solver-4080517-1465283325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080517-1465283325.opb

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=2082816624

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        27048004 kB
Buffers:          116604 kB
Cached:           210780 kB
SwapCached:         1724 kB
Active:          3411432 kB
Inactive:         236304 kB
Active(anon):    3321068 kB
Inactive(anon):     1252 kB
Active(file):      90364 kB
Inactive(file):   235052 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       4812992 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             602000 kB
SReclaimable:      45536 kB
SUnreclaim:       556464 kB
KernelStack:        1808 kB
PageTables:        13548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5107384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4730880 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= 71744 MiB
End job on node130 at 2016-06-07 09:23:40