Trace number 4103496

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.68 1795.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit1p.opb
MD5SUM85f7c2e2894ed59f685fa11d94ed0974
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10627584
Optimality of the best value was proved NO
Number of variables45485
Total number of constraints1026
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 constraints1026
Minimum length of a constraint17
Maximum length of a constraint619
Number of terms in the objective function 30780
Biggest coefficient in the objective function 1610612736
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 1591285381686
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 59431609958400
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 209844586667159
Number of bits of the biggest sum of numbers48
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4103496-1466241316.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
1.91/1.16	c ... done. Wall clock time 1.057s.
1.91/1.16	c declared #vars     45485
1.91/1.16	c #constraints  1653
1.91/1.16	c constraints type 
1.91/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1653
1.91/1.16	c 1653 constraints processed.
1.91/1.16	c objective function length is 30780 literals
16.81/15.45	c cleaning 2496 clauses out of 5000 with flag 10559/5000
17.89/16.42	c cleaning 4251 clauses out of 8505 with flag 22564/11001
19.09/17.66	c cleaning 5627 clauses out of 11255 with flag 36566/18002
20.60/19.16	c cleaning 6812 clauses out of 13626 with flag 52574/26000
22.32/20.89	c cleaning 7903 clauses out of 15815 with flag 70592/35001
25.37/23.76	c cleaning 8951 clauses out of 17911 with flag 90599/45000
28.37/26.77	c cleaning 9976 clauses out of 19960 with flag 112607/56000
32.97/31.37	c cleaning 10986 clauses out of 21984 with flag 136613/68000
37.27/35.68	c cleaning 11995 clauses out of 23998 with flag 162639/81000
41.38/39.78	c cleaning 13000 clauses out of 26003 with flag 190787/95000
46.27/44.62	c cleaning 13999 clauses out of 28004 with flag 221334/110001
50.87/49.23	c cleaning 14999 clauses out of 30004 with flag 253358/126000
55.47/53.85	c cleaning 15999 clauses out of 32005 with flag 287476/143000
60.76/59.10	c cleaning 16999 clauses out of 34007 with flag 323629/161001
67.07/65.48	c cleaning 18001 clauses out of 36007 with flag 361667/180000
74.78/73.17	c cleaning 18999 clauses out of 38006 with flag 401784/200000
83.62/81.66	c cleaning 20002 clauses out of 40007 with flag 443814/221000
91.01/89.00	c cleaning 20999 clauses out of 42005 with flag 487833/243000
100.71/98.79	c cleaning 21999 clauses out of 44006 with flag 533841/266000
113.32/111.38	c cleaning 23002 clauses out of 46009 with flag 586003/290002
130.22/128.20	c cleaning 24000 clauses out of 48005 with flag 645350/315000
147.30/145.27	c cleaning 25000 clauses out of 50006 with flag 703759/341001
159.00/156.97	c cleaning 25998 clauses out of 52005 with flag 757779/368000
173.50/171.49	c cleaning 26993 clauses out of 54008 with flag 813811/396001
190.09/188.02	c cleaning 27998 clauses out of 56015 with flag 871823/425001
206.69/204.67	c cleaning 29005 clauses out of 58016 with flag 931844/455000
224.09/222.03	c cleaning 30004 clauses out of 60013 with flag 993849/486002
241.48/239.42	c cleaning 30994 clauses out of 62007 with flag 1057947/518000
261.64/259.25	c cleaning 31999 clauses out of 64015 with flag 1124016/551002
282.14/279.78	c cleaning 33004 clauses out of 66014 with flag 1192155/585000
306.34/303.96	c cleaning 33998 clauses out of 68010 with flag 1262582/620000
333.13/330.78	c cleaning 35005 clauses out of 70012 with flag 1334615/656000
360.33/357.95	c cleaning 36000 clauses out of 72007 with flag 1408956/693000
390.92/388.26	c cleaning 36998 clauses out of 74008 with flag 1485096/731001
422.31/419.62	c cleaning 38001 clauses out of 76010 with flag 1563148/770001
453.60/450.91	c cleaning 38996 clauses out of 78008 with flag 1643160/810000
486.81/484.15	c cleaning 39999 clauses out of 80012 with flag 1725168/851000
522.02/519.33	c cleaning 40998 clauses out of 82013 with flag 1809186/893000
557.92/555.21	c cleaning 42003 clauses out of 84015 with flag 1895317/936000
597.03/594.34	c cleaning 42998 clauses out of 86012 with flag 1983397/980000
637.24/634.55	c cleaning 44000 clauses out of 88014 with flag 2073400/1025000
681.42/678.25	c cleaning 45001 clauses out of 90014 with flag 2166204/1071000
723.42/720.20	c cleaning 46000 clauses out of 92013 with flag 2260770/1118000
770.53/767.37	c cleaning 47002 clauses out of 94013 with flag 2357097/1166000
818.15/814.98	c cleaning 47999 clauses out of 96011 with flag 2455349/1215000
866.15/862.96	c cleaning 48997 clauses out of 98012 with flag 2555845/1265000
915.97/912.77	c cleaning 50002 clauses out of 100015 with flag 2658022/1316000
968.98/965.79	c cleaning 50999 clauses out of 102013 with flag 2762059/1368000
1029.66/1025.62	c cleaning 52001 clauses out of 104014 with flag 2868091/1421000
1091.47/1087.49	c cleaning 53003 clauses out of 106014 with flag 2976132/1475001
1156.47/1152.48	c cleaning 53998 clauses out of 108010 with flag 3086152/1530000
1225.19/1221.11	c cleaning 55000 clauses out of 110012 with flag 3198185/1586000
1297.90/1293.83	c cleaning 55997 clauses out of 112012 with flag 3312485/1643000
1373.18/1368.97	c cleaning 57001 clauses out of 114018 with flag 3428981/1701003
1447.40/1443.11	c cleaning 58000 clauses out of 116014 with flag 3547154/1760000
1520.13/1515.80	c cleaning 58997 clauses out of 118014 with flag 3667704/1820000
1598.64/1594.34	c cleaning 59999 clauses out of 120017 with flag 3790266/1881000
1676.95/1672.64	c cleaning 61000 clauses out of 122019 with flag 3914600/1943001
1768.35/1763.59	c cleaning 62000 clauses out of 124018 with flag 4040730/2006000
1800.05/1795.20	c starts		: 2
1800.05/1795.20	c conflicts		: 2038233
1800.05/1795.20	c decisions		: 2121852
1800.05/1795.20	c propagations		: 14362505
1800.05/1795.20	c inspects		: 24200825616
1800.05/1795.20	c shortcuts		: 0
1800.05/1795.20	c learnt literals	: 0
1800.05/1795.20	c learnt binary clauses	: 0
1800.05/1795.20	c learnt ternary clauses	: 0
1800.05/1795.20	c learnt constraints	: 2038233
1800.05/1795.20	c ignored constraints	: 0
1800.05/1795.20	c root simplifications	: 0
1800.05/1795.20	c removed literals (reason simplification)	: 0
1800.05/1795.20	c reason swapping (by a shorter reason)	: 0
1800.05/1795.20	c Calls to reduceDB	: 59
1800.05/1795.20	c Number of update (reduction) of LBD	: 1920
1800.05/1795.20	c Imported unit clauses	: 0
1800.05/1795.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.20	c number of learned constraints concerned by reduction	: 0
1800.05/1795.20	c number of learning phase by resolution	: 0
1800.05/1795.20	c number of learning phase by cutting planes	: 0
1800.05/1795.20	c speed (assignments/second)	: 8005.918663802281
1800.05/1795.20	c non guided choices	3392
1800.05/1795.23	c learnt constraints type 
1800.05/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94252
1800.05/1795.23	s UNKNOWN
1800.05/1795.23	c Total wall clock time (in seconds): 1795.123

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-4103496-1466241316/watcher-4103496-1466241316 -o /tmp/evaluation-result-4103496-1466241316/solver-4103496-1466241316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103496-1466241316.opb 

pid=16581
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: 1.36 1.24 1.40 3/194 16584
/proc/meminfo: memFree=31097788/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16584/stat : 16584 (java) R 16581 16584 16325 0 -1 4202496 976 0 0 0 0 0 0 0 20 0 1 0 26177272 23793664 628 33554432000 1073741824 1073778376 140733692855296 140733692844360 206619851329 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 5809 640 474 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 1.36 1.24 1.40 3/194 16584
/proc/meminfo: memFree=31097788/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 4521 0 1 0 9 1 0 0 20 0 18 0 26177272 9787879424 5644 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2389619 5644 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 1.36 1.24 1.40 3/194 16584
/proc/meminfo: memFree=31097788/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 5364 0 1 0 30 1 0 0 20 0 18 0 26177272 9787879424 7320 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2389619 7320 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300302 s]
/proc/loadavg: 1.36 1.24 1.40 3/194 16584
/proc/meminfo: memFree=31097788/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 5527 0 1 0 47 2 0 0 20 0 18 0 26177272 9787879424 11322 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2389619 11322 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 1.36 1.24 1.40 3/194 16584
/proc/meminfo: memFree=31097788/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 11224 0 1 0 125 8 0 0 20 0 18 0 26177272 9787879424 47637 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2389619 47637 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 1.36 1.24 1.40 3/212 16602
/proc/meminfo: memFree=30867972/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 11741 0 1 0 235 13 0 0 20 0 19 0 26177272 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 60348 2279 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 2526 0 1 0 134 4 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598504583808 140598444990158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 26177274 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) R 16581 16584 16325 0 -1 4202560 4658 0 0 0 38 0 0 0 20 0 19 0 26177277 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598324537664 140598506975220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 2686 0 0 0 32 0 0 0 20 0 19 0 26177277 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 60348 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 1.36 1.24 1.40 3/213 16603
/proc/meminfo: memFree=30861576/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 13263 0 1 0 418 13 0 0 20 0 19 0 26177272 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 61262 2280 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 2529 0 1 0 294 4 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598504581624 140598445049684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26177274 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4676 0 0 0 48 0 0 0 20 0 19 0 26177277 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4186 0 0 0 44 0 0 0 20 0 19 0 26177277 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 61262 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 1.41 1.25 1.41 3/213 16603
/proc/meminfo: memFree=30861444/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 13269 0 1 0 738 13 0 0 20 0 19 0 26177272 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 63251 2280 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 2534 0 1 0 614 4 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598504583560 140598445059371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 110 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 26177273 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26177274 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4677 0 0 0 49 0 0 0 20 0 19 0 26177277 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4186 0 0 0 44 0 0 0 20 0 19 0 26177277 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 63251 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.46 1.27 1.41 3/213 16603

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

[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4698 0 0 0 59 0 0 0 20 0 19 0 26177277 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4196 0 0 0 49 0 0 0 20 0 19 0 26177277 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 99 0 0 0 34 34 0 0 20 0 19 0 26177277 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 782189 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/213 16648
/proc/meminfo: memFree=26734152/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=1787.15 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 19826 0 1 0 178494 221 0 0 20 0 19 0 26177272 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 800834 2293 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=1779.76 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 3868 0 1 0 177923 53 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598504574688 140598445079579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 534 0 0 0 36 19 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 441 0 0 0 35 17 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 597 0 0 0 39 22 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 508 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 433 0 0 0 38 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 457 0 0 0 37 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 507 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 502 0 0 0 41 21 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 1725 0 0 0 117 3 0 0 20 0 19 0 26177274 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4698 0 0 0 59 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4196 0 0 0 49 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.15 2.05 1.93 3/212 16713
/proc/meminfo: memFree=27752220/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 19826 0 1 0 179783 222 0 0 20 0 19 0 26177272 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 800834 2293 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=1792.66 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 3868 0 1 0 179212 54 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598504574688 140598445119713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 534 0 0 0 36 19 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 441 0 0 0 35 17 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 597 0 0 0 39 22 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 508 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 433 0 0 0 38 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 457 0 0 0 37 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 507 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 502 0 0 0 41 21 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 1725 0 0 0 117 3 0 0 20 0 19 0 26177274 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4698 0 0 0 59 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4196 0 0 0 49 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 16584 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.2 s]
/proc/loadavg: 2.15 2.05 1.93 3/212 16713
/proc/meminfo: memFree=27752220/32872528 swapFree=534252/566956
[pid=16584] ppid=16581 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 16325 0 -1 4202496 19826 0 1 0 179783 222 0 0 20 0 19 0 26177272 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140733692846432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16584/statm: 2406260 800834 2293 9 0 2396937 0
[pid=16584/tid=16586] ppid=16581 vsize=9625040 CPUtime=1792.66 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 16325 0 -1 4202560 3868 0 1 0 179212 54 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598504574688 140598445119713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16587] ppid=16581 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 16325 0 -1 4202560 534 0 0 0 36 19 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598443314216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16588] ppid=16581 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 16325 0 -1 4202560 441 0 0 0 35 17 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598442261416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16589] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 16325 0 -1 4202560 597 0 0 0 39 22 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598441208616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16590] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 16325 0 -1 4202560 508 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598440155816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16591] ppid=16581 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 16325 0 -1 4202560 433 0 0 0 38 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598344104488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16584/tid=16592] ppid=16581 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 16325 0 -1 4202560 457 0 0 0 37 23 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598343051688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16593] ppid=16581 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 16325 0 -1 4202560 507 0 0 0 38 20 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598341998888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16594] ppid=16581 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 16325 0 -1 4202560 502 0 0 0 41 21 0 0 20 0 19 0 26177273 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598340946088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16595] ppid=16581 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 16325 0 -1 4202560 1725 0 0 0 117 3 0 0 20 0 19 0 26177274 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598328749032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16596] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598327695096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16597] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26177275 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598326642184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16598] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598325590672 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16599] ppid=16581 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 16325 0 -1 4202560 4698 0 0 0 59 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598324537784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16584/tid=16600] ppid=16581 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16584/task/16600/stat : 16600 (java) S 16581 16584 16325 0 -1 4202560 4196 0 0 0 49 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598323484984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16601] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16601/stat : 16601 (java) S 16581 16584 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598322432376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16584/tid=16602] ppid=16581 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/16584/task/16602/stat : 16602 (java) S 16581 16584 16325 0 -1 4202560 103 0 0 0 36 36 0 0 20 0 19 0 26177277 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598321379784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16584/tid=16603] ppid=16581 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16603/stat : 16603 (java) S 16581 16584 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26177394 9856040960 800834 33554432000 1073741824 1073778376 140733692855296 140598320326312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 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): 1795.24
CPU time (s): 1800.68
CPU user time (s): 1797.95
CPU system time (s): 2.73258
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.73258
maximum resident set size= 3276824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19865
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38236
involuntary context switches= 12651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6561 second user time and 14.1658 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 11:15:16
IDJOB=4103496
IDBENCH=2377
IDSOLVER=2546
FILE ID=node138/4103496-1466241316
RUNJOBID= node138-1466241309-16342
PBS_JOBID= 19918205
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit1p.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103496-1466241316/watcher-4103496-1466241316 -o /tmp/evaluation-result-4103496-1466241316/solver-4103496-1466241316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103496-1466241316.opb

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

MD5SUM BENCH= 85f7c2e2894ed59f685fa11d94ed0974
RANDOM SEED=1057636892

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.395
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31098704 kB
Buffers:          119736 kB
Cached:           135300 kB
SwapCached:         1060 kB
Active:           301340 kB
Inactive:         166856 kB
Active(anon):     214032 kB
Inactive(anon):     1696 kB
Active(file):      87308 kB
Inactive(file):   165160 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             11500 kB
Writeback:             0 kB
AnonPages:        779752 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             606000 kB
SReclaimable:      48520 kB
SUnreclaim:       557480 kB
KernelStack:        1576 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1384120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71700 MiB
End job on node138 at 2016-06-18 11:45:12