Trace number 4085180

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085180-1465222060.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
11.27/8.15	c ... done. Wall clock time 8.024s.
11.27/8.15	c declared #vars     1041679
11.27/8.15	c #constraints  161851
11.27/8.15	c constraints type 
11.27/8.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
11.27/8.15	c org.sat4j.specs.Constr$1 => 1655
11.27/8.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
11.27/8.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
11.27/8.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
11.27/8.15	c 161851 constraints processed.
11.27/8.15	c objective function length is 1611 literals
12.93/9.35	c cleaning 2500 clauses out of 5000 with flag 10131/5000
14.22/10.52	c cleaning 4251 clauses out of 8501 with flag 22601/11001
15.52/11.87	c cleaning 5625 clauses out of 11250 with flag 36976/18001
17.13/13.48	c cleaning 6812 clauses out of 13625 with flag 54194/26001
19.06/15.34	c cleaning 7905 clauses out of 15814 with flag 73074/35002
21.26/17.56	c cleaning 8953 clauses out of 17908 with flag 95614/45001
23.88/20.10	c cleaning 9975 clauses out of 19954 with flag 120334/56000
26.68/22.92	c cleaning 10990 clauses out of 21979 with flag 149554/68000
29.88/26.14	c cleaning 11993 clauses out of 23990 with flag 182157/81001
33.39/29.66	c cleaning 12998 clauses out of 25997 with flag 214024/95001
36.99/33.25	c cleaning 13999 clauses out of 27999 with flag 246403/110001
40.39/36.64	c cleaning 15000 clauses out of 29999 with flag 279969/126000
44.29/40.50	c cleaning 15996 clauses out of 31999 with flag 317056/143000
48.59/44.81	c cleaning 17005 clauses out of 34010 with flag 356732/161007
53.19/49.41	c cleaning 17994 clauses out of 35998 with flag 400785/180000
58.49/54.76	c cleaning 18999 clauses out of 38004 with flag 448921/200000
64.40/60.64	c cleaning 20003 clauses out of 40006 with flag 502812/221001
70.49/66.74	c cleaning 21001 clauses out of 42002 with flag 557955/243000
75.29/71.56	c cleaning 21998 clauses out of 44001 with flag 605256/266000
80.99/77.24	c cleaning 22999 clauses out of 46003 with flag 654876/290000
87.00/83.24	c cleaning 24002 clauses out of 48005 with flag 707260/315001
93.44/89.61	c cleaning 24993 clauses out of 50003 with flag 761304/341001
99.35/95.50	c cleaning 26004 clauses out of 52009 with flag 817876/368000
106.16/102.31	c cleaning 27000 clauses out of 54006 with flag 877193/396001
113.36/109.54	c cleaning 28006 clauses out of 56013 with flag 941324/425008
120.76/116.93	c cleaning 28994 clauses out of 58000 with flag 1006338/455001
128.36/124.55	c cleaning 29994 clauses out of 60006 with flag 1070589/486001
135.87/132.06	c cleaning 31003 clauses out of 62012 with flag 1138217/518001
143.86/140.03	c cleaning 32003 clauses out of 64008 with flag 1207053/551000
153.06/149.21	c cleaning 32999 clauses out of 66005 with flag 1277493/585000
160.76/156.98	c cleaning 34004 clauses out of 68007 with flag 1349404/620001
170.16/166.33	c cleaning 34995 clauses out of 70003 with flag 1429611/656001
179.56/175.75	c cleaning 36004 clauses out of 72008 with flag 1506348/693001
190.36/186.58	c cleaning 37003 clauses out of 74010 with flag 1591573/731007
200.96/197.20	c cleaning 37992 clauses out of 76000 with flag 1676331/770000
212.56/208.73	c cleaning 39002 clauses out of 78009 with flag 1762394/810001
225.47/221.62	c cleaning 39999 clauses out of 80007 with flag 1856085/851001
238.77/234.97	c cleaning 40999 clauses out of 82008 with flag 1949749/893001
251.06/247.26	c cleaning 42005 clauses out of 84009 with flag 2043314/936001
261.96/258.16	c cleaning 43002 clauses out of 86012 with flag 2133448/980009
274.76/270.95	c cleaning 43997 clauses out of 88003 with flag 2228538/1025002
288.16/284.31	c cleaning 44999 clauses out of 90005 with flag 2323701/1071001
299.66/295.89	c cleaning 46002 clauses out of 92006 with flag 2420834/1118001
312.26/308.44	c cleaning 47002 clauses out of 94008 with flag 2519065/1166005
330.96/326.50	c cleaning 47996 clauses out of 96003 with flag 2623033/1215002
345.26/340.82	c cleaning 49004 clauses out of 98009 with flag 2728181/1265004
357.85/353.45	c cleaning 49999 clauses out of 100001 with flag 2835996/1316000
372.35/367.91	c cleaning 51004 clauses out of 102013 with flag 2947511/1368011
388.05/383.64	c cleaning 51994 clauses out of 103999 with flag 3060600/1421001
405.65/401.20	c cleaning 52996 clauses out of 106004 with flag 3176115/1475000
422.35/417.99	c cleaning 54001 clauses out of 108008 with flag 3303645/1530000
439.36/434.97	c cleaning 54999 clauses out of 110007 with flag 3423154/1586000
456.26/451.80	c cleaning 55999 clauses out of 112008 with flag 3545775/1643000
475.56/471.10	c cleaning 57005 clauses out of 114010 with flag 3683172/1701001
493.16/488.74	c cleaning 57996 clauses out of 116004 with flag 3816321/1760000
510.36/505.98	c cleaning 59007 clauses out of 118014 with flag 3943123/1820006
527.47/523.10	c cleaning 60001 clauses out of 120002 with flag 4072286/1881001
545.87/541.40	c cleaning 60994 clauses out of 122001 with flag 4203700/1943001
566.97/562.54	c cleaning 61998 clauses out of 124007 with flag 4336066/2006001
582.87/578.43	c cleaning 63000 clauses out of 126008 with flag 4465896/2070000
604.20/599.79	c cleaning 64002 clauses out of 128008 with flag 4609551/2135000
628.79/624.34	c cleaning 64999 clauses out of 130006 with flag 4759733/2201000
652.69/648.23	c cleaning 65996 clauses out of 132008 with flag 4910992/2268001
679.69/675.29	c cleaning 67004 clauses out of 134011 with flag 5061427/2336000
703.79/699.31	c cleaning 68001 clauses out of 136008 with flag 5218320/2405001
728.90/724.45	c cleaning 69000 clauses out of 138006 with flag 5378498/2475000
766.69/761.82	c cleaning 69999 clauses out of 140006 with flag 5526090/2546000
787.89/783.01	c cleaning 71001 clauses out of 142007 with flag 5678872/2618000
811.80/806.97	c cleaning 72003 clauses out of 144007 with flag 5845576/2691001
834.20/829.31	c cleaning 72998 clauses out of 146006 with flag 6016758/2765003
856.53/851.61	c cleaning 74002 clauses out of 148005 with flag 6173454/2840000
878.73/873.83	c cleaning 74997 clauses out of 150005 with flag 6331276/2916002
901.73/896.87	c cleaning 76001 clauses out of 152007 with flag 6498037/2993001
926.43/921.55	c cleaning 76995 clauses out of 154006 with flag 6671240/3071001
953.83/948.99	c cleaning 78003 clauses out of 156010 with flag 6852584/3150000
982.63/977.73	c cleaning 79005 clauses out of 158011 with flag 7043710/3230004
1012.93/1008.02	c cleaning 80002 clauses out of 160003 with flag 7238944/3311001
1045.65/1040.79	c cleaning 80996 clauses out of 162000 with flag 7437688/3393000
1074.64/1069.75	c cleaning 81997 clauses out of 164005 with flag 7615605/3476001
1107.05/1102.18	c cleaning 83005 clauses out of 166010 with flag 7803366/3560003
1141.05/1136.16	c cleaning 84000 clauses out of 168002 with flag 8005198/3645000
1181.56/1176.63	c cleaning 84998 clauses out of 170002 with flag 8205851/3731000
1224.76/1219.87	c cleaning 85999 clauses out of 172004 with flag 8422220/3818000
1270.67/1265.72	c cleaning 87001 clauses out of 174005 with flag 8633987/3906000
1320.27/1315.31	c cleaning 87998 clauses out of 176004 with flag 8851014/3995000
1349.45/1344.11	c cleaning 88997 clauses out of 178006 with flag 9038764/4085000
1382.85/1377.58	c cleaning 89998 clauses out of 180009 with flag 9232891/4176000
1408.65/1403.36	c cleaning 91001 clauses out of 182011 with flag 9422415/4268000
1442.47/1437.11	c cleaning 92003 clauses out of 184010 with flag 9616538/4361000
1474.67/1469.38	c cleaning 93000 clauses out of 186008 with flag 9809450/4455001
1508.77/1503.47	c cleaning 93999 clauses out of 188008 with flag 10010031/4550001
1535.67/1530.30	c cleaning 95003 clauses out of 190009 with flag 10212613/4646001
1569.88/1564.54	c cleaning 95996 clauses out of 192004 with flag 10419216/4743000
1603.58/1598.25	c cleaning 97002 clauses out of 194009 with flag 10625012/4841001
1633.88/1628.51	c cleaning 98002 clauses out of 196006 with flag 10834910/4940000
1669.79/1664.45	c cleaning 98998 clauses out of 198005 with flag 11063429/5040001
1710.79/1705.47	c cleaning 100002 clauses out of 200007 with flag 11293313/5141001
1758.00/1752.70	c cleaning 101000 clauses out of 202004 with flag 11555867/5243000
1800.08/1794.30	c starts		: 13562
1800.08/1794.30	c conflicts		: 5340679
1800.08/1794.30	c decisions		: 14402661
1800.08/1794.30	c propagations		: 338473035
1800.08/1794.30	c inspects		: 18032433778
1800.08/1794.30	c shortcuts		: 0
1800.08/1794.30	c learnt literals	: 1
1800.08/1794.30	c learnt binary clauses	: 301
1800.08/1794.30	c learnt ternary clauses	: 156
1800.08/1794.30	c learnt constraints	: 5340678
1800.08/1794.30	c ignored constraints	: 0
1800.08/1794.30	c root simplifications	: 0
1800.08/1794.30	c removed literals (reason simplification)	: 0
1800.08/1794.30	c reason swapping (by a shorter reason)	: 0
1800.08/1794.30	c Calls to reduceDB	: 98
1800.08/1794.30	c Number of update (reduction) of LBD	: 28138
1800.08/1794.30	c Imported unit clauses	: 0
1800.08/1794.30	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.30	c number of learned constraints concerned by reduction	: 0
1800.08/1794.30	c number of learning phase by resolution	: 0
1800.08/1794.30	c number of learning phase by cutting planes	: 0
1800.08/1794.30	c speed (assignments/second)	: 189508.96865882477
1800.08/1794.30	c non guided choices	7518312
1800.08/1794.30	c timeout
1800.08/1794.33	c learnt constraints type 
1800.08/1794.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 301
1800.08/1794.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 198382
1800.08/1794.33	s UNKNOWN
1800.08/1794.33	c Total wall clock time (in seconds): 1794.21

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-4085180-1465222060/watcher-4085180-1465222060 -o /tmp/evaluation-result-4085180-1465222060/solver-4085180-1465222060 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085180-1465222060.opb 

pid=9407
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

[startup+0 s]
/proc/loadavg: 2.21 2.25 2.19 3/194 9410
/proc/meminfo: memFree=30288384/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/9410/stat : 9410 (runsolver) R 9407 9017 9017 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 1 0 104138064 24911872 52 33554432000 4194304 4338465 140736716327920 140736716325456 248790019149 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/9410/statm: 6082 52 6 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100112 s]
/proc/loadavg: 2.21 2.25 2.19 3/194 9410
/proc/meminfo: memFree=30288384/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 4380 0 1 0 8 1 0 0 20 0 18 0 104138064 9787879424 5496 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 5496 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.21 2.25 2.19 3/194 9410
/proc/meminfo: memFree=30288384/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 4895 0 1 0 24 1 0 0 20 0 18 0 104138064 9787879424 12527 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 12527 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.21 2.25 2.19 3/194 9410
/proc/meminfo: memFree=30288384/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 7341 0 1 0 47 2 0 0 20 0 18 0 104138064 9787879424 15579 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 15579 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 2.21 2.25 2.19 3/194 9410
/proc/meminfo: memFree=30288384/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 11035 0 1 0 127 8 0 0 20 0 18 0 104138064 9787879424 53333 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 53333 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.21 2.25 2.19 3/212 9428
/proc/meminfo: memFree=30031084/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=2.64 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 11848 0 1 0 245 19 0 0 20 0 18 0 104138064 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 112255 2263 9 0 2380296 0
[pid=9410/tid=9412] ppid=9407 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 2518 0 1 0 119 5 0 0 20 0 18 0 104138066 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587484646472 140587315904689 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 53 0 0 0 7 1 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 228 0 0 0 11 2 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 96 0 0 0 7 1 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 58 0 0 0 8 1 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 48 0 0 0 4 1 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 166 0 0 0 8 2 0 0 20 0 18 0 104138067 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 104138068 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 3397 0 0 0 25 0 0 0 20 0 18 0 104138071 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3750 0 0 0 27 1 0 0 20 0 18 0 104138071 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 112255 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 2.21 2.25 2.19 3/212 9428
/proc/meminfo: memFree=29763496/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=5.17 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 14721 0 1 0 472 45 0 0 20 0 18 0 104138064 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 333093 2269 9 0 2380296 0
[pid=9410/tid=9412] ppid=9407 vsize=9558476 CPUtime=2.46 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 3500 0 1 0 231 15 0 0 20 0 18 0 104138066 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587484646568 140587492412513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 123 0 0 0 17 3 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 505 0 0 0 22 4 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 424 0 0 0 17 3 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 122 0 0 0 19 4 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 140 0 0 0 21 4 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 89 0 0 0 16 3 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 139 0 0 0 26 4 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 256 0 0 0 33 5 0 0 20 0 18 0 104138067 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 1023 0 0 0 0 0 0 0 20 0 18 0 104138068 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 3397 0 0 0 25 0 0 0 20 0 18 0 104138071 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3750 0 0 0 27 1 0 0 20 0 18 0 104138071 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 333093 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.83 2.37 2.23 4/212 9428
/proc/meminfo: memFree=27474036/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9558476 CPUtime=8.94 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 17807 0 1 0 824 70 0 0 20 0 18 0 104138064 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2389619 704189 2275 9 0 2380296 0
[pid=9410/tid=9412] ppid=9407 vsize=9558476 CPUtime=5.55 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 4218 0 1 0 519 36 0 0 20 0 18 0 104138066 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587484639200 140587316044524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 146 0 0 0 20 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 514 0 0 0 29 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 430 0 0 0 22 3 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 146 0 0 0 25 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 128 0 0 0 21 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 145 0 0 0 29 4 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 259 0 0 0 36 6 0 0 20 0 18 0 104138067 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 104138068 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104138069 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 5421 0 0 0 45 0 0 0 20 0 18 0 104138071 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3760 0 0 0 37 1 0 0 20 0 18 0 104138071 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104138071 9787879424 704189 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.76 2.37 2.23 3/213 9429
/proc/meminfo: memFree=27359044/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9625040 CPUtime=16.43 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 18190 0 1 0 1558 85 0 0 20 0 19 0 104138064 9856040960 732991 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2406260 732991 2286 9 0 2396937 0

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

[pid=9410/tid=9429] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9429/stat : 9429 (java) S 9407 9410 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104138890 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140586292077992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.25 2.20 3/213 9539
/proc/meminfo: memFree=26900736/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9625040 CPUtime=1787.7 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 34550 0 1 0 178643 127 0 0 20 0 19 0 104138064 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2406260 813785 2294 9 0 2396937 0
[pid=9410/tid=9412] ppid=9407 vsize=9625040 CPUtime=1773.69 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 4243 0 1 0 177306 63 0 0 20 0 19 0 104138066 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587484638992 140587316408957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 1316 0 0 0 46 7 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 1099 0 0 0 59 11 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 783 0 0 0 42 8 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 1196 0 0 0 50 7 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 653 0 0 0 46 8 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 868 0 0 0 56 9 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 1134 0 0 0 53 8 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 691 0 0 0 67 11 0 0 20 0 19 0 104138067 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9625040 CPUtime=2.71 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 11815 0 0 0 268 3 0 0 20 0 19 0 104138068 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 5498 0 0 0 81 0 0 0 20 0 19 0 104138071 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3892 0 0 0 80 2 0 0 20 0 19 0 104138071 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 103 0 0 0 23 23 0 0 20 0 19 0 104138071 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9429] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9429/stat : 9429 (java) S 9407 9410 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104138890 9856040960 813785 33554432000 1073741824 1073778376 140736113272688 140586292077992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/213 9539
/proc/meminfo: memFree=26811440/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 34956 0 1 0 179878 130 0 0 20 0 19 0 104138064 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2406260 836144 2294 9 0 2396937 0
[pid=9410/tid=9412] ppid=9407 vsize=9625040 CPUtime=1784.56 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 4244 0 1 0 178392 64 0 0 20 0 19 0 104138066 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587484646720 140587316107495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 1320 0 0 0 55 7 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 1104 0 0 0 65 11 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 787 0 0 0 49 8 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 1263 0 0 0 54 7 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 661 0 0 0 53 8 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 907 0 0 0 62 9 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 1166 0 0 0 58 9 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 695 0 0 0 70 11 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 12057 0 0 0 364 4 0 0 20 0 19 0 104138068 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 5498 0 0 0 81 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3892 0 0 0 80 2 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 103 0 0 0 23 23 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9429] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9429/stat : 9429 (java) S 9407 9410 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104138890 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140586292077992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1794.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/213 9539
/proc/meminfo: memFree=26811440/32872528 swapFree=17452/1581112
[pid=9410] ppid=9407 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9410/stat : 9410 (java) S 9407 9410 9017 0 -1 4202496 34956 0 1 0 179878 130 0 0 20 0 19 0 104138064 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140736113263824 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9410/statm: 2406260 836144 2294 9 0 2396937 0
[pid=9410/tid=9412] ppid=9407 vsize=9625040 CPUtime=1784.56 cores=0,2,4,6
/proc/9410/task/9412/stat : 9412 (java) R 9407 9410 9017 0 -1 4202560 4244 0 1 0 178392 64 0 0 20 0 19 0 104138066 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587484646720 140587316107495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9413] ppid=9407 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9410/task/9413/stat : 9413 (java) S 9407 9410 9017 0 -1 4202560 1320 0 0 0 55 7 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587446139688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9414] ppid=9407 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/9410/task/9414/stat : 9414 (java) S 9407 9410 9017 0 -1 4202560 1104 0 0 0 65 11 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587445086888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9415] ppid=9407 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9410/task/9415/stat : 9415 (java) S 9407 9410 9017 0 -1 4202560 787 0 0 0 49 8 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587444034600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9416] ppid=9407 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9410/task/9416/stat : 9416 (java) S 9407 9410 9017 0 -1 4202560 1263 0 0 0 54 7 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587442981800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9417] ppid=9407 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9410/task/9417/stat : 9417 (java) S 9407 9410 9017 0 -1 4202560 661 0 0 0 53 8 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587441928488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9418] ppid=9407 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/9410/task/9418/stat : 9418 (java) S 9407 9410 9017 0 -1 4202560 907 0 0 0 62 9 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587440875688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9419] ppid=9407 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9410/task/9419/stat : 9419 (java) S 9407 9410 9017 0 -1 4202560 1166 0 0 0 58 9 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587439823400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9420] ppid=9407 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9410/task/9420/stat : 9420 (java) S 9407 9410 9017 0 -1 4202560 695 0 0 0 70 11 0 0 20 0 19 0 104138067 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587438770600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9421] ppid=9407 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/9410/task/9421/stat : 9421 (java) S 9407 9410 9017 0 -1 4202560 12057 0 0 0 364 4 0 0 20 0 19 0 104138068 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587308120808 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9422] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9422/stat : 9422 (java) S 9407 9410 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587307066872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9423] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9423/stat : 9423 (java) S 9407 9410 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104138069 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587306014472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9424] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9424/stat : 9424 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587304962960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9425] ppid=9407 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9410/task/9425/stat : 9425 (java) S 9407 9410 9017 0 -1 4202560 5498 0 0 0 81 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587303909560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9410/tid=9426] ppid=9407 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9410/task/9426/stat : 9426 (java) S 9407 9410 9017 0 -1 4202560 3892 0 0 0 80 2 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587302856760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9410/tid=9427] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9427/stat : 9427 (java) S 9407 9410 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587301804664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9410/tid=9428] ppid=9407 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9410/task/9428/stat : 9428 (java) S 9407 9410 9017 0 -1 4202560 103 0 0 0 23 23 0 0 20 0 19 0 104138071 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140587300752072 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9410/tid=9429] ppid=9407 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9410/task/9429/stat : 9429 (java) S 9407 9410 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104138890 9856040960 836144 33554432000 1073741824 1073778376 140736113272688 140586292077992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.35
CPU time (s): 1800.08
CPU user time (s): 1798.78
CPU system time (s): 1.3
CPU usage (%): 100.319
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.78073
maximum resident set size= 3344712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34993
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38876
involuntary context switches= 5186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.82051 second user time and 13.7339 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 16:07:41
IDJOB=4085180
IDBENCH=1845
IDSOLVER=2546
FILE ID=node139/4085180-1465222060
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085180-1465222060/watcher-4085180-1465222060 -o /tmp/evaluation-result-4085180-1465222060/solver-4085180-1465222060 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085180-1465222060.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1928294090

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30288424 kB
Buffers:           11128 kB
Cached:           116388 kB
SwapCached:         1464 kB
Active:           257040 kB
Inactive:          41476 kB
Active(anon):     171520 kB
Inactive(anon):     2172 kB
Active(file):      85520 kB
Inactive(file):    39304 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:             37524 kB
Writeback:             0 kB
AnonPages:       1751340 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             568888 kB
SReclaimable:      12608 kB
SUnreclaim:       556280 kB
KernelStack:        1584 kB
PageTables:         7796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1705984 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 node139 at 2016-06-06 16:37:36