Trace number 4099813

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1791.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
MD5SUMaf7b516198b9fda389a0d83cfb6c28d1
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 variables733406
Total number of constraints12168
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 constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 639
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 887406
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 887406
Number of bits of the biggest sum of numbers20
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4099813-1466207897.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
8.05/5.26	c ... done. Wall clock time 5.143s.
8.05/5.26	c declared #vars     733406
8.05/5.26	c #constraints  24310
8.05/5.26	c constraints type 
8.05/5.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1002
8.05/5.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
8.05/5.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23302
8.05/5.26	c 24310 constraints processed.
8.05/5.26	c objective function length is 374066 literals
12.01/8.78	c cleaning 2482 clauses out of 5000 with flag 12690/5000
15.80/12.50	c cleaning 4250 clauses out of 8518 with flag 30812/11000
19.79/16.45	c cleaning 5632 clauses out of 11270 with flag 50117/18002
24.20/20.89	c cleaning 6802 clauses out of 13637 with flag 71394/26001
32.58/28.49	c cleaning 7909 clauses out of 15834 with flag 97080/35000
38.68/34.59	c cleaning 8959 clauses out of 17925 with flag 124908/45000
41.90/37.79	c cleaning 9983 clauses out of 19970 with flag 152864/56004
44.70/40.51	c cleaning 10987 clauses out of 21983 with flag 185025/68000
48.20/44.01	c cleaning 11982 clauses out of 23996 with flag 223774/81000
51.30/47.19	c cleaning 12991 clauses out of 26015 with flag 262806/95001
55.60/51.42	c cleaning 14002 clauses out of 28023 with flag 302710/110000
58.80/54.62	c cleaning 15007 clauses out of 30027 with flag 348436/126006
63.83/59.58	c cleaning 16008 clauses out of 32015 with flag 388733/143004
68.58/63.85	c cleaning 17000 clauses out of 34001 with flag 425843/161000
75.58/70.55	c cleaning 18002 clauses out of 36003 with flag 463847/180002
84.51/78.74	c cleaning 19000 clauses out of 37999 with flag 503843/200000
94.37/88.35	c cleaning 20000 clauses out of 40002 with flag 545849/221003
103.77/97.74	c cleaning 21001 clauses out of 42002 with flag 589849/243003
114.58/108.52	c cleaning 22000 clauses out of 43999 with flag 635845/266001
128.48/122.43	c cleaning 22999 clauses out of 46002 with flag 683851/290004
143.78/137.73	c cleaning 23998 clauses out of 48000 with flag 733845/315001
158.48/152.43	c cleaning 25001 clauses out of 50001 with flag 785843/341000
172.46/166.02	c cleaning 25999 clauses out of 52002 with flag 839847/368002
187.97/181.54	c cleaning 27001 clauses out of 54001 with flag 895843/396000
205.68/199.24	c cleaning 28000 clauses out of 56000 with flag 953843/425000
222.37/215.94	c cleaning 28997 clauses out of 58000 with flag 1013843/455000
239.38/232.90	c cleaning 30002 clauses out of 60003 with flag 1075843/486000
255.98/249.53	c cleaning 30999 clauses out of 62002 with flag 1139845/518001
277.98/271.59	c cleaning 32001 clauses out of 64005 with flag 1205849/551003
302.88/296.11	c cleaning 33000 clauses out of 66003 with flag 1273847/585002
329.39/322.62	c cleaning 34000 clauses out of 68001 with flag 1343843/620000
358.19/351.40	c cleaning 34997 clauses out of 70001 with flag 1415843/656000
386.79/380.07	c cleaning 36001 clauses out of 72006 with flag 1489847/693002
415.90/409.17	c cleaning 37001 clauses out of 74004 with flag 1565845/731001
445.71/438.96	c cleaning 38000 clauses out of 76002 with flag 1643843/770000
473.87/467.01	c cleaning 39000 clauses out of 78002 with flag 1723843/810000
503.79/496.90	c cleaning 40001 clauses out of 80002 with flag 1805843/851000
537.59/530.71	c cleaning 40997 clauses out of 82003 with flag 1889847/893002
573.70/566.80	c cleaning 42003 clauses out of 84005 with flag 1975845/936001
607.31/600.42	c cleaning 43000 clauses out of 86001 with flag 2063843/980000
632.81/625.91	c cleaning 43992 clauses out of 88002 with flag 2158467/1025001
661.01/654.09	c cleaning 45001 clauses out of 90010 with flag 2252516/1071001
689.12/682.13	c cleaning 46002 clauses out of 92008 with flag 2348365/1118000
707.82/700.83	c cleaning 46994 clauses out of 94006 with flag 2455853/1166000
741.22/734.26	c cleaning 48001 clauses out of 96012 with flag 2560208/1215000
765.25/758.28	c cleaning 49007 clauses out of 98014 with flag 2664019/1265003
790.75/783.79	c cleaning 49993 clauses out of 100006 with flag 2767830/1316002
813.72/806.54	c cleaning 50995 clauses out of 101997 with flag 2877404/1368000
830.62/823.42	c cleaning 51999 clauses out of 104002 with flag 3013581/1421003
861.24/854.08	c cleaning 52998 clauses out of 106001 with flag 3145579/1475001
890.33/883.14	c cleaning 53997 clauses out of 108003 with flag 3280963/1530001
922.54/915.17	c cleaning 54996 clauses out of 110006 with flag 3422068/1586001
955.04/947.67	c cleaning 56002 clauses out of 112010 with flag 3568160/1643001
988.35/980.97	c cleaning 56999 clauses out of 114007 with flag 3718271/1701000
1017.15/1009.74	c cleaning 58005 clauses out of 116009 with flag 3854607/1760001
1047.07/1039.66	c cleaning 58996 clauses out of 118001 with flag 3976977/1820000
1094.06/1086.44	c cleaning 59996 clauses out of 120006 with flag 4098982/1881001
1135.98/1128.31	c cleaning 61004 clauses out of 122009 with flag 4222980/1943000
1183.59/1175.97	c cleaning 61998 clauses out of 124005 with flag 4348980/2006000
1237.60/1229.94	c cleaning 62996 clauses out of 126007 with flag 4476980/2070000
1287.80/1280.15	c cleaning 64003 clauses out of 128013 with flag 4606984/2135002
1336.16/1328.37	c cleaning 64998 clauses out of 130008 with flag 4738980/2201000
1390.99/1383.10	c cleaning 66002 clauses out of 132010 with flag 4872980/2268000
1461.61/1453.79	c cleaning 67005 clauses out of 134011 with flag 5008986/2336003
1513.83/1505.90	c cleaning 67996 clauses out of 136004 with flag 5146982/2405001
1573.30/1565.27	c cleaning 69001 clauses out of 138009 with flag 5286984/2475002
1636.71/1628.68	c cleaning 69991 clauses out of 140006 with flag 5428980/2546000
1700.84/1692.78	c cleaning 71002 clauses out of 142015 with flag 5572980/2618000
1764.24/1756.19	c cleaning 72006 clauses out of 144015 with flag 5718984/2691002
1800.04/1791.70	c starts		: 6437
1800.04/1791.70	c conflicts		: 2745172
1800.04/1791.70	c decisions		: 10117444
1800.04/1791.70	c propagations		: 262207783
1800.04/1791.70	c inspects		: 24243822438
1800.04/1791.70	c shortcuts		: 0
1800.04/1791.70	c learnt literals	: 24
1800.04/1791.70	c learnt binary clauses	: 41
1800.04/1791.70	c learnt ternary clauses	: 56
1800.04/1791.70	c learnt constraints	: 2745148
1800.04/1791.70	c ignored constraints	: 0
1800.04/1791.70	c root simplifications	: 0
1800.04/1791.70	c removed literals (reason simplification)	: 0
1800.04/1791.70	c reason swapping (by a shorter reason)	: 0
1800.04/1791.70	c Calls to reduceDB	: 69
1800.04/1791.70	c Number of update (reduction) of LBD	: 94578
1800.04/1791.70	c Imported unit clauses	: 0
1800.04/1791.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.70	c number of learned constraints concerned by reduction	: 0
1800.04/1791.70	c number of learning phase by resolution	: 0
1800.04/1791.70	c number of learning phase by cutting planes	: 0
1800.04/1791.70	c speed (assignments/second)	: 146798.4844710065
1800.04/1791.70	c non guided choices	6523143
1800.04/1791.72	c timeout
1800.04/1791.73	c learnt constraints type 
1800.04/1791.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.04/1791.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126138
1800.04/1791.73	s UNKNOWN
1800.04/1791.73	c Total wall clock time (in seconds): 1791.614

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-4099813-1466207897/watcher-4099813-1466207897 -o /tmp/evaluation-result-4099813-1466207897/solver-4099813-1466207897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099813-1466207897.opb 

pid=6310
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.20 1.90 3/194 6313
/proc/meminfo: memFree=29799104/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6313/stat : 6313 (java) R 6310 6313 5878 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 22838198 9515008 185 33554432000 1073741824 1073778376 140734214445888 140734214428616 226075176231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2323 185 143 9 0 71 0

[startup+0.100144 s]
/proc/loadavg: 2.17 2.20 1.90 3/194 6313
/proc/meminfo: memFree=29799104/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 4418 0 1 0 7 1 0 0 20 0 18 0 22838198 9787879424 6049 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 6049 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200303 s]
/proc/loadavg: 2.17 2.20 1.90 3/194 6313
/proc/meminfo: memFree=29799104/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 5004 0 1 0 26 1 0 0 20 0 18 0 22838198 9787879424 11034 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 11034 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300352 s]
/proc/loadavg: 2.17 2.20 1.90 3/194 6313
/proc/meminfo: memFree=29799104/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 5452 0 1 0 43 2 0 0 20 0 18 0 22838198 9787879424 17350 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 17350 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 2.17 2.20 1.90 3/194 6313
/proc/meminfo: memFree=29799104/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=0.94 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 5642 0 1 0 88 6 0 0 20 0 18 0 22838198 9787879424 47149 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 47149 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558476

[startup+1.50456 s]
/proc/loadavg: 2.17 2.20 1.90 5/212 6331
/proc/meminfo: memFree=29556876/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=2.29 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 11604 0 1 0 215 14 0 0 20 0 18 0 22838198 9787879424 95196 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 95197 2262 9 0 2380296 0
[pid=6313/tid=6315] ppid=6310 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) S 6310 6313 5878 0 -1 4202560 2513 0 1 0 131 4 0 0 20 0 18 0 22838199 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616590097736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) D 6310 6313 5878 0 -1 4202560 557 0 0 0 2 0 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616562551480 226084381671 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) R 6310 6313 5878 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616561499352 140616592570099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) R 6310 6313 5878 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616560446296 140616592570099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) R 6310 6313 5878 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616559393752 140616592570049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) R 6310 6313 5878 0 -1 4202560 164 0 0 0 3 0 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616429775152 140616592570049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) R 6310 6313 5878 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616428722904 140616592570099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) R 6310 6313 5878 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616427669848 140616592570049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) R 6310 6313 5878 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 22838200 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140616426617304 140616592570099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615944103688 226087711804 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 3831 0 0 0 22 0 0 0 20 0 18 0 22838204 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 3058 0 0 0 28 1 0 0 20 0 18 0 22838204 9787879424 95197 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 95709 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 95709 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9558476

[startup+3.1009 s]
/proc/loadavg: 2.17 2.20 1.90 8/212 6331
/proc/meminfo: memFree=29308464/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9558476 CPUtime=4.66 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 12756 0 1 0 437 29 0 0 20 0 18 0 22838198 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2389619 159449 2275 9 0 2380296 0
[pid=6313/tid=6315] ppid=6310 vsize=9558476 CPUtime=2.71 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) R 6310 6313 5878 0 -1 4202560 2763 0 1 0 265 6 0 0 20 0 18 0 22838199 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616590090176 140616441151152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) S 6310 6313 5878 0 -1 4202560 623 0 0 0 8 2 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616562551720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) S 6310 6313 5878 0 -1 4202560 85 0 0 0 12 3 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616561499176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) S 6310 6313 5878 0 -1 4202560 83 0 0 0 12 2 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616560446120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) S 6310 6313 5878 0 -1 4202560 81 0 0 0 12 2 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616559393576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) S 6310 6313 5878 0 -1 4202560 209 0 0 0 10 3 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616429775272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) S 6310 6313 5878 0 -1 4202560 73 0 0 0 13 3 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616428722728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) S 6310 6313 5878 0 -1 4202560 374 0 0 0 11 2 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616427669672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) S 6310 6313 5878 0 -1 4202560 112 0 0 0 18 4 0 0 20 0 18 0 22838200 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140616426617128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615944104808 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838201 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 3841 0 0 0 29 0 0 0 20 0 18 0 22838204 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 3065 0 0 0 32 1 0 0 20 0 18 0 22838204 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838204 9787879424 159449 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.16 2.20 1.90 3/212 6331
/proc/meminfo: memFree=28846060/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9625040 CPUtime=9.62 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 15605 0 1 0 910 52 0 0 20 0 19 0 22838198 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2406260 239904 2282 9 0 2396937 0
[pid=6313/tid=6315] ppid=6310 vsize=9625040 CPUtime=5.46 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) R 6310 6313 5878 0 -1 4202560 2819 0 1 0 537 9 0 0 20 0 19 0 22838199 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616590098712 140616441569216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) S 6310 6313 5878 0 -1 4202560 791 0 0 0 32 5 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616562551720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) S 6310 6313 5878 0 -1 4202560 206 0 0 0 33 5 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616561499176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) S 6310 6313 5878 0 -1 4202560 613 0 0 0 28 5 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616560446120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) S 6310 6313 5878 0 -1 4202560 200 0 0 0 29 5 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616559393576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) S 6310 6313 5878 0 -1 4202560 304 0 0 0 30 5 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616429775272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) S 6310 6313 5878 0 -1 4202560 384 0 0 0 30 6 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616428722728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) S 6310 6313 5878 0 -1 4202560 949 0 0 0 27 4 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616427669672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) S 6310 6313 5878 0 -1 4202560 581 0 0 0 36 7 0 0 20 0 19 0 22838200 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140616426617128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 564 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615944104808 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 3865 0 0 0 55 0 0 0 20 0 19 0 22838204 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 3071 0 0 0 56 1 0 0 20 0 19 0 22838204 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 239904 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.23 2.21 1.90 4/213 6332
/proc/meminfo: memFree=28781268/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9625040 CPUtime=16.1 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 16125 0 1 0 1557 53 0 0 20 0 19 0 22838198 9856040960 261361 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2406260 261361 2287 9 0 2396937 0

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

[pid=6313/tid=6332] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6332/stat : 6332 (java) S 6310 6313 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838751 9856040960 778090 33554432000 1073741824 1073778376 140734214445888 140615935682088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.34 2.24 2.16 4/213 6464
/proc/meminfo: memFree=26156408/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9625040 CPUtime=1790.64 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 38460 0 1 0 178891 173 0 0 20 0 19 0 22838198 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2406260 791408 2295 9 0 2396937 0
[pid=6313/tid=6315] ppid=6310 vsize=9625040 CPUtime=1774.48 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) R 6310 6313 5878 0 -1 4202560 4335 0 1 0 177395 53 0 0 20 0 19 0 22838199 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616590097664 140616441636098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) S 6310 6313 5878 0 -1 4202560 979 0 0 0 75 14 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616562551720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) S 6310 6313 5878 0 -1 4202560 476 0 0 0 88 16 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616561499176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) S 6310 6313 5878 0 -1 4202560 769 0 0 0 71 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616560446120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) S 6310 6313 5878 0 -1 4202560 469 0 0 0 76 15 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616559393576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) S 6310 6313 5878 0 -1 4202560 658 0 0 0 73 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616429775272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) S 6310 6313 5878 0 -1 4202560 588 0 0 0 66 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616428722728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) S 6310 6313 5878 0 -1 4202560 1118 0 0 0 70 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616427669672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) S 6310 6313 5878 0 -1 4202560 1157 0 0 0 83 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616426617128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 1683 0 0 0 115 4 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615944104808 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 10032 0 0 0 112 2 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 14836 0 0 0 160 3 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6332] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6332/stat : 6332 (java) S 6310 6313 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838751 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615935682088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 2.29 2.24 2.16 3/213 6464
/proc/meminfo: memFree=26156160/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 38460 0 1 0 179831 173 0 0 20 0 19 0 22838198 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2406260 791408 2295 9 0 2396937 0
[pid=6313/tid=6315] ppid=6310 vsize=9625040 CPUtime=1783.85 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) R 6310 6313 5878 0 -1 4202560 4335 0 1 0 178331 54 0 0 20 0 19 0 22838199 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616590097664 140616441371296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) S 6310 6313 5878 0 -1 4202560 979 0 0 0 75 14 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616562551720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) S 6310 6313 5878 0 -1 4202560 476 0 0 0 88 16 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616561499176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) S 6310 6313 5878 0 -1 4202560 769 0 0 0 71 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616560446120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) S 6310 6313 5878 0 -1 4202560 469 0 0 0 76 15 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616559393576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) S 6310 6313 5878 0 -1 4202560 658 0 0 0 73 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616429775272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) S 6310 6313 5878 0 -1 4202560 588 0 0 0 66 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616428722728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) S 6310 6313 5878 0 -1 4202560 1118 0 0 0 70 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616427669672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) S 6310 6313 5878 0 -1 4202560 1157 0 0 0 83 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616426617128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 1683 0 0 0 115 4 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615944104808 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 10032 0 0 0 112 2 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 14836 0 0 0 160 3 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6332] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6332/stat : 6332 (java) S 6310 6313 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838751 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615935682088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1791.7 s]
/proc/loadavg: 2.29 2.24 2.16 3/213 6464
/proc/meminfo: memFree=26156160/32872528 swapFree=1590032/1720848
[pid=6313] ppid=6310 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/6313/stat : 6313 (java) S 6310 6313 5878 0 -1 4202496 38460 0 1 0 179831 173 0 0 20 0 19 0 22838198 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140734214437024 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6313/statm: 2406260 791408 2295 9 0 2396937 0
[pid=6313/tid=6315] ppid=6310 vsize=9625040 CPUtime=1783.85 cores=1,3,5,7
/proc/6313/task/6315/stat : 6315 (java) R 6310 6313 5878 0 -1 4202560 4335 0 1 0 178331 54 0 0 20 0 19 0 22838199 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616590097664 140616441371296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6316] ppid=6310 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6313/task/6316/stat : 6316 (java) S 6310 6313 5878 0 -1 4202560 979 0 0 0 75 14 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616562551720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6317] ppid=6310 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6313/task/6317/stat : 6317 (java) S 6310 6313 5878 0 -1 4202560 476 0 0 0 88 16 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616561499176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6313/tid=6318] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6318/stat : 6318 (java) S 6310 6313 5878 0 -1 4202560 769 0 0 0 71 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616560446120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6319] ppid=6310 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/6313/task/6319/stat : 6319 (java) S 6310 6313 5878 0 -1 4202560 469 0 0 0 76 15 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616559393576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6320] ppid=6310 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/6313/task/6320/stat : 6320 (java) S 6310 6313 5878 0 -1 4202560 658 0 0 0 73 12 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616429775272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6321] ppid=6310 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/6313/task/6321/stat : 6321 (java) S 6310 6313 5878 0 -1 4202560 588 0 0 0 66 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616428722728 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6322] ppid=6310 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6313/task/6322/stat : 6322 (java) S 6310 6313 5878 0 -1 4202560 1118 0 0 0 70 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616427669672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6323] ppid=6310 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/6313/task/6323/stat : 6323 (java) S 6310 6313 5878 0 -1 4202560 1157 0 0 0 83 13 0 0 20 0 19 0 22838200 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140616426617128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6324] ppid=6310 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/6313/task/6324/stat : 6324 (java) S 6310 6313 5878 0 -1 4202560 1683 0 0 0 115 4 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615944104808 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6325] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6325/stat : 6325 (java) S 6310 6313 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615943051128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6326] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6326/stat : 6326 (java) S 6310 6313 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22838201 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615941997960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6327] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6327/stat : 6327 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615940946704 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6313/tid=6328] ppid=6310 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6313/task/6328/stat : 6328 (java) S 6310 6313 5878 0 -1 4202560 10032 0 0 0 112 2 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615939893560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6329] ppid=6310 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6313/task/6329/stat : 6329 (java) S 6310 6313 5878 0 -1 4202560 14836 0 0 0 160 3 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615938841016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6330] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6330/stat : 6330 (java) S 6310 6313 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615937788152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6313/tid=6331] ppid=6310 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6313/task/6331/stat : 6331 (java) S 6310 6313 5878 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 19 0 22838204 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615936735816 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6313/tid=6332] ppid=6310 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6313/task/6332/stat : 6332 (java) S 6310 6313 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22838751 9856040960 791408 33554432000 1073741824 1073778376 140734214445888 140615935682088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.74
CPU time (s): 1800.04
CPU user time (s): 1798.31
CPU system time (s): 1.73
CPU usage (%): 100.463
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.20167
maximum resident set size= 3165772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39879
involuntary context switches= 5160

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4511 second user time and 11.3343 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 01:58:19
IDJOB=4099813
IDBENCH=1537
IDSOLVER=2546
FILE ID=node120/4099813-1466207897
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099813-1466207897/watcher-4099813-1466207897 -o /tmp/evaluation-result-4099813-1466207897/solver-4099813-1466207897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099813-1466207897.opb

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

MD5SUM BENCH= af7b516198b9fda389a0d83cfb6c28d1
RANDOM SEED=704114770

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29799632 kB
Buffers:           37776 kB
Cached:           101512 kB
SwapCached:         1844 kB
Active:           576396 kB
Inactive:          68864 kB
Active(anon):     507396 kB
Inactive(anon):     1192 kB
Active(file):      69000 kB
Inactive(file):    67672 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:             29568 kB
Writeback:             0 kB
AnonPages:       2226692 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             571412 kB
SReclaimable:      15192 kB
SUnreclaim:       556220 kB
KernelStack:        1584 kB
PageTables:         8812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2369948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    620544 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= 71696 MiB
End job on node120 at 2016-06-18 02:28:11