Trace number 4089681

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.11 895.764

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x13-hard.opb
MD5SUMea3f868dbee18936d726e9038061d945
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.067988
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables130
Total number of constraints261
Number of constraints which are clauses260
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint130
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 199
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089681-1466015842.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.04s.
0.11/0.14	c declared #vars     130
0.11/0.14	c #constraints  261
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 260
0.11/0.15	c 261 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 260
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.15	c 261 constraints processed.
2.33/0.71	c cleaning 2500 clauses out of 5000 with flag 10692/5000
3.13/0.98	c cleaning 4251 clauses out of 8501 with flag 23488/11001
4.25/1.26	c cleaning 5625 clauses out of 11250 with flag 38516/18001
5.08/1.60	c cleaning 6813 clauses out of 13626 with flag 55535/26002
5.93/2.04	c cleaning 7906 clauses out of 15811 with flag 74817/35000
6.95/2.55	c cleaning 8948 clauses out of 17905 with flag 96176/45000
7.97/3.08	c cleaning 9979 clauses out of 19957 with flag 119655/56000
9.42/3.74	c cleaning 10985 clauses out of 21978 with flag 145320/68000
11.07/4.51	c cleaning 11997 clauses out of 23994 with flag 173037/81001
12.65/5.36	c cleaning 12997 clauses out of 25996 with flag 202861/95000
14.70/6.33	c cleaning 13999 clauses out of 28000 with flag 234741/110001
16.91/7.42	c cleaning 15001 clauses out of 30001 with flag 268904/126001
19.36/8.61	c cleaning 16000 clauses out of 31999 with flag 305193/143000
21.97/9.95	c cleaning 16996 clauses out of 34002 with flag 343622/161003
25.21/11.53	c cleaning 17999 clauses out of 36005 with flag 384219/180002
28.41/13.13	c cleaning 19002 clauses out of 38006 with flag 427022/200002
32.31/15.06	c cleaning 20000 clauses out of 40003 with flag 471842/221001
36.27/17.00	c cleaning 20999 clauses out of 42002 with flag 519044/243000
40.07/18.98	c cleaning 22002 clauses out of 44004 with flag 568175/266001
44.33/21.08	c cleaning 22999 clauses out of 46001 with flag 619369/290000
48.73/23.29	c cleaning 23996 clauses out of 48002 with flag 672648/315000
53.91/25.80	c cleaning 24993 clauses out of 50006 with flag 727893/341000
59.31/28.56	c cleaning 26007 clauses out of 52014 with flag 785210/368001
65.20/31.49	c cleaning 27001 clauses out of 54006 with flag 844591/396000
71.61/34.67	c cleaning 28000 clauses out of 56006 with flag 906064/425001
78.26/37.96	c cleaning 29002 clauses out of 58005 with flag 969695/455000
85.66/41.60	c cleaning 29999 clauses out of 60004 with flag 1036008/486001
93.70/45.61	c cleaning 30999 clauses out of 62004 with flag 1104516/518000
94.30/45.97	c cleaning 0 clauses out of 5001 with flag 0/5001
102.39/49.70	c cleaning 32001 clauses out of 64007 with flag 1174867/551002
110.45/53.73	c cleaning 32997 clauses out of 66004 with flag 1247360/585000
119.06/58.01	c cleaning 33998 clauses out of 68008 with flag 1322018/620001
128.51/62.79	c cleaning 35004 clauses out of 70009 with flag 1398449/656000
138.30/67.64	c cleaning 35997 clauses out of 72005 with flag 1476855/693000
146.90/72.00	c cleaning 36998 clauses out of 74010 with flag 1557319/731002
156.75/76.88	c cleaning 38006 clauses out of 76011 with flag 1639721/770001
167.95/82.40	c cleaning 38999 clauses out of 78004 with flag 1725074/810000
180.00/88.41	c cleaning 39998 clauses out of 80008 with flag 1812364/851003
190.45/93.68	c cleaning 41002 clauses out of 82007 with flag 1901717/893000
204.29/100.54	c cleaning 42002 clauses out of 84005 with flag 1993302/936000
219.34/108.07	c cleaning 42997 clauses out of 86004 with flag 2087075/980001
235.15/115.90	c cleaning 43997 clauses out of 88006 with flag 2182830/1025000
256.45/126.51	c cleaning 44999 clauses out of 90009 with flag 2285215/1071000
276.90/136.74	c cleaning 46000 clauses out of 92010 with flag 2398070/1118000
293.98/145.27	c cleaning 47000 clauses out of 94010 with flag 2518415/1166000
313.02/154.72	c cleaning 47997 clauses out of 96010 with flag 2637748/1215000
332.31/164.33	c cleaning 49003 clauses out of 98013 with flag 2757788/1265000
348.80/172.57	c cleaning 50007 clauses out of 100014 with flag 2885700/1316004
361.69/178.99	c cleaning 50999 clauses out of 102005 with flag 3009213/1368002
375.76/185.93	c cleaning 51998 clauses out of 104004 with flag 3135848/1421000
387.43/191.76	c cleaning 53000 clauses out of 106007 with flag 3261442/1475001
399.91/197.94	c cleaning 53995 clauses out of 108006 with flag 3392054/1530000
415.32/205.76	c cleaning 55003 clauses out of 110011 with flag 3527537/1586000
429.78/212.98	c cleaning 56005 clauses out of 112010 with flag 3665104/1643002
444.90/220.47	c cleaning 56999 clauses out of 114004 with flag 3803848/1701001
462.94/229.41	c cleaning 57995 clauses out of 116004 with flag 3948931/1760000
477.64/236.75	c cleaning 59001 clauses out of 118010 with flag 4091571/1820001
490.87/243.37	c cleaning 59997 clauses out of 120008 with flag 4233145/1881000
513.61/254.68	c cleaning 60999 clauses out of 122011 with flag 4382585/1943000
533.53/264.57	c cleaning 62000 clauses out of 124012 with flag 4533484/2006000
555.25/275.33	c cleaning 63001 clauses out of 126012 with flag 4681112/2070000
580.90/288.20	c cleaning 64004 clauses out of 128012 with flag 4833255/2135001
605.97/300.79	c cleaning 64994 clauses out of 130007 with flag 4986983/2201000
640.13/317.78	c cleaning 66004 clauses out of 132015 with flag 5145274/2268002
659.63/327.41	c cleaning 67004 clauses out of 134011 with flag 5292856/2336002
686.12/340.68	c cleaning 68002 clauses out of 136006 with flag 5444804/2405001
710.84/352.93	c cleaning 68997 clauses out of 138004 with flag 5598555/2475001
734.55/364.75	c cleaning 69992 clauses out of 140007 with flag 5754925/2546001
755.11/374.98	c cleaning 71003 clauses out of 142015 with flag 5908468/2618001
776.40/385.57	c cleaning 72006 clauses out of 144011 with flag 6064640/2691000
798.10/396.34	c cleaning 73001 clauses out of 146006 with flag 6222111/2765001
800.93/397.78	c cleaning 0 clauses out of 11002 with flag 0/11002
828.48/411.46	c cleaning 73995 clauses out of 148006 with flag 6386823/2840002
871.75/433.11	c cleaning 75004 clauses out of 150009 with flag 6553664/2916000
914.71/454.53	c cleaning 75997 clauses out of 152006 with flag 6726128/2993001
950.67/472.47	c cleaning 76996 clauses out of 154009 with flag 6897011/3071001
993.61/493.81	c cleaning 78005 clauses out of 156012 with flag 7073046/3150000
1040.21/517.06	c cleaning 79003 clauses out of 158007 with flag 7251773/3230000
1085.18/539.50	c cleaning 80000 clauses out of 160004 with flag 7430371/3311000
1136.25/564.82	c cleaning 80999 clauses out of 162005 with flag 7613891/3393001
1179.18/586.46	c cleaning 82000 clauses out of 164005 with flag 7796536/3476000
1216.92/605.20	c cleaning 82997 clauses out of 166005 with flag 7978775/3560000
1268.09/630.79	c cleaning 83999 clauses out of 168008 with flag 8166087/3645000
1309.59/651.46	c cleaning 85006 clauses out of 170012 with flag 8355229/3731003
1338.93/666.04	c cleaning 85998 clauses out of 172004 with flag 8540855/3818001
1373.53/683.28	c cleaning 87002 clauses out of 174005 with flag 8727914/3906000
1404.88/698.83	c cleaning 87999 clauses out of 176004 with flag 8917381/3995001
1436.84/714.70	c cleaning 89001 clauses out of 178007 with flag 9108162/4085003
1471.55/732.12	c cleaning 90000 clauses out of 180003 with flag 9301616/4176000
1506.34/749.43	c cleaning 91001 clauses out of 182004 with flag 9497131/4268001
1544.76/768.52	c cleaning 91998 clauses out of 184003 with flag 9695191/4361001
1580.95/786.57	c cleaning 93000 clauses out of 186005 with flag 9895420/4455001
1623.58/807.76	c cleaning 94000 clauses out of 188005 with flag 10097657/4550001
1658.80/825.23	c cleaning 95001 clauses out of 190006 with flag 10302158/4646002
1700.07/845.70	c cleaning 95998 clauses out of 192004 with flag 10508475/4743001
1746.06/868.86	c cleaning 97003 clauses out of 194005 with flag 10716802/4841000
1800.11/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.70	c starts		: 14351
1800.11/895.70	c conflicts		: 4940000
1800.11/895.70	c decisions		: 6034588
1800.11/895.70	c propagations		: 28911500
1800.11/895.70	c inspects		: 13239586996
1800.11/895.70	c shortcuts		: 0
1800.11/895.70	c learnt literals	: 0
1800.11/895.70	c learnt binary clauses	: 0
1800.11/895.70	c learnt ternary clauses	: 0
1800.11/895.70	c learnt constraints	: 4940000
1800.11/895.70	c ignored constraints	: 0
1800.11/895.70	c root simplifications	: 0
1800.11/895.70	c removed literals (reason simplification)	: 82820650
1800.11/895.70	c reason swapping (by a shorter reason)	: 0
1800.11/895.70	c Calls to reduceDB	: 95
1800.11/895.70	c Number of update (reduction) of LBD	: 102396
1800.11/895.70	c Imported unit clauses	: 0
1800.11/895.70	c number of reductions to clauses (during analyze)	: 0
1800.11/895.70	c number of learned constraints concerned by reduction	: 0
1800.11/895.70	c number of learning phase by resolution	: 0
1800.11/895.70	c number of learning phase by cutting planes	: 0
1800.11/895.70	c speed (assignments/second)	: 32283.476876247136
1800.11/895.70	c non guided choices	59
1800.11/895.74	c learnt constraints type 
1800.11/895.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 196002
1800.11/895.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.74	c starts		: 41
1800.11/895.74	c conflicts		: 14989
1800.11/895.74	c decisions		: 22023
1800.11/895.74	c propagations		: 222230
1800.11/895.74	c inspects		: 592471795
1800.11/895.74	c shortcuts		: 0
1800.11/895.74	c learnt literals	: 0
1800.11/895.74	c learnt binary clauses	: 0
1800.11/895.74	c learnt ternary clauses	: 0
1800.11/895.74	c learnt constraints	: 14989
1800.11/895.74	c ignored constraints	: 0
1800.11/895.74	c root simplifications	: 0
1800.11/895.74	c removed literals (reason simplification)	: 0
1800.11/895.74	c reason swapping (by a shorter reason)	: 0
1800.11/895.74	c Calls to reduceDB	: 2
1800.11/895.74	c Number of update (reduction) of LBD	: 0
1800.11/895.74	c Imported unit clauses	: 0
1800.11/895.74	c number of reductions to clauses (during analyze)	: 0
1800.11/895.74	c number of learned constraints concerned by reduction	: 0
1800.11/895.74	c number of learning phase by resolution	: 0
1800.11/895.74	c number of learning phase by cutting planes	: 0
1800.11/895.74	c speed (assignments/second)	: 248.13948424772633
1800.11/895.74	c non guided choices	59
1800.11/895.74	c learnt constraints type 
1800.11/895.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
1800.11/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14839
1800.11/895.74	s UNKNOWN
1800.11/895.74	c Total wall clock time (in seconds): 895.639

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-4089681-1466015842/watcher-4089681-1466015842 -o /tmp/evaluation-result-4089681-1466015842/solver-4089681-1466015842 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089681-1466015842.opb 

pid=8938
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: 4.00 4.00 3.94 4/197 8941
/proc/meminfo: memFree=28903792/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3634660 98570240 978 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 24066 978 744 9 0 16772 0
[pid=8941/tid=8942] ppid=8938 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) R 8938 8941 5767 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 3634660 98582528 985 33554432000 1073741824 1073778376 140734157192928 140492360805928 247064249757 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.00 4.00 3.94 4/197 8941
/proc/meminfo: memFree=28903792/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 4514 0 1 0 10 1 0 0 20 0 18 0 3634660 9787879424 6145 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2389619 6146 2158 9 0 2380296 0
[pid=8941/tid=8942] ppid=8938 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) R 8938 8941 5767 0 -1 4202560 2391 0 1 0 6 2 0 0 20 0 18 0 3634660 9787879424 6146 33554432000 1073741824 1073778376 140734157192928 140492360802376 140492363613579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.00 4.00 3.94 4/197 8941
/proc/meminfo: memFree=28903792/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 6348 0 1 0 31 2 0 0 20 0 22 0 3634660 10060525568 9000 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 9000 2235 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 9000 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300276 s]
/proc/loadavg: 4.00 4.00 3.94 4/197 8941
/proc/meminfo: memFree=28903792/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 7568 0 1 0 71 2 0 0 20 0 22 0 3634660 10060525568 10096 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 10096 2250 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 10096 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700244 s]
/proc/loadavg: 4.00 4.00 3.94 4/197 8941
/proc/meminfo: memFree=28903792/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 18108 0 1 0 229 4 0 0 20 0 22 0 3634660 10060525568 23349 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 23349 2253 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 23349 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.16 4.04 3.95 7/219 8963
/proc/meminfo: memFree=28530336/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 25615 0 1 0 479 7 0 0 20 0 22 0 3634660 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 47662 2278 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492349872552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492348820008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492346714408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492345662376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492344609832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492343556776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3634661 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492342504232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492184971624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492183917944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492182864776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492181813520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 5767 0 -1 4202560 8832 0 0 0 97 1 0 0 20 0 22 0 3634665 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492180761400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 5767 0 -1 4202560 12859 0 0 0 99 2 0 0 20 0 22 0 3634665 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492179708856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492178655992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492177603656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) R 8938 8941 5767 0 -1 4202560 25 0 0 0 130 0 0 0 20 0 22 0 3634675 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492176546552 140492222740960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8961] ppid=8938 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/8941/task/8961/stat : 8961 (java) R 8938 8941 5767 0 -1 4202560 99 0 0 0 130 0 0 0 20 0 22 0 3634675 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492175495464 140492222726674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8962] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8962/stat : 8962 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492174443304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8963] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8963/stat : 8963 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 47662 33554432000 1073741824 1073778376 140734157192928 140492173390760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10879 s]
/proc/loadavg: 4.16 4.04 3.95 5/219 8963
/proc/meminfo: memFree=28503340/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=8.23 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 25876 0 1 0 809 14 0 0 20 0 22 0 3634660 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 86704 2281 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) R 8938 8941 5767 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492349872552 247067620412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) R 8938 8941 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492348820184 140492363282163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) R 8938 8941 5767 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492346714408 140492363282121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) R 8938 8941 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492345662552 140492363282163 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) R 8938 8941 5767 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492344610008 140492363282163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) R 8938 8941 5767 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492343556776 140492363282121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) R 8938 8941 5767 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 3634661 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492342504408 140492363282163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 5767 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492184970504 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492183917944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492182864776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492181813520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 5767 0 -1 4202560 8835 0 0 0 104 1 0 0 20 0 22 0 3634665 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492180761400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 5767 0 -1 4202560 12859 0 0 0 100 3 0 0 20 0 22 0 3634665 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492179708856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492178655992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492177603656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 5767 0 -1 4202560 29 0 0 0 285 0 0 0 20 0 22 0 3634675 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492176546280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8961] ppid=8938 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/8941/task/8961/stat : 8961 (java) S 8938 8941 5767 0 -1 4202560 153 0 0 0 282 2 0 0 20 0 22 0 3634675 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492175494472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8962] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8962/stat : 8962 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492174443304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8963] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8963/stat : 8963 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 86704 33554432000 1073741824 1073778376 140734157192928 140492173390760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.16 4.04 3.95 4/219 8963
/proc/meminfo: memFree=28111952/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=14.7 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 26342 0 1 0 1449 21 0 0 20 0 22 0 3634660 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 154539 2281 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2411 0 1 0 12 2 0 0 20 0 22 0 3634660 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 5767 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492349872552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 5767 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492348820008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 5767 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492346714408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 5767 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492345662376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 5767 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492344609832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 5767 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 3634661 10060525568 154539 33554432000 1073741824 1073778376 140734157192928 140492343556776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 600 0 0 0 243 11 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 5767 0 -1 4202560 523 0 0 0 238 9 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492346714408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 5767 0 -1 4202560 475 0 0 0 247 13 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492345662376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 5767 0 -1 4202560 573 0 0 0 232 12 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492344609832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 5767 0 -1 4202560 404 0 0 0 226 10 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492343556776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 5767 0 -1 4202560 424 0 0 0 243 10 0 0 20 0 22 0 3634661 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492342504232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 5767 0 -1 4202560 2066 0 0 0 201 24 0 0 20 0 22 0 3634662 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492184971624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492183917944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492182864776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492181813520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 5767 0 -1 4202560 13987 0 0 0 156 2 0 0 20 0 22 0 3634665 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492180761400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 5767 0 -1 4202560 12859 0 0 0 103 3 0 0 20 0 22 0 3634665 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492179708856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492178655992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 5767 0 -1 4202560 50 0 0 0 10 22 0 0 20 0 22 0 3634665 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492177603656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9824732 CPUtime=871.59 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) R 8938 8941 5767 0 -1 4202560 213 0 0 0 87142 17 0 0 20 0 22 0 3634675 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492176547232 140492222798716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8961] ppid=8938 vsize=9824732 CPUtime=871.64 cores=1,3,5,7
/proc/8941/task/8961/stat : 8961 (java) R 8938 8941 5767 0 -1 4202560 3572 0 0 0 87103 61 0 0 20 0 22 0 3634675 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492175493904 140492222916341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8962] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8962/stat : 8962 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492174443304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8963] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8963/stat : 8963 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 673425 33554432000 1073741824 1073778376 140734157192928 140492173390760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.2
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.02 4.04 4.00 5/219 9123
/proc/meminfo: memFree=27016748/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 40367 0 1 0 179820 191 0 0 20 0 22 0 3634660 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 667702 2290 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2420 0 1 0 15 3 0 0 20 0 22 0 3634660 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 5767 0 -1 4202560 447 0 0 0 239 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492349872552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 5767 0 -1 4202560 475 0 0 0 260 13 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492348820008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 600 0 0 0 246 11 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 5767 0 -1 4202560 523 0 0 0 242 9 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492346714408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 5767 0 -1 4202560 475 0 0 0 253 13 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492345662376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 5767 0 -1 4202560 573 0 0 0 236 12 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492344609832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 5767 0 -1 4202560 404 0 0 0 229 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492343556776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 5767 0 -1 4202560 424 0 0 0 247 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492342504232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 5767 0 -1 4202560 2068 0 0 0 201 24 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492184971624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492183917944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492182864776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492181813520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 5767 0 -1 4202560 13987 0 0 0 156 2 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492180761400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 5767 0 -1 4202560 12859 0 0 0 103 3 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492179708856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492178655992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 5767 0 -1 4202560 52 0 0 0 11 22 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492177603656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9824732 CPUtime=884.86 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) R 8938 8941 5767 0 -1 4202560 215 0 0 0 88469 17 0 0 20 0 22 0 3634675 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492176547232 140492223478643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8961] ppid=8938 vsize=9824732 CPUtime=884.91 cores=1,3,5,7
/proc/8941/task/8961/stat : 8961 (java) R 8938 8941 5767 0 -1 4202560 3573 0 0 0 88430 61 0 0 20 0 22 0 3634675 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492175493712 140492222915840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8962] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8962/stat : 8962 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492174443304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8963] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8963/stat : 8963 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492173390760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

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

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

[startup+895.701 s]
/proc/loadavg: 4.02 4.04 4.00 5/219 9123
/proc/meminfo: memFree=27016748/32872528 swapFree=248296/248296
[pid=8941] ppid=8938 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 5767 0 -1 4202496 40367 0 1 0 179820 191 0 0 20 0 22 0 3634660 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140734157184064 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2456183 667702 2290 9 0 2446860 0
[pid=8941/tid=8942] ppid=8938 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8941/task/8942/stat : 8942 (java) S 8938 8941 5767 0 -1 4202560 2420 0 1 0 15 3 0 0 20 0 22 0 3634660 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492360811384 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 5767 0 -1 4202560 447 0 0 0 239 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492349872552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 5767 0 -1 4202560 475 0 0 0 260 13 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492348820008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 5767 0 -1 4202560 600 0 0 0 246 11 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492347766952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 5767 0 -1 4202560 523 0 0 0 242 9 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492346714408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 5767 0 -1 4202560 475 0 0 0 253 13 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492345662376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 5767 0 -1 4202560 573 0 0 0 236 12 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492344609832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 5767 0 -1 4202560 404 0 0 0 229 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492343556776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 5767 0 -1 4202560 424 0 0 0 247 10 0 0 20 0 22 0 3634661 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492342504232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 5767 0 -1 4202560 2068 0 0 0 201 24 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492184971624 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492183917944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3634662 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492182864776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492181813520 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 5767 0 -1 4202560 13987 0 0 0 156 2 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492180761400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 5767 0 -1 4202560 12859 0 0 0 103 3 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492179708856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492178655992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 5767 0 -1 4202560 52 0 0 0 11 22 0 0 20 0 22 0 3634665 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492177603656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9824732 CPUtime=884.86 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) R 8938 8941 5767 0 -1 4202560 215 0 0 0 88469 17 0 0 20 0 22 0 3634675 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492176547232 140492223478643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8961] ppid=8938 vsize=9824732 CPUtime=884.91 cores=1,3,5,7
/proc/8941/task/8961/stat : 8961 (java) R 8938 8941 5767 0 -1 4202560 3573 0 0 0 88430 61 0 0 20 0 22 0 3634675 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492175493712 140492222915840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8962] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8962/stat : 8962 (java) S 8938 8941 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492174443304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8963] ppid=8938 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8963/stat : 8963 (java) S 8938 8941 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3634676 10060525568 667702 33554432000 1073741824 1073778376 140734157192928 140492173390760 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.764
CPU time (s): 1800.11
CPU user time (s): 1798.2
CPU system time (s): 1.91
CPU usage (%): 200.958
Max. virtual memory (cumulated for all children) (KiB): 9825260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 2.37264
maximum resident set size= 2894312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40413
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29978
involuntary context switches= 47935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67598 second user time and 6.49201 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:37:22
IDJOB=4089681
IDBENCH=107441
IDSOLVER=2543
FILE ID=node103/4089681-1466015842
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x13-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089681-1466015842/watcher-4089681-1466015842 -o /tmp/evaluation-result-4089681-1466015842/solver-4089681-1466015842 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089681-1466015842.opb

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

MD5SUM BENCH= ea3f868dbee18936d726e9038061d945
RANDOM SEED=330175429

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        28908268 kB
Buffers:          127340 kB
Cached:           343392 kB
SwapCached:            0 kB
Active:          2679696 kB
Inactive:         325496 kB
Active(anon):    2536668 kB
Inactive(anon):        0 kB
Active(file):     143028 kB
Inactive(file):   325496 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1840 kB
Writeback:             0 kB
AnonPages:       2671424 kB
Mapped:            21576 kB
Shmem:               204 kB
Slab:             574512 kB
SReclaimable:      18588 kB
SUnreclaim:       555924 kB
KernelStack:        1808 kB
PageTables:         9368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3445572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2375680 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= 71736 MiB
End job on node103 at 2016-06-15 20:52:18