Trace number 4103912

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 1796.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pk1.opb
MD5SUM064c172c08e0726f78b89fe587697d96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57344
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50176
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
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 constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2150078462
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103912-1466255203.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.30/0.23	c ... done. Wall clock time 0.119s.
0.30/0.23	c declared #vars     985
0.30/0.23	c #constraints  60
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 60
0.30/0.23	c 60 constraints processed.
0.30/0.23	c objective function length is 30 literals
1.28/0.87	c cleaning 2501 clauses out of 5001 with flag 10278/5001
2.00/1.49	c cleaning 4254 clauses out of 8507 with flag 22601/11008
2.80/2.27	c cleaning 5625 clauses out of 11249 with flag 37190/18004
3.70/3.19	c cleaning 6808 clauses out of 13621 with flag 53827/26001
4.84/4.25	c cleaning 7906 clauses out of 15814 with flag 72214/35002
6.15/5.51	c cleaning 8950 clauses out of 17908 with flag 93045/45002
7.64/7.09	c cleaning 9977 clauses out of 19956 with flag 116030/56000
9.45/8.84	c cleaning 10991 clauses out of 21982 with flag 141031/68003
11.34/10.76	c cleaning 11989 clauses out of 23988 with flag 167940/81000
13.54/12.98	c cleaning 12999 clauses out of 26000 with flag 197187/95001
15.94/15.32	c cleaning 14001 clauses out of 28001 with flag 228610/110001
18.55/17.94	c cleaning 14997 clauses out of 30001 with flag 261734/126002
21.45/20.85	c cleaning 15998 clauses out of 32005 with flag 296841/143003
24.76/24.11	c cleaning 17002 clauses out of 34005 with flag 333964/161001
28.28/27.69	c cleaning 18000 clauses out of 36002 with flag 372956/180000
32.07/31.45	c cleaning 19002 clauses out of 38004 with flag 414313/200002
35.98/35.38	c cleaning 20000 clauses out of 40001 with flag 458053/221001
40.17/39.51	c cleaning 20990 clauses out of 42000 with flag 503217/243000
44.98/44.31	c cleaning 22000 clauses out of 44010 with flag 550316/266000
50.08/49.45	c cleaning 23001 clauses out of 46012 with flag 599469/290002
55.88/55.24	c cleaning 24003 clauses out of 48009 with flag 651243/315000
62.13/61.45	c cleaning 25001 clauses out of 50006 with flag 704486/341000
68.53/67.86	c cleaning 26004 clauses out of 52009 with flag 760502/368004
75.23/74.53	c cleaning 26999 clauses out of 54001 with flag 818440/396000
82.33/81.65	c cleaning 28003 clauses out of 56006 with flag 878524/425004
90.53/89.82	c cleaning 29000 clauses out of 58002 with flag 939976/455003
99.13/98.46	c cleaning 30000 clauses out of 60003 with flag 1003469/486004
108.36/107.59	c cleaning 31001 clauses out of 62001 with flag 1069027/518002
118.26/117.48	c cleaning 31998 clauses out of 63999 with flag 1137166/551001
127.85/127.01	c cleaning 33000 clauses out of 66000 with flag 1208223/585000
138.15/137.37	c cleaning 34001 clauses out of 68002 with flag 1280029/620002
149.85/148.97	c cleaning 34998 clauses out of 70002 with flag 1354184/656003
163.55/162.60	c cleaning 35995 clauses out of 72007 with flag 1430927/693006
176.85/175.93	c cleaning 36998 clauses out of 74007 with flag 1509463/731001
190.06/189.19	c cleaning 38003 clauses out of 76009 with flag 1589786/770001
204.29/203.25	c cleaning 38998 clauses out of 78007 with flag 1672520/810002
220.00/218.97	c cleaning 40003 clauses out of 80008 with flag 1757568/851001
236.30/235.27	c cleaning 40999 clauses out of 82004 with flag 1844048/893000
253.09/251.99	c cleaning 41999 clauses out of 84008 with flag 1933140/936003
269.88/268.71	c cleaning 42997 clauses out of 86006 with flag 2024387/980000
286.89/285.74	c cleaning 43994 clauses out of 88009 with flag 2116672/1025000
304.82/303.55	c cleaning 45001 clauses out of 90016 with flag 2211545/1071001
322.73/321.49	c cleaning 46000 clauses out of 92014 with flag 2308233/1118000
343.03/341.75	c cleaning 47005 clauses out of 94014 with flag 2407470/1166000
363.55/362.16	c cleaning 47998 clauses out of 96011 with flag 2509013/1215002
386.26/384.88	c cleaning 49001 clauses out of 98013 with flag 2612356/1265002
408.89/407.31	c cleaning 50002 clauses out of 100011 with flag 2717780/1316001
432.71/431.14	c cleaning 51003 clauses out of 102013 with flag 2824980/1368005
459.73/458.09	c cleaning 51998 clauses out of 104006 with flag 2934170/1421001
487.04/485.37	c cleaning 52999 clauses out of 106008 with flag 3044702/1475001
514.69/512.82	c cleaning 54000 clauses out of 108009 with flag 3158685/1530001
541.99/540.13	c cleaning 55000 clauses out of 110010 with flag 3273523/1586002
572.19/570.39	c cleaning 56000 clauses out of 112010 with flag 3390545/1643002
602.87/600.91	c cleaning 56997 clauses out of 114009 with flag 3510073/1701001
633.98/632.08	c cleaning 58006 clauses out of 116012 with flag 3631542/1760001
669.51/667.57	c cleaning 59001 clauses out of 118005 with flag 3754674/1820000
699.91/697.91	c cleaning 60000 clauses out of 120005 with flag 3879616/1881001
732.79/730.72	c cleaning 61003 clauses out of 122005 with flag 4007183/1943001
767.66/765.56	c cleaning 61998 clauses out of 124006 with flag 4136588/2006005
804.36/802.22	c cleaning 63001 clauses out of 126008 with flag 4267290/2070005
843.12/840.94	c cleaning 63997 clauses out of 128003 with flag 4400464/2135001
881.97/879.74	c cleaning 64999 clauses out of 130006 with flag 4534885/2201001
923.56/921.28	c cleaning 66002 clauses out of 132009 with flag 4672213/2268003
967.27/964.90	c cleaning 66998 clauses out of 134004 with flag 4811229/2336000
1008.51/1006.10	c cleaning 67999 clauses out of 136007 with flag 4952244/2405001
1053.99/1051.53	c cleaning 69003 clauses out of 138009 with flag 5095145/2475002
1106.69/1104.19	c cleaning 69999 clauses out of 140011 with flag 5241024/2546007
1159.47/1156.83	c cleaning 70995 clauses out of 142009 with flag 5389706/2618004
1212.68/1209.90	c cleaning 71999 clauses out of 144010 with flag 5540272/2691000
1266.37/1263.55	c cleaning 73001 clauses out of 146013 with flag 5692308/2765002
1316.92/1314.00	c cleaning 73994 clauses out of 148010 with flag 5847137/2840000
1369.78/1366.89	c cleaning 75003 clauses out of 150016 with flag 6003283/2916000
1425.85/1422.88	c cleaning 76005 clauses out of 152017 with flag 6161277/2993004
1482.50/1479.42	c cleaning 76994 clauses out of 154008 with flag 6321711/3071000
1541.87/1538.73	c cleaning 78004 clauses out of 156015 with flag 6483684/3150001
1606.32/1603.07	c cleaning 78996 clauses out of 158010 with flag 6647011/3230000
1672.60/1669.23	c cleaning 80004 clauses out of 160018 with flag 6812685/3311004
1737.55/1734.16	c cleaning 81002 clauses out of 162014 with flag 6980571/3393004
1800.08/1796.50	c starts		: 1
1800.08/1796.50	c conflicts		: 3470644
1800.08/1796.50	c decisions		: 3536204
1800.08/1796.50	c propagations		: 24271596
1800.08/1796.50	c inspects		: 32135253345
1800.08/1796.50	c shortcuts		: 0
1800.08/1796.50	c learnt literals	: 0
1800.08/1796.50	c learnt binary clauses	: 0
1800.08/1796.50	c learnt ternary clauses	: 0
1800.08/1796.50	c learnt constraints	: 3470644
1800.08/1796.50	c ignored constraints	: 0
1800.08/1796.50	c root simplifications	: 0
1800.08/1796.50	c removed literals (reason simplification)	: 0
1800.08/1796.50	c reason swapping (by a shorter reason)	: 0
1800.08/1796.50	c Calls to reduceDB	: 78
1800.08/1796.50	c Number of update (reduction) of LBD	: 182770
1800.08/1796.50	c Imported unit clauses	: 0
1800.08/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.50	c number of learned constraints concerned by reduction	: 0
1800.08/1796.50	c number of learning phase by resolution	: 0
1800.08/1796.50	c number of learning phase by cutting planes	: 0
1800.08/1796.50	c speed (assignments/second)	: 13512.235367996313
1800.08/1796.50	c non guided choices	26
1800.08/1796.51	c timeout
1800.08/1796.53	c learnt constraints type 
1800.08/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158652
1800.08/1796.53	s UNKNOWN
1800.08/1796.53	c Total wall clock time (in seconds): 1796.416

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

pid=24515
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.38 2.33 2.28 3/194 24518
/proc/meminfo: memFree=29607360/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/24518/stat : 24518 (java) R 24515 24518 21988 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 27566976 9445376 98 33554432000 1073741824 1073778376 140733920866768 140733920863896 270698377047 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2290 96 71 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.38 2.33 2.28 3/194 24518
/proc/meminfo: memFree=29607360/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 4435 0 1 0 8 1 0 0 20 0 18 0 27566976 9787879424 5565 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389619 5565 2125 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.38 2.33 2.28 3/194 24518
/proc/meminfo: memFree=29607360/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 7478 0 1 0 28 2 0 0 20 0 18 0 27566976 9787879424 8107 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389619 8107 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.38 2.33 2.28 3/194 24518
/proc/meminfo: memFree=29607360/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 9343 0 1 0 58 2 0 0 20 0 19 0 27566976 9856040960 9761 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 9761 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9625040

[startup+0.700127 s]
/proc/loadavg: 2.38 2.33 2.28 3/194 24518
/proc/meminfo: memFree=29607360/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 9423 0 1 0 115 2 0 0 20 0 19 0 27566976 9856040960 10364 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 10364 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.59 2.38 2.29 4/213 24537
/proc/meminfo: memFree=29584264/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 9467 0 1 0 208 2 0 0 20 0 19 0 27566976 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 11940 2261 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2482 0 1 0 146 0 0 0 20 0 19 0 27566977 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351479881424 140351352419845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2761 0 0 0 34 0 0 0 20 0 19 0 27566982 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2952 0 0 0 26 0 0 0 20 0 19 0 27566982 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 11940 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.59 2.38 2.29 3/213 24537
/proc/meminfo: memFree=29577500/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=3.7 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 9474 0 1 0 368 2 0 0 20 0 19 0 27566976 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 14502 2261 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2487 0 1 0 304 1 0 0 20 0 19 0 27566977 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351479881424 140351352421870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2762 0 0 0 34 0 0 0 20 0 19 0 27566982 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2953 0 0 0 26 0 0 0 20 0 19 0 27566982 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 14502 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.54 2.37 2.29 3/213 24537
/proc/meminfo: memFree=29559440/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=6.94 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 9489 0 1 0 691 3 0 0 20 0 19 0 27566976 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 18795 2262 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2497 0 1 0 624 1 0 0 20 0 19 0 27566977 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351479881392 140351352488743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27566978 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2762 0 0 0 35 0 0 0 20 0 19 0 27566982 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2957 0 0 0 29 0 0 0 20 0 19 0 27566982 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 18795 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625040


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

[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 120489 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.43 2.38 2.31 4/213 24647
/proc/meminfo: memFree=28597216/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=1785.79 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 11936 0 1 0 178503 76 0 0 20 0 19 0 27566976 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 119511 2284 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=1776.25 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2577 0 1 0 177596 29 0 0 20 0 19 0 27566977 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351479889104 140351352488743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 224 0 0 0 31 4 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 159 0 0 0 41 6 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 378 0 0 0 39 6 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 325 0 0 0 38 8 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 205 0 0 0 40 8 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 233 0 0 0 37 5 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 252 0 0 0 43 4 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 305 0 0 0 41 5 0 0 20 0 19 0 27566978 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 183 0 0 0 32 2 0 0 20 0 19 0 27566980 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2762 0 0 0 35 0 0 0 20 0 19 0 27566982 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2971 0 0 0 33 0 0 0 20 0 19 0 27566982 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 27566982 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 119511 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.41 2.37 2.31 3/213 24648
/proc/meminfo: memFree=28610208/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 11939 0 1 0 179932 76 0 0 20 0 19 0 27566976 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 118902 2284 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=1790.38 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2578 0 1 0 179008 30 0 0 20 0 19 0 27566977 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351479889104 140351352488743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 224 0 0 0 32 4 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 159 0 0 0 43 6 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 378 0 0 0 40 6 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 325 0 0 0 40 8 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 205 0 0 0 43 8 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 233 0 0 0 39 5 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 252 0 0 0 44 4 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 305 0 0 0 42 5 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 185 0 0 0 32 2 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2762 0 0 0 35 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2971 0 0 0 33 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 24518 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.41 2.37 2.31 3/213 24648
/proc/meminfo: memFree=28610208/32872528 swapFree=1542984/1696284
[pid=24518] ppid=24515 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24515 24518 21988 0 -1 4202496 11939 0 1 0 179932 76 0 0 20 0 19 0 27566976 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140733920857904 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2406260 118902 2284 9 0 2396937 0
[pid=24518/tid=24520] ppid=24515 vsize=9625040 CPUtime=1790.38 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24515 24518 21988 0 -1 4202560 2578 0 1 0 179008 30 0 0 20 0 19 0 27566977 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351479889104 140351352488743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24515 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24515 24518 21988 0 -1 4202560 224 0 0 0 32 4 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351323498792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24522] ppid=24515 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24515 24518 21988 0 -1 4202560 159 0 0 0 43 6 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351322445992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24523] ppid=24515 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24515 24518 21988 0 -1 4202560 378 0 0 0 40 6 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351321393704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24524] ppid=24515 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24515 24518 21988 0 -1 4202560 325 0 0 0 40 8 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351320340904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24515 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24515 24518 21988 0 -1 4202560 205 0 0 0 43 8 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351319288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24526] ppid=24515 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24515 24518 21988 0 -1 4202560 233 0 0 0 39 5 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351318235816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24515 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24515 24518 21988 0 -1 4202560 252 0 0 0 44 4 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351317183528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24528] ppid=24515 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24515 24518 21988 0 -1 4202560 305 0 0 0 42 5 0 0 20 0 19 0 27566978 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351316130728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24529] ppid=24515 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24515 24518 21988 0 -1 4202560 185 0 0 0 32 2 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351303932136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24530] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24515 24518 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351302878200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24531] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24515 24518 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27566980 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351301825800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24532] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351300774288 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24533] ppid=24515 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24515 24518 21988 0 -1 4202560 2762 0 0 0 35 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351299721912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24534] ppid=24515 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24515 24518 21988 0 -1 4202560 2971 0 0 0 33 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351298669112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24535] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24515 24518 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351297617016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24536] ppid=24515 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24515 24518 21988 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 27566982 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351296564424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24537] ppid=24515 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) S 24515 24518 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27567000 9856040960 118902 33554432000 1073741824 1073778376 140733920866768 140351295509416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 24518 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=798149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=273806
# CPU time returned by wait4() is 1796.07
# 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): 1796.54
CPU time (s): 1800.08
CPU user time (s): 1799.32
CPU system time (s): 0.76
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.27381
maximum resident set size= 625644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11983
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39024
involuntary context switches= 7240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8405 second user time and 18.4342 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 15:06:44
IDJOB=4103912
IDBENCH=2502
IDSOLVER=2546
FILE ID=node125/4103912-1466255203
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pk1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103912-1466255203/watcher-4103912-1466255203 -o /tmp/evaluation-result-4103912-1466255203/solver-4103912-1466255203 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103912-1466255203.opb

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

MD5SUM BENCH= 064c172c08e0726f78b89fe587697d96
RANDOM SEED=851723188

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:        29608168 kB
Buffers:          129912 kB
Cached:           150380 kB
SwapCached:          688 kB
Active:           600884 kB
Inactive:         217028 kB
Active(anon):     537672 kB
Inactive(anon):     2296 kB
Active(file):      63212 kB
Inactive(file):   214732 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       2212624 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             603480 kB
SReclaimable:      46944 kB
SUnreclaim:       556536 kB
KernelStack:        1640 kB
PageTables:         9132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2374424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-18 15:36:40