Trace number 4103910

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 Res+CP PB16? (TO) 1800.02 896.177

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pk1.opb
MD5SUM064c172c08e0726f78b89fe587697d96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57344
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50176
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2150078462
Number of bits of the biggest sum of numbers32
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.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103910-1466249699.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.57/0.31	c ... done. Wall clock time 0.191s.
0.57/0.31	c declared #vars     985
0.57/0.31	c #constraints  60
0.57/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.57/0.31	c constraints type 
0.57/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 60
0.57/0.31	c 60 constraints processed.
0.57/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.57/0.31	c constraints type 
0.57/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
0.57/0.31	c 60 constraints processed.
0.57/0.31	c objective function length is 30 literals
4.20/1.40	c cleaning 2501 clauses out of 5002 with flag 10315/5002
6.29/2.28	c cleaning 4250 clauses out of 8500 with flag 22456/11001
8.52/3.37	c cleaning 5628 clauses out of 11255 with flag 36951/18006
11.32/4.71	c cleaning 6811 clauses out of 13621 with flag 53369/26000
14.40/6.27	c cleaning 7905 clauses out of 15810 with flag 72066/35000
18.25/8.16	c cleaning 8952 clauses out of 17905 with flag 92672/45000
22.06/10.08	c cleaning 9976 clauses out of 19953 with flag 115693/56000
26.94/12.40	c cleaning 10988 clauses out of 21979 with flag 140831/68002
31.74/14.90	c cleaning 11988 clauses out of 23990 with flag 167906/81001
37.55/17.76	c cleaning 13001 clauses out of 26003 with flag 196881/95002
44.80/21.37	c cleaning 14002 clauses out of 28005 with flag 228025/110005
52.60/25.23	c cleaning 14993 clauses out of 29998 with flag 261131/126000
60.55/29.01	c cleaning 16002 clauses out of 32007 with flag 295968/143002
69.27/33.38	c cleaning 17003 clauses out of 34006 with flag 333082/161003
79.95/38.52	c cleaning 17997 clauses out of 36000 with flag 372309/180000
92.01/44.46	c cleaning 19000 clauses out of 38008 with flag 413137/200005
104.48/50.66	c cleaning 19998 clauses out of 40003 with flag 456683/221000
116.52/56.68	c cleaning 21002 clauses out of 42006 with flag 502823/243001
117.12/56.95	c cleaning 0 clauses out of 5001 with flag 0/5001
131.82/64.01	c cleaning 22002 clauses out of 44003 with flag 550905/266000
147.27/71.70	c cleaning 23001 clauses out of 46002 with flag 600711/290001
163.71/79.90	c cleaning 23995 clauses out of 48001 with flag 652314/315001
181.99/89.00	c cleaning 25000 clauses out of 50005 with flag 706557/341000
202.24/99.11	c cleaning 25997 clauses out of 52005 with flag 762543/368000
222.57/109.20	c cleaning 27002 clauses out of 54008 with flag 820305/396000
246.85/121.56	c cleaning 28002 clauses out of 56011 with flag 879907/425005
272.94/134.54	c cleaning 29004 clauses out of 58008 with flag 942168/455004
299.41/147.78	c cleaning 0 clauses out of 11000 with flag 0/11000
300.83/148.49	c cleaning 29997 clauses out of 60003 with flag 1005870/486003
329.79/162.81	c cleaning 30999 clauses out of 62004 with flag 1071329/518001
362.50/179.13	c cleaning 31996 clauses out of 64004 with flag 1138649/551000
395.20/195.46	c cleaning 33003 clauses out of 66014 with flag 1208327/585006
428.81/212.42	c cleaning 34003 clauses out of 68005 with flag 1280162/620000
467.79/231.84	c cleaning 34996 clauses out of 70004 with flag 1353687/656002
510.41/253.02	c cleaning 36003 clauses out of 72008 with flag 1429663/693002
548.01/271.79	c cleaning 36994 clauses out of 74005 with flag 1507572/731002
589.52/292.49	c cleaning 38003 clauses out of 76009 with flag 1587439/770000
633.88/314.57	c cleaning 39005 clauses out of 78014 with flag 1669459/810008
675.28/335.48	c cleaning 39997 clauses out of 80001 with flag 1753365/851000
697.38/346.48	c cleaning 0 clauses out of 18001 with flag 0/18001
719.68/357.59	c cleaning 41000 clauses out of 82004 with flag 1839236/893000
771.65/383.47	c cleaning 42000 clauses out of 84005 with flag 1927264/936001
825.29/410.19	c cleaning 42996 clauses out of 86004 with flag 2017610/980000
880.13/437.46	c cleaning 43994 clauses out of 88008 with flag 2109855/1025000
939.81/467.15	c cleaning 45003 clauses out of 90014 with flag 2204482/1071000
1002.87/498.51	c cleaning 46001 clauses out of 92012 with flag 2300792/1118001
1070.62/532.70	c cleaning 47003 clauses out of 94010 with flag 2399176/1166000
1139.51/567.01	c cleaning 48001 clauses out of 96007 with flag 2499799/1215000
1204.62/599.42	c cleaning 0 clauses out of 26000 with flag 0/26000
1214.64/604.46	c cleaning 48996 clauses out of 98006 with flag 2601928/1265000
1281.31/637.67	c cleaning 50002 clauses out of 100010 with flag 2706331/1316000
1362.26/677.94	c cleaning 50998 clauses out of 102008 with flag 2812750/1368000
1442.50/717.86	c cleaning 51997 clauses out of 104011 with flag 2921532/1421001
1530.57/762.08	c cleaning 53002 clauses out of 106013 with flag 3032533/1475000
1618.01/805.57	c cleaning 54003 clauses out of 108014 with flag 3145449/1530003
1707.99/850.30	c cleaning 55003 clauses out of 110010 with flag 3260212/1586002
1800.02/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.10	c starts		: 1
1800.02/896.10	c conflicts		: 1642901
1800.02/896.10	c decisions		: 1673877
1800.02/896.10	c propagations		: 11592427
1800.02/896.10	c inspects		: 10285167997
1800.02/896.10	c shortcuts		: 0
1800.02/896.10	c learnt literals	: 0
1800.02/896.10	c learnt binary clauses	: 0
1800.02/896.10	c learnt ternary clauses	: 0
1800.02/896.10	c learnt constraints	: 1642901
1800.02/896.10	c ignored constraints	: 0
1800.02/896.10	c root simplifications	: 0
1800.02/896.10	c removed literals (reason simplification)	: 453709
1800.02/896.10	c reason swapping (by a shorter reason)	: 0
1800.02/896.10	c Calls to reduceDB	: 52
1800.02/896.10	c Number of update (reduction) of LBD	: 85144
1800.02/896.10	c Imported unit clauses	: 0
1800.02/896.10	c number of reductions to clauses (during analyze)	: 0
1800.02/896.10	c number of learned constraints concerned by reduction	: 0
1800.02/896.10	c number of learning phase by resolution	: 0
1800.02/896.10	c number of learning phase by cutting planes	: 0
1800.02/896.10	c speed (assignments/second)	: 12941.09629107017
1800.02/896.10	c non guided choices	26
1800.02/896.13	c learnt constraints type 
1800.02/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111906
1800.02/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.13	c starts		: 60
1800.02/896.13	c conflicts		: 32934
1800.02/896.13	c decisions		: 40852
1800.02/896.13	c propagations		: 215042
1800.02/896.13	c inspects		: 567765196
1800.02/896.13	c shortcuts		: 0
1800.02/896.13	c learnt literals	: 0
1800.02/896.13	c learnt binary clauses	: 0
1800.02/896.13	c learnt ternary clauses	: 0
1800.02/896.13	c learnt constraints	: 32933
1800.02/896.13	c ignored constraints	: 0
1800.02/896.13	c root simplifications	: 0
1800.02/896.13	c removed literals (reason simplification)	: 0
1800.02/896.13	c reason swapping (by a shorter reason)	: 0
1800.02/896.13	c Calls to reduceDB	: 4
1800.02/896.13	c Number of update (reduction) of LBD	: 0
1800.02/896.13	c Imported unit clauses	: 0
1800.02/896.13	c number of reductions to clauses (during analyze)	: 0
1800.02/896.13	c number of learned constraints concerned by reduction	: 0
1800.02/896.13	c number of learning phase by resolution	: 0
1800.02/896.13	c number of learning phase by cutting planes	: 0
1800.02/896.13	c speed (assignments/second)	: 240.05233235061337
1800.02/896.13	c non guided choices	26
1800.02/896.14	c learnt constraints type 
1800.02/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3700
1800.02/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29233
1800.02/896.14	s UNKNOWN
1800.02/896.14	c Total wall clock time (in seconds): 896.026

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

pid=9499
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: 4.09 4.18 4.17 4/197 9502
/proc/meminfo: memFree=29207480/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9502/stat : 9502 (java) D 9499 9502 6358 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 27019094 9515008 175 33554432000 1073741824 1073778376 140734372293440 140734372276168 213866333072 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.09 4.18 4.17 4/197 9502
/proc/meminfo: memFree=29207480/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 27019094 9787879424 6053 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2389619 6053 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.09 4.18 4.17 4/197 9502
/proc/meminfo: memFree=29207480/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 7176 0 1 0 25 2 0 0 20 0 18 0 27019094 9787879424 8810 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2389619 8824 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 4.09 4.18 4.17 4/197 9502
/proc/meminfo: memFree=29207480/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 14777 0 1 0 55 2 0 0 20 0 18 0 27019094 9787879424 13669 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2389619 13669 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 4.09 4.18 4.17 4/197 9502
/proc/meminfo: memFree=29207480/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 21273 0 1 0 211 4 0 0 20 0 22 0 27019094 10060525568 17841 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 17841 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.09 4.18 4.17 5/219 9524
/proc/meminfo: memFree=29093352/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 29279 0 1 0 445 7 0 0 20 0 22 0 27019094 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 45094 2270 9 0 2446860 0
[pid=9502/tid=9504] ppid=9499 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9502/task/9504/stat : 9504 (java) S 9499 9502 6358 0 -1 4202560 2423 0 1 0 27 1 0 0 20 0 22 0 27019095 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051613516664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9505] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9505/stat : 9505 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051575007528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9506] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9506/stat : 9506 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051573954728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9507] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27019097 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/9502/task/9517/stat : 9517 (java) R 9499 9502 6358 0 -1 4202560 16809 0 0 0 97 3 0 0 20 0 22 0 27019100 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050695161144 140051617633654 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9518] ppid=9499 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/9502/task/9518/stat : 9518 (java) R 9499 9502 6358 0 -1 4202560 8648 0 0 0 85 1 0 0 20 0 22 0 27019100 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050694130232 140051619972629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9519] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9519/stat : 9519 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050693078136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9520] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9520/stat : 9520 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050692025544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9521] ppid=9499 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/9502/task/9521/stat : 9521 (java) R 9499 9502 6358 0 -1 4202560 30 0 0 0 116 0 0 0 20 0 22 0 27019126 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050690961168 140051452060593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9522] ppid=9499 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/9502/task/9522/stat : 9522 (java) R 9499 9502 6358 0 -1 4202560 91 0 0 0 113 2 0 0 20 0 22 0 27019126 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050689916632 140051451798595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9523] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9523/stat : 9523 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050688865448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9524] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9524/stat : 9524 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 45094 33554432000 1073741824 1073778376 140734372293440 140050687812648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.09 4.18 4.17 5/219 9524
/proc/meminfo: memFree=29021924/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 32809 0 1 0 798 12 0 0 20 0 22 0 27019094 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 53979 2285 9 0 2446860 0
[pid=9502/tid=9504] ppid=9499 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9502/task/9504/stat : 9504 (java) S 9499 9502 6358 0 -1 4202560 2423 0 1 0 27 1 0 0 20 0 22 0 27019095 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051613516664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9505] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9505/stat : 9505 (java) S 9499 9502 6358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051575007528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9506] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9506/stat : 9506 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051573954728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9507] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27019097 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9502/task/9517/stat : 9517 (java) S 9499 9502 6358 0 -1 4202560 20190 0 0 0 122 4 0 0 20 0 22 0 27019100 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050695183032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9518] ppid=9499 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/9502/task/9518/stat : 9518 (java) S 9499 9502 6358 0 -1 4202560 8648 0 0 0 93 1 0 0 20 0 22 0 27019100 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050694130232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9519] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9519/stat : 9519 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050693078136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9520] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9520/stat : 9520 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050692025544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9521] ppid=9499 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/9502/task/9521/stat : 9521 (java) R 9499 9502 6358 0 -1 4202560 32 0 0 0 272 0 0 0 20 0 22 0 27019126 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050690967984 140051451946151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9522] ppid=9499 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/9502/task/9522/stat : 9522 (java) R 9499 9502 6358 0 -1 4202560 100 0 0 0 270 3 0 0 20 0 22 0 27019126 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050689915616 140051452100610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9523] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9523/stat : 9523 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050688865448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9524] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9524/stat : 9524 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 53979 33554432000 1073741824 1073778376 140734372293440 140050687812648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.09 4.17 4.17 5/219 9524
/proc/meminfo: memFree=28987024/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=14.6 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 32836 0 1 0 1446 14 0 0 20 0 22 0 27019094 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 56973 2285 9 0 2446860 0
[pid=9502/tid=9504] ppid=9499 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9502/task/9504/stat : 9504 (java) S 9499 9502 6358 0 -1 4202560 2423 0 1 0 27 1 0 0 20 0 22 0 27019095 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051613516664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9505] ppid=9499 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9502/task/9505/stat : 9505 (java) S 9499 9502 6358 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051575007528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9506] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9506/stat : 9506 (java) S 9499 9502 6358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051573954728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9507] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 27019096 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27019097 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 56973 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=1.33 cores=0,2,4,6

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

/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 620 0 0 0 208 14 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 713 0 0 0 226 17 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 760 0 0 0 206 15 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 497 0 0 0 221 16 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 630 0 0 0 218 16 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 549 0 0 0 223 15 0 0 20 0 22 0 27019096 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 2481 0 0 0 315 14 0 0 20 0 22 0 27019097 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9502/task/9517/stat : 9517 (java) S 9499 9502 6358 0 -1 4202560 25635 0 0 0 231 4 0 0 20 0 22 0 27019100 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050695183032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9518] ppid=9499 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/9502/task/9518/stat : 9518 (java) S 9499 9502 6358 0 -1 4202560 8653 0 0 0 99 2 0 0 20 0 22 0 27019100 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050694130232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9519] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9519/stat : 9519 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050693078136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9520] ppid=9499 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9502/task/9520/stat : 9520 (java) S 9499 9502 6358 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 27019100 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050692025544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9521] ppid=9499 vsize=9824732 CPUtime=871.1 cores=0,2,4,6
/proc/9502/task/9521/stat : 9521 (java) R 9499 9502 6358 0 -1 4202560 149 0 0 0 87093 17 0 0 20 0 22 0 27019126 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050690968864 140051452284215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9522] ppid=9499 vsize=9824732 CPUtime=871.13 cores=0,2,4,6
/proc/9502/task/9522/stat : 9522 (java) R 9499 9502 6358 0 -1 4202560 4340 0 0 0 87051 62 0 0 20 0 22 0 27019126 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050689915280 140051451906287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9523] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9523/stat : 9523 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050688865448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9524] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9524/stat : 9524 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 840297 33554432000 1073741824 1073778376 140734372293440 140050687812648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.15 4.15 4.14 5/219 9616
/proc/meminfo: memFree=27438724/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 50090 0 1 0 179792 210 0 0 20 0 22 0 27019094 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 839775 2294 9 0 2446860 0
[pid=9502/tid=9504] ppid=9499 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9502/task/9504/stat : 9504 (java) S 9499 9502 6358 0 -1 4202560 2435 0 1 0 30 3 0 0 20 0 22 0 27019095 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051613516664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9505] ppid=9499 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9502/task/9505/stat : 9505 (java) S 9499 9502 6358 0 -1 4202560 652 0 0 0 209 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051575007528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9506] ppid=9499 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9502/task/9506/stat : 9506 (java) S 9499 9502 6358 0 -1 4202560 624 0 0 0 223 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051573954728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9507] ppid=9499 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 632 0 0 0 216 14 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 726 0 0 0 231 17 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 762 0 0 0 209 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 500 0 0 0 224 16 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 631 0 0 0 220 16 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 551 0 0 0 228 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 2481 0 0 0 315 14 0 0 20 0 22 0 27019097 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9502/task/9517/stat : 9517 (java) S 9499 9502 6358 0 -1 4202560 25635 0 0 0 231 4 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050695183032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9518] ppid=9499 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/9502/task/9518/stat : 9518 (java) S 9499 9502 6358 0 -1 4202560 8653 0 0 0 99 2 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050694130232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9519] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9519/stat : 9519 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050693078136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9520] ppid=9499 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9502/task/9520/stat : 9520 (java) S 9499 9502 6358 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050692025544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9521] ppid=9499 vsize=9824732 CPUtime=884.75 cores=0,2,4,6
/proc/9502/task/9521/stat : 9521 (java) R 9499 9502 6358 0 -1 4202560 150 0 0 0 88458 17 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050690968064 140051452284215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9522] ppid=9499 vsize=9824732 CPUtime=884.79 cores=0,2,4,6
/proc/9502/task/9522/stat : 9522 (java) R 9499 9502 6358 0 -1 4202560 4342 0 0 0 88417 62 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050689915616 140051451811274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9523] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9523/stat : 9523 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050688865448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9524] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9524/stat : 9524 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050687812648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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 9502 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.15 4.15 4.14 5/219 9616
/proc/meminfo: memFree=27438724/32872528 swapFree=681964/737152
[pid=9502] ppid=9499 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/9502/stat : 9502 (java) S 9499 9502 6358 0 -1 4202496 50090 0 1 0 179792 210 0 0 20 0 22 0 27019094 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140734372284576 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9502/statm: 2456183 839775 2294 9 0 2446860 0
[pid=9502/tid=9504] ppid=9499 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9502/task/9504/stat : 9504 (java) S 9499 9502 6358 0 -1 4202560 2435 0 1 0 30 3 0 0 20 0 22 0 27019095 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051613516664 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9505] ppid=9499 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9502/task/9505/stat : 9505 (java) S 9499 9502 6358 0 -1 4202560 652 0 0 0 209 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051575007528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9506] ppid=9499 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9502/task/9506/stat : 9506 (java) S 9499 9502 6358 0 -1 4202560 624 0 0 0 223 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051573954728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9507] ppid=9499 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/9502/task/9507/stat : 9507 (java) S 9499 9502 6358 0 -1 4202560 632 0 0 0 216 14 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051572902440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9508] ppid=9499 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9502/task/9508/stat : 9508 (java) S 9499 9502 6358 0 -1 4202560 726 0 0 0 231 17 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051571849640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9509] ppid=9499 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9502/task/9509/stat : 9509 (java) S 9499 9502 6358 0 -1 4202560 762 0 0 0 209 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051570797352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9510] ppid=9499 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/9502/task/9510/stat : 9510 (java) S 9499 9502 6358 0 -1 4202560 500 0 0 0 224 16 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051569744552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9511] ppid=9499 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9502/task/9511/stat : 9511 (java) S 9499 9502 6358 0 -1 4202560 631 0 0 0 220 16 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051451210792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9512] ppid=9499 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/9502/task/9512/stat : 9512 (java) S 9499 9502 6358 0 -1 4202560 551 0 0 0 228 15 0 0 20 0 22 0 27019096 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051450157992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9513] ppid=9499 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/9502/task/9513/stat : 9513 (java) S 9499 9502 6358 0 -1 4202560 2481 0 0 0 315 14 0 0 20 0 22 0 27019097 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051437746408 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9514] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9514/stat : 9514 (java) S 9499 9502 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051436692472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9515] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9515/stat : 9515 (java) S 9499 9502 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27019098 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140051435640072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9516] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9516/stat : 9516 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050696235408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9517] ppid=9499 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/9502/task/9517/stat : 9517 (java) S 9499 9502 6358 0 -1 4202560 25635 0 0 0 231 4 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050695183032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9518] ppid=9499 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/9502/task/9518/stat : 9518 (java) S 9499 9502 6358 0 -1 4202560 8653 0 0 0 99 2 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050694130232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9502/tid=9519] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9519/stat : 9519 (java) S 9499 9502 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050693078136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9520] ppid=9499 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9502/task/9520/stat : 9520 (java) S 9499 9502 6358 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 27019100 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050692025544 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9521] ppid=9499 vsize=9824732 CPUtime=884.75 cores=0,2,4,6
/proc/9502/task/9521/stat : 9521 (java) R 9499 9502 6358 0 -1 4202560 150 0 0 0 88458 17 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050690968064 140051452284215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9502/tid=9522] ppid=9499 vsize=9824732 CPUtime=884.79 cores=0,2,4,6
/proc/9502/task/9522/stat : 9522 (java) R 9499 9502 6358 0 -1 4202560 4342 0 0 0 88417 62 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050689915616 140051451811274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9502/tid=9523] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9523/stat : 9523 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050688865448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9502/tid=9524] ppid=9499 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9502/task/9524/stat : 9524 (java) S 9499 9502 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27019126 10060525568 839775 33554432000 1073741824 1073778376 140734372293440 140050687812648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9502 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=569336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=591606
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.177
CPU time (s): 1800.02
CPU user time (s): 1797.92
CPU system time (s): 2.1
CPU usage (%): 200.855
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.59161
maximum resident set size= 3441052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50132
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26872
involuntary context switches= 38641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97309 second user time and 7.13591 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 13:34:59
IDJOB=4103910
IDBENCH=2502
IDSOLVER=2543
FILE ID=node112/4103910-1466249699
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pk1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103910-1466249699/watcher-4103910-1466249699 -o /tmp/evaluation-result-4103910-1466249699/solver-4103910-1466249699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103910-1466249699.opb

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

MD5SUM BENCH= 064c172c08e0726f78b89fe587697d96
RANDOM SEED=360257892

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29208668 kB
Buffers:           39096 kB
Cached:           106928 kB
SwapCached:         2036 kB
Active:          2102484 kB
Inactive:          88876 kB
Active(anon):    2045600 kB
Inactive(anon):     2096 kB
Active(file):      56884 kB
Inactive(file):    86780 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096736 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       2781464 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             601240 kB
SReclaimable:      44796 kB
SUnreclaim:       556444 kB
KernelStack:        1592 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3202300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2050048 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= 71712 MiB
End job on node112 at 2016-06-18 13:49:55