Trace number 4100461

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 Resolution PB16? (TO) 1800.08 1797.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
MD5SUM9b27e30a8bba28dee1f89aacae920d43
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 4257
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527899
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 523739
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527899
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100461-1466213628.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.78/0.42	c ... done. Wall clock time 0.308s.
0.78/0.42	c declared #vars     6402
0.78/0.42	c #constraints  5929
0.78/0.42	c constraints type 
0.78/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1571
0.78/0.42	c org.sat4j.specs.Constr$1 => 2581
0.78/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
0.78/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91
0.78/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 1279
0.78/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 240
0.78/0.42	c 5929 constraints processed.
0.78/0.42	c objective function length is 4170 literals
1.64/0.92	c cleaning 2500 clauses out of 5001 with flag 10312/5001
2.24/1.48	c cleaning 4249 clauses out of 8500 with flag 22310/11000
3.04/2.28	c cleaning 5623 clauses out of 11254 with flag 36316/18003
4.15/3.36	c cleaning 6809 clauses out of 13628 with flag 52310/26000
5.57/4.72	c cleaning 7909 clauses out of 15820 with flag 70312/35001
7.16/6.39	c cleaning 8951 clauses out of 17910 with flag 90311/45000
9.21/8.39	c cleaning 9975 clauses out of 19959 with flag 112311/56000
11.61/10.75	c cleaning 10991 clauses out of 21985 with flag 136313/68001
14.51/13.60	c cleaning 11996 clauses out of 23996 with flag 162317/81003
17.81/16.92	c cleaning 12994 clauses out of 25998 with flag 190313/95001
21.41/20.54	c cleaning 13997 clauses out of 28004 with flag 220313/110001
25.62/24.72	c cleaning 14999 clauses out of 30006 with flag 252311/126000
30.57/29.68	c cleaning 16002 clauses out of 32009 with flag 286315/143002
36.07/35.17	c cleaning 17001 clauses out of 34005 with flag 322311/161000
41.97/41.04	c cleaning 17998 clauses out of 36005 with flag 360313/180001
48.47/47.54	c cleaning 19002 clauses out of 38006 with flag 400311/200000
55.87/55.00	c cleaning 20002 clauses out of 40005 with flag 442313/221001
63.70/62.76	c cleaning 20996 clauses out of 42002 with flag 486311/243000
71.70/70.79	c cleaning 21999 clauses out of 44009 with flag 532317/266003
81.40/80.47	c cleaning 23000 clauses out of 46008 with flag 580315/290001
91.93/90.91	c cleaning 23999 clauses out of 48007 with flag 630315/315000
103.23/102.21	c cleaning 25002 clauses out of 50008 with flag 682315/341000
115.03/114.10	c cleaning 26002 clauses out of 52006 with flag 736316/368000
127.89/126.82	c cleaning 26992 clauses out of 54005 with flag 792319/396001
141.59/140.53	c cleaning 28005 clauses out of 56012 with flag 850317/425000
157.19/156.12	c cleaning 28999 clauses out of 58008 with flag 910319/455001
174.02/172.99	c cleaning 30003 clauses out of 60008 with flag 972317/486000
192.37/191.20	c cleaning 30995 clauses out of 62005 with flag 1036318/518000
211.96/210.82	c cleaning 32001 clauses out of 64011 with flag 1102320/551001
233.72/232.57	c cleaning 33001 clauses out of 66011 with flag 1170322/585002
255.01/253.82	c cleaning 34003 clauses out of 68008 with flag 1240318/620000
278.11/276.96	c cleaning 34997 clauses out of 70008 with flag 1312324/656003
304.23/303.02	c cleaning 35999 clauses out of 72009 with flag 1386320/693001
333.73/332.58	c cleaning 36998 clauses out of 74009 with flag 1462318/731000
363.57/362.37	c cleaning 38003 clauses out of 76012 with flag 1540322/770001
398.23/396.92	c cleaning 38993 clauses out of 78009 with flag 1620322/810001
433.12/431.85	c cleaning 39997 clauses out of 80015 with flag 1702321/851000
469.75/468.40	c cleaning 41002 clauses out of 82019 with flag 1786324/893001
511.04/509.63	c cleaning 42004 clauses out of 84016 with flag 1872322/936000
553.45/552.09	c cleaning 42999 clauses out of 86014 with flag 1960326/980002
597.94/596.53	c cleaning 44003 clauses out of 88014 with flag 2050324/1025001
644.96/643.58	c cleaning 45000 clauses out of 90013 with flag 2142328/1071003
694.76/693.31	c cleaning 46000 clauses out of 92012 with flag 2236326/1118002
749.66/748.20	c cleaning 46996 clauses out of 94010 with flag 2332331/1166000
803.85/802.37	c cleaning 48004 clauses out of 96015 with flag 2430335/1215001
869.41/867.81	c cleaning 48997 clauses out of 98012 with flag 2530337/1265002
933.94/932.39	c cleaning 49999 clauses out of 100013 with flag 2632333/1316000
1002.83/1001.13	c cleaning 50997 clauses out of 102014 with flag 2736333/1368000
1072.38/1070.70	c cleaning 52005 clauses out of 104018 with flag 2842335/1421001
1143.16/1141.35	c cleaning 53003 clauses out of 106013 with flag 2950336/1475001
1218.04/1216.10	c cleaning 54001 clauses out of 108011 with flag 3060339/1530002
1294.81/1292.85	c cleaning 54997 clauses out of 110009 with flag 3172337/1586001
1384.78/1382.77	c cleaning 55999 clauses out of 112011 with flag 3286335/1643000
1476.61/1474.59	c cleaning 56998 clauses out of 114013 with flag 3402337/1701001
1575.67/1573.59	c cleaning 57997 clauses out of 116015 with flag 3520337/1760001
1672.32/1670.19	c cleaning 59002 clauses out of 118019 with flag 3640339/1820002
1770.07/1767.74	c cleaning 59999 clauses out of 120016 with flag 3762337/1881001
1800.08/1797.70	c starts		: 6
1800.08/1797.70	c conflicts		: 1907368
1800.08/1797.70	c decisions		: 1911828
1800.08/1797.70	c propagations		: 38905620
1800.08/1797.70	c inspects		: 33051990106
1800.08/1797.70	c shortcuts		: 0
1800.08/1797.70	c learnt literals	: 0
1800.08/1797.70	c learnt binary clauses	: 39
1800.08/1797.70	c learnt ternary clauses	: 0
1800.08/1797.70	c learnt constraints	: 1907368
1800.08/1797.70	c ignored constraints	: 0
1800.08/1797.70	c root simplifications	: 0
1800.08/1797.70	c removed literals (reason simplification)	: 0
1800.08/1797.70	c reason swapping (by a shorter reason)	: 0
1800.08/1797.70	c Calls to reduceDB	: 57
1800.08/1797.70	c Number of update (reduction) of LBD	: 120
1800.08/1797.70	c Imported unit clauses	: 0
1800.08/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.70	c number of learned constraints concerned by reduction	: 0
1800.08/1797.70	c number of learning phase by resolution	: 0
1800.08/1797.70	c number of learning phase by cutting planes	: 0
1800.08/1797.70	c speed (assignments/second)	: 21647.245382541707
1800.08/1797.70	c non guided choices	0
1800.08/1797.70	c timeout
1800.08/1797.73	c learnt constraints type 
1800.08/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.08/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86345
1800.08/1797.73	s UNKNOWN
1800.08/1797.73	c Total wall clock time (in seconds): 1797.614

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

pid=17441
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 17444
/proc/meminfo: memFree=29927132/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/17444/stat : 17444 (java) R 17441 17444 15516 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 23409457 2564096 47 33554432000 1073741824 1073778376 140735804589040 140735804586168 270698381777 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 17444
/proc/meminfo: memFree=29927132/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 23409457 9787879424 6027 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 17444
/proc/meminfo: memFree=29927132/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 5001 0 1 0 27 1 0 0 20 0 18 0 23409457 9787879424 6852 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2389619 6852 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 17444
/proc/meminfo: memFree=29927132/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 6339 0 1 0 47 2 0 0 20 0 18 0 23409457 9787879424 11309 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2389619 11309 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 17444
/proc/meminfo: memFree=29927132/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 10804 0 1 0 140 3 0 0 20 0 19 0 23409457 9856040960 21183 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 21183 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.20 2.25 2.20 4/213 17463
/proc/meminfo: memFree=29845856/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 10822 0 1 0 231 3 0 0 20 0 19 0 23409457 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 24264 2272 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2438 0 1 0 142 2 0 0 20 0 19 0 23409458 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771511550376 139771339425922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23409460 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4146 0 0 0 45 0 0 0 20 0 19 0 23409463 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 40 0 0 0 20 0 19 0 23409463 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 24264 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.20 2.25 2.20 4/213 17463
/proc/meminfo: memFree=29828484/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 10833 0 1 0 390 4 0 0 20 0 19 0 23409457 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 29384 2272 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2449 0 1 0 301 2 0 0 20 0 19 0 23409458 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771511541472 139771339425943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23409460 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4146 0 0 0 46 0 0 0 20 0 19 0 23409463 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 40 0 0 0 20 0 19 0 23409463 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 29384 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.26 2.26 2.20 3/213 17463
/proc/meminfo: memFree=29792516/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 10850 0 1 0 712 4 0 0 20 0 19 0 23409457 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 36004 2273 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2464 0 1 0 620 2 0 0 20 0 19 0 23409458 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771511541456 139771339566666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23409459 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23409460 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4147 0 0 0 48 0 0 0 20 0 19 0 23409463 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 41 0 0 0 20 0 19 0 23409463 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 36004 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625040


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

[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 89983 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.40 2.33 2.28 3/213 17800
/proc/meminfo: memFree=27652140/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=1784.68 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 11755 0 1 0 178400 68 0 0 20 0 19 0 23409457 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 91519 2286 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=1776.95 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2508 0 1 0 177663 32 0 0 20 0 19 0 23409458 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771511541456 139771339566666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 95 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 51 0 0 0 22 1 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 113 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 97 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 158 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 60 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 71 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 69 0 0 0 1 3 0 0 20 0 19 0 23409460 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4150 0 0 0 49 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 41 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 104 0 0 0 30 46 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.39 2.33 2.28 3/213 17800
/proc/meminfo: memFree=27454428/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 11755 0 1 0 179940 68 0 0 20 0 19 0 23409457 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 91519 2286 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=1792.31 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2508 0 1 0 179199 32 0 0 20 0 19 0 23409458 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771511541456 139771339566666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 95 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 51 0 0 0 22 1 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 113 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 97 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 158 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 60 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 71 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 69 0 0 0 1 3 0 0 20 0 19 0 23409460 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4150 0 0 0 49 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 41 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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 17444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.39 2.33 2.28 3/213 17800
/proc/meminfo: memFree=27454428/32872528 swapFree=1542984/1696284
[pid=17444] ppid=17441 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/17444/stat : 17444 (java) S 17441 17444 15516 0 -1 4202496 11755 0 1 0 179940 68 0 0 20 0 19 0 23409457 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 140735804580176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17444/statm: 2406260 91519 2286 9 0 2396937 0
[pid=17444/tid=17446] ppid=17441 vsize=9625040 CPUtime=1792.31 cores=1,3,5,7
/proc/17444/task/17446/stat : 17446 (java) R 17441 17444 15516 0 -1 4202560 2508 0 1 0 179199 32 0 0 20 0 19 0 23409458 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771511541456 139771339566666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17447] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17447/stat : 17447 (java) S 17441 17444 15516 0 -1 4202560 95 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771473041960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17448] ppid=17441 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17444/task/17448/stat : 17448 (java) S 17441 17444 15516 0 -1 4202560 51 0 0 0 22 1 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771471989160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17449] ppid=17441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17444/task/17449/stat : 17449 (java) S 17441 17444 15516 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771470936360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17450] ppid=17441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17444/task/17450/stat : 17450 (java) S 17441 17444 15516 0 -1 4202560 113 0 0 0 21 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771469883560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17451] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17451/stat : 17451 (java) S 17441 17444 15516 0 -1 4202560 97 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771468831784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17444/tid=17452] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17452/stat : 17452 (java) S 17441 17444 15516 0 -1 4202560 158 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771467778984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17453] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17453/stat : 17453 (java) S 17441 17444 15516 0 -1 4202560 60 0 0 0 18 2 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771466726184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17454] ppid=17441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17444/task/17454/stat : 17454 (java) S 17441 17444 15516 0 -1 4202560 71 0 0 0 17 3 0 0 20 0 19 0 23409459 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771465673384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17455] ppid=17441 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17444/task/17455/stat : 17455 (java) S 17441 17444 15516 0 -1 4202560 69 0 0 0 1 3 0 0 20 0 19 0 23409460 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771335653864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17456] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17456/stat : 17456 (java) S 17441 17444 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771334599928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17457] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17457/stat : 17457 (java) S 17441 17444 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23409461 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771333547016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17458] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17458/stat : 17458 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771332495504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17459] ppid=17441 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/17444/task/17459/stat : 17459 (java) S 17441 17444 15516 0 -1 4202560 4150 0 0 0 49 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771331443640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17460] ppid=17441 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/17444/task/17460/stat : 17460 (java) S 17441 17444 15516 0 -1 4202560 2960 0 0 0 41 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771330390840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17444/tid=17461] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17461/stat : 17461 (java) S 17441 17444 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771329338232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17444/tid=17462] ppid=17441 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/17444/task/17462/stat : 17462 (java) S 17441 17444 15516 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 23409463 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771328285640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17444/tid=17463] ppid=17441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17444/task/17463/stat : 17463 (java) S 17441 17444 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23409502 9856040960 91519 33554432000 1073741824 1073778376 140735804589040 139771327231144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17444 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=880136
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=141826
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.73
CPU time (s): 1800.08
CPU user time (s): 1799.4
CPU system time (s): 0.68
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.14183
maximum resident set size= 366196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11791
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38924
involuntary context switches= 11501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0335 second user time and 14.6608 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 03:33:48
IDJOB=4100461
IDBENCH=1619
IDSOLVER=2546
FILE ID=node125/4100461-1466213628
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-UMTS.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100461-1466213628/watcher-4100461-1466213628 -o /tmp/evaluation-result-4100461-1466213628/solver-4100461-1466213628 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100461-1466213628.opb

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

MD5SUM BENCH= 9b27e30a8bba28dee1f89aacae920d43
RANDOM SEED=1094659738

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        29927924 kB
Buffers:           44076 kB
Cached:            77492 kB
SwapCached:          684 kB
Active:           465816 kB
Inactive:          79448 kB
Active(anon):     422704 kB
Inactive(anon):     2976 kB
Active(file):      43112 kB
Inactive(file):    76472 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098192 kB
Dirty:               980 kB
Writeback:             0 kB
AnonPages:       2118572 kB
Mapped:            14464 kB
Shmem:                 0 kB
Slab:             570904 kB
SReclaimable:      14512 kB
SUnreclaim:       556392 kB
KernelStack:        1616 kB
PageTables:         8084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2307504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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 node125 at 2016-06-18 04:03:46