Trace number 4104032

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.67 1796.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gesa3_o.opb
MD5SUM65c2bbddd90efb87154e28c84e06f5c3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 144203531006459664
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 144203531006459664
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4104032-1466259486.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.85/0.46	c ... done. Wall clock time 0.349s.
0.85/0.46	c declared #vars     15504
0.85/0.46	c #constraints  1536
0.85/0.46	c constraints type 
0.85/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.85/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
0.85/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1272
0.85/0.46	c 1536 constraints processed.
0.85/0.46	c objective function length is 8784 literals
1.95/1.14	c cleaning 2493 clauses out of 4996 with flag 11876/5000
2.90/1.64	c cleaning 4252 clauses out of 8503 with flag 23876/11000
3.60/2.32	c cleaning 5626 clauses out of 11252 with flag 37878/18001
4.50/3.26	c cleaning 6812 clauses out of 13625 with flag 53876/26000
5.74/4.41	c cleaning 7906 clauses out of 15813 with flag 71876/35000
7.23/5.94	c cleaning 8952 clauses out of 17908 with flag 91878/45001
8.93/7.67	c cleaning 9978 clauses out of 19956 with flag 113878/56001
10.92/9.61	c cleaning 10984 clauses out of 21978 with flag 137878/68001
13.33/12.00	c cleaning 11993 clauses out of 23994 with flag 163878/81001
16.43/15.19	c cleaning 12997 clauses out of 26000 with flag 191876/95000
19.89/18.60	c cleaning 14002 clauses out of 28003 with flag 221876/110000
22.99/21.62	c cleaning 14998 clauses out of 30001 with flag 253877/126000
26.81/25.45	c cleaning 15997 clauses out of 32003 with flag 288357/143000
30.80/29.44	c cleaning 16999 clauses out of 34006 with flag 324963/161000
33.81/32.41	c cleaning 18005 clauses out of 36009 with flag 366246/180002
37.12/35.71	c cleaning 18997 clauses out of 38004 with flag 409307/200002
40.82/39.48	c cleaning 20000 clauses out of 40006 with flag 454284/221001
45.12/43.75	c cleaning 21002 clauses out of 42008 with flag 501704/243003
49.58/48.15	c cleaning 21995 clauses out of 44004 with flag 551131/266001
54.68/53.26	c cleaning 23005 clauses out of 46009 with flag 602650/290001
60.09/58.61	c cleaning 24002 clauses out of 48004 with flag 655871/315001
66.69/65.30	c cleaning 24994 clauses out of 50001 with flag 707869/341000
73.78/72.39	c cleaning 26001 clauses out of 52010 with flag 761875/368003
81.99/80.45	c cleaning 27000 clauses out of 54007 with flag 817871/396001
91.18/89.61	c cleaning 28004 clauses out of 56007 with flag 875871/425001
100.18/98.67	c cleaning 28996 clauses out of 58002 with flag 935869/455000
109.48/107.95	c cleaning 29999 clauses out of 60007 with flag 998093/486001
118.98/117.48	c cleaning 31000 clauses out of 62009 with flag 1062877/518002
129.71/128.09	c cleaning 31999 clauses out of 64007 with flag 1128877/551000
140.90/139.27	c cleaning 33002 clauses out of 66008 with flag 1196878/585000
153.40/151.75	c cleaning 34001 clauses out of 68006 with flag 1266878/620000
166.00/164.37	c cleaning 35003 clauses out of 70007 with flag 1338882/656002
180.72/178.95	c cleaning 35994 clauses out of 72002 with flag 1412878/693000
196.91/195.12	c cleaning 36998 clauses out of 74008 with flag 1488878/731000
212.61/210.84	c cleaning 38001 clauses out of 76010 with flag 1566878/770000
229.26/227.35	c cleaning 39003 clauses out of 78009 with flag 1646878/810000
246.46/244.55	c cleaning 40004 clauses out of 80007 with flag 1728880/851001
265.26/263.39	c cleaning 40996 clauses out of 82002 with flag 1812878/893000
284.36/282.44	c cleaning 42004 clauses out of 84007 with flag 1898880/936001
304.93/302.82	c cleaning 42996 clauses out of 86002 with flag 1986878/980000
325.53/323.48	c cleaning 44001 clauses out of 88007 with flag 2076880/1025001
347.83/345.76	c cleaning 44997 clauses out of 90005 with flag 2168878/1071000
369.55/367.39	c cleaning 46004 clauses out of 92011 with flag 2262884/1118003
391.86/389.68	c cleaning 46995 clauses out of 94004 with flag 2358879/1166000
418.37/416.08	c cleaning 47999 clauses out of 96009 with flag 2456879/1215000
446.66/444.39	c cleaning 49005 clauses out of 98011 with flag 2556881/1265001
479.35/477.03	c cleaning 49998 clauses out of 100005 with flag 2658879/1316000
514.69/512.24	c cleaning 51001 clauses out of 102008 with flag 2762881/1368001
551.16/548.76	c cleaning 51999 clauses out of 104006 with flag 2868879/1421000
583.32/580.76	c cleaning 53004 clauses out of 106008 with flag 2976881/1475001
619.42/616.82	c cleaning 53999 clauses out of 108004 with flag 3086881/1530001
657.78/655.18	c cleaning 54994 clauses out of 110006 with flag 3198883/1586002
695.80/693.15	c cleaning 55999 clauses out of 112010 with flag 3312879/1643000
739.27/736.53	c cleaning 57001 clauses out of 114011 with flag 3428879/1701000
781.88/779.11	c cleaning 58001 clauses out of 116010 with flag 3546879/1760000
830.07/827.23	c cleaning 59001 clauses out of 118010 with flag 3666881/1820001
879.27/876.49	c cleaning 60001 clauses out of 120009 with flag 3788881/1881001
932.96/930.09	c cleaning 61003 clauses out of 122008 with flag 3912881/1943001
986.87/983.83	c cleaning 62002 clauses out of 124005 with flag 4038881/2006001
1040.27/1037.26	c cleaning 63001 clauses out of 126002 with flag 4166879/2070000
1099.47/1096.34	c cleaning 63997 clauses out of 128001 with flag 4296879/2135000
1163.28/1160.19	c cleaning 64996 clauses out of 130004 with flag 4428879/2201000
1224.68/1221.41	c cleaning 65999 clauses out of 132008 with flag 4562879/2268000
1285.84/1282.51	c cleaning 67006 clauses out of 134011 with flag 4698883/2336002
1348.85/1345.58	c cleaning 67999 clauses out of 136004 with flag 4836881/2405001
1414.78/1411.45	c cleaning 68999 clauses out of 138004 with flag 4976879/2475000
1480.84/1477.48	c cleaning 69999 clauses out of 140005 with flag 5118879/2546000
1555.41/1551.98	c cleaning 70997 clauses out of 142006 with flag 5262879/2618000
1633.30/1629.88	c cleaning 72004 clauses out of 144012 with flag 5408885/2691003
1712.14/1708.70	c cleaning 73001 clauses out of 146006 with flag 5556881/2765001
1797.15/1793.60	c cleaning 74002 clauses out of 148004 with flag 5706879/2840000
1800.05/1796.50	c starts		: 3188
1800.05/1796.50	c conflicts		: 2847446
1800.05/1796.50	c decisions		: 3100502
1800.05/1796.50	c propagations		: 16962983
1800.05/1796.50	c inspects		: 32830997507
1800.05/1796.50	c shortcuts		: 0
1800.05/1796.50	c learnt literals	: 4
1800.05/1796.50	c learnt binary clauses	: 1
1800.05/1796.50	c timeout
1800.05/1796.50	c learnt ternary clauses	: 3
1800.05/1796.50	c learnt constraints	: 2847442
1800.05/1796.50	c ignored constraints	: 0
1800.05/1796.50	c root simplifications	: 0
1800.05/1796.50	c removed literals (reason simplification)	: 0
1800.05/1796.50	c reason swapping (by a shorter reason)	: 0
1800.05/1796.50	c Calls to reduceDB	: 71
1800.05/1796.50	c Number of update (reduction) of LBD	: 6716
1800.05/1796.50	c Imported unit clauses	: 0
1800.05/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.50	c number of learned constraints concerned by reduction	: 0
1800.05/1796.50	c number of learning phase by resolution	: 0
1800.05/1796.50	c number of learning phase by cutting planes	: 0
1800.05/1796.50	c speed (assignments/second)	: 9444.962700071605
1800.05/1796.50	c non guided choices	2318
1800.05/1796.53	c learnt constraints type 
1800.05/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81447
1800.05/1796.53	s UNKNOWN
1800.05/1796.53	c Total wall clock time (in seconds): 1796.42

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-4104032-1466259486/watcher-4104032-1466259486 -o /tmp/evaluation-result-4104032-1466259486/solver-4104032-1466259486 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466259329-2736 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4104032-1466259486.opb 

pid=2977
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.29 2.32 2.81 3/194 2980
/proc/meminfo: memFree=27541584/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2980/stat : 2980 (java) R 2977 2980 18358 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 27995417 23793664 712 33554432000 1073741824 1073778376 140734312915456 140734312904520 214360438120 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 5809 713 527 9 0 128 0

[startup+0.10005 s]
/proc/loadavg: 2.29 2.32 2.81 3/194 2980
/proc/meminfo: memFree=27541584/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 4455 0 1 0 8 1 0 0 20 0 18 0 27995417 9787879424 6081 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2389619 6081 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.29 2.32 2.81 3/194 2980
/proc/meminfo: memFree=27541584/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 5065 0 1 0 29 1 0 0 20 0 18 0 27995417 9787879424 7439 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2389619 7439 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.29 2.32 2.81 3/194 2980
/proc/meminfo: memFree=27541584/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 9725 0 1 0 53 3 0 0 20 0 18 0 27995417 9787879424 12407 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2389619 12407 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.29 2.32 2.81 3/194 2980
/proc/meminfo: memFree=27541584/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 11613 0 1 0 141 3 0 0 20 0 19 0 27995417 9856040960 21741 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 21741 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.29 2.32 2.81 3/213 2999
/proc/meminfo: memFree=27455808/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=2.74 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 19440 0 1 0 269 5 0 0 20 0 19 0 27995417 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 28445 2273 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2456 0 1 0 144 3 0 0 20 0 19 0 27995418 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722453270792 140722393724022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) R 2977 2980 18358 0 -1 4202560 10759 0 0 0 73 2 0 0 20 0 19 0 27995422 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722272504760 140722461136784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4948 0 0 0 49 0 0 0 20 0 19 0 27995422 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 28445 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.34 2.33 2.81 3/213 2999
/proc/meminfo: memFree=27432800/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=4.4 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 19461 0 1 0 435 5 0 0 20 0 19 0 27995417 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 30502 2273 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2462 0 1 0 304 3 0 0 20 0 19 0 27995418 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722453262032 140722393644743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10768 0 0 0 78 2 0 0 20 0 19 0 27995422 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 30502 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.34 2.33 2.81 3/213 2999
/proc/meminfo: memFree=27418348/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=7.63 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 19470 0 1 0 757 6 0 0 20 0 19 0 27995417 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 32942 2274 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2469 0 1 0 623 3 0 0 20 0 19 0 27995418 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722453262016 140722393644996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27995419 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10769 0 0 0 80 2 0 0 20 0 19 0 27995422 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 32942 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9625040


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

[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10776 0 0 0 85 2 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 100 0 0 0 24 28 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.29 3/213 3109
/proc/meminfo: memFree=29752660/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=1785.85 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 22155 0 1 0 178506 79 0 0 20 0 19 0 27995417 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 141968 2296 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=1781.07 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2519 0 1 0 178075 32 0 0 20 0 19 0 27995418 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722453269712 140722393464704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 259 0 0 0 30 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 444 0 0 0 25 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 218 0 0 0 29 5 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 239 0 0 0 29 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 251 0 0 0 36 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 305 0 0 0 34 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 312 0 0 0 33 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 162 0 0 0 22 2 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10776 0 0 0 85 2 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 104 0 0 0 24 30 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.29 2.22 2.29 3/213 3109
/proc/meminfo: memFree=29752680/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 22157 0 1 0 179926 79 0 0 20 0 19 0 27995417 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 141968 2296 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=1795.27 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2519 0 1 0 179495 32 0 0 20 0 19 0 27995418 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722453262016 140722393644996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 259 0 0 0 30 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 444 0 0 0 25 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 218 0 0 0 29 5 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 239 0 0 0 29 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 251 0 0 0 36 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 305 0 0 0 34 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 312 0 0 0 33 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 162 0 0 0 22 2 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10776 0 0 0 85 2 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 106 0 0 0 24 30 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 2980 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.29 2.22 2.29 3/213 3109
/proc/meminfo: memFree=29752680/32872528 swapFree=1286400/1433568
[pid=2980] ppid=2977 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/2980/stat : 2980 (java) S 2977 2980 18358 0 -1 4202496 22157 0 1 0 179926 79 0 0 20 0 19 0 27995417 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140734312906592 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2980/statm: 2406260 141968 2296 9 0 2396937 0
[pid=2980/tid=2982] ppid=2977 vsize=9625040 CPUtime=1795.27 cores=0,2,4,6
/proc/2980/task/2982/stat : 2982 (java) R 2977 2980 18358 0 -1 4202560 2519 0 1 0 179495 32 0 0 20 0 19 0 27995418 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722453262016 140722393644996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2983] ppid=2977 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2980/task/2983/stat : 2983 (java) S 2977 2980 18358 0 -1 4202560 349 0 0 0 23 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722392001064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2984] ppid=2977 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2980/task/2984/stat : 2984 (java) S 2977 2980 18358 0 -1 4202560 259 0 0 0 30 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722390948264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2985] ppid=2977 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2980/task/2985/stat : 2985 (java) S 2977 2980 18358 0 -1 4202560 444 0 0 0 25 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722294176040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2986] ppid=2977 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2980/task/2986/stat : 2986 (java) S 2977 2980 18358 0 -1 4202560 218 0 0 0 29 5 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722293123240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2987] ppid=2977 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2980/task/2987/stat : 2987 (java) S 2977 2980 18358 0 -1 4202560 239 0 0 0 29 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722292071464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2980/tid=2988] ppid=2977 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/2980/task/2988/stat : 2988 (java) S 2977 2980 18358 0 -1 4202560 251 0 0 0 36 8 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722291018664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2989] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2989/stat : 2989 (java) S 2977 2980 18358 0 -1 4202560 305 0 0 0 34 6 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722289965864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2990] ppid=2977 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2980/task/2990/stat : 2990 (java) S 2977 2980 18358 0 -1 4202560 312 0 0 0 33 7 0 0 20 0 19 0 27995419 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722288913064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2991] ppid=2977 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2980/task/2991/stat : 2991 (java) S 2977 2980 18358 0 -1 4202560 162 0 0 0 22 2 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722276714984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2992] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2992/stat : 2992 (java) S 2977 2980 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722275661048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2993] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2993/stat : 2993 (java) S 2977 2980 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27995420 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722274608136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2994] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2994/stat : 2994 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722273556624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2995] ppid=2977 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/2980/task/2995/stat : 2995 (java) S 2977 2980 18358 0 -1 4202560 10776 0 0 0 85 2 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722272504760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2980/tid=2996] ppid=2977 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/2980/task/2996/stat : 2996 (java) S 2977 2980 18358 0 -1 4202560 4954 0 0 0 51 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722271451960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2997] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2997/stat : 2997 (java) S 2977 2980 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722270399352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2980/tid=2998] ppid=2977 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2980/task/2998/stat : 2998 (java) S 2977 2980 18358 0 -1 4202560 106 0 0 0 24 30 0 0 20 0 19 0 27995422 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722269346760 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2980/tid=2999] ppid=2977 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2980/task/2999/stat : 2999 (java) S 2977 2980 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27995470 9856040960 141968 33554432000 1073741824 1073778376 140734312915456 140722268292264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.54
CPU time (s): 1800.67
CPU user time (s): 1799.34
CPU system time (s): 1.3348
CPU usage (%): 100.23
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.3348
maximum resident set size= 674708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38652
involuntary context switches= 16090

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95249 second user time and 14.0729 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 16:18:07
IDJOB=4104032
IDBENCH=2545
IDSOLVER=2546
FILE ID=node130/4104032-1466259486
RUNJOBID= node130-1466259329-2736
PBS_JOBID= 19918180
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gesa3_o.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4104032-1466259486/watcher-4104032-1466259486 -o /tmp/evaluation-result-4104032-1466259486/solver-4104032-1466259486 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466259329-2736 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4104032-1466259486.opb

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

MD5SUM BENCH= 65c2bbddd90efb87154e28c84e06f5c3
RANDOM SEED=1816099362

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        27542004 kB
Buffers:           31864 kB
Cached:           164204 kB
SwapCached:         1884 kB
Active:          2996452 kB
Inactive:         139444 kB
Active(anon):    2939972 kB
Inactive(anon):     2212 kB
Active(file):      56480 kB
Inactive(file):   137232 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              1368 kB
Writeback:             0 kB
AnonPages:       4432180 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             600776 kB
SReclaimable:      44020 kB
SUnreclaim:       556756 kB
KernelStack:        1760 kB
PageTables:        12592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4695396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3108864 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 node130 at 2016-06-18 16:48:03