Trace number 4085227

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.08 1798.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4085227-1465232220.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.51/0.39	c ... done. Wall clock time 0.291s.
0.51/0.39	c declared #vars     6352
0.51/0.39	c #constraints  13501
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
0.51/0.39	c org.sat4j.specs.Constr$1 => 125
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
0.51/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.51/0.39	c 13501 constraints processed.
0.51/0.39	c objective function length is 6352 literals
4.85/4.11	c cleaning 2500 clauses out of 5000 with flag 10735/5000
9.58/8.71	c cleaning 4250 clauses out of 8500 with flag 23492/11000
15.19/14.34	c cleaning 5623 clauses out of 11251 with flag 38145/18001
21.90/21.06	c cleaning 6814 clauses out of 13628 with flag 54787/26001
29.92/29.04	c cleaning 7905 clauses out of 15813 with flag 73570/35000
38.83/37.99	c cleaning 8954 clauses out of 17909 with flag 94874/45001
49.23/48.38	c cleaning 9977 clauses out of 19954 with flag 118572/56000
60.34/59.49	c cleaning 10983 clauses out of 21978 with flag 144249/68001
72.53/71.63	c cleaning 11998 clauses out of 23995 with flag 171342/81001
86.04/85.18	c cleaning 12999 clauses out of 25997 with flag 200466/95001
101.14/100.23	c cleaning 13996 clauses out of 27997 with flag 231751/110001
117.24/116.34	c cleaning 14997 clauses out of 30001 with flag 266174/126001
133.84/132.99	c cleaning 15997 clauses out of 32003 with flag 303268/143000
152.24/151.34	c cleaning 17001 clauses out of 34008 with flag 342774/161002
165.04/164.16	c cleaning 17999 clauses out of 36005 with flag 393567/180000
178.24/177.36	c cleaning 19002 clauses out of 38007 with flag 451764/200001
192.55/191.61	c cleaning 20001 clauses out of 40004 with flag 512950/221000
209.05/208.13	c cleaning 21000 clauses out of 42003 with flag 576767/243000
228.15/227.23	c cleaning 22001 clauses out of 44004 with flag 645796/266001
248.65/247.76	c cleaning 22997 clauses out of 46002 with flag 707278/290000
272.25/271.35	c cleaning 24000 clauses out of 48005 with flag 774905/315000
298.46/297.59	c cleaning 24999 clauses out of 50006 with flag 846672/341001
328.66/327.70	c cleaning 26000 clauses out of 52008 with flag 922507/368002
360.86/359.97	c cleaning 26996 clauses out of 54007 with flag 1001888/396001
396.07/395.14	c cleaning 28000 clauses out of 56010 with flag 1078840/425000
425.04/423.99	c cleaning 29000 clauses out of 58010 with flag 1157899/455000
459.14/458.09	c cleaning 29998 clauses out of 60013 with flag 1237657/486003
488.05/486.97	c cleaning 31000 clauses out of 62013 with flag 1335873/518001
510.35/509.22	c cleaning 31997 clauses out of 64014 with flag 1451231/551002
530.46/529.31	c cleaning 33003 clauses out of 66015 with flag 1591102/585000
552.17/551.09	c cleaning 34000 clauses out of 68014 with flag 1750394/620002
575.39/574.24	c cleaning 34999 clauses out of 70014 with flag 1924564/656002
600.58/599.50	c cleaning 36002 clauses out of 72016 with flag 2109383/693003
627.19/626.04	c cleaning 36997 clauses out of 74013 with flag 2294678/731002
655.99/654.86	c cleaning 37996 clauses out of 76014 with flag 2482911/770000
686.69/685.57	c cleaning 39007 clauses out of 78019 with flag 2713797/810001
719.40/718.21	c cleaning 39996 clauses out of 80013 with flag 2956465/851002
753.31/752.18	c cleaning 40999 clauses out of 82015 with flag 3219496/893000
789.67/788.46	c cleaning 42002 clauses out of 84017 with flag 3490564/936001
826.39/825.16	c cleaning 43006 clauses out of 86015 with flag 3776555/980001
865.58/864.36	c cleaning 44000 clauses out of 88010 with flag 4077158/1025002
905.69/904.46	c cleaning 44997 clauses out of 90008 with flag 4361120/1071000
946.70/945.43	c cleaning 46002 clauses out of 92012 with flag 4643972/1118001
990.20/988.96	c cleaning 47000 clauses out of 94009 with flag 4951996/1166000
1036.19/1034.95	c cleaning 48000 clauses out of 96009 with flag 5286224/1215000
1086.20/1084.90	c cleaning 48998 clauses out of 98009 with flag 5653014/1265000
1138.21/1136.91	c cleaning 50000 clauses out of 100012 with flag 6031672/1316001
1192.62/1191.35	c cleaning 51001 clauses out of 102012 with flag 6412194/1368001
1248.11/1246.76	c cleaning 51998 clauses out of 104010 with flag 6809063/1421000
1305.32/1303.96	c cleaning 53000 clauses out of 106014 with flag 7219850/1475002
1366.53/1365.17	c cleaning 54002 clauses out of 108012 with flag 7655449/1530000
1428.93/1427.57	c cleaning 54993 clauses out of 110010 with flag 8082758/1586000
1494.05/1492.68	c cleaning 56003 clauses out of 112018 with flag 8489006/1643001
1562.96/1561.51	c cleaning 56998 clauses out of 114014 with flag 8952756/1701000
1634.99/1633.53	c cleaning 58003 clauses out of 116016 with flag 9425696/1760000
1709.19/1707.75	c cleaning 59000 clauses out of 118014 with flag 9918513/1820001
1787.59/1786.12	c cleaning 60002 clauses out of 120014 with flag 10437673/1881001
1800.08/1798.51	c starts		: 129
1800.08/1798.51	c conflicts		: 1895305
1800.08/1798.51	c decisions		: 2360562
1800.08/1798.51	c propagations		: 2325909219
1800.08/1798.51	c inspects		: 25046479040
1800.08/1798.51	c shortcuts		: 0
1800.08/1798.51	c learnt literals	: 1
1800.08/1798.51	c learnt binary clauses	: 119
1800.08/1798.51	c learnt ternary clauses	: 96
1800.08/1798.51	c learnt constraints	: 1895304
1800.08/1798.51	c ignored constraints	: 0
1800.08/1798.51	c root simplifications	: 0
1800.08/1798.51	c removed literals (reason simplification)	: 0
1800.08/1798.51	c reason swapping (by a shorter reason)	: 0
1800.08/1798.51	c Calls to reduceDB	: 57
1800.08/1798.51	c Number of update (reduction) of LBD	: 470542
1800.08/1798.51	c Imported unit clauses	: 0
1800.08/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.51	c number of learned constraints concerned by reduction	: 0
1800.08/1798.51	c number of learning phase by resolution	: 0
1800.08/1798.51	c number of learning phase by cutting planes	: 0
1800.08/1798.51	c speed (assignments/second)	: 1293552.5808376607
1800.08/1798.51	c non guided choices	0
1800.08/1798.51	c timeout
1800.08/1798.54	c learnt constraints type 
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74198
1800.08/1798.54	s UNKNOWN
1800.08/1798.54	c Total wall clock time (in seconds): 1798.437

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-4085227-1465232220/watcher-4085227-1465232220 -o /tmp/evaluation-result-4085227-1465232220/solver-4085227-1465232220 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085227-1465232220.opb 

pid=11089
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.08 2.17 2.17 4/196 11092
/proc/meminfo: memFree=30018308/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 105154027 98570240 978 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 24065 978 744 9 0 16771 0
[pid=11092/tid=11093] ppid=11089 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 105154027 98570240 978 33554432000 1073741824 1073778376 140736472980080 140435877748264 215124624768 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.08 2.17 2.17 4/196 11092
/proc/meminfo: memFree=30018308/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 4493 0 1 0 11 1 0 0 20 0 18 0 105154027 9787879424 6119 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2389619 6119 2157 9 0 2380296 0
[pid=11092/tid=11093] ppid=11089 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2377 0 1 0 8 0 0 0 20 0 18 0 105154027 9787879424 6119 33554432000 1073741824 1073778376 140736472980080 140435877751712 215124249040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.08 2.17 2.17 4/196 11092
/proc/meminfo: memFree=30018308/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 5339 0 1 0 30 1 0 0 20 0 18 0 105154027 9787879424 7154 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2389619 7157 2227 9 0 2380296 0
[pid=11092/tid=11093] ppid=11089 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2391 0 1 0 18 0 0 0 20 0 18 0 105154027 9787879424 7170 33554432000 1073741824 1073778376 140736472980080 140435877751712 140435716634020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 2.08 2.17 2.17 4/196 11092
/proc/meminfo: memFree=30018308/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 5924 0 1 0 50 1 0 0 20 0 18 0 105154027 9787879424 9531 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2389619 9531 2233 9 0 2380296 0
[pid=11092/tid=11093] ppid=11089 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 18 0 105154027 9787879424 9531 33554432000 1073741824 1073778376 140736472980080 140435877751712 140435716644527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 2.08 2.17 2.17 4/196 11092
/proc/meminfo: memFree=30018308/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 9871 0 1 0 133 2 0 0 20 0 19 0 105154027 9856040960 15604 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 15604 2264 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 105154027 9856040960 15604 33554432000 1073741824 1073778376 140736472980080 140435877744888 140435717282160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.24 2.20 2.18 3/215 11111
/proc/meminfo: memFree=29961480/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 9873 0 1 0 216 2 0 0 20 0 19 0 105154027 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 16116 2264 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 105154027 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435877753336 140435717282049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105154029 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1935 0 0 0 31 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11092/task/11108/stat : 11108 (java) S 11089 11092 9891 0 -1 4202560 4239 0 0 0 35 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435091598136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11109] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11109/stat : 11109 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435090545528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11110] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11110/stat : 11110 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435089492936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11111] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.24 2.20 2.18 3/215 11111
/proc/meminfo: memFree=29843880/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 9874 0 1 0 378 2 0 0 20 0 19 0 105154027 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 16116 2264 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2422 0 1 0 306 1 0 0 20 0 19 0 105154027 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435877751240 140435717337591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105154029 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1935 0 0 0 33 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11092/task/11108/stat : 11108 (java) S 11089 11092 9891 0 -1 4202560 4239 0 0 0 36 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435091598136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11109] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11109/stat : 11109 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435090545528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11110] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11110/stat : 11110 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435089492936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11111] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 16116 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.22 2.19 2.18 3/215 11111
/proc/meminfo: memFree=29844068/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 13159 0 1 0 714 3 0 0 20 0 19 0 105154027 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 18031 2272 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2424 0 1 0 625 1 0 0 20 0 19 0 105154027 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435877752936 140435717288131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105154028 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105154029 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1940 0 0 0 36 0 0 0 20 0 19 0 105154032 9856040960 18031 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.5 cores=0,2,4,6

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

/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.34 2.26 3/215 11244
/proc/meminfo: memFree=29482688/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=1783.79 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 16143 0 1 0 178341 38 0 0 20 0 19 0 105154027 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 58606 2285 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=1777.54 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2479 0 1 0 177723 31 0 0 20 0 19 0 105154027 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435877744272 140435716839362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 153 0 0 0 1 1 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 141 0 0 0 0 1 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 116 0 0 0 2 2 0 0 20 0 19 0 105154028 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 105154029 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1940 0 0 0 37 0 0 0 20 0 19 0 105154032 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11092/task/11108/stat : 11108 (java) S 11089 11092 9891 0 -1 4202560 9732 0 0 0 62 2 0 0 20 0 19 0 105154032 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435091598136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11109] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11109/stat : 11109 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435090545528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11110] ppid=11089 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/11092/task/11110/stat : 11110 (java) S 11089 11092 9891 0 -1 4202560 105 0 0 0 36 34 0 0 20 0 19 0 105154032 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435089492936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11111] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 58606 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.26 2.32 2.26 3/215 11244
/proc/meminfo: memFree=29462212/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 16182 0 1 0 179968 40 0 0 20 0 19 0 105154027 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 63727 2285 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=1793.66 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2480 0 1 0 179335 31 0 0 20 0 19 0 105154027 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435877751968 140435717288377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 163 0 0 0 3 1 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 144 0 0 0 1 2 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105154029 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1940 0 0 0 37 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11092/task/11108/stat : 11108 (java) S 11089 11092 9891 0 -1 4202560 9732 0 0 0 62 2 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435091598136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11109] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11109/stat : 11109 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435090545528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11110] ppid=11089 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11092/task/11110/stat : 11110 (java) S 11089 11092 9891 0 -1 4202560 105 0 0 0 37 34 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435089492936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11111] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11092 sig 9
??? kill -11092 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.26 2.32 2.26 3/215 11244
/proc/meminfo: memFree=29462212/32872528 swapFree=20720/1686580
[pid=11092] ppid=11089 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/11092/stat : 11092 (java) S 11089 11092 9891 0 -1 4202496 16182 0 1 0 179968 40 0 0 20 0 19 0 105154027 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140736472971216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11092/statm: 2406260 63727 2285 9 0 2396937 0
[pid=11092/tid=11093] ppid=11089 vsize=9625040 CPUtime=1793.66 cores=0,2,4,6
/proc/11092/task/11093/stat : 11093 (java) R 11089 11092 9891 0 -1 4202560 2480 0 1 0 179335 31 0 0 20 0 19 0 105154027 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435877751968 140435717288377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11095] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11095/stat : 11095 (java) S 11089 11092 9891 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435839244840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11096] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11096/stat : 11096 (java) S 11089 11092 9891 0 -1 4202560 163 0 0 0 3 1 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435838192040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11097] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11097/stat : 11097 (java) S 11089 11092 9891 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435837139240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11098] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11098/stat : 11098 (java) S 11089 11092 9891 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435836086440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11099] ppid=11089 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11092/task/11099/stat : 11099 (java) S 11089 11092 9891 0 -1 4202560 144 0 0 0 1 2 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435716566056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11092/tid=11100] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11100/stat : 11100 (java) S 11089 11092 9891 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435715513256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11101] ppid=11089 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11092/task/11101/stat : 11101 (java) S 11089 11092 9891 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435714460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11102] ppid=11089 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11092/task/11102/stat : 11102 (java) S 11089 11092 9891 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 105154028 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435713407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11103] ppid=11089 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11092/task/11103/stat : 11103 (java) S 11089 11092 9891 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105154029 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435701209576 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11104] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11104/stat : 11104 (java) S 11089 11092 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435095807224 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11105] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11105/stat : 11105 (java) S 11089 11092 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105154030 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435094754312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11106] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11106/stat : 11106 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435093702800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11107] ppid=11089 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11092/task/11107/stat : 11107 (java) S 11089 11092 9891 0 -1 4202560 1940 0 0 0 37 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435092650936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11092/tid=11108] ppid=11089 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11092/task/11108/stat : 11108 (java) S 11089 11092 9891 0 -1 4202560 9732 0 0 0 62 2 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435091598136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11109] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11109/stat : 11109 (java) S 11089 11092 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435090545528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11092/tid=11110] ppid=11089 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11092/task/11110/stat : 11110 (java) S 11089 11092 9891 0 -1 4202560 105 0 0 0 37 34 0 0 20 0 19 0 105154032 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435089492936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11092/tid=11111] ppid=11089 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11092/task/11111/stat : 11111 (java) S 11089 11092 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105154070 9856040960 63727 33554432000 1073741824 1073778376 140736472980080 140435088438440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11092 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=170092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=872867
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.54
CPU time (s): 1800.08
CPU user time (s): 1799.68
CPU system time (s): 0.4
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.872867
maximum resident set size= 255096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38104
involuntary context switches= 2582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95549 second user time and 14.1119 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 18:57:00
IDJOB=4085227
IDBENCH=2167
IDSOLVER=2546
FILE ID=node135/4085227-1465232220
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085227-1465232220/watcher-4085227-1465232220 -o /tmp/evaluation-result-4085227-1465232220/solver-4085227-1465232220 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085227-1465232220.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1912658458

node135.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		: 2667.026
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	: 5334.05
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.56
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		: 2667.026
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		: 2667.026
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		: 2667.026
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:        30020612 kB
Buffers:           21108 kB
Cached:            83844 kB
SwapCached:         1828 kB
Active:           381516 kB
Inactive:          47620 kB
Active(anon):     325068 kB
Inactive(anon):     1352 kB
Active(file):      56448 kB
Inactive(file):    46268 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098248 kB
Dirty:              2136 kB
Writeback:             0 kB
AnonPages:       2047060 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             567204 kB
SReclaimable:      10208 kB
SUnreclaim:       556996 kB
KernelStack:        1592 kB
PageTables:         8612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1998848 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= 71732 MiB
End job on node135 at 2016-06-06 19:26:58