Trace number 4103816

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.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM8db02a87a2ff672cda2bdb003f710a98
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3596062786
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
Number of bits of the biggest sum of numbers46
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103816-1466251519.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.81/0.40	c ... done. Wall clock time 0.299s.
0.81/0.40	c declared #vars     14265
0.81/0.40	c #constraints  368
0.81/0.40	c constraints type 
0.81/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.81/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.81/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
0.81/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 330
0.81/0.40	c 368 constraints processed.
0.81/0.40	c objective function length is 14235 literals
2.21/1.40	c cleaning 2497 clauses out of 5002 with flag 21494/5002
3.15/2.34	c cleaning 4237 clauses out of 8506 with flag 48265/11003
4.35/3.58	c cleaning 5620 clauses out of 11266 with flag 77771/18000
5.89/5.09	c cleaning 6818 clauses out of 13649 with flag 115310/26003
7.62/6.74	c cleaning 7905 clauses out of 15829 with flag 162648/35001
9.72/8.86	c cleaning 8953 clauses out of 17924 with flag 216151/45001
11.93/11.03	c cleaning 9976 clauses out of 19971 with flag 278783/56001
14.18/13.12	c cleaning 10988 clauses out of 21996 with flag 326860/68002
17.56/16.01	c cleaning 11994 clauses out of 24006 with flag 408943/81000
20.46/18.93	c cleaning 13007 clauses out of 26013 with flag 491780/95001
23.61/22.06	c cleaning 14000 clauses out of 28005 with flag 587822/110000
25.41/23.88	c cleaning 14994 clauses out of 30006 with flag 628103/126001
27.52/25.93	c cleaning 16004 clauses out of 32011 with flag 662101/143000
29.82/28.29	c cleaning 16999 clauses out of 34008 with flag 698116/161001
32.62/31.01	c cleaning 18001 clauses out of 36009 with flag 736116/180001
35.72/34.14	c cleaning 19001 clauses out of 38008 with flag 776116/200001
39.31/37.70	c cleaning 20003 clauses out of 40006 with flag 818117/221000
43.36/41.78	c cleaning 20999 clauses out of 42004 with flag 862119/243001
48.65/47.03	c cleaning 22000 clauses out of 44004 with flag 908117/266000
54.15/52.51	c cleaning 23002 clauses out of 46005 with flag 956120/290001
59.85/58.27	c cleaning 24001 clauses out of 48002 with flag 1006130/315000
66.35/64.71	c cleaning 24996 clauses out of 50002 with flag 1058158/341001
73.25/71.70	c cleaning 25998 clauses out of 52005 with flag 1112195/368000
80.83/79.11	c cleaning 27001 clauses out of 54010 with flag 1168204/396003
88.73/87.06	c cleaning 27999 clauses out of 56006 with flag 1226205/425000
97.43/95.71	c cleaning 29002 clauses out of 58007 with flag 1286310/455000
107.02/105.34	c cleaning 30000 clauses out of 60007 with flag 1348318/486002
117.42/115.73	c cleaning 30996 clauses out of 62005 with flag 1412326/518000
128.20/126.48	c cleaning 31996 clauses out of 64009 with flag 1478334/551000
140.00/138.28	c cleaning 33006 clauses out of 66016 with flag 1546340/585003
152.20/150.48	c cleaning 34002 clauses out of 68007 with flag 1616338/620000
165.11/163.34	c cleaning 34999 clauses out of 70005 with flag 1688361/656000
177.00/175.13	c cleaning 35999 clauses out of 72007 with flag 1762374/693001
189.30/187.42	c cleaning 37002 clauses out of 74008 with flag 1838381/731001
202.90/201.08	c cleaning 38002 clauses out of 76005 with flag 1916386/770000
218.80/216.93	c cleaning 39000 clauses out of 78003 with flag 1996402/810000
234.18/232.20	c cleaning 39999 clauses out of 80003 with flag 2078409/851000
253.29/251.34	c cleaning 40999 clauses out of 82005 with flag 2162413/893001
272.60/270.65	c cleaning 42002 clauses out of 84006 with flag 2248413/936001
294.08/292.02	c cleaning 43001 clauses out of 86004 with flag 2336414/980001
316.09/314.00	c cleaning 43998 clauses out of 88003 with flag 2426422/1025001
341.29/339.22	c cleaning 45000 clauses out of 90005 with flag 2518422/1071001
369.00/366.88	c cleaning 46000 clauses out of 92004 with flag 2612420/1118000
394.61/392.49	c cleaning 46995 clauses out of 94004 with flag 2708422/1166000
422.42/420.27	c cleaning 48002 clauses out of 96009 with flag 2806426/1215000
452.43/450.19	c cleaning 48998 clauses out of 98007 with flag 2906429/1265000
485.44/483.14	c cleaning 50004 clauses out of 100009 with flag 3008429/1316000
518.84/516.58	c cleaning 50998 clauses out of 102005 with flag 3112429/1368000
555.83/553.44	c cleaning 52000 clauses out of 104007 with flag 3218431/1421000
593.13/590.74	c cleaning 52998 clauses out of 106008 with flag 3326433/1475001
633.61/631.19	c cleaning 54000 clauses out of 108010 with flag 3436435/1530001
675.61/673.19	c cleaning 55005 clauses out of 110010 with flag 3548439/1586001
718.90/716.47	c cleaning 55997 clauses out of 112004 with flag 3662438/1643000
765.15/762.60	c cleaning 57001 clauses out of 114007 with flag 3778440/1701000
812.04/809.60	c cleaning 57994 clauses out of 116006 with flag 3896442/1760000
864.30/861.75	c cleaning 59004 clauses out of 118013 with flag 4016447/1820001
916.90/914.38	c cleaning 60004 clauses out of 120009 with flag 4138454/1881001
972.85/970.24	c cleaning 60998 clauses out of 122005 with flag 4262454/1943001
1030.54/1027.99	c cleaning 62001 clauses out of 124006 with flag 4388452/2006000
1094.07/1091.37	c cleaning 62998 clauses out of 126005 with flag 4516452/2070000
1161.02/1158.30	c cleaning 64001 clauses out of 128008 with flag 4646489/2135001
1227.99/1225.17	c cleaning 65002 clauses out of 130006 with flag 4778492/2201000
1301.55/1298.64	c cleaning 66002 clauses out of 132005 with flag 4912499/2268001
1377.63/1374.62	c cleaning 67001 clauses out of 134002 with flag 5048505/2336000
1464.48/1461.33	c cleaning 67994 clauses out of 136002 with flag 5186509/2405001
1546.10/1542.90	c cleaning 68997 clauses out of 138007 with flag 5326508/2475000
1636.92/1633.71	c cleaning 70003 clauses out of 140011 with flag 5468518/2546001
1728.77/1725.57	c cleaning 70999 clauses out of 142008 with flag 5612520/2618001
1800.08/1796.70	c starts		: 37
1800.08/1796.70	c conflicts		: 2683397
1800.08/1796.70	c decisions		: 2755279
1800.08/1796.70	c propagations		: 21187748
1800.08/1796.70	c inspects		: 33749154753
1800.08/1796.70	c shortcuts		: 0
1800.08/1796.70	c learnt literals	: 0
1800.08/1796.70	c learnt binary clauses	: 9
1800.08/1796.70	c learnt ternary clauses	: 8
1800.08/1796.70	c learnt constraints	: 2683397
1800.08/1796.70	c ignored constraints	: 0
1800.08/1796.70	c root simplifications	: 0
1800.08/1796.70	c removed literals (reason simplification)	: 0
1800.08/1796.70	c reason swapping (by a shorter reason)	: 0
1800.08/1796.70	c Calls to reduceDB	: 68
1800.08/1796.70	c Number of update (reduction) of LBD	: 44618
1800.08/1796.70	c Imported unit clauses	: 0
1800.08/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.70	c number of learned constraints concerned by reduction	: 0
1800.08/1796.70	c number of learning phase by resolution	: 0
1800.08/1796.70	c number of learning phase by cutting planes	: 0
1800.08/1796.70	c speed (assignments/second)	: 11795.657912976769
1800.08/1796.70	c non guided choices	18769
1800.08/1796.70	c timeout
1800.08/1796.73	c learnt constraints type 
1800.08/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.08/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136396
1800.08/1796.73	s UNKNOWN
1800.08/1796.73	c Total wall clock time (in seconds): 1796.629

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

pid=24074
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.16 2.22 2.18 3/194 24077
/proc/meminfo: memFree=30032408/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 27198535 98570240 977 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 24065 977 743 9 0 16771 0
[pid=24077/tid=24078] ppid=24074 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 27198536 98570240 977 33554432000 1073741824 1073778376 140734904962080 140435451883048 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 24077
/proc/meminfo: memFree=30032408/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 4492 0 1 0 11 0 0 0 20 0 18 0 27198535 9787879424 6123 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2389619 6123 2157 9 0 2380296 0
[pid=24077/tid=24078] ppid=24074 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 27198536 9787879424 6123 33554432000 1073741824 1073778376 140734904962080 140435451886496 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 24077
/proc/meminfo: memFree=30032408/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 5258 0 1 0 31 1 0 0 20 0 18 0 27198535 9787879424 7544 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2389619 7544 2226 9 0 2380296 0
[pid=24077/tid=24078] ppid=24074 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2398 0 1 0 18 0 0 0 20 0 18 0 27198536 9787879424 7544 33554432000 1073741824 1073778376 140734904962080 140435451886496 140435459315874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 24077
/proc/meminfo: memFree=30032408/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 9109 0 1 0 54 1 0 0 20 0 18 0 27198535 9787879424 12303 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2389619 12303 2237 9 0 2380296 0
[pid=24077/tid=24078] ppid=24074 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 27198536 9787879424 12303 33554432000 1073741824 1073778376 140734904962080 140435451887768 140435314449078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 24077
/proc/meminfo: memFree=30032408/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 10291 0 1 0 136 2 0 0 20 0 19 0 27198535 9856040960 20518 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 20518 2257 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2432 0 1 0 66 1 0 0 20 0 19 0 27198536 9856040960 20518 33554432000 1073741824 1073778376 140734904962080 140435451888256 140435314680176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.16 2.22 2.18 3/213 24096
/proc/meminfo: memFree=29946204/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 10725 0 1 0 229 3 0 0 20 0 19 0 27198535 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 25135 2265 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2442 0 1 0 146 2 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435451887720 140435314624233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27198537 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3699 0 0 0 40 0 0 0 20 0 19 0 27198540 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24077/task/24093/stat : 24093 (java) S 24074 24077 21988 0 -1 4202560 3307 0 0 0 40 0 0 0 20 0 19 0 27198540 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435269934008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24094] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24094/stat : 24094 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435268881144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24095] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24095/stat : 24095 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435267828808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 25135 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.16 2.22 2.18 3/213 24096
/proc/meminfo: memFree=29916796/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 10743 0 1 0 392 3 0 0 20 0 19 0 27198535 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 33839 2265 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2460 0 1 0 305 2 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435451886072 140435314739260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27198537 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3699 0 0 0 42 0 0 0 20 0 19 0 27198540 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24077/task/24093/stat : 24093 (java) S 24074 24077 21988 0 -1 4202560 3307 0 0 0 42 0 0 0 20 0 19 0 27198540 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435269934008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24094] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24094/stat : 24094 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435268881144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24095] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24095/stat : 24095 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435267828808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 33839 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.23 2.23 2.19 3/213 24096
/proc/meminfo: memFree=29842968/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 10818 0 1 0 716 5 0 0 20 0 19 0 27198535 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 44970 2279 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2479 0 1 0 622 2 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435451887912 140435314623758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27198536 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27198537 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3706 0 0 0 45 0 0 0 20 0 19 0 27198540 9856040960 44970 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 120656 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.27 2.20 4/213 24206
/proc/meminfo: memFree=29594536/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=1785.67 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 21552 0 1 0 178505 62 0 0 20 0 19 0 27198535 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 123216 2280 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=1776.57 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2513 0 1 0 177625 32 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435451886720 140435314584922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 399 0 0 0 27 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 488 0 0 0 29 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 145 0 0 0 21 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 418 0 0 0 34 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 282 0 0 0 30 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 224 0 0 0 26 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 344 0 0 0 34 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 545 0 0 0 28 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 87 0 0 0 0 2 0 0 20 0 19 0 27198537 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3706 0 0 0 50 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24077/task/24093/stat : 24093 (java) S 24074 24077 21988 0 -1 4202560 11033 0 0 0 92 3 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435269934008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24094] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24094/stat : 24094 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435268881144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24095] ppid=24074 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/24077/task/24095/stat : 24095 (java) S 24074 24077 21988 0 -1 4202560 104 0 0 0 26 25 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435267828808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.22 2.27 2.20 3/213 24206
/proc/meminfo: memFree=29476736/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 21552 0 1 0 179946 62 0 0 20 0 19 0 27198535 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 123216 2280 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=1790.93 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2513 0 1 0 179061 32 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435451886720 140435314623713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 399 0 0 0 27 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 488 0 0 0 29 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 145 0 0 0 21 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 418 0 0 0 34 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 282 0 0 0 30 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 224 0 0 0 26 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 344 0 0 0 34 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 545 0 0 0 28 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 87 0 0 0 0 2 0 0 20 0 19 0 27198537 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3706 0 0 0 50 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24077/task/24093/stat : 24093 (java) S 24074 24077 21988 0 -1 4202560 11033 0 0 0 92 3 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435269934008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24094] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24094/stat : 24094 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435268881144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24095] ppid=24074 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/24077/task/24095/stat : 24095 (java) S 24074 24077 21988 0 -1 4202560 104 0 0 0 27 26 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435267828808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 24077 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.22 2.27 2.20 3/213 24206
/proc/meminfo: memFree=29476736/32872528 swapFree=1542984/1696284
[pid=24077] ppid=24074 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/24077/stat : 24077 (java) S 24074 24077 21988 0 -1 4202496 21552 0 1 0 179946 62 0 0 20 0 19 0 27198535 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140734904953216 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24077/statm: 2406260 123216 2280 9 0 2396937 0
[pid=24077/tid=24078] ppid=24074 vsize=9625040 CPUtime=1790.93 cores=0,2,4,6
/proc/24077/task/24078/stat : 24078 (java) R 24074 24077 21988 0 -1 4202560 2513 0 1 0 179061 32 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435451886720 140435314623713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24080] ppid=24074 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24077/task/24080/stat : 24080 (java) S 24074 24077 21988 0 -1 4202560 399 0 0 0 27 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435440949672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24081] ppid=24074 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24077/task/24081/stat : 24081 (java) S 24074 24077 21988 0 -1 4202560 488 0 0 0 29 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435439897128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24082] ppid=24074 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24077/task/24082/stat : 24082 (java) S 24074 24077 21988 0 -1 4202560 145 0 0 0 21 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435438844072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24083] ppid=24074 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24077/task/24083/stat : 24083 (java) S 24074 24077 21988 0 -1 4202560 418 0 0 0 34 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435437791528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24084] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24084/stat : 24084 (java) S 24074 24077 21988 0 -1 4202560 282 0 0 0 30 4 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435436739496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24085] ppid=24074 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24077/task/24085/stat : 24085 (java) S 24074 24077 21988 0 -1 4202560 224 0 0 0 26 5 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435435686952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24077/tid=24086] ppid=24074 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24077/task/24086/stat : 24086 (java) S 24074 24077 21988 0 -1 4202560 344 0 0 0 34 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435434633896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24087] ppid=24074 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/24077/task/24087/stat : 24087 (java) S 24074 24077 21988 0 -1 4202560 545 0 0 0 28 6 0 0 20 0 19 0 27198536 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435433581352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24088] ppid=24074 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24077/task/24088/stat : 24088 (java) S 24074 24077 21988 0 -1 4202560 87 0 0 0 0 2 0 0 20 0 19 0 27198537 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435275196776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24089] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24089/stat : 24089 (java) S 24074 24077 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435274143096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24090] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24090/stat : 24090 (java) S 24074 24077 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27198538 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435273089928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24091] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24091/stat : 24091 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435272038672 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24092] ppid=24074 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24077/task/24092/stat : 24092 (java) S 24074 24077 21988 0 -1 4202560 3706 0 0 0 50 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435270986552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24093] ppid=24074 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/24077/task/24093/stat : 24093 (java) S 24074 24077 21988 0 -1 4202560 11033 0 0 0 92 3 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435269934008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24077/tid=24094] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24094/stat : 24094 (java) S 24074 24077 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435268881144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24077/tid=24095] ppid=24074 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/24077/task/24095/stat : 24095 (java) S 24074 24077 21988 0 -1 4202560 104 0 0 0 27 26 0 0 20 0 19 0 27198540 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435267828808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24077/tid=24096] ppid=24074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24077/task/24096/stat : 24096 (java) S 24074 24077 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27198582 9856040960 123216 33554432000 1073741824 1073778376 140734904962080 140435266774056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 24077 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=760154
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=159823
# CPU time returned by wait4() is 1795.92
# 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.74
CPU time (s): 1800.08
CPU user time (s): 1799.46
CPU system time (s): 0.62
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.15982
maximum resident set size= 493008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21593
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38935
involuntary context switches= 26184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0405 second user time and 13.6049 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 14:05:19
IDJOB=4103816
IDBENCH=2472
IDSOLVER=2546
FILE ID=node125/4103816-1466251519
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/miplib/normalized-mps-v2-20-10-dcmulti.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103816-1466251519/watcher-4103816-1466251519 -o /tmp/evaluation-result-4103816-1466251519/solver-4103816-1466251519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103816-1466251519.opb

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

MD5SUM BENCH= 8db02a87a2ff672cda2bdb003f710a98
RANDOM SEED=168562563

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:        30032672 kB
Buffers:          125936 kB
Cached:           149012 kB
SwapCached:          688 kB
Active:           194776 kB
Inactive:         210716 kB
Active(anon):     132128 kB
Inactive(anon):     1040 kB
Active(file):      62648 kB
Inactive(file):   209676 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              3300 kB
Writeback:             0 kB
AnonPages:       1766936 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             603480 kB
SReclaimable:      46840 kB
SUnreclaim:       556640 kB
KernelStack:        1760 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2384804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 71744 MiB
End job on node125 at 2016-06-18 14:35:16