Trace number 4099877

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.06 1779.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3702.opb
MD5SUM923982c51ba218a8e62dc99222f9f8f7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654991
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654991
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4099877-1466207931.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.02/1.38	c ... done. Wall clock time 1.278s.
2.02/1.38	c declared #vars     155000
2.02/1.38	c #constraints  5300
2.02/1.38	c constraints type 
2.02/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
2.02/1.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5268
2.02/1.38	c 5300 constraints processed.
2.02/1.38	c objective function length is 155000 literals
4.89/3.53	c cleaning 2501 clauses out of 5001 with flag 10002/5001
8.38/6.83	c cleaning 4250 clauses out of 8499 with flag 22007/11000
12.08/10.50	c cleaning 5625 clauses out of 11249 with flag 36038/18000
15.49/13.99	c cleaning 6812 clauses out of 13624 with flag 52051/26000
20.42/18.56	c cleaning 7907 clauses out of 15814 with flag 70056/35002
24.92/23.07	c cleaning 8956 clauses out of 17911 with flag 90118/45006
30.02/28.15	c cleaning 9974 clauses out of 19949 with flag 112154/56000
37.33/35.22	c cleaning 10981 clauses out of 21975 with flag 136222/68000
44.63/42.53	c cleaning 11999 clauses out of 23997 with flag 162260/81003
52.32/50.28	c cleaning 12998 clauses out of 25995 with flag 190303/95000
61.81/59.23	c cleaning 13999 clauses out of 27997 with flag 220378/110000
70.72/68.18	c cleaning 14998 clauses out of 30000 with flag 252481/126002
80.62/78.09	c cleaning 16000 clauses out of 32000 with flag 286578/143000
94.36/91.38	c cleaning 16998 clauses out of 34000 with flag 322682/161000
107.35/104.34	c cleaning 18000 clauses out of 36005 with flag 360735/180003
119.85/116.88	c cleaning 18993 clauses out of 38005 with flag 400762/200003
132.74/129.76	c cleaning 19997 clauses out of 40010 with flag 442759/221001
148.92/145.01	c cleaning 21009 clauses out of 42017 with flag 486767/243005
159.32/155.50	c cleaning 21997 clauses out of 44005 with flag 532772/266002
167.62/163.76	c cleaning 23004 clauses out of 46011 with flag 580789/290005
175.92/172.10	c cleaning 23978 clauses out of 48004 with flag 639394/315002
186.54/182.51	c cleaning 25002 clauses out of 50024 with flag 719132/341000
200.88/196.12	c cleaning 25989 clauses out of 52022 with flag 820309/368000
216.39/211.61	c cleaning 26988 clauses out of 54034 with flag 923728/396001
231.69/226.94	c cleaning 28002 clauses out of 56050 with flag 1038394/425005
247.05/241.67	c cleaning 28993 clauses out of 58045 with flag 1168240/455002
260.36/254.93	c cleaning 30004 clauses out of 60050 with flag 1289649/486000
272.36/267.00	c cleaning 31014 clauses out of 62046 with flag 1411371/518000
286.97/281.59	c cleaning 32003 clauses out of 64032 with flag 1512898/551000
302.46/296.80	c cleaning 33005 clauses out of 66029 with flag 1609924/585000
319.07/313.46	c cleaning 33989 clauses out of 68024 with flag 1721196/620000
338.27/332.68	c cleaning 35011 clauses out of 70037 with flag 1798850/656002
360.87/355.24	c cleaning 36002 clauses out of 72025 with flag 1876373/693001
384.96/379.18	c cleaning 36996 clauses out of 74022 with flag 1954596/731000
400.07/394.27	c cleaning 37997 clauses out of 76027 with flag 2062001/770001
421.68/415.81	c cleaning 38992 clauses out of 78029 with flag 2171382/810000
461.18/455.06	c cleaning 39996 clauses out of 80038 with flag 2279906/851001
481.98/475.87	c cleaning 41000 clauses out of 82042 with flag 2419574/893001
506.88/500.71	c cleaning 41995 clauses out of 84042 with flag 2571678/936001
531.57/525.30	c cleaning 43001 clauses out of 86046 with flag 2732362/980000
565.87/559.55	c cleaning 43996 clauses out of 88048 with flag 2881123/1025003
589.94/583.45	c cleaning 44989 clauses out of 90049 with flag 2994117/1071000
615.02/608.32	c cleaning 45993 clauses out of 92061 with flag 3179220/1118001
639.11/632.44	c cleaning 46999 clauses out of 94067 with flag 3386505/1166000
687.45/680.58	c cleaning 47997 clauses out of 96072 with flag 3634978/1215004
728.16/721.21	c cleaning 48978 clauses out of 98075 with flag 3905087/1265004
765.95/758.86	c cleaning 50010 clauses out of 100094 with flag 4243167/1316001
806.59/798.62	c cleaning 50987 clauses out of 102083 with flag 4704899/1368000
844.11/836.17	c cleaning 52007 clauses out of 104096 with flag 5203688/1421000
882.13/873.87	c cleaning 53003 clauses out of 106091 with flag 5714906/1475002
926.65/917.34	c cleaning 53971 clauses out of 108086 with flag 6320061/1530000
973.75/964.45	c cleaning 54998 clauses out of 110115 with flag 7082329/1586000
1017.85/1007.69	c cleaning 55979 clauses out of 112119 with flag 7827981/1643002
1062.80/1051.79	c cleaning 57023 clauses out of 114143 with flag 8361392/1701005
1105.86/1094.52	c cleaning 58016 clauses out of 116116 with flag 8991301/1760001
1153.11/1140.83	c cleaning 58999 clauses out of 118099 with flag 9834001/1820000
1202.04/1189.00	c cleaning 59997 clauses out of 120100 with flag 10565228/1881000
1261.04/1247.30	c cleaning 61008 clauses out of 122103 with flag 11234101/1943000
1319.75/1305.53	c cleaning 61998 clauses out of 124095 with flag 11920891/2006000
1372.10/1357.30	c cleaning 63004 clauses out of 126097 with flag 12577123/2070000
1426.64/1411.04	c cleaning 63992 clauses out of 128094 with flag 13403208/2135001
1475.35/1459.25	c cleaning 65000 clauses out of 130101 with flag 13999858/2201000
1534.95/1517.99	c cleaning 65988 clauses out of 132101 with flag 14892864/2268000
1598.56/1580.38	c cleaning 66996 clauses out of 134113 with flag 15840912/2336000
1659.66/1640.82	c cleaning 67994 clauses out of 136117 with flag 16956273/2405000
1727.57/1707.84	c cleaning 69003 clauses out of 138123 with flag 17737888/2475000
1783.03/1762.45	c cleaning 69986 clauses out of 140121 with flag 18770378/2546001
1800.06/1779.30	c starts		: 15
1800.06/1779.30	c conflicts		: 2575055
1800.06/1779.30	c decisions		: 6305424
1800.06/1779.30	c propagations		: 522148529
1800.06/1779.30	c inspects		: 12188708376
1800.06/1779.30	c shortcuts		: 0
1800.06/1779.30	c learnt literals	: 0
1800.06/1779.30	c learnt binary clauses	: 0
1800.06/1779.30	c learnt ternary clauses	: 0
1800.06/1779.30	c learnt constraints	: 2575055
1800.06/1779.30	c ignored constraints	: 0
1800.06/1779.30	c root simplifications	: 0
1800.06/1779.30	c removed literals (reason simplification)	: 0
1800.06/1779.30	c reason swapping (by a shorter reason)	: 0
1800.06/1779.30	c Calls to reduceDB	: 67
1800.06/1779.30	c Number of update (reduction) of LBD	: 918537
1800.06/1779.30	c Imported unit clauses	: 0
1800.06/1779.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1779.30	c number of learned constraints concerned by reduction	: 0
1800.06/1779.30	c number of learning phase by resolution	: 0
1800.06/1779.30	c number of learning phase by cutting planes	: 0
1800.06/1779.30	c speed (assignments/second)	: 293706.42274598085
1800.06/1779.30	c non guided choices	287250
1800.06/1779.32	c timeout
1800.06/1779.33	c learnt constraints type 
1800.06/1779.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99189
1800.06/1779.33	s UNKNOWN
1800.06/1779.33	c Total wall clock time (in seconds): 1779.226

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

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.30 1.98 3/194 25778
/proc/meminfo: memFree=30074432/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 22838347 98570240 978 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 24065 978 744 9 0 16771 0
[pid=25778/tid=25779] ppid=25775 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 2 0 22838347 98582528 985 33554432000 1073741824 1073778376 140737404404672 140431337590312 213419640221 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.30 2.30 1.98 3/194 25778
/proc/meminfo: memFree=30074432/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 4547 0 1 0 10 1 0 0 20 0 18 0 22838347 9787879424 5665 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2389619 5665 2157 9 0 2380296 0
[pid=25778/tid=25779] ppid=25775 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 22838347 9787879424 5665 33554432000 1073741824 1073778376 140737404404672 140431337595224 213423023373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.30 2.30 1.98 3/194 25778
/proc/meminfo: memFree=30074432/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 5200 0 1 0 30 1 0 0 20 0 18 0 22838347 9787879424 7568 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2389619 7568 2227 9 0 2380296 0
[pid=25778/tid=25779] ppid=25775 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2452 0 1 0 16 1 0 0 20 0 18 0 22838347 9787879424 7568 33554432000 1073741824 1073778376 140737404404672 140431337595224 140431341125521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300339 s]
/proc/loadavg: 2.30 2.30 1.98 3/194 25778
/proc/meminfo: memFree=30074432/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 5527 0 1 0 44 2 0 0 20 0 18 0 22838347 9787879424 15379 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2389619 15379 2231 9 0 2380296 0
[pid=25778/tid=25779] ppid=25775 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2467 0 1 0 26 1 0 0 20 0 18 0 22838347 9787879424 15379 33554432000 1073741824 1073778376 140737404404672 140431337586384 213423023373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70036 s]
/proc/loadavg: 2.30 2.30 1.98 3/194 25778
/proc/meminfo: memFree=30074432/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 7673 0 1 0 115 7 0 0 20 0 18 0 22838347 9787879424 46224 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2389619 46224 2262 9 0 2380296 0
[pid=25778/tid=25779] ppid=25775 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2519 0 1 0 61 3 0 0 20 0 18 0 22838347 9787879424 46224 33554432000 1073741824 1073778376 140737404404672 140431337592968 140431277736648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.30 2.30 1.98 3/212 25796
/proc/meminfo: memFree=29764744/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9558476 CPUtime=2.35 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 8286 0 1 0 222 13 0 0 20 0 18 0 22838347 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2389619 75364 2271 9 0 2380296 0
[pid=25778/tid=25779] ppid=25775 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2557 0 1 0 133 4 0 0 20 0 18 0 22838347 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431337586608 140431277986401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 77 0 0 0 2 0 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 106 0 0 0 3 0 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 18 0 22838348 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22838349 9787879424 75364 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22838349 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22838349 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838351 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) R 25775 25778 22937 0 -1 4202560 2306 0 0 0 27 1 0 0 20 0 18 0 22838351 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431157409976 140431343557975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) R 25775 25778 22937 0 -1 4202560 1547 0 0 0 28 0 0 0 20 0 18 0 22838351 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431156357176 213419680887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25795/stat : 25795 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838351 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431155305080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25796] ppid=25775 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25796/stat : 25796 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838351 9787879424 75362 33554432000 1073741824 1073778376 140737404404672 140431154252488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.30 2.30 1.98 4/213 25797
/proc/meminfo: memFree=29678724/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 10319 0 1 0 424 20 0 0 20 0 19 0 22838347 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2406260 104951 2273 9 0 2396937 0
[pid=25778/tid=25779] ppid=25775 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2586 0 1 0 287 4 0 0 20 0 19 0 22838347 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431337594136 140431278064195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 110 0 0 0 5 2 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 139 0 0 0 6 3 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 87 0 0 0 3 1 0 0 20 0 19 0 22838348 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) S 25775 25778 22937 0 -1 4202560 2923 0 0 0 46 2 0 0 20 0 19 0 22838351 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431157409976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) S 25775 25778 22937 0 -1 4202560 2659 0 0 0 40 0 0 0 20 0 19 0 22838351 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431156357176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25795/stat : 25795 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431155305080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25796] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25796/stat : 25796 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431154252488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25797] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25797/stat : 25797 (java) S 25775 25778 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22838498 9856040960 104951 33554432000 1073741824 1073778376 140737404404672 140431153198504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.43 2.33 1.99 4/213 25797
/proc/meminfo: memFree=29513936/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9625040 CPUtime=7.78 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 10914 0 1 0 757 21 0 0 20 0 19 0 22838347 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2406260 104701 2278 9 0 2396937 0
[pid=25778/tid=25779] ppid=25775 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 2589 0 1 0 606 4 0 0 20 0 19 0 22838347 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431337595224 140431278064070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 110 0 0 0 5 2 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 139 0 0 0 6 3 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 87 0 0 0 3 1 0 0 20 0 19 0 22838348 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) S 25775 25778 22937 0 -1 4202560 2926 0 0 0 50 2 0 0 20 0 19 0 22838351 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431157409976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) S 25775 25778 22937 0 -1 4202560 3248 0 0 0 50 0 0 0 20 0 19 0 22838351 9856040960 104701 33554432000 1073741824 1073778376 140737404404672 140431156357176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=25778/tid=25797] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25797/stat : 25797 (java) S 25775 25778 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22838498 9856040960 975066 33554432000 1073741824 1073778376 140737404404672 140431153198504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1681.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.27 2.19 4/213 25862
/proc/meminfo: memFree=23230300/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9625040 CPUtime=1742.27 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 54507 0 1 0 173824 403 0 0 20 0 19 0 22838347 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2406260 955954 2287 9 0 2396937 0
[pid=25778/tid=25779] ppid=25775 vsize=9625040 CPUtime=1705.38 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 4185 0 1 0 170497 41 0 0 20 0 19 0 22838347 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431337594096 140431278323485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 3535 0 0 0 283 47 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9625040 CPUtime=3.14 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 5453 0 0 0 269 45 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 5161 0 0 0 259 41 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 2758 0 0 0 256 45 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 1839 0 0 0 251 39 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9625040 CPUtime=3.32 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 3357 0 0 0 284 48 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 4763 0 0 0 268 40 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9625040 CPUtime=3.12 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 5785 0 0 0 267 45 0 0 20 0 19 0 22838348 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9625040 CPUtime=5.84 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 9318 0 0 0 579 5 0 0 20 0 19 0 22838349 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) S 25775 25778 22937 0 -1 4202560 3741 0 0 0 70 2 0 0 20 0 19 0 22838351 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431157409976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) S 25775 25778 22937 0 -1 4202560 3248 0 0 0 50 0 0 0 20 0 19 0 22838351 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431156357176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25795/stat : 25795 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431155305080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25796] ppid=25775 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25778/task/25796/stat : 25796 (java) S 25775 25778 22937 0 -1 4202560 99 0 0 0 29 36 0 0 20 0 19 0 22838351 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431154252488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25797] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25797/stat : 25797 (java) S 25775 25778 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22838498 9856040960 955954 33554432000 1073741824 1073778376 140737404404672 140431153198504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1742.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.3 s]
/proc/loadavg: 2.15 2.23 2.18 3/213 25863
/proc/meminfo: memFree=23617612/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 54660 0 1 0 179601 405 0 0 20 0 19 0 22838347 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2406260 895947 2287 9 0 2396937 0
[pid=25778/tid=25779] ppid=25775 vsize=9625040 CPUtime=1761.49 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 4188 0 1 0 176106 43 0 0 20 0 19 0 22838347 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431337594080 140431278322990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 3547 0 0 0 292 47 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 5453 0 0 0 291 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 5161 0 0 0 270 41 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 2766 0 0 0 276 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 1839 0 0 0 264 39 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 3357 0 0 0 293 48 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 4763 0 0 0 279 40 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 5785 0 0 0 280 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9625040 CPUtime=6.29 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 9444 0 0 0 624 5 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) S 25775 25778 22937 0 -1 4202560 3741 0 0 0 70 2 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431157409976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) S 25775 25778 22937 0 -1 4202560 3248 0 0 0 50 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431156357176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25795/stat : 25795 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431155305080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25796] ppid=25775 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25778/task/25796/stat : 25796 (java) S 25775 25778 22937 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431154252488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25797] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25797/stat : 25797 (java) S 25775 25778 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22838498 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431153198504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 25778 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1779.3 s]
/proc/loadavg: 2.15 2.23 2.18 3/213 25863
/proc/meminfo: memFree=23617612/32872528 swapFree=1400172/1569824
[pid=25778] ppid=25775 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/25778/stat : 25778 (java) S 25775 25778 22937 0 -1 4202496 54660 0 1 0 179601 405 0 0 20 0 19 0 22838347 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140737404395808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25778/statm: 2406260 895947 2287 9 0 2396937 0
[pid=25778/tid=25779] ppid=25775 vsize=9625040 CPUtime=1761.49 cores=1,3,5,7
/proc/25778/task/25779/stat : 25779 (java) R 25775 25778 22937 0 -1 4202560 4188 0 1 0 176106 43 0 0 20 0 19 0 22838347 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431337594080 140431278322990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25781] ppid=25775 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/25778/task/25781/stat : 25781 (java) S 25775 25778 22937 0 -1 4202560 3547 0 0 0 292 47 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431276325672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25782] ppid=25775 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/25778/task/25782/stat : 25782 (java) S 25775 25778 22937 0 -1 4202560 5453 0 0 0 291 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431275272872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25783] ppid=25775 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/25778/task/25783/stat : 25783 (java) S 25775 25778 22937 0 -1 4202560 5161 0 0 0 270 41 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431274220584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25784] ppid=25775 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/25778/task/25784/stat : 25784 (java) S 25775 25778 22937 0 -1 4202560 2766 0 0 0 276 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431273167784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25785] ppid=25775 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/25778/task/25785/stat : 25785 (java) S 25775 25778 22937 0 -1 4202560 1839 0 0 0 264 39 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431272114472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25786] ppid=25775 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/25778/task/25786/stat : 25786 (java) S 25775 25778 22937 0 -1 4202560 3357 0 0 0 293 48 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431175923880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25778/tid=25787] ppid=25775 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/25778/task/25787/stat : 25787 (java) S 25775 25778 22937 0 -1 4202560 4763 0 0 0 279 40 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431174871592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25788] ppid=25775 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/25778/task/25788/stat : 25788 (java) S 25775 25778 22937 0 -1 4202560 5785 0 0 0 280 45 0 0 20 0 19 0 22838348 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431173818792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25789] ppid=25775 vsize=9625040 CPUtime=6.29 cores=1,3,5,7
/proc/25778/task/25789/stat : 25789 (java) S 25775 25778 22937 0 -1 4202560 9444 0 0 0 624 5 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431161621224 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25790] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25790/stat : 25790 (java) S 25775 25778 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431160567288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25791] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25791/stat : 25791 (java) S 25775 25778 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22838349 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431159514888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25792] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25792/stat : 25792 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431158463376 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25778/tid=25793] ppid=25775 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/25778/task/25793/stat : 25793 (java) S 25775 25778 22937 0 -1 4202560 3741 0 0 0 70 2 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431157409976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25794] ppid=25775 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25778/task/25794/stat : 25794 (java) S 25775 25778 22937 0 -1 4202560 3248 0 0 0 50 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431156357176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25795] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25795/stat : 25795 (java) S 25775 25778 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431155305080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25778/tid=25796] ppid=25775 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25778/task/25796/stat : 25796 (java) S 25775 25778 22937 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 22838351 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431154252488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25778/tid=25797] ppid=25775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25778/task/25797/stat : 25797 (java) S 25775 25778 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22838498 9856040960 895947 33554432000 1073741824 1073778376 140737404404672 140431153198504 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25778 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=439659
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=520312
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.35
CPU time (s): 1800.06
CPU user time (s): 1796.01
CPU system time (s): 4.05
CPU usage (%): 101.164
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.44
system time used= 4.52031
maximum resident set size= 4239968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54699
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40504
involuntary context switches= 14799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6712 second user time and 15.7596 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 01:58:51
IDJOB=4099877
IDBENCH=1545
IDSOLVER=2546
FILE ID=node140/4099877-1466207931
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 923982c51ba218a8e62dc99222f9f8f7
RANDOM SEED=1400104879

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.54
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.714
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:        30074696 kB
Buffers:           38760 kB
Cached:           132524 kB
SwapCached:         2488 kB
Active:           395176 kB
Inactive:         116112 kB
Active(anon):     339928 kB
Inactive(anon):     2524 kB
Active(file):      55248 kB
Inactive(file):   113588 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:             14760 kB
Writeback:             0 kB
AnonPages:       1996288 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             573548 kB
SReclaimable:      16704 kB
SUnreclaim:       556844 kB
KernelStack:        1760 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2390944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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= 71728 MiB
End job on node140 at 2016-06-18 02:28:31