Trace number 4085712

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.04 1797.74

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4085712-1465278802.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.26/0.27	c ... done. Wall clock time 0.151s.
0.26/0.27	c declared #vars     1635
0.26/0.27	c #constraints  1680
0.26/0.27	c constraints type 
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.26/0.28	c org.sat4j.specs.Constr$1 => 4
0.26/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.26/0.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.26/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.26/0.28	c 1680 constraints processed.
0.26/0.28	c objective function length is 1635 literals
1.48/1.00	c cleaning 2498 clauses out of 4997 with flag 46395/5002
2.32/1.87	c cleaning 4246 clauses out of 8496 with flag 123847/11001
3.42/2.95	c cleaning 5620 clauses out of 11250 with flag 231021/18001
4.72/4.29	c cleaning 6810 clauses out of 13631 with flag 367561/26002
6.33/5.81	c cleaning 7907 clauses out of 15820 with flag 507647/35001
8.25/7.72	c cleaning 8953 clauses out of 17915 with flag 664052/45004
10.24/9.78	c cleaning 9970 clauses out of 19958 with flag 830345/56000
12.54/12.08	c cleaning 10981 clauses out of 21988 with flag 1005188/68000
15.34/14.80	c cleaning 11998 clauses out of 24007 with flag 1241531/81000
18.44/17.93	c cleaning 12999 clauses out of 26009 with flag 1555895/95000
21.84/21.32	c cleaning 13999 clauses out of 28012 with flag 1930223/110002
25.54/25.04	c cleaning 14993 clauses out of 30012 with flag 2284551/126001
29.54/29.04	c cleaning 16004 clauses out of 32018 with flag 2612658/143000
33.94/33.48	c cleaning 17002 clauses out of 34016 with flag 2965752/161002
38.74/38.26	c cleaning 17996 clauses out of 36013 with flag 3346149/180001
43.93/43.40	c cleaning 19007 clauses out of 38015 with flag 3679576/200000
49.74/49.25	c cleaning 20002 clauses out of 40011 with flag 4046276/221003
56.04/55.51	c cleaning 20995 clauses out of 42006 with flag 4459516/243000
62.46/61.92	c cleaning 21999 clauses out of 44011 with flag 4851130/266000
69.16/68.68	c cleaning 22995 clauses out of 46011 with flag 5321831/290000
76.36/75.89	c cleaning 23990 clauses out of 48016 with flag 5819856/315000
84.46/83.95	c cleaning 24999 clauses out of 50027 with flag 6315998/341001
92.96/92.42	c cleaning 26006 clauses out of 52027 with flag 6906350/368000
101.55/101.07	c cleaning 27004 clauses out of 54023 with flag 7445214/396002
111.05/110.50	c cleaning 27996 clauses out of 56017 with flag 8017256/425000
120.76/120.23	c cleaning 29007 clauses out of 58021 with flag 8657087/455000
131.86/131.32	c cleaning 29998 clauses out of 60014 with flag 9381534/486000
143.86/143.32	c cleaning 31001 clauses out of 62016 with flag 10101358/518000
155.59/155.01	c cleaning 32000 clauses out of 64015 with flag 10819390/551000
167.59/167.02	c cleaning 33000 clauses out of 66019 with flag 11587955/585004
180.69/180.11	c cleaning 34006 clauses out of 68016 with flag 12447004/620001
194.29/193.74	c cleaning 35001 clauses out of 70011 with flag 13203012/656002
208.80/208.28	c cleaning 35999 clauses out of 72007 with flag 14001540/693000
224.80/224.22	c cleaning 36998 clauses out of 74008 with flag 14964317/731000
241.70/241.16	c cleaning 38002 clauses out of 76010 with flag 15944928/770000
258.75/258.17	c cleaning 39002 clauses out of 78009 with flag 16848435/810001
276.76/276.12	c cleaning 40003 clauses out of 80007 with flag 17872085/851001
295.76/295.16	c cleaning 40999 clauses out of 82006 with flag 18848216/893003
315.47/314.85	c cleaning 41993 clauses out of 84004 with flag 19846419/936000
336.57/336.00	c cleaning 42999 clauses out of 86011 with flag 20875819/980000
357.77/357.17	c cleaning 43998 clauses out of 88012 with flag 21930880/1025000
380.17/379.50	c cleaning 44997 clauses out of 90014 with flag 22980912/1071000
403.17/402.45	c cleaning 46004 clauses out of 92022 with flag 24129968/1118005
429.09/428.38	c cleaning 47002 clauses out of 94015 with flag 25332696/1166002
456.39/455.64	c cleaning 47997 clauses out of 96011 with flag 26617916/1215000
482.20/481.49	c cleaning 48991 clauses out of 98015 with flag 27756975/1265001
509.39/508.67	c cleaning 50001 clauses out of 100023 with flag 28925631/1316000
538.87/537.93	c cleaning 51011 clauses out of 102023 with flag 30201980/1368001
569.77/568.87	c cleaning 52002 clauses out of 104014 with flag 31577855/1421003
601.78/600.84	c cleaning 53003 clauses out of 106010 with flag 32941682/1475001
635.98/635.01	c cleaning 53994 clauses out of 108007 with flag 34345833/1530001
672.07/670.96	c cleaning 54994 clauses out of 110012 with flag 35756600/1586000
707.98/706.86	c cleaning 55998 clauses out of 112018 with flag 37250814/1643000
747.09/745.93	c cleaning 57002 clauses out of 114021 with flag 38879903/1701001
785.29/784.19	c cleaning 57998 clauses out of 116018 with flag 40503560/1760000
826.75/825.45	c cleaning 59005 clauses out of 118021 with flag 42291930/1820001
866.86/865.55	c cleaning 60000 clauses out of 120018 with flag 44087249/1881003
909.37/908.02	c cleaning 60997 clauses out of 122015 with flag 45969385/1943000
954.66/953.11	c cleaning 62002 clauses out of 124019 with flag 47728223/2006001
1000.86/999.34	c cleaning 63000 clauses out of 126017 with flag 49462488/2070001
1049.37/1047.67	c cleaning 64000 clauses out of 128017 with flag 51184578/2135001
1099.36/1097.63	c cleaning 64999 clauses out of 130016 with flag 52930776/2201000
1150.66/1148.98	c cleaning 66002 clauses out of 132017 with flag 54732753/2268000
1204.63/1202.79	c cleaning 66992 clauses out of 134015 with flag 56484753/2336000
1259.33/1257.42	c cleaning 68004 clauses out of 136023 with flag 58192175/2405000
1315.83/1313.85	c cleaning 69004 clauses out of 138021 with flag 59929855/2475002
1374.84/1372.86	c cleaning 70003 clauses out of 140015 with flag 61836957/2546000
1440.53/1438.44	c cleaning 70999 clauses out of 142012 with flag 63911404/2618000
1504.13/1502.03	c cleaning 71998 clauses out of 144014 with flag 65923194/2691001
1567.06/1564.80	c cleaning 72999 clauses out of 146016 with flag 67872077/2765001
1627.47/1625.28	c cleaning 73999 clauses out of 148016 with flag 69845759/2840000
1691.80/1689.50	c cleaning 74995 clauses out of 150017 with flag 71944275/2916000
1757.80/1755.52	c cleaning 76008 clauses out of 152022 with flag 74060832/2993000
1800.04/1797.70	c starts		: 6960
1800.04/1797.70	c conflicts		: 3050685
1800.04/1797.70	c decisions		: 4338519
1800.04/1797.70	c propagations		: 641237066
1800.04/1797.70	c inspects		: 27034396647
1800.04/1797.70	c shortcuts		: 0
1800.04/1797.70	c learnt literals	: 11
1800.04/1797.70	c learnt binary clauses	: 151
1800.04/1797.70	c learnt ternary clauses	: 393
1800.04/1797.70	c learnt constraints	: 3050674
1800.04/1797.70	c ignored constraints	: 0
1800.04/1797.70	c root simplifications	: 0
1800.04/1797.70	c removed literals (reason simplification)	: 0
1800.04/1797.70	c reason swapping (by a shorter reason)	: 0
1800.04/1797.70	c Calls to reduceDB	: 73
1800.04/1797.70	c Number of update (reduction) of LBD	: 1218722
1800.04/1797.70	c Imported unit clauses	: 0
1800.04/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.70	c number of learned constraints concerned by reduction	: 0
1800.04/1797.70	c number of learning phase by resolution	: 0
1800.04/1797.70	c number of learning phase by cutting planes	: 0
1800.04/1797.70	c speed (assignments/second)	: 356753.1958218006
1800.04/1797.70	c non guided choices	0
1800.04/1797.71	c timeout
1800.04/1797.73	c learnt constraints type 
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151
1800.04/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133549
1800.04/1797.73	s UNKNOWN
1800.04/1797.73	c Total wall clock time (in seconds): 1797.612

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-4085712-1465278802/watcher-4085712-1465278802 -o /tmp/evaluation-result-4085712-1465278802/solver-4085712-1465278802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085712-1465278802.opb 

pid=9838
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.06 2.10 2.09 3/194 9841
/proc/meminfo: memFree=30736752/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=132 CPUtime=0 cores=0,2,4,6
/proc/9841/stat : 9841 (java) R 9838 9841 3485 0 -1 4194304 125 0 0 0 0 0 0 0 20 0 1 0 109814679 135168 2 33554432000 0 0 140735271601891 140734249084456 213866147255 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9841/statm: 67 4 0 9 0 24 0

[startup+0.100346 s]
/proc/loadavg: 2.06 2.10 2.09 3/194 9841
/proc/meminfo: memFree=30736752/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 4385 0 1 0 7 1 0 0 20 0 18 0 109814679 9787879424 6026 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.06 2.10 2.09 3/194 9841
/proc/meminfo: memFree=30736752/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 4953 0 1 0 25 1 0 0 20 0 18 0 109814679 9787879424 7433 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2389619 7433 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.06 2.10 2.09 3/194 9841
/proc/meminfo: memFree=30736752/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 6166 0 1 0 48 2 0 0 20 0 19 0 109814679 9856040960 11964 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 11964 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700126 s]
/proc/loadavg: 2.06 2.10 2.09 3/194 9841
/proc/meminfo: memFree=30736752/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 6768 0 1 0 108 2 0 0 20 0 19 0 109814679 9856040960 12032 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 12032 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.06 2.10 2.09 3/213 9860
/proc/meminfo: memFree=30694372/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 7945 0 1 0 197 2 0 0 20 0 19 0 109814679 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 12699 2257 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2430 0 1 0 145 0 0 0 20 0 19 0 109814681 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956991561672 139956827783121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 26 0 0 0 20 0 19 0 109814686 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 1741 0 0 0 24 0 0 0 20 0 19 0 109814686 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 12699 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.06 2.10 2.09 3/213 9860
/proc/meminfo: memFree=30691828/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 7949 0 1 0 361 2 0 0 20 0 19 0 109814679 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 14235 2257 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2434 0 1 0 305 0 0 0 20 0 19 0 109814681 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956991560016 139956828274804 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 28 0 0 0 20 0 19 0 109814686 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 1741 0 0 0 26 0 0 0 20 0 19 0 109814686 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 14235 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.05 2.10 2.09 4/213 9860
/proc/meminfo: memFree=30683644/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=6.83 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 7955 0 1 0 681 2 0 0 20 0 19 0 109814679 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 15764 2258 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2439 0 1 0 622 0 0 0 20 0 19 0 109814681 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956991561936 139956828274748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109814682 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 28 0 0 0 20 0 19 0 109814686 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 1741 0 0 0 27 0 0 0 20 0 19 0 109814686 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 15764 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.17 2.15 3/213 9993
/proc/meminfo: memFree=29997052/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=1784.6 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 10697 0 1 0 178377 83 0 0 20 0 19 0 109814679 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 157270 2281 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=1776.84 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2502 0 1 0 177655 29 0 0 20 0 19 0 109814681 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956991553216 139956828287618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 472 0 0 0 22 8 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 259 0 0 0 21 9 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 418 0 0 0 18 8 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 337 0 0 0 16 6 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 180 0 0 0 20 7 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 112 0 0 0 15 6 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 215 0 0 0 19 7 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 160 0 0 0 22 8 0 0 20 0 19 0 109814682 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 170 0 0 0 12 1 0 0 20 0 19 0 109814683 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 28 0 0 0 20 0 19 0 109814686 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 2008 0 0 0 29 0 0 0 20 0 19 0 109814686 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 104 0 0 0 36 30 0 0 20 0 19 0 109814686 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 157270 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.17 2.16 2.15 3/213 9993
/proc/meminfo: memFree=30006116/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 10702 0 1 0 179921 83 0 0 20 0 19 0 109814679 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 155025 2281 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=1792.19 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2503 0 1 0 179190 29 0 0 20 0 19 0 109814681 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956991560960 139956828296369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 472 0 0 0 22 9 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 259 0 0 0 21 9 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 418 0 0 0 18 8 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 337 0 0 0 17 6 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 180 0 0 0 21 7 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 112 0 0 0 15 6 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 215 0 0 0 20 7 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 160 0 0 0 23 8 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 172 0 0 0 12 1 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 28 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 2008 0 0 0 29 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 106 0 0 0 36 31 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 9841 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.17 2.16 2.15 3/213 9993
/proc/meminfo: memFree=30006116/32872528 swapFree=12352/737972
[pid=9841] ppid=9838 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/9841/stat : 9841 (java) S 9838 9841 3485 0 -1 4202496 10702 0 1 0 179921 83 0 0 20 0 19 0 109814679 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 140733877630000 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9841/statm: 2406260 155025 2281 9 0 2396937 0
[pid=9841/tid=9843] ppid=9838 vsize=9625040 CPUtime=1792.19 cores=0,2,4,6
/proc/9841/task/9843/stat : 9843 (java) R 9838 9841 3485 0 -1 4202560 2503 0 1 0 179190 29 0 0 20 0 19 0 109814681 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956991560960 139956828296369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9844] ppid=9838 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9841/task/9844/stat : 9844 (java) S 9838 9841 3485 0 -1 4202560 472 0 0 0 22 9 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956953054120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9845] ppid=9838 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9841/task/9845/stat : 9845 (java) S 9838 9841 3485 0 -1 4202560 259 0 0 0 21 9 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956952001576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9846] ppid=9838 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9841/task/9846/stat : 9846 (java) S 9838 9841 3485 0 -1 4202560 418 0 0 0 18 8 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956950948520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9847] ppid=9838 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9841/task/9847/stat : 9847 (java) S 9838 9841 3485 0 -1 4202560 337 0 0 0 17 6 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956949895976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9848] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9848/stat : 9848 (java) S 9838 9841 3485 0 -1 4202560 180 0 0 0 21 7 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956948842920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9849] ppid=9838 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9841/task/9849/stat : 9849 (java) S 9838 9841 3485 0 -1 4202560 112 0 0 0 15 6 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956947790376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9850] ppid=9838 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9841/task/9850/stat : 9850 (java) S 9838 9841 3485 0 -1 4202560 215 0 0 0 20 7 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956946737320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9851] ppid=9838 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9841/task/9851/stat : 9851 (java) S 9838 9841 3485 0 -1 4202560 160 0 0 0 23 8 0 0 20 0 19 0 109814682 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956827711784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9841/tid=9852] ppid=9838 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9841/task/9852/stat : 9852 (java) S 9838 9841 3485 0 -1 4202560 172 0 0 0 12 1 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956815514472 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9853] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9853/stat : 9853 (java) S 9838 9841 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956814460792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9854] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9854/stat : 9854 (java) S 9838 9841 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109814683 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956813407624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9855] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9855/stat : 9855 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956812356368 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9856] ppid=9838 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9841/task/9856/stat : 9856 (java) S 9838 9841 3485 0 -1 4202560 2498 0 0 0 28 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956072737080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9841/tid=9857] ppid=9838 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9841/task/9857/stat : 9857 (java) S 9838 9841 3485 0 -1 4202560 2008 0 0 0 29 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956071684536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9858] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9858/stat : 9858 (java) S 9838 9841 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956070631672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9841/tid=9859] ppid=9838 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9841/task/9859/stat : 9859 (java) S 9838 9841 3485 0 -1 4202560 106 0 0 0 36 31 0 0 20 0 19 0 109814686 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956069579336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9841/tid=9860] ppid=9838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9841/task/9860/stat : 9860 (java) S 9838 9841 3485 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109814708 9856040960 155025 33554432000 1073741824 1073778376 140733877638864 139956068525608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9841 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=699164
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=353794
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.74
CPU time (s): 1800.04
CPU user time (s): 1799.21
CPU system time (s): 0.83
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.35379
maximum resident set size= 689004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10746
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38401
involuntary context switches= 7172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2643 second user time and 12.6621 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 07:53:22
IDJOB=4085712
IDBENCH=89856
IDSOLVER=2546
FILE ID=node112/4085712-1465278802
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085712-1465278802/watcher-4085712-1465278802 -o /tmp/evaluation-result-4085712-1465278802/solver-4085712-1465278802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085712-1465278802.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=1349130084

node112.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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.783
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.783
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.783
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.56
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.783
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.54
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.783
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.72
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:        30737396 kB
Buffers:          110424 kB
Cached:           144116 kB
SwapCached:         1624 kB
Active:           488100 kB
Inactive:         173740 kB
Active(anon):     409224 kB
Inactive(anon):      608 kB
Active(file):      78876 kB
Inactive(file):   173132 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       1147036 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             599432 kB
SReclaimable:      42748 kB
SUnreclaim:       556684 kB
KernelStack:        1592 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1285176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 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= 71748 MiB
End job on node112 at 2016-06-07 08:23:20