Trace number 4080544

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.04 897.172

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
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 variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080544-1465279859.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
2.16/0.91	c ... done. Wall clock time 0.795s.
2.16/0.91	c declared #vars     23324
2.16/0.91	c #constraints  23718
2.16/0.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.16/0.91	c constraints type 
2.16/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
2.16/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
2.16/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.16/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
2.16/0.91	c 23718 constraints processed.
2.16/0.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.16/0.91	c constraints type 
2.16/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
2.16/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
2.16/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
2.16/0.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.16/0.91	c 23718 constraints processed.
10.09/4.08	c cleaning 2498 clauses out of 4997 with flag 21019/5001
17.34/7.55	c cleaning 4236 clauses out of 8494 with flag 53601/11000
26.25/11.91	c cleaning 5621 clauses out of 11249 with flag 91773/18000
36.74/17.10	c cleaning 6756 clauses out of 13624 with flag 132739/26000
49.75/23.58	c cleaning 7443 clauses out of 15865 with flag 178307/35001
64.69/30.94	c cleaning 7850 clauses out of 18415 with flag 226750/45000
79.97/38.52	c cleaning 8571 clauses out of 21562 with flag 280060/56002
96.45/46.73	c cleaning 9590 clauses out of 24984 with flag 339205/68000
114.12/55.54	c cleaning 10357 clauses out of 28387 with flag 404111/81000
133.85/65.33	c cleaning 11219 clauses out of 32020 with flag 473550/95000
156.58/76.66	c cleaning 11864 clauses out of 35799 with flag 545277/110000
181.23/88.99	c cleaning 12754 clauses out of 39925 with flag 626732/126000
206.31/101.48	c cleaning 13646 clauses out of 44162 with flag 710908/143000
233.10/114.77	c cleaning 14645 clauses out of 48513 with flag 804185/161005
263.21/130.03	c cleaning 15027 clauses out of 52857 with flag 897052/180000
293.07/144.90	c cleaning 16203 clauses out of 57827 with flag 999521/200003
325.04/160.85	c cleaning 16972 clauses out of 62616 with flag 1108317/221001
358.81/177.61	c cleaning 17709 clauses out of 67639 with flag 1219658/243001
370.20/183.34	c cleaning 0 clauses out of 5000 with flag 0/5000
395.69/195.81	c cleaning 18567 clauses out of 72924 with flag 1336066/266000
429.84/212.84	c cleaning 19385 clauses out of 78355 with flag 1460467/290000
465.84/230.80	c cleaning 20161 clauses out of 83965 with flag 1592532/315000
509.24/252.84	c cleaning 20994 clauses out of 89799 with flag 1726969/341000
548.72/272.55	c cleaning 21888 clauses out of 95803 with flag 1871279/368001
590.03/293.13	c cleaning 22396 clauses out of 101911 with flag 2018238/396001
637.92/316.87	c cleaning 23387 clauses out of 108516 with flag 2179143/425004
688.98/342.21	c cleaning 24238 clauses out of 115121 with flag 2338505/455001
738.69/367.01	c cleaning 25044 clauses out of 121880 with flag 2503035/486000
796.01/395.55	c cleaning 26186 clauses out of 128841 with flag 2671889/518005
859.72/427.19	c cleaning 26869 clauses out of 135649 with flag 2853103/551002
923.51/459.55	c cleaning 27815 clauses out of 142776 with flag 3039485/585000
989.24/492.26	c cleaning 28336 clauses out of 149959 with flag 3229032/620001
1054.89/524.86	c cleaning 28820 clauses out of 157617 with flag 3423517/656000
1121.79/558.11	c cleaning 30295 clauses out of 165796 with flag 3628640/693001
1189.34/591.76	c cleaning 30793 clauses out of 173499 with flag 3839024/731000
1263.37/628.51	c cleaning 31732 clauses out of 181702 with flag 4058026/770000
1339.87/666.52	c cleaning 32598 clauses out of 189969 with flag 4284668/810002
1416.37/704.64	c cleaning 33480 clauses out of 198366 with flag 4511926/851000
1498.80/745.58	c cleaning 34618 clauses out of 206885 with flag 4755904/893001
1576.54/785.50	c cleaning 35435 clauses out of 215267 with flag 5014952/936002
1646.82/820.58	c cleaning 35797 clauses out of 223828 with flag 5266280/980000
1722.83/858.50	c cleaning 37090 clauses out of 233031 with flag 5525347/1025000
1796.44/895.39	c cleaning 37834 clauses out of 241941 with flag 5795575/1071001
1800.04/897.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.10	c starts		: 6164
1800.04/897.10	c conflicts		: 1073243
1800.04/897.10	c decisions		: 49831546
1800.04/897.10	c propagations		: 1246966929
1800.04/897.10	c inspects		: 2749317007
1800.04/897.10	c shortcuts		: 0
1800.04/897.10	c learnt literals	: 175
1800.04/897.10	c learnt binary clauses	: 102977
1800.04/897.10	c learnt ternary clauses	: 77664
1800.04/897.10	c learnt constraints	: 1073068
1800.04/897.10	c ignored constraints	: 0
1800.04/897.10	c root simplifications	: 0
1800.04/897.10	c removed literals (reason simplification)	: 6652918
1800.04/897.10	c reason swapping (by a shorter reason)	: 0
1800.04/897.10	c Calls to reduceDB	: 42
1800.04/897.10	c Number of update (reduction) of LBD	: 660558
1800.04/897.10	c Imported unit clauses	: 0
1800.04/897.10	c number of reductions to clauses (during analyze)	: 0
1800.04/897.10	c number of learned constraints concerned by reduction	: 0
1800.04/897.10	c number of learning phase by resolution	: 0
1800.04/897.10	c number of learning phase by cutting planes	: 0
1800.04/897.10	c speed (assignments/second)	: 1391447.9242103854
1800.04/897.10	c non guided choices	40130
1800.04/897.15	c learnt constraints type 
1800.04/897.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 102977
1800.04/897.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103372
1800.04/897.15	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.15	c starts		: 33
1800.04/897.15	c conflicts		: 9295
1800.04/897.15	c decisions		: 268008
1800.04/897.15	c propagations		: 16320533
1800.04/897.15	c inspects		: 767909105
1800.04/897.15	c shortcuts		: 0
1800.04/897.15	c learnt literals	: 0
1800.04/897.15	c learnt binary clauses	: 0
1800.04/897.15	c learnt ternary clauses	: 77
1800.04/897.15	c learnt constraints	: 9294
1800.04/897.15	c ignored constraints	: 0
1800.04/897.15	c root simplifications	: 0
1800.04/897.15	c removed literals (reason simplification)	: 0
1800.04/897.15	c reason swapping (by a shorter reason)	: 0
1800.04/897.15	c Calls to reduceDB	: 1
1800.04/897.15	c Number of update (reduction) of LBD	: 0
1800.04/897.15	c Imported unit clauses	: 0
1800.04/897.15	c number of reductions to clauses (during analyze)	: 0
1800.04/897.15	c number of learned constraints concerned by reduction	: 0
1800.04/897.15	c number of learning phase by resolution	: 0
1800.04/897.15	c number of learning phase by cutting planes	: 0
1800.04/897.15	c speed (assignments/second)	: 18210.571828986893
1800.04/897.15	c non guided choices	8805
1800.04/897.15	c learnt constraints type 
1800.04/897.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 769
1800.04/897.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2384
1800.04/897.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6141
1800.04/897.15	s UNKNOWN
1800.04/897.15	c Total wall clock time (in seconds): 897.037

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

pid=28370
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.34 4.27 4.18 4/198 28373
/proc/meminfo: memFree=28883460/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109918251 98570240 977 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 24065 977 744 9 0 16771 0
[pid=28373/tid=28374] ppid=28370 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) R 28370 28373 27578 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109918251 98570240 977 33554432000 1073741824 1073778376 140736927387680 140158372191784 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 4.34 4.27 4.18 4/198 28373
/proc/meminfo: memFree=28883460/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 109918251 9787879424 6038 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2389619 6038 2126 9 0 2380296 0
[pid=28373/tid=28374] ppid=28370 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) R 28370 28373 27578 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 109918251 9787879424 6038 33554432000 1073741824 1073778376 140736927387680 140158372195232 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.200323 s]
/proc/loadavg: 4.34 4.27 4.18 4/198 28373
/proc/meminfo: memFree=28883460/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 6716 0 1 0 27 1 0 0 20 0 18 0 109918251 9787879424 8697 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2389619 8697 2208 9 0 2380296 0
[pid=28373/tid=28374] ppid=28370 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) R 28370 28373 27578 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 18 0 109918251 9787879424 8700 33554432000 1073741824 1073778376 140736927387680 140158372188016 140158375482259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30033 s]
/proc/loadavg: 4.34 4.27 4.18 4/198 28373
/proc/meminfo: memFree=28883460/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 7446 0 1 0 56 2 0 0 20 0 18 0 109918251 9787879424 11857 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2389619 11857 2234 9 0 2380296 0
[pid=28373/tid=28374] ppid=28370 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) R 28370 28373 27578 0 -1 4202560 2415 0 1 0 26 1 0 0 20 0 18 0 109918251 9787879424 11857 33554432000 1073741824 1073778376 140736927387680 140158372188016 140158221936859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700292 s]
/proc/loadavg: 4.34 4.27 4.18 4/198 28373
/proc/meminfo: memFree=28883460/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 20269 0 1 0 153 5 0 0 20 0 18 0 109918251 9787879424 39294 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2389619 39294 2251 9 0 2380296 0
[pid=28373/tid=28374] ppid=28370 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) R 28370 28373 27578 0 -1 4202560 2460 0 1 0 64 3 0 0 20 0 18 0 109918251 9787879424 39294 33554432000 1073741824 1073778376 140736927387680 140158372188160 140158378048769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.34 4.27 4.18 6/220 28395
/proc/meminfo: memFree=28682924/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9824732 CPUtime=4.45 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 25373 0 1 0 437 8 0 0 20 0 22 0 109918251 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2456183 54681 2286 9 0 2446860 0
[pid=28373/tid=28374] ppid=28370 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) S 28370 28373 27578 0 -1 4202560 2489 0 1 0 81 4 0 0 20 0 22 0 109918251 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158372197240 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28376/stat : 28376 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158344649128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28377] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28377/stat : 28377 (java) S 28370 28373 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158343596584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28378] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28383/stat : 28383 (java) S 28370 28373 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109918252 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140158208346920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28384] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28384/stat : 28384 (java) S 28370 28373 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109918253 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157725399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28385] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28385/stat : 28385 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157724345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28386] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28386/stat : 28386 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157723292552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28387] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28387/stat : 28387 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157722241296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28388] ppid=28370 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/28373/task/28388/stat : 28388 (java) R 28370 28373 27578 0 -1 4202560 9773 0 0 0 111 2 0 0 20 0 22 0 109918256 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157721176576 140158374804166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28389] ppid=28370 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/28373/task/28389/stat : 28389 (java) R 28370 28373 27578 0 -1 4202560 11683 0 0 0 117 2 0 0 20 0 22 0 109918256 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157720124000 140158374689837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28390] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28390/stat : 28390 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157719083768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28391] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28391/stat : 28391 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157718031432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28392] ppid=28370 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/28373/task/28392/stat : 28392 (java) R 28370 28373 27578 0 -1 4202560 17 0 0 0 56 0 0 0 20 0 22 0 109918343 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157716975736 140158221651840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28393] ppid=28370 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/28373/task/28393/stat : 28393 (java) R 28370 28373 27578 0 -1 4202560 31 0 0 0 56 0 0 0 20 0 22 0 109918343 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157715921056 140158221530595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28394] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28394/stat : 28394 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157714871080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28395] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28395/stat : 28395 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 54681 33554432000 1073741824 1073778376 140736927387680 140157713818536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.34 4.27 4.18 6/219 28395
/proc/meminfo: memFree=28628040/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9824732 CPUtime=8.23 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 26361 0 1 0 807 16 0 0 20 0 22 0 109918251 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2456183 92142 2288 9 0 2446860 0
[pid=28373/tid=28374] ppid=28370 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) S 28370 28373 27578 0 -1 4202560 2489 0 1 0 81 4 0 0 20 0 22 0 109918251 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158372197240 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28373/task/28376/stat : 28376 (java) S 28370 28373 27578 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158344649128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28377] ppid=28370 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28373/task/28377/stat : 28377 (java) S 28370 28373 27578 0 -1 4202560 76 0 0 0 4 2 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158343596584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28378] ppid=28370 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 76 0 0 0 4 2 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28373/task/28383/stat : 28383 (java) S 28370 28373 27578 0 -1 4202560 68 0 0 0 3 0 0 0 20 0 22 0 109918252 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140158208346920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28384] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28384/stat : 28384 (java) S 28370 28373 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 109918253 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157725399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28385] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28385/stat : 28385 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157724345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28386] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28386/stat : 28386 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157723292552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28387] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28387/stat : 28387 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157722241296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28388] ppid=28370 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/28373/task/28388/stat : 28388 (java) S 28370 28373 27578 0 -1 4202560 9774 0 0 0 129 2 0 0 20 0 22 0 109918256 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157721189176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28389] ppid=28370 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/28373/task/28389/stat : 28389 (java) S 28370 28373 27578 0 -1 4202560 12190 0 0 0 146 2 0 0 20 0 22 0 109918256 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157720136632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28390] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28390/stat : 28390 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157719083768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28391] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28391/stat : 28391 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157718031432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28392] ppid=28370 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/28373/task/28392/stat : 28392 (java) R 28370 28373 27578 0 -1 4202560 17 0 0 0 210 0 0 0 20 0 22 0 109918343 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157716974344 140158222021697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28393] ppid=28370 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/28373/task/28393/stat : 28393 (java) R 28370 28373 27578 0 -1 4202560 89 0 0 0 207 2 0 0 20 0 22 0 109918343 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157715922448 140158222437601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28394] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28394/stat : 28394 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157714871080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28395] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28395/stat : 28395 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 92142 33554432000 1073741824 1073778376 140736927387680 140157713818536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.31 4.27 4.18 6/219 28395
/proc/meminfo: memFree=27614468/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9824732 CPUtime=14.87 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 26486 0 1 0 1468 19 0 0 20 0 22 0 109918251 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2456183 98648 2292 9 0 2446860 0
[pid=28373/tid=28374] ppid=28370 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) S 28370 28373 27578 0 -1 4202560 2489 0 1 0 81 4 0 0 20 0 22 0 109918251 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158372197240 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28373/task/28376/stat : 28376 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158344649128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28377] ppid=28370 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28373/task/28377/stat : 28377 (java) S 28370 28373 27578 0 -1 4202560 84 0 0 0 5 2 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158343596584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28378] ppid=28370 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 95 0 0 0 6 2 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 76 0 0 0 5 0 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 48 0 0 0 3 1 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 109918252 10060525568 98648 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 784 0 0 0 209 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 502 0 0 0 208 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 559 0 0 0 204 16 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 568 0 0 0 207 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 437 0 0 0 235 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/28373/task/28383/stat : 28383 (java) S 28370 28373 27578 0 -1 4202560 647 0 0 0 240 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158208346920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28384] ppid=28370 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/28373/task/28384/stat : 28384 (java) S 28370 28373 27578 0 -1 4202560 2302 0 0 0 527 6 0 0 20 0 22 0 109918253 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157725399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28385] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28385/stat : 28385 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157724345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28386] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28386/stat : 28386 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157723292552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28387] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28387/stat : 28387 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157722241296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28388] ppid=28370 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/28373/task/28388/stat : 28388 (java) S 28370 28373 27578 0 -1 4202560 9799 0 0 0 184 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157721189176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28389] ppid=28370 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28373/task/28389/stat : 28389 (java) S 28370 28373 27578 0 -1 4202560 12194 0 0 0 169 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157720136632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28390] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28390/stat : 28390 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157719083768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28391] ppid=28370 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/28373/task/28391/stat : 28391 (java) S 28370 28373 27578 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157718031432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28392] ppid=28370 vsize=9824732 CPUtime=868.65 cores=0,2,4,6
/proc/28373/task/28392/stat : 28392 (java) R 28370 28373 27578 0 -1 4202560 66 0 0 0 86851 14 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157716967312 140158222057708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28393] ppid=28370 vsize=9824732 CPUtime=868.67 cores=0,2,4,6
/proc/28373/task/28393/stat : 28393 (java) R 28370 28373 27578 0 -1 4202560 2421 0 0 0 86815 52 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157715921424 140158222859759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28394] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28394/stat : 28394 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157714871080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28395] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28395/stat : 28395 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157713818536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.101 s]
/proc/loadavg: 4.24 4.28 4.25 5/219 28484
/proc/meminfo: memFree=25218616/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 35644 0 1 0 179801 203 0 0 20 0 22 0 109918251 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2456183 933183 2301 9 0 2446860 0
[pid=28373/tid=28374] ppid=28370 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) S 28370 28373 27578 0 -1 4202560 2498 0 1 0 84 5 0 0 20 0 22 0 109918251 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158372197240 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/28373/task/28376/stat : 28376 (java) S 28370 28373 27578 0 -1 4202560 834 0 0 0 212 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158344649128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28377] ppid=28370 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/28373/task/28377/stat : 28377 (java) S 28370 28373 27578 0 -1 4202560 715 0 0 0 220 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158343596584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28378] ppid=28370 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 784 0 0 0 209 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 502 0 0 0 208 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 559 0 0 0 204 16 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 568 0 0 0 207 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 437 0 0 0 235 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/28373/task/28383/stat : 28383 (java) S 28370 28373 27578 0 -1 4202560 647 0 0 0 240 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158208346920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28384] ppid=28370 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/28373/task/28384/stat : 28384 (java) S 28370 28373 27578 0 -1 4202560 2302 0 0 0 527 6 0 0 20 0 22 0 109918253 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157725399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28385] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28385/stat : 28385 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157724345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28386] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28386/stat : 28386 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157723292552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28387] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28387/stat : 28387 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157722241296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28388] ppid=28370 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/28373/task/28388/stat : 28388 (java) S 28370 28373 27578 0 -1 4202560 9799 0 0 0 184 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157721189176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28389] ppid=28370 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28373/task/28389/stat : 28389 (java) S 28370 28373 27578 0 -1 4202560 12194 0 0 0 169 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157720136632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28390] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28390/stat : 28390 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157719083768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28391] ppid=28370 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28373/task/28391/stat : 28391 (java) S 28370 28373 27578 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157718031432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28392] ppid=28370 vsize=9824732 CPUtime=883.4 cores=0,2,4,6
/proc/28373/task/28392/stat : 28392 (java) R 28370 28373 27578 0 -1 4202560 66 0 0 0 88326 14 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157716967312 140158222152904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28393] ppid=28370 vsize=9824732 CPUtime=883.43 cores=0,2,4,6
/proc/28373/task/28393/stat : 28393 (java) R 28370 28373 27578 0 -1 4202560 2421 0 0 0 88291 52 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157715921424 140158222859765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28394] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28394/stat : 28394 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157714871080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28395] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28395/stat : 28395 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157713818536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 28373 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.101 s]
/proc/loadavg: 4.24 4.28 4.25 5/219 28484
/proc/meminfo: memFree=25218616/32872528 swapFree=16636/1570076
[pid=28373] ppid=28370 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/28373/stat : 28373 (java) S 28370 28373 27578 0 -1 4202496 35644 0 1 0 179801 203 0 0 20 0 22 0 109918251 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140736927378816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28373/statm: 2456183 933183 2301 9 0 2446860 0
[pid=28373/tid=28374] ppid=28370 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/28373/task/28374/stat : 28374 (java) S 28370 28373 27578 0 -1 4202560 2498 0 1 0 84 5 0 0 20 0 22 0 109918251 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158372197240 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28376] ppid=28370 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/28373/task/28376/stat : 28376 (java) S 28370 28373 27578 0 -1 4202560 834 0 0 0 212 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158344649128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28377] ppid=28370 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/28373/task/28377/stat : 28377 (java) S 28370 28373 27578 0 -1 4202560 715 0 0 0 220 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158343596584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28378] ppid=28370 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/28373/task/28378/stat : 28378 (java) S 28370 28373 27578 0 -1 4202560 784 0 0 0 209 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158342543528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28379] ppid=28370 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/28373/task/28379/stat : 28379 (java) S 28370 28373 27578 0 -1 4202560 502 0 0 0 208 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158341490984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28380] ppid=28370 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28373/task/28380/stat : 28380 (java) S 28370 28373 27578 0 -1 4202560 559 0 0 0 204 16 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158340438952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28381] ppid=28370 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/28373/task/28381/stat : 28381 (java) S 28370 28373 27578 0 -1 4202560 568 0 0 0 207 15 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158210452520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28382] ppid=28370 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/28373/task/28382/stat : 28382 (java) S 28370 28373 27578 0 -1 4202560 437 0 0 0 235 18 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158209399464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28383] ppid=28370 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/28373/task/28383/stat : 28383 (java) S 28370 28373 27578 0 -1 4202560 647 0 0 0 240 17 0 0 20 0 22 0 109918252 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140158208346920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28384] ppid=28370 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/28373/task/28384/stat : 28384 (java) S 28370 28373 27578 0 -1 4202560 2302 0 0 0 527 6 0 0 20 0 22 0 109918253 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157725399400 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28385] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28385/stat : 28385 (java) S 28370 28373 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157724345720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28386] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28386/stat : 28386 (java) S 28370 28373 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109918254 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157723292552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28387] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28387/stat : 28387 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157722241296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28388] ppid=28370 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/28373/task/28388/stat : 28388 (java) S 28370 28373 27578 0 -1 4202560 9799 0 0 0 184 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157721189176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28389] ppid=28370 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28373/task/28389/stat : 28389 (java) S 28370 28373 27578 0 -1 4202560 12194 0 0 0 169 2 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157720136632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28373/tid=28390] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28390/stat : 28390 (java) S 28370 28373 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157719083768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28391] ppid=28370 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28373/task/28391/stat : 28391 (java) S 28370 28373 27578 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 109918256 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157718031432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28392] ppid=28370 vsize=9824732 CPUtime=883.4 cores=0,2,4,6
/proc/28373/task/28392/stat : 28392 (java) R 28370 28373 27578 0 -1 4202560 66 0 0 0 88326 14 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157716967312 140158222152904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28373/tid=28393] ppid=28370 vsize=9824732 CPUtime=883.43 cores=0,2,4,6
/proc/28373/task/28393/stat : 28393 (java) R 28370 28373 27578 0 -1 4202560 2421 0 0 0 88291 52 0 0 20 0 22 0 109918343 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157715921424 140158222859765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28373/tid=28394] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28394/stat : 28394 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157714871080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28373/tid=28395] ppid=28370 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28373/task/28395/stat : 28395 (java) S 28370 28373 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109918345 10060525568 933183 33554432000 1073741824 1073778376 140736927387680 140157713818536 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28373 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=569336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=491621
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.172
CPU time (s): 1800.04
CPU user time (s): 1798.01
CPU system time (s): 2.03
CPU usage (%): 200.635
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.49162
maximum resident set size= 3732848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35680
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23667
involuntary context switches= 27040

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8811 second user time and 7.18691 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:10:59
IDJOB=4080544
IDBENCH=90154
IDSOLVER=2543
FILE ID=node140/4080544-1465279859
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_K196.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080544-1465279859/watcher-4080544-1465279859 -o /tmp/evaluation-result-4080544-1465279859/solver-4080544-1465279859 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080544-1465279859.opb

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=853518524

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:        28884004 kB
Buffers:          125004 kB
Cached:           307116 kB
SwapCached:         1688 kB
Active:          1315828 kB
Inactive:         354092 kB
Active(anon):    1237460 kB
Inactive(anon):     2692 kB
Active(file):      78368 kB
Inactive(file):   351400 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4616 kB
Writeback:             0 kB
AnonPages:       2759912 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603676 kB
SReclaimable:      47564 kB
SUnreclaim:       556112 kB
KernelStack:        1824 kB
PageTables:         9464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4260800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2689024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node140 at 2016-06-07 08:25:56