Trace number 4099858

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3703.opb
MD5SUMde8002a7213606f6cc39967e9305bae2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654248
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654248
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4099858-1466207033.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
3.29/1.97	c ... done. Wall clock time 1.838s.
3.29/1.97	c declared #vars     155000
3.29/1.97	c #constraints  5300
3.29/1.97	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.29/1.97	c constraints type 
3.29/1.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
3.29/1.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5279
3.29/1.97	c 5300 constraints processed.
3.29/1.97	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.29/1.97	c constraints type 
3.29/1.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
3.29/1.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5279
3.29/1.97	c 5300 constraints processed.
3.29/1.97	c objective function length is 154999 literals
9.37/4.30	c cleaning 2503 clauses out of 5006 with flag 10012/5006
15.22/7.11	c cleaning 4246 clauses out of 8497 with flag 22000/11000
24.71/11.77	c cleaning 5622 clauses out of 11252 with flag 36160/18001
35.71/17.13	c cleaning 6809 clauses out of 13630 with flag 52318/26001
47.92/23.42	c cleaning 7904 clauses out of 15820 with flag 70516/35000
61.45/30.17	c cleaning 8955 clauses out of 17916 with flag 90844/45000
72.85/35.84	c cleaning 9978 clauses out of 19961 with flag 112864/56000
88.80/43.68	c cleaning 10986 clauses out of 21984 with flag 137052/68001
108.59/53.50	c cleaning 11992 clauses out of 23999 with flag 163390/81002
127.74/63.38	c cleaning 12996 clauses out of 26005 with flag 191511/95000
150.02/74.41	c cleaning 14000 clauses out of 28009 with flag 221652/110000
168.21/83.55	c cleaning 15000 clauses out of 30010 with flag 253654/126001
191.37/95.00	c cleaning 15999 clauses out of 32009 with flag 287680/143000
215.94/107.24	c cleaning 17003 clauses out of 34011 with flag 323774/161001
239.89/119.59	c cleaning 18003 clauses out of 36011 with flag 361841/180004
261.88/130.51	c cleaning 18994 clauses out of 38005 with flag 401843/200001
290.79/144.93	c cleaning 19998 clauses out of 40010 with flag 444626/221000
320.21/159.51	c cleaning 21000 clauses out of 42016 with flag 488846/243004
348.02/173.35	c cleaning 22002 clauses out of 44016 with flag 534846/266004
383.23/191.46	c cleaning 22996 clauses out of 46012 with flag 583081/290002
414.31/206.91	c cleaning 23998 clauses out of 48018 with flag 633156/315004
443.60/221.53	c cleaning 25004 clauses out of 50017 with flag 685150/341001
475.87/237.45	c cleaning 26005 clauses out of 52016 with flag 739156/368004
523.38/261.00	c cleaning 26994 clauses out of 54008 with flag 795215/396001
560.83/279.50	c cleaning 28006 clauses out of 56020 with flag 853277/425007
600.65/299.36	c cleaning 28993 clauses out of 58008 with flag 913303/455001
644.26/320.82	c cleaning 30007 clauses out of 60019 with flag 975336/486005
713.49/355.34	c cleaning 30997 clauses out of 62008 with flag 1039397/518001
769.31/383.17	c cleaning 31996 clauses out of 64011 with flag 1105570/551001
829.23/412.81	c cleaning 33005 clauses out of 66020 with flag 1173580/585006
894.66/445.10	c cleaning 34004 clauses out of 68014 with flag 1243578/620005
968.91/481.66	c cleaning 34992 clauses out of 70009 with flag 1315869/656004
1024.77/508.93	c cleaning 36002 clauses out of 72017 with flag 1389881/693004
1085.02/538.80	c cleaning 37004 clauses out of 74020 with flag 1465942/731009
1143.53/567.93	c cleaning 38000 clauses out of 76010 with flag 1543963/770003
1212.27/602.17	c cleaning 38991 clauses out of 78008 with flag 1624040/810001
1293.28/642.45	c cleaning 40003 clauses out of 80017 with flag 1706115/851001
1373.93/681.86	c cleaning 41003 clauses out of 82018 with flag 1790142/893005
1452.87/721.53	c cleaning 41998 clauses out of 84013 with flag 1876138/936003
1536.11/762.93	c cleaning 43002 clauses out of 86013 with flag 1964213/980001
1608.81/799.05	c cleaning 43998 clauses out of 88015 with flag 2054264/1025005
1676.01/833.47	c cleaning 45003 clauses out of 90013 with flag 2146256/1071001
1746.24/868.49	c cleaning 46000 clauses out of 92011 with flag 2240258/1118002
1800.18/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.10	c starts		: 1
1800.18/895.10	c conflicts		: 1153983
1800.18/895.10	c decisions		: 1167358
1800.18/895.10	c propagations		: 233297626
1800.18/895.10	c inspects		: 5299784829
1800.18/895.10	c shortcuts		: 0
1800.18/895.10	c learnt literals	: 0
1800.18/895.10	c learnt binary clauses	: 0
1800.18/895.10	c learnt ternary clauses	: 0
1800.18/895.10	c learnt constraints	: 1153982
1800.18/895.10	c ignored constraints	: 0
1800.18/895.10	c root simplifications	: 0
1800.18/895.10	c removed literals (reason simplification)	: 7528011
1800.18/895.10	c reason swapping (by a shorter reason)	: 0
1800.18/895.10	c Calls to reduceDB	: 43
1800.18/895.10	c Number of update (reduction) of LBD	: 549
1800.18/895.10	c Imported unit clauses	: 0
1800.18/895.10	c number of reductions to clauses (during analyze)	: 0
1800.18/895.10	c number of learned constraints concerned by reduction	: 0
1800.18/895.10	c number of learning phase by resolution	: 0
1800.18/895.10	c number of learning phase by cutting planes	: 0
1800.18/895.10	c speed (assignments/second)	: 261255.05157964048
1800.18/895.10	c non guided choices	0
1800.18/895.14	c learnt constraints type 
1800.18/895.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81992
1800.18/895.14	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.14	c starts		: 2
1800.18/895.14	c conflicts		: 1120
1800.18/895.14	c decisions		: 5550454
1800.18/895.14	c propagations		: 29894423
1800.18/895.14	c inspects		: 322300104
1800.18/895.14	c shortcuts		: 0
1800.18/895.14	c learnt literals	: 0
1800.18/895.14	c learnt binary clauses	: 0
1800.18/895.14	c learnt ternary clauses	: 0
1800.18/895.14	c learnt constraints	: 1120
1800.18/895.14	c ignored constraints	: 0
1800.18/895.14	c root simplifications	: 0
1800.18/895.14	c removed literals (reason simplification)	: 0
1800.18/895.14	c reason swapping (by a shorter reason)	: 0
1800.18/895.14	c Calls to reduceDB	: 0
1800.18/895.14	c Number of update (reduction) of LBD	: 0
1800.18/895.14	c Imported unit clauses	: 0
1800.18/895.14	c number of reductions to clauses (during analyze)	: 0
1800.18/895.14	c number of learned constraints concerned by reduction	: 0
1800.18/895.14	c number of learning phase by resolution	: 0
1800.18/895.14	c number of learning phase by cutting planes	: 0
1800.18/895.14	c speed (assignments/second)	: 33475.42288802342
1800.18/895.14	c non guided choices	0
1800.18/895.14	c learnt constraints type 
1800.18/895.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.18/895.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1111
1800.18/895.14	s UNKNOWN
1800.18/895.14	c Total wall clock time (in seconds): 895.014

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-4099858-1466207033/watcher-4099858-1466207033 -o /tmp/evaluation-result-4099858-1466207033/solver-4099858-1466207033 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099858-1466207033.opb 

pid=16117
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: 2.97 3.06 2.16 3/196 16120
/proc/meminfo: memFree=29414808/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16120/stat : 16120 (java) R 16117 16120 14474 0 -1 4202496 496 0 0 0 0 0 0 0 20 0 1 0 22750094 9515008 151 33554432000 1073741824 1073778376 140733573895552 140733573892680 242167711968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2323 156 114 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.97 3.06 2.16 3/196 16120
/proc/meminfo: memFree=29414808/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 4345 0 1 0 8 1 0 0 20 0 18 0 22750094 9787879424 5473 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2389619 5473 2110 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.97 3.06 2.16 3/196 16120
/proc/meminfo: memFree=29414808/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 4970 0 1 0 26 1 0 0 20 0 18 0 22750094 9787879424 8379 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2389619 8379 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.97 3.06 2.16 3/196 16120
/proc/meminfo: memFree=29414808/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 5455 0 1 0 44 2 0 0 20 0 18 0 22750094 9787879424 13217 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2389619 13217 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.97 3.06 2.16 3/196 16120
/proc/meminfo: memFree=29414808/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 6440 0 1 0 115 7 0 0 20 0 18 0 22750094 9787879424 48003 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2389619 48004 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.97 3.06 2.16 4/214 16138
/proc/meminfo: memFree=29154764/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9558476 CPUtime=2.57 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 8544 0 1 0 233 24 0 0 20 0 18 0 22750094 9787879424 107651 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2389619 107651 2269 9 0 2380296 0
[pid=16120/tid=16122] ppid=16117 vsize=9558476 CPUtime=1.25 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2534 0 1 0 120 5 0 0 20 0 18 0 22750095 9787879424 107651 33554432000 1073741824 1073778376 140733573895552 139873163430184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) R 16117 16120 14474 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873135885528 139873167594212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) R 16117 16120 14474 0 -1 4202560 170 0 0 0 9 3 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873134832552 139873165903553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) R 16117 16120 14474 0 -1 4202560 180 0 0 0 5 2 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873133779928 139873165903603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) R 16117 16120 14474 0 -1 4202560 132 0 0 0 7 3 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873132727128 139873167189081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) R 16117 16120 14474 0 -1 4202560 52 0 0 0 3 1 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873131674328 139873167189072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) R 16117 16120 14474 0 -1 4202560 135 0 0 0 4 1 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873130621528 139873170328492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) R 16117 16120 14474 0 -1 4202560 145 0 0 0 10 4 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873129568728 139873165903545 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) R 16117 16120 14474 0 -1 4202560 222 0 0 0 8 3 0 0 20 0 18 0 22750096 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139873128515632 139873165903545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22750098 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872516937608 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22750098 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22750098 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22750101 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 2384 0 0 0 29 0 0 0 20 0 18 0 22750101 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872512718808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 1229 0 0 0 19 0 0 0 20 0 18 0 22750101 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22750101 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22750101 9787879424 108163 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.97 3.06 2.16 6/218 16142
/proc/meminfo: memFree=28935464/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9824732 CPUtime=6.65 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 20159 0 1 0 634 31 0 0 20 0 22 0 22750094 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2456183 120367 2284 9 0 2446860 0
[pid=16120/tid=16122] ppid=16117 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2541 0 1 0 163 5 0 0 20 0 22 0 22750095 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873163432824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) S 16117 16120 14474 0 -1 4202560 44 0 0 0 4 3 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873135885352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) S 16117 16120 14474 0 -1 4202560 186 0 0 0 12 5 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873134832552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) S 16117 16120 14474 0 -1 4202560 186 0 0 0 7 2 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873133779752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) S 16117 16120 14474 0 -1 4202560 136 0 0 0 8 3 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873132726952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) S 16117 16120 14474 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873131674152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) S 16117 16120 14474 0 -1 4202560 141 0 0 0 5 2 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873130621352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) S 16117 16120 14474 0 -1 4202560 162 0 0 0 14 5 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873129568552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) S 16117 16120 14474 0 -1 4202560 226 0 0 0 9 4 0 0 20 0 22 0 22750096 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139873128515752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872516938728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 9313 0 0 0 90 2 0 0 20 0 22 0 22750101 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872512727480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 5660 0 0 0 79 0 0 0 20 0 22 0 22750101 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16139] ppid=16117 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/16120/task/16139/stat : 16139 (java) R 16117 16120 14474 0 -1 4202560 15 0 0 0 109 0 0 0 20 0 22 0 22750292 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872508515528 139873008868545 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16140] ppid=16117 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/16120/task/16140/stat : 16140 (java) R 16117 16120 14474 0 -1 4202560 23 0 0 0 111 0 0 0 20 0 22 0 22750292 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872507462280 139873009785403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16141] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16141/stat : 16141 (java) S 16117 16120 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872506410408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16142] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16142/stat : 16142 (java) S 16117 16120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 120367 33554432000 1073741824 1073778376 140733573895552 139872505357608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 2.97 3.06 2.17 4/218 16142
/proc/meminfo: memFree=28866448/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9824732 CPUtime=13.59 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 22255 0 1 0 1320 39 0 0 20 0 22 0 22750094 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2456183 158862 2290 9 0 2446860 0
[pid=16120/tid=16122] ppid=16117 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2541 0 1 0 163 5 0 0 20 0 22 0 22750095 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873163432824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) S 16117 16120 14474 0 -1 4202560 62 0 0 0 7 3 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873135885352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) S 16117 16120 14474 0 -1 4202560 212 0 0 0 14 5 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873134832552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) S 16117 16120 14474 0 -1 4202560 224 0 0 0 11 4 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873133779752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) S 16117 16120 14474 0 -1 4202560 151 0 0 0 10 4 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873132726952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) S 16117 16120 14474 0 -1 4202560 66 0 0 0 5 3 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873131674152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) S 16117 16120 14474 0 -1 4202560 165 0 0 0 7 3 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873130621352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) S 16117 16120 14474 0 -1 4202560 184 0 0 0 16 6 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873129568552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) S 16117 16120 14474 0 -1 4202560 252 0 0 0 12 4 0 0 20 0 22 0 22750096 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139873128515752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872516938728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 9378 0 0 0 114 2 0 0 20 0 22 0 22750101 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872512727480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 7289 0 0 0 100 0 0 0 20 0 22 0 22750101 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 158862 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16139] ppid=16117 vsize=9824732 CPUtime=4.22 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 2.96 3.11 2.75 9/218 16162
/proc/meminfo: memFree=24954264/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9824732 CPUtime=1774.36 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 34341 0 1 0 177078 358 0 0 20 0 22 0 22750094 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2456183 1145799 2298 9 0 2446860 0
[pid=16120/tid=16122] ppid=16117 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2556 0 1 0 167 5 0 0 20 0 22 0 22750095 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873163432824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) S 16117 16120 14474 0 -1 4202560 825 0 0 0 414 32 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873135885352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9824732 CPUtime=5.09 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) S 16117 16120 14474 0 -1 4202560 1130 0 0 0 469 40 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873134832552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) S 16117 16120 14474 0 -1 4202560 1049 0 0 0 453 44 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873133779752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) S 16117 16120 14474 0 -1 4202560 1064 0 0 0 441 38 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873132726952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) S 16117 16120 14474 0 -1 4202560 899 0 0 0 447 34 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873131674152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) S 16117 16120 14474 0 -1 4202560 1000 0 0 0 437 36 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873130621352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9824732 CPUtime=5.39 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) S 16117 16120 14474 0 -1 4202560 1224 0 0 0 492 47 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873129568552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9824732 CPUtime=4.7 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) S 16117 16120 14474 0 -1 4202560 917 0 0 0 436 34 0 0 20 0 22 0 22750096 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139873128515752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9824732 CPUtime=9.36 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 3591 0 0 0 926 10 0 0 20 0 22 0 22750098 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872516938728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 9388 0 0 0 124 2 0 0 20 0 22 0 22750101 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872512727480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 7440 0 0 0 123 0 0 0 20 0 22 0 22750101 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 50 0 0 0 19 14 0 0 20 0 22 0 22750101 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16139] ppid=16117 vsize=9824732 CPUtime=861 cores=0,2,4,6
/proc/16120/task/16139/stat : 16139 (java) R 16117 16120 14474 0 -1 4202560 702 0 0 0 86079 21 0 0 20 0 22 0 22750292 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872508513584 139873010156632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16140] ppid=16117 vsize=9824732 CPUtime=860.9 cores=0,2,4,6
/proc/16120/task/16140/stat : 16140 (java) R 16117 16120 14474 0 -1 4202560 1236 0 0 0 86055 35 0 0 20 0 22 0 22750292 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872507461600 139873009710582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16141] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16141/stat : 16141 (java) S 16117 16120 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872506410408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16142] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16142/stat : 16142 (java) S 16117 16120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145799 33554432000 1073741824 1073778376 140733573895552 139872505357608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 2.97 3.10 2.75 4/218 16162
/proc/meminfo: memFree=24954328/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 34408 0 1 0 179660 358 0 0 20 0 22 0 22750094 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2456183 1145865 2298 9 0 2446860 0
[pid=16120/tid=16122] ppid=16117 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2556 0 1 0 167 5 0 0 20 0 22 0 22750095 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873163432824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) S 16117 16120 14474 0 -1 4202560 825 0 0 0 421 32 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873135885352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) S 16117 16120 14474 0 -1 4202560 1130 0 0 0 481 40 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873134832552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) S 16117 16120 14474 0 -1 4202560 1049 0 0 0 461 44 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873133779752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) S 16117 16120 14474 0 -1 4202560 1064 0 0 0 447 38 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873132726952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) S 16117 16120 14474 0 -1 4202560 899 0 0 0 453 34 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873131674152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) S 16117 16120 14474 0 -1 4202560 1000 0 0 0 440 36 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873130621352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) S 16117 16120 14474 0 -1 4202560 1224 0 0 0 495 47 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873129568552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) S 16117 16120 14474 0 -1 4202560 917 0 0 0 439 34 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873128515752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9824732 CPUtime=9.36 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 3657 0 0 0 926 10 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872516938728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 9388 0 0 0 124 2 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872512727480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 7440 0 0 0 123 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 50 0 0 0 19 14 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16139] ppid=16117 vsize=9824732 CPUtime=873.66 cores=0,2,4,6
/proc/16120/task/16139/stat : 16139 (java) R 16117 16120 14474 0 -1 4202560 702 0 0 0 87345 21 0 0 20 0 22 0 22750292 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872508513504 139873010080068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16140] ppid=16117 vsize=9824732 CPUtime=873.57 cores=0,2,4,6
/proc/16120/task/16140/stat : 16140 (java) R 16117 16120 14474 0 -1 4202560 1237 0 0 0 87322 35 0 0 20 0 22 0 22750292 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872507461520 139873009710319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16141] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16141/stat : 16141 (java) S 16117 16120 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872506410408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16142] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16142/stat : 16142 (java) S 16117 16120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872505357608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 16120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 2.97 3.10 2.75 4/218 16162
/proc/meminfo: memFree=24954328/32872528 swapFree=338416/354768
[pid=16120] ppid=16117 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/16120/stat : 16120 (java) S 16117 16120 14474 0 -1 4202496 34408 0 1 0 179660 358 0 0 20 0 22 0 22750094 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 140733573886688 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16120/statm: 2456183 1145865 2298 9 0 2446860 0
[pid=16120/tid=16122] ppid=16117 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/16120/task/16122/stat : 16122 (java) S 16117 16120 14474 0 -1 4202560 2556 0 1 0 167 5 0 0 20 0 22 0 22750095 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873163432824 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16123] ppid=16117 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/16120/task/16123/stat : 16123 (java) S 16117 16120 14474 0 -1 4202560 825 0 0 0 421 32 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873135885352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16124] ppid=16117 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/16120/task/16124/stat : 16124 (java) S 16117 16120 14474 0 -1 4202560 1130 0 0 0 481 40 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873134832552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16125] ppid=16117 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/16120/task/16125/stat : 16125 (java) S 16117 16120 14474 0 -1 4202560 1049 0 0 0 461 44 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873133779752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16126] ppid=16117 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/16120/task/16126/stat : 16126 (java) S 16117 16120 14474 0 -1 4202560 1064 0 0 0 447 38 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873132726952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16127] ppid=16117 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/16120/task/16127/stat : 16127 (java) S 16117 16120 14474 0 -1 4202560 899 0 0 0 453 34 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873131674152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16128] ppid=16117 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/16120/task/16128/stat : 16128 (java) S 16117 16120 14474 0 -1 4202560 1000 0 0 0 440 36 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873130621352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16129] ppid=16117 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/16120/task/16129/stat : 16129 (java) S 16117 16120 14474 0 -1 4202560 1224 0 0 0 495 47 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873129568552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16130] ppid=16117 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/16120/task/16130/stat : 16130 (java) S 16117 16120 14474 0 -1 4202560 917 0 0 0 439 34 0 0 20 0 22 0 22750096 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139873128515752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16131] ppid=16117 vsize=9824732 CPUtime=9.36 cores=0,2,4,6
/proc/16120/task/16131/stat : 16131 (java) S 16117 16120 14474 0 -1 4202560 3657 0 0 0 926 10 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872516938728 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16132] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16132/stat : 16132 (java) S 16117 16120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872515884792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16133] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16133/stat : 16133 (java) S 16117 16120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22750098 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872514831880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16134] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16134/stat : 16134 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872513780368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16135] ppid=16117 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/16120/task/16135/stat : 16135 (java) S 16117 16120 14474 0 -1 4202560 9388 0 0 0 124 2 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872512727480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16120/tid=16136] ppid=16117 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/16120/task/16136/stat : 16136 (java) S 16117 16120 14474 0 -1 4202560 7440 0 0 0 123 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872511674680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16137] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16137/stat : 16137 (java) S 16117 16120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872510622072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16138] ppid=16117 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16120/task/16138/stat : 16138 (java) S 16117 16120 14474 0 -1 4202560 50 0 0 0 19 14 0 0 20 0 22 0 22750101 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872509569480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16139] ppid=16117 vsize=9824732 CPUtime=873.66 cores=0,2,4,6
/proc/16120/task/16139/stat : 16139 (java) R 16117 16120 14474 0 -1 4202560 702 0 0 0 87345 21 0 0 20 0 22 0 22750292 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872508513504 139873010080068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16120/tid=16140] ppid=16117 vsize=9824732 CPUtime=873.57 cores=0,2,4,6
/proc/16120/task/16140/stat : 16140 (java) R 16117 16120 14474 0 -1 4202560 1237 0 0 0 87322 35 0 0 20 0 22 0 22750292 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872507461520 139873009710319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16120/tid=16141] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16141/stat : 16141 (java) S 16117 16120 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872506410408 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16120/tid=16142] ppid=16117 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16120/task/16142/stat : 16142 (java) S 16117 16120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22750306 10060525568 1145865 33554432000 1073741824 1073778376 140733573895552 139872505357608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.164
CPU time (s): 1800.98
CPU user time (s): 1796.89
CPU system time (s): 4.09038
CPU usage (%): 201.19
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.89
system time used= 4.09038
maximum resident set size= 4729796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23500
involuntary context switches= 25747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45217 second user time and 7.56385 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 01:43:54
IDJOB=4099858
IDBENCH=1543
IDSOLVER=2543
FILE ID=node126/4099858-1466207033
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3703.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099858-1466207033/watcher-4099858-1466207033 -o /tmp/evaluation-result-4099858-1466207033/solver-4099858-1466207033 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099858-1466207033.opb

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

MD5SUM BENCH= de8002a7213606f6cc39967e9305bae2
RANDOM SEED=1048285840

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29415188 kB
Buffers:           40800 kB
Cached:            89904 kB
SwapCached:         1060 kB
Active:          2312936 kB
Inactive:          80240 kB
Active(anon):    2263964 kB
Inactive(anon):      960 kB
Active(file):      48972 kB
Inactive(file):    79280 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              7412 kB
Writeback:             0 kB
AnonPages:       2621040 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             571188 kB
SReclaimable:      15152 kB
SUnreclaim:       556036 kB
KernelStack:        1600 kB
PageTables:        10048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2807808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 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= 71732 MiB
End job on node126 at 2016-06-18 01:58:49