Trace number 4080526

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 895.879

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080526-1465282548.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.90/0.83	c ... done. Wall clock time 0.715s.
1.90/0.83	c declared #vars     16660
1.90/0.83	c #constraints  16942
1.90/0.83	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.90/0.83	c constraints type 
1.90/0.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1.90/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1.90/0.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.90/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1.90/0.83	c 16942 constraints processed.
1.90/0.83	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.90/0.83	c constraints type 
1.90/0.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1807
1.90/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14993
1.90/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 140
1.90/0.83	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.90/0.83	c 16942 constraints processed.
8.57/3.33	c cleaning 2495 clauses out of 4995 with flag 23781/5000
15.03/6.20	c cleaning 4210 clauses out of 8491 with flag 55689/11000
20.44/8.99	c cleaning 5600 clauses out of 11266 with flag 94527/18002
27.96/12.63	c cleaning 6788 clauses out of 13641 with flag 140224/26000
35.81/16.48	c cleaning 7911 clauses out of 15838 with flag 187025/35000
45.14/21.05	c cleaning 8626 clauses out of 17913 with flag 239317/45000
56.09/26.49	c cleaning 8986 clauses out of 20275 with flag 293918/56001
67.47/32.18	c cleaning 9933 clauses out of 23284 with flag 353494/68000
81.67/39.21	c cleaning 10733 clauses out of 26346 with flag 417534/81000
96.09/46.39	c cleaning 11517 clauses out of 29606 with flag 492259/95000
112.25/54.34	c cleaning 12449 clauses out of 33088 with flag 570230/110000
129.62/62.99	c cleaning 13307 clauses out of 36637 with flag 656384/126002
147.30/71.79	c cleaning 13967 clauses out of 40325 with flag 748341/143000
166.98/81.56	c cleaning 14782 clauses out of 44356 with flag 845563/161002
188.11/92.03	c cleaning 15774 clauses out of 48570 with flag 943707/180000
210.83/103.66	c cleaning 16506 clauses out of 52790 with flag 1048803/200001
233.09/114.79	c cleaning 17656 clauses out of 57282 with flag 1157910/221000
256.09/126.23	c cleaning 17951 clauses out of 61620 with flag 1277416/243001
282.44/139.34	c cleaning 18974 clauses out of 66666 with flag 1404425/266001
310.58/153.36	c cleaning 19635 clauses out of 71686 with flag 1534071/290000
339.92/167.94	c cleaning 20783 clauses out of 77049 with flag 1668276/315000
371.41/183.66	c cleaning 21704 clauses out of 82260 with flag 1811333/341000
403.65/199.60	c cleaning 22273 clauses out of 87551 with flag 1961727/368000
437.06/216.33	c cleaning 23261 clauses out of 93275 with flag 2117440/396000
472.65/234.00	c cleaning 24158 clauses out of 99014 with flag 2282164/425001
507.74/252.08	c cleaning 24856 clauses out of 104853 with flag 2458330/455000
546.53/271.48	c cleaning 25859 clauses out of 110990 with flag 2638902/486000
583.71/290.08	c cleaning 26303 clauses out of 117129 with flag 2824691/518000
626.40/311.33	c cleaning 27574 clauses out of 123824 with flag 3015418/551000
671.07/333.59	c cleaning 28297 clauses out of 130249 with flag 3215845/585000
672.88/334.46	c cleaning 0 clauses out of 5000 with flag 0/5000
716.77/356.09	c cleaning 29277 clauses out of 136951 with flag 3426399/620000
765.56/380.02	c cleaning 30006 clauses out of 143674 with flag 3643517/656001
816.88/405.51	c cleaning 30954 clauses out of 150666 with flag 3866549/693001
870.67/432.39	c cleaning 31815 clauses out of 157711 with flag 4098337/731000
922.44/458.19	c cleaning 32638 clauses out of 164893 with flag 4340256/770001
980.30/486.86	c cleaning 33673 clauses out of 172253 with flag 4586684/810000
1044.95/519.64	c cleaning 34332 clauses out of 179578 with flag 4846143/851000
1105.73/549.86	c cleaning 35541 clauses out of 187245 with flag 5113122/893000
1174.24/583.97	c cleaning 36075 clauses out of 194706 with flag 5389063/936003
1239.81/616.55	c cleaning 37349 clauses out of 202627 with flag 5675738/980000
1314.62/653.68	c cleaning 38301 clauses out of 210280 with flag 5967565/1025003
1389.45/690.82	c cleaning 39201 clauses out of 217974 with flag 6265672/1071000
1462.95/727.44	c cleaning 40305 clauses out of 225772 with flag 6579267/1118000
1529.27/760.54	c cleaning 41107 clauses out of 233468 with flag 6909300/1166001
1599.87/795.89	c cleaning 42221 clauses out of 241361 with flag 7253193/1215004
1672.68/832.24	c cleaning 42937 clauses out of 249132 with flag 7591943/1265000
1745.80/868.79	c cleaning 43887 clauses out of 257194 with flag 7941379/1316000
1800.00/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.80	c starts		: 8309
1800.00/895.80	c conflicts		: 1355118
1800.00/895.80	c decisions		: 33725342
1800.00/895.80	c propagations		: 1116021466
1800.00/895.80	c inspects		: 3188727073
1800.00/895.80	c shortcuts		: 0
1800.00/895.80	c learnt literals	: 206
1800.00/895.80	c learnt binary clauses	: 88170
1800.00/895.80	c learnt ternary clauses	: 81659
1800.00/895.80	c learnt constraints	: 1354911
1800.00/895.80	c ignored constraints	: 0
1800.00/895.80	c root simplifications	: 0
1800.00/895.80	c removed literals (reason simplification)	: 10917205
1800.00/895.80	c reason swapping (by a shorter reason)	: 0
1800.00/895.80	c Calls to reduceDB	: 47
1800.00/895.80	c Number of update (reduction) of LBD	: 990866
1800.00/895.80	c Imported unit clauses	: 0
1800.00/895.80	c number of reductions to clauses (during analyze)	: 0
1800.00/895.80	c number of learned constraints concerned by reduction	: 0
1800.00/895.80	c number of learning phase by resolution	: 0
1800.00/895.80	c number of learning phase by cutting planes	: 0
1800.00/895.80	c speed (assignments/second)	: 1247026.5982528555
1800.00/895.80	c non guided choices	9954
1800.00/895.86	c learnt constraints type 
1800.00/895.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88170
1800.00/895.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164255
1800.00/895.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.86	c starts		: 28
1800.00/895.86	c conflicts		: 7761
1800.00/895.86	c decisions		: 130509
1800.00/895.86	c propagations		: 8224105
1800.00/895.86	c inspects		: 590324125
1800.00/895.86	c shortcuts		: 0
1800.00/895.86	c learnt literals	: 0
1800.00/895.86	c learnt binary clauses	: 0
1800.00/895.86	c learnt ternary clauses	: 22
1800.00/895.86	c learnt constraints	: 7760
1800.00/895.86	c ignored constraints	: 0
1800.00/895.86	c root simplifications	: 0
1800.00/895.86	c removed literals (reason simplification)	: 0
1800.00/895.86	c reason swapping (by a shorter reason)	: 0
1800.00/895.86	c Calls to reduceDB	: 1
1800.00/895.86	c Number of update (reduction) of LBD	: 0
1800.00/895.86	c Imported unit clauses	: 0
1800.00/895.86	c number of reductions to clauses (during analyze)	: 0
1800.00/895.86	c number of learned constraints concerned by reduction	: 0
1800.00/895.86	c number of learning phase by resolution	: 0
1800.00/895.86	c number of learning phase by cutting planes	: 0
1800.00/895.86	c speed (assignments/second)	: 9188.95440106637
1800.00/895.86	c non guided choices	1374
1800.00/895.86	c learnt constraints type 
1800.00/895.86	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 351
1800.00/895.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1559
1800.00/895.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5850
1800.00/895.86	s UNKNOWN
1800.00/895.86	c Total wall clock time (in seconds): 895.744

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-4080526-1465282548/watcher-4080526-1465282548 -o /tmp/evaluation-result-4080526-1465282548/solver-4080526-1465282548 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080526-1465282548.opb 

pid=28848
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.11 4.25 4.24 3/197 28851
/proc/meminfo: memFree=28926992/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 110187201 98570240 977 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 24065 977 744 9 0 16771 0
[pid=28851/tid=28852] ppid=28848 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) R 28848 28851 27578 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 110187201 98570240 977 33554432000 1073741824 1073778376 140733922972176 140199861198376 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100093 s]
/proc/loadavg: 4.11 4.25 4.24 3/197 28851
/proc/meminfo: memFree=28926992/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 110187201 9787879424 6040 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2389619 6040 2126 9 0 2380296 0
[pid=28851/tid=28852] ppid=28848 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) R 28848 28851 27578 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 110187201 9787879424 6040 33554432000 1073741824 1073778376 140733922972176 140199861201824 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 4.11 4.25 4.24 3/197 28851
/proc/meminfo: memFree=28926992/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 6633 0 1 0 27 2 0 0 20 0 18 0 110187201 9787879424 8625 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2389619 8625 2208 9 0 2380296 0
[pid=28851/tid=28852] ppid=28848 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) R 28848 28851 27578 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 110187201 9787879424 8625 33554432000 1073741824 1073778376 140733922972176 140199861201824 140199864488855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 4.11 4.25 4.24 3/197 28851
/proc/meminfo: memFree=28926992/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 7213 0 1 0 55 2 0 0 20 0 18 0 110187201 9787879424 11208 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2389619 11208 2234 9 0 2380296 0
[pid=28851/tid=28852] ppid=28848 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) R 28848 28851 27578 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 110187201 9787879424 11208 33554432000 1073741824 1073778376 140733922972176 140199861201824 140199695106790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 4.11 4.25 4.24 3/197 28851
/proc/meminfo: memFree=28926992/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9558476 CPUtime=1.6 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 20667 0 1 0 154 6 0 0 20 0 18 0 110187201 9787879424 39631 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2389619 39631 2251 9 0 2380296 0
[pid=28851/tid=28852] ppid=28848 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) R 28848 28851 27578 0 -1 4202560 2450 0 1 0 65 2 0 0 20 0 18 0 110187201 9787879424 39631 33554432000 1073741824 1073778376 140733922972176 140199861194672 140199864488826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.11 4.25 4.24 7/219 28873
/proc/meminfo: memFree=28731388/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 25978 0 1 0 454 8 0 0 20 0 22 0 110187201 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2456183 50917 2284 9 0 2446860 0
[pid=28851/tid=28852] ppid=28848 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) S 28848 28851 27578 0 -1 4202560 2474 0 1 0 78 3 0 0 20 0 22 0 110187201 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199861203832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28854] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28854/stat : 28854 (java) S 28848 28851 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199822695080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28855] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28855/stat : 28855 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199821642536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28856] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28861/stat : 28861 (java) S 28848 28851 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199815326248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28862] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28862/stat : 28862 (java) S 28848 28851 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110187203 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199685216872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28863] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28863/stat : 28863 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199684163192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28864] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28864/stat : 28864 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199683110536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28865] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28865/stat : 28865 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199682059280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28866] ppid=28848 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/28851/task/28866/stat : 28866 (java) S 28848 28851 27578 0 -1 4202560 10473 0 0 0 117 2 0 0 20 0 22 0 110187206 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199681005624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28867] ppid=28848 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/28851/task/28867/stat : 28867 (java) S 28848 28851 27578 0 -1 4202560 11591 0 0 0 123 2 0 0 20 0 22 0 110187206 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140199679953080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28868] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28868/stat : 28868 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198805498360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28869] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28869/stat : 28869 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198804446024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28870] ppid=28848 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/28851/task/28870/stat : 28870 (java) R 28848 28851 27578 0 -1 4202560 20 0 0 0 62 0 0 0 20 0 22 0 110187284 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198803391400 140199695791360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28871] ppid=28848 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/28851/task/28871/stat : 28871 (java) R 28848 28851 27578 0 -1 4202560 37 0 0 0 63 0 0 0 20 0 22 0 110187284 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198802338608 140199694719273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28872] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28872/stat : 28872 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198801286696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28873] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28873/stat : 28873 (java) S 28848 28851 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 50917 33554432000 1073741824 1073778376 140733922972176 140198800234152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.11 4.25 4.24 6/219 28873
/proc/meminfo: memFree=28730768/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9824732 CPUtime=8.15 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 26025 0 1 0 805 10 0 0 20 0 22 0 110187201 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2456183 56042 2288 9 0 2446860 0
[pid=28851/tid=28852] ppid=28848 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) S 28848 28851 27578 0 -1 4202560 2474 0 1 0 78 3 0 0 20 0 22 0 110187201 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199861203832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28854] ppid=28848 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28851/task/28854/stat : 28854 (java) S 28848 28851 27578 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199822695080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28855] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28855/stat : 28855 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199821642536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28856] ppid=28848 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28851/task/28861/stat : 28861 (java) S 28848 28851 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110187202 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199815326248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28862] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28862/stat : 28862 (java) S 28848 28851 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110187203 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199685216872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28863] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28863/stat : 28863 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199684163192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28864] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28864/stat : 28864 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199683110536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28865] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28865/stat : 28865 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199682059280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28866] ppid=28848 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28851/task/28866/stat : 28866 (java) R 28848 28851 27578 0 -1 4202560 10474 0 0 0 137 2 0 0 20 0 22 0 110187206 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199681005504 140199863811903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28867] ppid=28848 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/28851/task/28867/stat : 28867 (java) S 28848 28851 27578 0 -1 4202560 11594 0 0 0 136 3 0 0 20 0 22 0 110187206 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140199679953080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28868] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28868/stat : 28868 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198805498360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28869] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28869/stat : 28869 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198804446024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28870] ppid=28848 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28851/task/28870/stat : 28870 (java) R 28848 28851 27578 0 -1 4202560 20 0 0 0 213 0 0 0 20 0 22 0 110187284 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198803391120 140199695823129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28871] ppid=28848 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28851/task/28871/stat : 28871 (java) R 28848 28851 27578 0 -1 4202560 39 0 0 0 220 0 0 0 20 0 22 0 110187284 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198802337312 140199695757475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28872] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28872/stat : 28872 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198801286696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28873] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28873/stat : 28873 (java) S 28848 28851 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 56042 33554432000 1073741824 1073778376 140733922972176 140198800234152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.35 4.30 4.25 6/219 28873
/proc/meminfo: memFree=28488636/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9824732 CPUtime=15.22 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 28409 0 1 0 1502 20 0 0 20 0 22 0 110187201 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2456183 97564 2292 9 0 2446860 0
[pid=28851/tid=28852] ppid=28848 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) S 28848 28851 27578 0 -1 4202560 2474 0 1 0 78 3 0 0 20 0 22 0 110187201 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199861203832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28854] ppid=28848 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28851/task/28854/stat : 28854 (java) S 28848 28851 27578 0 -1 4202560 58 0 0 0 3 2 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199822695080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28855] ppid=28848 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28851/task/28855/stat : 28855 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199821642536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28856] ppid=28848 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 54 0 0 0 4 2 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 110187202 10060525568 97564 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 601 0 0 0 210 20 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 586 0 0 0 203 21 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 573 0 0 0 208 21 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 653 0 0 0 218 23 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 635 0 0 0 197 18 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/28851/task/28861/stat : 28861 (java) S 28848 28851 27578 0 -1 4202560 616 0 0 0 209 20 0 0 20 0 22 0 110187202 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199815326248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28862] ppid=28848 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/28851/task/28862/stat : 28862 (java) S 28848 28851 27578 0 -1 4202560 2270 0 0 0 310 5 0 0 20 0 22 0 110187203 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199685216872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28863] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28863/stat : 28863 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199684163192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28864] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28864/stat : 28864 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199683110536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28865] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28865/stat : 28865 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199682059280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28866] ppid=28848 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28851/task/28866/stat : 28866 (java) S 28848 28851 27578 0 -1 4202560 12482 0 0 0 211 2 0 0 20 0 22 0 110187206 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199681005624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28867] ppid=28848 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/28851/task/28867/stat : 28867 (java) S 28848 28851 27578 0 -1 4202560 14604 0 0 0 200 3 0 0 20 0 22 0 110187206 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140199679953080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28868] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28868/stat : 28868 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198805498360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28869] ppid=28848 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/28851/task/28869/stat : 28869 (java) S 28848 28851 27578 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 110187206 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198804446024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28870] ppid=28848 vsize=9824732 CPUtime=811.13 cores=0,2,4,6
/proc/28851/task/28870/stat : 28870 (java) R 28848 28851 27578 0 -1 4202560 60 0 0 0 81100 13 0 0 20 0 22 0 110187284 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198803382416 140199695867092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28871] ppid=28848 vsize=9824732 CPUtime=811.39 cores=0,2,4,6
/proc/28851/task/28871/stat : 28871 (java) R 28848 28851 27578 0 -1 4202560 2232 0 0 0 81094 45 0 0 20 0 22 0 110187284 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198802336416 140199695749782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28872] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28872/stat : 28872 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198801286696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28873] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28873/stat : 28873 (java) S 28848 28851 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 933812 33554432000 1073741824 1073778376 140733922972176 140198800234152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1652.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.22 4.25 5/220 28988
/proc/meminfo: memFree=25988608/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9824732 CPUtime=1773.01 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 40273 0 1 0 177078 223 0 0 20 0 22 0 110187201 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2456183 936970 2301 9 0 2446860 0
[pid=28851/tid=28852] ppid=28848 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) S 28848 28851 27578 0 -1 4202560 2483 0 1 0 81 4 0 0 20 0 22 0 110187201 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199861203832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28854] ppid=28848 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/28851/task/28854/stat : 28854 (java) S 28848 28851 27578 0 -1 4202560 579 0 0 0 204 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199822695080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28855] ppid=28848 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/28851/task/28855/stat : 28855 (java) S 28848 28851 27578 0 -1 4202560 519 0 0 0 186 16 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199821642536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28856] ppid=28848 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 631 0 0 0 216 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 591 0 0 0 205 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 575 0 0 0 210 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 657 0 0 0 219 23 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 648 0 0 0 199 18 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/28851/task/28861/stat : 28861 (java) S 28848 28851 27578 0 -1 4202560 623 0 0 0 211 20 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199815326248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28862] ppid=28848 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/28851/task/28862/stat : 28862 (java) S 28848 28851 27578 0 -1 4202560 2272 0 0 0 311 5 0 0 20 0 22 0 110187203 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199685216872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28863] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28863/stat : 28863 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199684163192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28864] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28864/stat : 28864 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199683110536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28865] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28865/stat : 28865 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199682059280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28866] ppid=28848 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28851/task/28866/stat : 28866 (java) S 28848 28851 27578 0 -1 4202560 12482 0 0 0 211 2 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199681005624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28867] ppid=28848 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/28851/task/28867/stat : 28867 (java) S 28848 28851 27578 0 -1 4202560 14604 0 0 0 200 3 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199679953080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28868] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28868/stat : 28868 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198805498360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28869] ppid=28848 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28851/task/28869/stat : 28869 (java) S 28848 28851 27578 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198804446024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28870] ppid=28848 vsize=9824732 CPUtime=870.91 cores=0,2,4,6
/proc/28851/task/28870/stat : 28870 (java) R 28848 28851 27578 0 -1 4202560 61 0 0 0 87077 14 0 0 20 0 22 0 110187284 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198803382416 140199695769682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28871] ppid=28848 vsize=9824732 CPUtime=871.17 cores=0,2,4,6
/proc/28851/task/28871/stat : 28871 (java) R 28848 28851 27578 0 -1 4202560 2232 0 0 0 87071 46 0 0 20 0 22 0 110187284 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198802336416 140199695748581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28872] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28872/stat : 28872 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198801286696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28873] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28873/stat : 28873 (java) S 28848 28851 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198800234152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.18 4.23 4.25 5/220 28988
/proc/meminfo: memFree=25127408/32872528 swapFree=16636/1570076
[pid=28851] ppid=28848 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/28851/stat : 28851 (java) S 28848 28851 27578 0 -1 4202496 40273 0 1 0 179777 223 0 0 20 0 22 0 110187201 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140733922963312 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28851/statm: 2456183 936970 2301 9 0 2446860 0
[pid=28851/tid=28852] ppid=28848 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/28851/task/28852/stat : 28852 (java) S 28848 28851 27578 0 -1 4202560 2483 0 1 0 81 4 0 0 20 0 22 0 110187201 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199861203832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28854] ppid=28848 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/28851/task/28854/stat : 28854 (java) S 28848 28851 27578 0 -1 4202560 579 0 0 0 204 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199822695080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28855] ppid=28848 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/28851/task/28855/stat : 28855 (java) S 28848 28851 27578 0 -1 4202560 519 0 0 0 186 16 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199821642536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28856] ppid=28848 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/28851/task/28856/stat : 28856 (java) S 28848 28851 27578 0 -1 4202560 631 0 0 0 216 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199820589992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28857] ppid=28848 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/28851/task/28857/stat : 28857 (java) S 28848 28851 27578 0 -1 4202560 591 0 0 0 205 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199819537448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28858] ppid=28848 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/28851/task/28858/stat : 28858 (java) S 28848 28851 27578 0 -1 4202560 575 0 0 0 210 21 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199818483880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28859] ppid=28848 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/28851/task/28859/stat : 28859 (java) S 28848 28851 27578 0 -1 4202560 657 0 0 0 219 23 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199817431336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28860] ppid=28848 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/28851/task/28860/stat : 28860 (java) S 28848 28851 27578 0 -1 4202560 648 0 0 0 199 18 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199816378792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28861] ppid=28848 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/28851/task/28861/stat : 28861 (java) S 28848 28851 27578 0 -1 4202560 623 0 0 0 211 20 0 0 20 0 22 0 110187202 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199815326248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28862] ppid=28848 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/28851/task/28862/stat : 28862 (java) S 28848 28851 27578 0 -1 4202560 2272 0 0 0 311 5 0 0 20 0 22 0 110187203 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199685216872 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28863] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28863/stat : 28863 (java) S 28848 28851 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199684163192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28864] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28864/stat : 28864 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187204 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199683110536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28865] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28865/stat : 28865 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199682059280 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28866] ppid=28848 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28851/task/28866/stat : 28866 (java) S 28848 28851 27578 0 -1 4202560 12482 0 0 0 211 2 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199681005624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28867] ppid=28848 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/28851/task/28867/stat : 28867 (java) S 28848 28851 27578 0 -1 4202560 14604 0 0 0 200 3 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140199679953080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28868] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28868/stat : 28868 (java) S 28848 28851 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198805498360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28869] ppid=28848 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28851/task/28869/stat : 28869 (java) S 28848 28851 27578 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 110187206 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198804446024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28851/tid=28870] ppid=28848 vsize=9824732 CPUtime=884.37 cores=0,2,4,6
/proc/28851/task/28870/stat : 28870 (java) R 28848 28851 27578 0 -1 4202560 61 0 0 0 88423 14 0 0 20 0 22 0 110187284 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198803382416 140199695770976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28851/tid=28871] ppid=28848 vsize=9824732 CPUtime=884.63 cores=0,2,4,6
/proc/28851/task/28871/stat : 28871 (java) R 28848 28851 27578 0 -1 4202560 2232 0 0 0 88417 46 0 0 20 0 22 0 110187284 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198802336416 140199695748632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28851/tid=28872] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28872/stat : 28872 (java) S 28848 28851 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198801286696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28851/tid=28873] ppid=28848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28851/task/28873/stat : 28873 (java) S 28848 28851 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110187287 10060525568 936970 33554432000 1073741824 1073778376 140733922972176 140198800234152 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 28851 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 28851 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=358368
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=681592
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.879
CPU time (s): 1800
CPU user time (s): 1797.77
CPU system time (s): 2.23
CPU usage (%): 200.92
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.68159
maximum resident set size= 3747996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40308
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23464
involuntary context switches= 23484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73513 second user time and 7.36188 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:55:49
IDJOB=4080526
IDBENCH=90196
IDSOLVER=2543
FILE ID=node140/4080526-1465282548
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=438603549

node140.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.768
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.768
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28927520 kB
Buffers:          127228 kB
Cached:           308208 kB
SwapCached:         1688 kB
Active:          1259404 kB
Inactive:         356884 kB
Active(anon):    1180396 kB
Inactive(anon):     2692 kB
Active(file):      79008 kB
Inactive(file):   354192 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4160 kB
Writeback:             4 kB
AnonPages:       2768272 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             603696 kB
SReclaimable:      47600 kB
SUnreclaim:       556096 kB
KernelStack:        1640 kB
PageTables:         9872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4239380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2695168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-07 09:10:44