Trace number 4100346

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 896.189

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
MD5SUM55e4261919fe5e3e5c6520778d47a3ef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables142226
Total number of constraints20881
Number of constraints which are clauses2438
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18443
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 780
Biggest coefficient in the objective function 261957
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524680
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261957
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524680
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100346-1466208871.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
4.83/2.52	c ... done. Wall clock time 2.409s.
4.83/2.52	c declared #vars     142226
4.83/2.52	c #constraints  20882
4.83/2.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.83/2.52	c constraints type 
4.83/2.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2438
4.83/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18444
4.83/2.52	c 20882 constraints processed.
4.83/2.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.83/2.52	c constraints type 
4.83/2.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2438
4.83/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18444
4.83/2.52	c 20882 constraints processed.
4.83/2.52	c objective function length is 780 literals
7.69/3.40	c cleaning 2491 clauses out of 5001 with flag 12485/5001
9.69/4.04	c cleaning 4247 clauses out of 8512 with flag 29160/11003
11.34/4.83	c cleaning 5628 clauses out of 11262 with flag 48543/18000
13.23/5.72	c cleaning 6813 clauses out of 13635 with flag 70178/26001
15.47/6.85	c cleaning 7906 clauses out of 15821 with flag 93878/35000
17.11/7.69	c cleaning 8953 clauses out of 17916 with flag 116310/45001
19.11/8.66	c cleaning 9973 clauses out of 19963 with flag 142712/56001
20.93/9.52	c cleaning 10982 clauses out of 21989 with flag 167988/68000
23.13/10.61	c cleaning 11997 clauses out of 24009 with flag 200685/81002
25.33/11.79	c cleaning 13003 clauses out of 26010 with flag 234515/95000
27.16/12.65	c cleaning 0 clauses out of 5000 with flag 0/5000
28.42/13.17	c cleaning 13989 clauses out of 28010 with flag 270772/110003
32.99/15.31	c cleaning 15003 clauses out of 30018 with flag 308874/126000
37.39/17.57	c cleaning 16000 clauses out of 32015 with flag 343576/143000
42.03/19.87	c cleaning 17000 clauses out of 34015 with flag 381064/161000
47.02/22.37	c cleaning 18000 clauses out of 36016 with flag 420363/180001
53.05/25.36	c cleaning 18999 clauses out of 38015 with flag 461895/200000
58.44/28.06	c cleaning 20005 clauses out of 40017 with flag 509894/221001
62.07/29.83	c cleaning 21003 clauses out of 42012 with flag 558727/243001
68.88/33.21	c cleaning 22002 clauses out of 44008 with flag 614719/266000
76.50/37.08	c cleaning 22998 clauses out of 46006 with flag 676812/290000
82.55/39.97	c cleaning 0 clauses out of 11000 with flag 0/11000
85.37/41.30	c cleaning 24006 clauses out of 48013 with flag 742026/315005
99.49/48.31	c cleaning 24995 clauses out of 50002 with flag 809220/341000
110.11/53.67	c cleaning 25995 clauses out of 52007 with flag 874931/368000
114.73/55.98	c cleaning 26996 clauses out of 54014 with flag 938275/396002
120.55/58.83	c cleaning 28007 clauses out of 56020 with flag 1000963/425004
125.38/61.30	c cleaning 28990 clauses out of 58009 with flag 1066027/455000
131.43/64.24	c cleaning 30008 clauses out of 60020 with flag 1139053/486001
136.86/66.95	c cleaning 30995 clauses out of 62011 with flag 1209318/518000
143.09/70.01	c cleaning 31994 clauses out of 64016 with flag 1285032/551000
148.33/72.61	c cleaning 33005 clauses out of 66025 with flag 1358991/585003
160.97/78.98	c cleaning 33999 clauses out of 68017 with flag 1434365/620000
175.05/85.94	c cleaning 35002 clauses out of 70019 with flag 1511488/656001
189.67/93.24	c cleaning 35996 clauses out of 72016 with flag 1590222/693000
197.71/97.24	c cleaning 0 clauses out of 18000 with flag 0/18000
207.16/101.90	c cleaning 37003 clauses out of 74020 with flag 1670534/731000
225.65/111.20	c cleaning 38002 clauses out of 76017 with flag 1752957/770000
247.98/122.24	c cleaning 38999 clauses out of 78016 with flag 1837721/810001
270.22/133.36	c cleaning 40001 clauses out of 80018 with flag 1923924/851002
296.44/146.65	c cleaning 41002 clauses out of 82018 with flag 2012184/893003
324.52/160.69	c cleaning 42001 clauses out of 84013 with flag 2101467/936000
351.19/173.97	c cleaning 42994 clauses out of 86012 with flag 2193638/980000
383.50/190.07	c cleaning 44006 clauses out of 88021 with flag 2286479/1025003
391.94/194.28	c cleaning 0 clauses out of 26000 with flag 0/26000
413.42/204.98	c cleaning 44997 clauses out of 90013 with flag 2382038/1071001
426.11/211.25	c cleaning 45991 clauses out of 92015 with flag 2481570/1118000
433.96/215.15	c cleaning 47004 clauses out of 94024 with flag 2589070/1166000
443.81/220.10	c cleaning 48001 clauses out of 96020 with flag 2698447/1215000
453.04/224.62	c cleaning 49005 clauses out of 98020 with flag 2809573/1265001
471.53/233.84	c cleaning 50000 clauses out of 100014 with flag 2919066/1316000
485.04/240.53	c cleaning 50996 clauses out of 102014 with flag 3032399/1368000
496.12/246.03	c cleaning 52004 clauses out of 104018 with flag 3154952/1421000
526.59/261.25	c cleaning 52990 clauses out of 106017 with flag 3335903/1475003
568.36/282.34	c cleaning 53997 clauses out of 108025 with flag 3527096/1530001
600.65/298.44	c cleaning 55000 clauses out of 110029 with flag 3707681/1586002
613.57/304.89	c cleaning 56007 clauses out of 112027 with flag 3831549/1643000
623.80/309.94	c cleaning 57013 clauses out of 114029 with flag 3965828/1701009
635.46/315.75	c cleaning 57984 clauses out of 116007 with flag 4108521/1760000
653.13/324.53	c cleaning 59001 clauses out of 118024 with flag 4237857/1820001
689.85/342.83	c cleaning 60007 clauses out of 120022 with flag 4359855/1881000
690.05/342.90	c cleaning 0 clauses out of 35001 with flag 0/35001
721.60/358.68	c cleaning 61000 clauses out of 122018 with flag 4483861/1943003
777.59/386.56	c cleaning 62004 clauses out of 124015 with flag 4609871/2006000
828.04/411.65	c cleaning 63001 clauses out of 126013 with flag 4737875/2070002
885.09/440.05	c cleaning 63998 clauses out of 128010 with flag 4867873/2135000
944.33/469.58	c cleaning 65003 clauses out of 130013 with flag 4999903/2201001
998.34/496.77	c cleaning 65999 clauses out of 132009 with flag 5133908/2268000
1072.65/533.75	c cleaning 66998 clauses out of 134010 with flag 5269924/2336000
1126.27/560.42	c cleaning 0 clauses out of 45002 with flag 0/45002
1169.25/581.87	c cleaning 67999 clauses out of 136014 with flag 5408587/2405002
1188.95/591.67	c cleaning 69001 clauses out of 138014 with flag 5553597/2475001
1242.00/618.08	c cleaning 70004 clauses out of 140012 with flag 5696224/2546000
1307.70/650.78	c cleaning 71004 clauses out of 142009 with flag 5840263/2618001
1390.46/691.90	c cleaning 72004 clauses out of 144007 with flag 5986273/2691003
1466.43/729.75	c cleaning 72995 clauses out of 146000 with flag 6134579/2765000
1550.58/771.62	c cleaning 74001 clauses out of 148011 with flag 6284594/2840006
1573.68/783.17	c cleaning 75000 clauses out of 150004 with flag 6447375/2916000
1594.28/793.35	c cleaning 75990 clauses out of 152004 with flag 6627116/2993000
1646.78/819.99	c cleaning 76998 clauses out of 154014 with flag 6784134/3071000
1695.28/844.03	c cleaning 77985 clauses out of 156016 with flag 6946518/3150000
1695.68/844.25	c cleaning 0 clauses out of 56000 with flag 0/56000
1709.75/851.25	c cleaning 79008 clauses out of 158031 with flag 7124248/3230000
1737.35/864.97	c cleaning 80010 clauses out of 160025 with flag 7296247/3311002
1777.54/884.94	c cleaning 80998 clauses out of 162014 with flag 7469279/3393001
1800.02/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.10	c starts		: 2314
1800.02/896.10	c conflicts		: 3438897
1800.02/896.10	c decisions		: 5219265
1800.02/896.10	c propagations		: 55824840
1800.02/896.10	c inspects		: 11962909556
1800.02/896.10	c shortcuts		: 0
1800.02/896.10	c learnt literals	: 0
1800.02/896.10	c learnt binary clauses	: 0
1800.02/896.10	c learnt ternary clauses	: 69
1800.02/896.10	c learnt constraints	: 3438898
1800.02/896.10	c ignored constraints	: 0
1800.02/896.10	c root simplifications	: 0
1800.02/896.10	c removed literals (reason simplification)	: 17593754
1800.02/896.10	c reason swapping (by a shorter reason)	: 0
1800.02/896.10	c Calls to reduceDB	: 78
1800.02/896.10	c Number of update (reduction) of LBD	: 150661
1800.02/896.10	c Imported unit clauses	: 0
1800.02/896.10	c number of reductions to clauses (during analyze)	: 0
1800.02/896.10	c number of learned constraints concerned by reduction	: 0
1800.02/896.10	c number of learning phase by resolution	: 0
1800.02/896.10	c number of learning phase by cutting planes	: 0
1800.02/896.10	c speed (assignments/second)	: 62476.03912527699
1800.02/896.10	c non guided choices	1171681
1800.02/896.13	c learnt constraints type 
1800.02/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126913
1800.02/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.13	c starts		: 76
1800.02/896.13	c conflicts		: 57562
1800.02/896.13	c decisions		: 63949
1800.02/896.13	c propagations		: 406572
1800.02/896.13	c inspects		: 1204782373
1800.02/896.13	c shortcuts		: 0
1800.02/896.13	c learnt literals	: 0
1800.02/896.13	c learnt binary clauses	: 0
1800.02/896.13	c learnt ternary clauses	: 0
1800.02/896.13	c learnt constraints	: 57561
1800.02/896.13	c ignored constraints	: 0
1800.02/896.13	c root simplifications	: 0
1800.02/896.13	c removed literals (reason simplification)	: 0
1800.02/896.13	c reason swapping (by a shorter reason)	: 0
1800.02/896.13	c Calls to reduceDB	: 7
1800.02/896.13	c Number of update (reduction) of LBD	: 0
1800.02/896.13	c Imported unit clauses	: 0
1800.02/896.13	c number of reductions to clauses (during analyze)	: 0
1800.02/896.13	c number of learned constraints concerned by reduction	: 0
1800.02/896.13	c number of learning phase by resolution	: 0
1800.02/896.13	c number of learning phase by cutting planes	: 0
1800.02/896.13	c speed (assignments/second)	: 454.9988976763914
1800.02/896.13	c non guided choices	484
1800.02/896.16	c learnt constraints type 
1800.02/896.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 16356
1800.02/896.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41205
1800.02/896.16	s UNKNOWN
1800.02/896.16	c Total wall clock time (in seconds): 896.053

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-4100346-1466208871/watcher-4100346-1466208871 -o /tmp/evaluation-result-4100346-1466208871/solver-4100346-1466208871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100346-1466208871.opb 

pid=2839
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.19 4.16 3.95 4/197 2842
/proc/meminfo: memFree=30199680/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 22936034 98570240 977 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 24065 977 743 9 0 16771 0
[pid=2842/tid=2843] ppid=2839 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22936035 98570240 977 33554432000 1073741824 1073778376 140734626269344 140634967416360 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.19 4.16 3.95 4/197 2842
/proc/meminfo: memFree=30199680/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 4468 0 1 0 10 0 0 0 20 0 18 0 22936034 9787879424 6101 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2389619 6101 2156 9 0 2380296 0
[pid=2842/tid=2843] ppid=2839 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 22936035 9787879424 6105 33554432000 1073741824 1073778376 140734626269344 140634967420632 140634970203024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200303 s]
/proc/loadavg: 4.19 4.16 3.95 4/197 2842
/proc/meminfo: memFree=30199680/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 4974 0 1 0 29 1 0 0 20 0 18 0 22936034 9787879424 8933 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2389619 8933 2217 9 0 2380296 0
[pid=2842/tid=2843] ppid=2839 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 2420 0 1 0 17 0 0 0 20 0 18 0 22936035 9787879424 8933 33554432000 1073741824 1073778376 140734626269344 140634967420632 213196520504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 4.19 4.16 3.95 4/197 2842
/proc/meminfo: memFree=30199680/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 6201 0 1 0 56 1 0 0 20 0 18 0 22936034 9787879424 13090 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2389619 13090 2235 9 0 2380296 0
[pid=2842/tid=2843] ppid=2839 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 2429 0 1 0 27 0 0 0 20 0 18 0 22936035 9787879424 13090 33554432000 1073741824 1073778376 140734626269344 140634967420632 140634829018733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 4.19 4.16 3.95 4/197 2842
/proc/meminfo: memFree=30199680/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9558476 CPUtime=1.67 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 16921 0 1 0 156 11 0 0 20 0 18 0 22936034 9787879424 55386 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2389619 55386 2262 9 0 2380296 0
[pid=2842/tid=2843] ppid=2839 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 2483 0 1 0 58 3 0 0 20 0 18 0 22936035 9787879424 55386 33554432000 1073741824 1073778376 140734626269344 140634967419384 140634829042586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.26 4.18 3.95 6/215 2860
/proc/meminfo: memFree=29834516/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9558476 CPUtime=3.41 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 31741 0 1 0 320 21 0 0 20 0 18 0 22936034 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2389619 101240 2270 9 0 2380296 0
[pid=2842/tid=2843] ppid=2839 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) R 2839 2842 1299 0 -1 4202560 2538 0 1 0 129 5 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634967412672 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2842/task/2845/stat : 2845 (java) S 2839 2842 1299 0 -1 4202560 75 0 0 0 2 1 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634956483368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2846] ppid=2839 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2842/task/2846/stat : 2846 (java) S 2839 2842 1299 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634955430568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2847] ppid=2839 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 122 0 0 0 1 1 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 135 0 0 0 5 3 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 117 0 0 0 4 3 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 22936035 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22936036 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 22936037 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22936037 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22936039 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9558476 CPUtime=0.72 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) S 2839 2842 1299 0 -1 4202560 14946 0 0 0 70 2 0 0 20 0 18 0 22936039 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634787309752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9558476 CPUtime=0.84 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 12379 0 0 0 82 2 0 0 20 0 18 0 22936039 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22936039 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2860/stat : 2860 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22936039 9787879424 101240 33554432000 1073741824 1073778376 140734626269344 140634784152264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 4.26 4.18 3.95 11/215 2860
/proc/meminfo: memFree=29578020/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9824732 CPUtime=6.87 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 33874 0 1 0 653 34 0 0 20 0 22 0 22936034 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2456183 168285 2281 9 0 2446860 0
[pid=2842/tid=2843] ppid=2839 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) S 2839 2842 1299 0 -1 4202560 2550 0 1 0 217 5 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634967421816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2842/task/2845/stat : 2845 (java) S 2839 2842 1299 0 -1 4202560 100 0 0 0 7 2 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634956483368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2846] ppid=2839 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2842/task/2846/stat : 2846 (java) S 2839 2842 1299 0 -1 4202560 68 0 0 0 6 3 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634955430568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2847] ppid=2839 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 165 0 0 0 9 4 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 139 0 0 0 9 3 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 77 0 0 0 10 3 0 0 20 0 22 0 22936035 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22936036 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) R 2839 2842 1299 0 -1 4202560 14969 0 0 0 119 2 0 0 20 0 22 0 22936039 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634787309752 140634971538872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 13754 0 0 0 122 2 0 0 20 0 22 0 22936039 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2860/stat : 2860 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 168285 33554432000 1073741824 1073778376 140734626269344 140634784152264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.26 4.18 3.95 5/219 2864
/proc/meminfo: memFree=28472260/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9824732 CPUtime=14.47 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 43891 0 1 0 1393 54 0 0 20 0 22 0 22936034 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2456183 333576 2288 9 0 2446860 0
[pid=2842/tid=2843] ppid=2839 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) S 2839 2842 1299 0 -1 4202560 2550 0 1 0 217 5 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634967421816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/2842/task/2845/stat : 2845 (java) S 2839 2842 1299 0 -1 4202560 154 0 0 0 13 4 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634956483368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2846] ppid=2839 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2842/task/2846/stat : 2846 (java) S 2839 2842 1299 0 -1 4202560 129 0 0 0 14 4 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634955430568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2847] ppid=2839 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 201 0 0 0 19 5 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 117 0 0 0 16 4 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 219 0 0 0 17 4 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 196 0 0 0 20 6 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 110 0 0 0 18 5 0 0 20 0 22 0 22936035 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 992 0 0 0 0 0 0 0 20 0 22 0 22936036 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) S 2839 2842 1299 0 -1 4202560 17762 0 0 0 161 3 0 0 20 0 22 0 22936039 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634787309752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 19059 0 0 0 169 3 0 0 20 0 22 0 22936039 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 333576 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 593 0 0 0 258 12 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 436 0 0 0 240 10 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 431 0 0 0 256 11 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 716 0 0 0 257 11 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 555 0 0 0 254 13 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 459 0 0 0 251 12 0 0 20 0 22 0 22936035 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 19346 0 0 0 257 25 0 0 20 0 22 0 22936036 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) S 2839 2842 1299 0 -1 4202560 17776 0 0 0 194 3 0 0 20 0 22 0 22936039 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634787309752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 19100 0 0 0 214 3 0 0 20 0 22 0 22936039 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/2842/task/2860/stat : 2860 (java) S 2839 2842 1299 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 22936039 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634784152264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2861] ppid=2839 vsize=9824732 CPUtime=868.79 cores=1,3,5,7
/proc/2842/task/2861/stat : 2861 (java) R 2839 2842 1299 0 -1 4202560 154 0 0 0 86864 15 0 0 20 0 22 0 22936286 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634783096624 140634829448829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2862] ppid=2839 vsize=9824732 CPUtime=868.76 cores=1,3,5,7
/proc/2842/task/2862/stat : 2862 (java) R 2839 2842 1299 0 -1 4202560 5598 0 0 0 86811 65 0 0 20 0 22 0 22936286 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634782042944 140634829054420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2863] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2863/stat : 2863 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634780993192 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2864] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2864/stat : 2864 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 835193 33554432000 1073741824 1073778376 140734626269344 140634779940392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.23 4.18 4.06 5/219 2953
/proc/meminfo: memFree=26461316/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 70006 0 1 0 179801 201 0 0 20 0 22 0 22936034 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2456183 831839 2297 9 0 2446860 0
[pid=2842/tid=2843] ppid=2839 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) S 2839 2842 1299 0 -1 4202560 2558 0 1 0 220 7 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634967421816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/2842/task/2845/stat : 2845 (java) S 2839 2842 1299 0 -1 4202560 460 0 0 0 249 9 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634956483368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2846] ppid=2839 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/2842/task/2846/stat : 2846 (java) S 2839 2842 1299 0 -1 4202560 503 0 0 0 255 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634955430568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2847] ppid=2839 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 593 0 0 0 260 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 436 0 0 0 245 10 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 431 0 0 0 257 11 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 716 0 0 0 258 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 555 0 0 0 257 13 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 459 0 0 0 253 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 19346 0 0 0 257 25 0 0 20 0 22 0 22936036 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) S 2839 2842 1299 0 -1 4202560 17776 0 0 0 194 3 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634787309752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 19100 0 0 0 214 3 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/2842/task/2860/stat : 2860 (java) S 2839 2842 1299 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634784152264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2861] ppid=2839 vsize=9824732 CPUtime=882.49 cores=1,3,5,7
/proc/2842/task/2861/stat : 2861 (java) R 2839 2842 1299 0 -1 4202560 155 0 0 0 88233 16 0 0 20 0 22 0 22936286 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634783095712 140634829050864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2862] ppid=2839 vsize=9824732 CPUtime=882.46 cores=1,3,5,7
/proc/2842/task/2862/stat : 2862 (java) R 2839 2842 1299 0 -1 4202560 5599 0 0 0 88181 65 0 0 20 0 22 0 22936286 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634782043760 140634829448829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2863] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2863/stat : 2863 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634780993192 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2864] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2864/stat : 2864 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634779940392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

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

[startup+896.101 s]
/proc/loadavg: 4.23 4.18 4.06 5/219 2953
/proc/meminfo: memFree=26461316/32872528 swapFree=877056/942464
[pid=2842] ppid=2839 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/2842/stat : 2842 (java) S 2839 2842 1299 0 -1 4202496 70006 0 1 0 179801 201 0 0 20 0 22 0 22936034 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140734626260480 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2842/statm: 2456183 831839 2297 9 0 2446860 0
[pid=2842/tid=2843] ppid=2839 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/2842/task/2843/stat : 2843 (java) S 2839 2842 1299 0 -1 4202560 2558 0 1 0 220 7 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634967421816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/2842/task/2845/stat : 2845 (java) S 2839 2842 1299 0 -1 4202560 460 0 0 0 249 9 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634956483368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2846] ppid=2839 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/2842/task/2846/stat : 2846 (java) S 2839 2842 1299 0 -1 4202560 503 0 0 0 255 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634955430568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2847] ppid=2839 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/2842/task/2847/stat : 2847 (java) S 2839 2842 1299 0 -1 4202560 593 0 0 0 260 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634954378280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2848] ppid=2839 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/2842/task/2848/stat : 2848 (java) S 2839 2842 1299 0 -1 4202560 436 0 0 0 245 10 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634953325480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2849] ppid=2839 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/2842/task/2849/stat : 2849 (java) S 2839 2842 1299 0 -1 4202560 431 0 0 0 257 11 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634952272168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2850] ppid=2839 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/2842/task/2850/stat : 2850 (java) S 2839 2842 1299 0 -1 4202560 716 0 0 0 258 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634951219368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2851] ppid=2839 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/2842/task/2851/stat : 2851 (java) S 2839 2842 1299 0 -1 4202560 555 0 0 0 257 13 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634950167080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2852] ppid=2839 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/2842/task/2852/stat : 2852 (java) S 2839 2842 1299 0 -1 4202560 459 0 0 0 253 12 0 0 20 0 22 0 22936035 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634949114280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2853] ppid=2839 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/2842/task/2853/stat : 2853 (java) S 2839 2842 1299 0 -1 4202560 19346 0 0 0 257 25 0 0 20 0 22 0 22936036 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634791521000 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2854] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2854/stat : 2854 (java) S 2839 2842 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634790467064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2855] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2855/stat : 2855 (java) S 2839 2842 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22936037 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634789414664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2856] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2856/stat : 2856 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634788363152 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2857] ppid=2839 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/2842/task/2857/stat : 2857 (java) S 2839 2842 1299 0 -1 4202560 17776 0 0 0 194 3 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634787309752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2842/tid=2858] ppid=2839 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/2842/task/2858/stat : 2858 (java) S 2839 2842 1299 0 -1 4202560 19100 0 0 0 214 3 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634786256952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2859] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2859/stat : 2859 (java) S 2839 2842 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634785204856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2842/tid=2860] ppid=2839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/2842/task/2860/stat : 2860 (java) S 2839 2842 1299 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 22936039 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634784152264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2861] ppid=2839 vsize=9824732 CPUtime=882.49 cores=1,3,5,7
/proc/2842/task/2861/stat : 2861 (java) R 2839 2842 1299 0 -1 4202560 155 0 0 0 88233 16 0 0 20 0 22 0 22936286 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634783095712 140634829050864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2862] ppid=2839 vsize=9824732 CPUtime=882.46 cores=1,3,5,7
/proc/2842/task/2862/stat : 2862 (java) R 2839 2842 1299 0 -1 4202560 5599 0 0 0 88181 65 0 0 20 0 22 0 22936286 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634782043760 140634829448829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2842/tid=2863] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2863/stat : 2863 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634780993192 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2842/tid=2864] ppid=2839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2842/task/2864/stat : 2864 (java) S 2839 2842 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22936291 10060525568 831839 33554432000 1073741824 1073778376 140734626269344 140634779940392 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.189
CPU time (s): 1800.02
CPU user time (s): 1798.01
CPU system time (s): 2.01
CPU usage (%): 200.853
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.76
system time used= 2.51162
maximum resident set size= 3340772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70044
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28996
involuntary context switches= 45093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87411 second user time and 7.52186 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:14:31
IDJOB=4100346
IDBENCH=1605
IDSOLVER=2543
FILE ID=node113/4100346-1466208871
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100346-1466208871/watcher-4100346-1466208871 -o /tmp/evaluation-result-4100346-1466208871/solver-4100346-1466208871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100346-1466208871.opb

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

MD5SUM BENCH= 55e4261919fe5e3e5c6520778d47a3ef
RANDOM SEED=1577029065

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30199696 kB
Buffers:           39660 kB
Cached:            89260 kB
SwapCached:         1976 kB
Active:           918348 kB
Inactive:          72096 kB
Active(anon):     862440 kB
Inactive(anon):     1496 kB
Active(file):      55908 kB
Inactive(file):    70600 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             12088 kB
Writeback:             4 kB
AnonPages:       1807264 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             568892 kB
SReclaimable:      12260 kB
SUnreclaim:       556632 kB
KernelStack:        1608 kB
PageTables:         7608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2625352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 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= 71692 MiB
End job on node113 at 2016-06-18 02:29:27