Trace number 4089674

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.38 898.865

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x23-hard.opb
MD5SUM1a7387ca9aeb62ab619fcd4d89e14fdf
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.05899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables184
Total number of constraints369
Number of constraints which are clauses368
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 constraint184
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 95
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 279
Number of bits of the biggest sum of numbers9
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089674-1466015816.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c declared #vars     184
0.11/0.16	c #constraints  369
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 368
0.11/0.16	c 369 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 368
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 369 constraints processed.
2.28/0.74	c cleaning 2500 clauses out of 5000 with flag 10732/5000
3.44/1.02	c cleaning 4250 clauses out of 8500 with flag 23562/11000
4.26/1.33	c cleaning 5625 clauses out of 11250 with flag 38570/18000
5.16/1.77	c cleaning 6811 clauses out of 13625 with flag 55749/26000
6.24/2.21	c cleaning 7908 clauses out of 15816 with flag 74935/35002
7.25/2.77	c cleaning 8953 clauses out of 17908 with flag 96325/45002
8.70/3.44	c cleaning 9977 clauses out of 19954 with flag 119732/56001
10.33/4.21	c cleaning 10988 clauses out of 21978 with flag 145326/68002
11.93/5.06	c cleaning 11992 clauses out of 23988 with flag 173200/81000
14.01/6.02	c cleaning 12998 clauses out of 25998 with flag 203113/95002
16.00/7.05	c cleaning 13997 clauses out of 28000 with flag 235249/110002
18.66/8.31	c cleaning 15002 clauses out of 30003 with flag 269442/126002
21.26/9.65	c cleaning 15998 clauses out of 32000 with flag 305776/143001
24.33/11.19	c cleaning 17000 clauses out of 34002 with flag 344269/161001
27.52/12.77	c cleaning 18000 clauses out of 36001 with flag 384886/180000
31.12/14.54	c cleaning 19001 clauses out of 38001 with flag 427674/200000
34.98/16.48	c cleaning 19997 clauses out of 40003 with flag 472436/221003
39.38/18.60	c cleaning 21000 clauses out of 42004 with flag 518998/243001
43.83/20.90	c cleaning 22002 clauses out of 44003 with flag 568366/266000
48.83/23.33	c cleaning 23001 clauses out of 46001 with flag 619795/290000
54.83/26.35	c cleaning 23993 clauses out of 48000 with flag 672922/315000
60.90/29.33	c cleaning 25000 clauses out of 50007 with flag 727876/341000
67.29/32.50	c cleaning 25994 clauses out of 52007 with flag 785535/368000
69.69/33.78	c cleaning 0 clauses out of 5000 with flag 0/5000
74.58/35.98	c cleaning 27005 clauses out of 54013 with flag 845368/396000
81.78/39.59	c cleaning 28002 clauses out of 56008 with flag 906930/425000
89.18/43.20	c cleaning 29003 clauses out of 58007 with flag 970622/455001
97.06/47.15	c cleaning 30000 clauses out of 60003 with flag 1036713/486000
105.46/51.34	c cleaning 31000 clauses out of 62003 with flag 1105215/518000
113.93/55.58	c cleaning 32002 clauses out of 64004 with flag 1175918/551001
123.13/60.10	c cleaning 32999 clauses out of 66002 with flag 1248432/585001
133.58/65.31	c cleaning 34001 clauses out of 68002 with flag 1322953/620000
144.38/70.77	c cleaning 34997 clauses out of 70001 with flag 1399352/656000
154.85/75.99	c cleaning 36001 clauses out of 72004 with flag 1478017/693000
164.64/80.86	c cleaning 37002 clauses out of 74004 with flag 1559082/731001
175.43/86.20	c cleaning 37998 clauses out of 76001 with flag 1642369/770000
186.24/91.62	c cleaning 39001 clauses out of 78004 with flag 1727773/810001
197.84/97.50	c cleaning 40000 clauses out of 80002 with flag 1815170/851000
209.51/103.24	c cleaning 40995 clauses out of 82002 with flag 1904403/893000
221.31/109.14	c cleaning 41997 clauses out of 84007 with flag 1996314/936000
233.11/115.06	c cleaning 43004 clauses out of 86011 with flag 2090277/980001
245.51/121.25	c cleaning 43997 clauses out of 88006 with flag 2186374/1025000
258.12/127.59	c cleaning 45004 clauses out of 90011 with flag 2284061/1071002
271.32/134.13	c cleaning 45997 clauses out of 92005 with flag 2384363/1118000
284.73/140.83	c cleaning 46998 clauses out of 94008 with flag 2486539/1166000
299.32/148.14	c cleaning 48004 clauses out of 96013 with flag 2590837/1215003
315.33/156.10	c cleaning 48998 clauses out of 98006 with flag 2697515/1265000
330.73/163.84	c cleaning 50005 clauses out of 100009 with flag 2806338/1316001
345.73/171.35	c cleaning 50995 clauses out of 102004 with flag 2917362/1368001
361.53/179.20	c cleaning 51999 clauses out of 104008 with flag 3030275/1421000
377.54/187.28	c cleaning 53002 clauses out of 106010 with flag 3144870/1475001
394.75/195.84	c cleaning 53997 clauses out of 108007 with flag 3262259/1530000
412.55/204.72	c cleaning 54997 clauses out of 110010 with flag 3381879/1586000
432.31/214.64	c cleaning 56004 clauses out of 112013 with flag 3503601/1643000
451.91/224.43	c cleaning 57004 clauses out of 114010 with flag 3627004/1701001
472.50/234.72	c cleaning 58003 clauses out of 116005 with flag 3752943/1760000
494.49/245.76	c cleaning 58995 clauses out of 118002 with flag 3880933/1820000
516.09/256.50	c cleaning 59998 clauses out of 120007 with flag 4011066/1881000
538.49/267.75	c cleaning 61003 clauses out of 122009 with flag 4143157/1943000
560.69/278.89	c cleaning 62000 clauses out of 124006 with flag 4277333/2006000
585.49/291.29	c cleaning 63004 clauses out of 126008 with flag 4413466/2070002
609.69/303.33	c cleaning 64002 clauses out of 128003 with flag 4551789/2135001
636.09/316.51	c cleaning 64999 clauses out of 130002 with flag 4692139/2201002
661.69/329.34	c cleaning 65995 clauses out of 132001 with flag 4835341/2268000
690.09/343.58	c cleaning 67004 clauses out of 134007 with flag 4980400/2336001
719.29/358.19	c cleaning 68000 clauses out of 136002 with flag 5127015/2405000
748.09/372.58	c cleaning 69002 clauses out of 138004 with flag 5276562/2475002
778.49/387.75	c cleaning 69992 clauses out of 140000 with flag 5428038/2546000
811.09/404.08	c cleaning 71001 clauses out of 142009 with flag 5580614/2618001
845.71/421.33	c cleaning 72002 clauses out of 144008 with flag 5735312/2691001
878.30/437.64	c cleaning 72996 clauses out of 146006 with flag 5892053/2765001
915.51/456.23	c cleaning 74004 clauses out of 148010 with flag 6050806/2840001
952.91/474.96	c cleaning 75004 clauses out of 150007 with flag 6213399/2916002
991.30/494.15	c cleaning 75992 clauses out of 152002 with flag 6377373/2993001
1028.10/512.50	c cleaning 77005 clauses out of 154009 with flag 6543879/3071000
1064.30/530.68	c cleaning 78002 clauses out of 156004 with flag 6712397/3150000
1102.29/549.66	c cleaning 78994 clauses out of 158002 with flag 6883133/3230000
1140.90/568.97	c cleaning 79997 clauses out of 160009 with flag 7055851/3311001
1185.43/591.11	c cleaning 81004 clauses out of 162011 with flag 7230846/3393000
1228.23/612.59	c cleaning 82002 clauses out of 164008 with flag 7408120/3476001
1269.22/633.07	c cleaning 83003 clauses out of 166006 with flag 7587243/3560001
1313.82/655.33	c cleaning 84002 clauses out of 168003 with flag 7767831/3645001
1360.84/678.89	c cleaning 84999 clauses out of 170002 with flag 7950590/3731002
1407.82/702.37	c cleaning 86000 clauses out of 172003 with flag 8135909/3818002
1456.02/726.47	c cleaning 86997 clauses out of 174002 with flag 8322745/3906001
1505.22/751.01	c cleaning 87991 clauses out of 176004 with flag 8512012/3995000
1553.42/775.18	c cleaning 89006 clauses out of 178015 with flag 8703893/4085002
1603.22/800.02	c cleaning 89998 clauses out of 180007 with flag 8897782/4176000
1650.83/823.90	c cleaning 90997 clauses out of 182010 with flag 9093695/4268001
1696.03/846.45	c cleaning 92001 clauses out of 184012 with flag 9292332/4361000
1743.83/870.31	c cleaning 93003 clauses out of 186011 with flag 9493493/4455000
1791.02/893.96	c cleaning 93999 clauses out of 188009 with flag 9695751/4550001
1800.38/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.38/898.81	c starts		: 1
1800.38/898.81	c conflicts		: 4577827
1800.38/898.81	c decisions		: 4787324
1800.38/898.81	c propagations		: 22866897
1800.38/898.81	c inspects		: 16688319658
1800.38/898.81	c shortcuts		: 0
1800.38/898.81	c learnt literals	: 0
1800.38/898.81	c learnt binary clauses	: 0
1800.38/898.81	c learnt ternary clauses	: 0
1800.38/898.81	c learnt constraints	: 4577827
1800.38/898.81	c ignored constraints	: 0
1800.38/898.81	c root simplifications	: 0
1800.38/898.81	c removed literals (reason simplification)	: 95643777
1800.38/898.81	c reason swapping (by a shorter reason)	: 0
1800.38/898.81	c Calls to reduceDB	: 91
1800.38/898.81	c Number of update (reduction) of LBD	: 86823
1800.38/898.81	c Imported unit clauses	: 0
1800.38/898.81	c number of reductions to clauses (during analyze)	: 0
1800.38/898.81	c number of learned constraints concerned by reduction	: 0
1800.38/898.81	c number of learning phase by resolution	: 0
1800.38/898.81	c number of learning phase by cutting planes	: 0
1800.38/898.81	c speed (assignments/second)	: 25445.945344440413
1800.38/898.81	c non guided choices	87
1800.38/898.84	c learnt constraints type 
1800.38/898.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121836
1800.38/898.84	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.38/898.84	c starts		: 27
1800.38/898.84	c conflicts		: 7427
1800.38/898.84	c decisions		: 13286
1800.38/898.84	c propagations		: 116796
1800.38/898.84	c inspects		: 118685737
1800.38/898.84	c shortcuts		: 0
1800.38/898.84	c learnt literals	: 0
1800.38/898.84	c learnt binary clauses	: 0
1800.38/898.84	c learnt ternary clauses	: 0
1800.38/898.84	c learnt constraints	: 7426
1800.38/898.84	c ignored constraints	: 0
1800.38/898.84	c root simplifications	: 0
1800.38/898.84	c removed literals (reason simplification)	: 0
1800.38/898.84	c reason swapping (by a shorter reason)	: 0
1800.38/898.84	c Calls to reduceDB	: 1
1800.38/898.84	c Number of update (reduction) of LBD	: 0
1800.38/898.84	c Imported unit clauses	: 0
1800.38/898.84	c number of reductions to clauses (during analyze)	: 0
1800.38/898.84	c number of learned constraints concerned by reduction	: 0
1800.38/898.84	c number of learning phase by resolution	: 0
1800.38/898.84	c number of learning phase by cutting planes	: 0
1800.38/898.84	c speed (assignments/second)	: 129.9648148271787
1800.38/898.84	c non guided choices	87
1800.38/898.84	c learnt constraints type 
1800.38/898.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 217
1800.38/898.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7209
1800.38/898.84	s UNKNOWN
1800.38/898.84	c Total wall clock time (in seconds): 898.737

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

pid=8869
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.01 4.01 3.94 4/197 8872
/proc/meminfo: memFree=29431244/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 1329 0 0 0 0 0 0 0 20 0 2 0 3632034 98635776 960 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 24081 966 734 9 0 16771 0
[pid=8872/tid=8873] ppid=8869 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) R 8869 8872 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3632035 98570240 977 33554432000 1073741824 1073778376 140736931701376 139760458423848 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.01 4.01 3.94 4/197 8872
/proc/meminfo: memFree=29431244/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 3632034 9787879424 6133 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2389619 6133 2156 9 0 2380296 0
[pid=8872/tid=8873] ppid=8869 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) R 8869 8872 5767 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 3632035 9787879424 6133 33554432000 1073741824 1073778376 140736931701376 139760458427296 247067632909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.01 4.01 3.94 4/197 8872
/proc/meminfo: memFree=29431244/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 5301 0 1 0 29 1 0 0 20 0 22 0 3632034 10060525568 8304 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 8304 2234 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 8304 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300268 s]
/proc/loadavg: 4.01 4.01 3.94 4/197 8872
/proc/meminfo: memFree=29431244/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 7039 0 1 0 68 1 0 0 20 0 22 0 3632034 10060525568 10216 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 10216 2243 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 10216 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 4.01 4.01 3.94 4/197 8872
/proc/meminfo: memFree=29431244/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 15960 0 1 0 224 4 0 0 20 0 22 0 3632034 10060525568 23251 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 23251 2258 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 23251 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.01 4.01 3.94 6/219 8894
/proc/meminfo: memFree=29256884/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=4.7 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 22031 0 1 0 461 9 0 0 20 0 22 0 3632034 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 48733 2283 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8875] ppid=8869 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8872/task/8875/stat : 8875 (java) S 8869 8872 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760302459944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8876] ppid=8869 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760301407144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760300354344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760299301544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760298248744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760297195944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760296143144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8882/stat : 8882 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3632036 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760295090344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8883] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8883/stat : 8883 (java) S 8869 8872 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760282680296 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8884] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8884/stat : 8884 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760281626360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8885] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8885/stat : 8885 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760280573448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8886] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8886/stat : 8886 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760279521936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8887] ppid=8869 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/8872/task/8887/stat : 8887 (java) S 8869 8872 5767 0 -1 4202560 6072 0 0 0 95 2 0 0 20 0 22 0 3632039 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760278469048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8888] ppid=8869 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/8872/task/8888/stat : 8888 (java) R 8869 8872 5767 0 -1 4202560 12014 0 0 0 84 3 0 0 20 0 22 0 3632039 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760277416248 139760461043876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8889] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8889/stat : 8889 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760276363640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8890] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8890/stat : 8890 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760275311048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8891] ppid=8869 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/8872/task/8891/stat : 8891 (java) R 8869 8872 5767 0 -1 4202560 29 0 0 0 125 0 0 0 20 0 22 0 3632051 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760274205968 139760331331838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8892] ppid=8869 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/8872/task/8892/stat : 8892 (java) R 8869 8872 5767 0 -1 4202560 93 0 0 0 125 2 0 0 20 0 22 0 3632051 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760273153944 139760331538257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8893] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8893/stat : 8893 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760272102824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8894] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8894/stat : 8894 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 48733 33554432000 1073741824 1073778376 140736931701376 139760271050024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.01 4.01 3.94 5/219 8894
/proc/meminfo: memFree=29172296/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=8.09 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 22311 0 1 0 793 16 0 0 20 0 22 0 3632034 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 88801 2283 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8875] ppid=8869 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8872/task/8875/stat : 8875 (java) S 8869 8872 5767 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760302459944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8876] ppid=8869 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) S 8869 8872 5767 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760301407144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760300354344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) S 8869 8872 5767 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760299301544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760298248744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760297195944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760296143144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8872/task/8882/stat : 8882 (java) S 8869 8872 5767 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 3632036 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760295090344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8883] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8883/stat : 8883 (java) S 8869 8872 5767 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760282680296 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8884] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8884/stat : 8884 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760281626360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8885] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8885/stat : 8885 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760280573448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8886] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8886/stat : 8886 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760279521936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8887] ppid=8869 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8872/task/8887/stat : 8887 (java) S 8869 8872 5767 0 -1 4202560 6072 0 0 0 101 2 0 0 20 0 22 0 3632039 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760278469048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8888] ppid=8869 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/8872/task/8888/stat : 8888 (java) S 8869 8872 5767 0 -1 4202560 12021 0 0 0 89 3 0 0 20 0 22 0 3632039 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760277416248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8889] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8889/stat : 8889 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760276363640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8890] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8890/stat : 8890 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760275311048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8891] ppid=8869 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/8872/task/8891/stat : 8891 (java) R 8869 8872 5767 0 -1 4202560 34 0 0 0 277 0 0 0 20 0 22 0 3632051 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760274207952 139760331331739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8892] ppid=8869 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/8872/task/8892/stat : 8892 (java) R 8869 8872 5767 0 -1 4202560 145 0 0 0 276 3 0 0 20 0 22 0 3632051 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760273153824 139760331480453 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8893] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8893/stat : 8893 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760272102824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8894] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8894/stat : 8894 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 88801 33554432000 1073741824 1073778376 140736931701376 139760271050024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.01 4.01 3.94 5/219 8894
/proc/meminfo: memFree=28812276/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9824732 CPUtime=14.61 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 22765 0 1 0 1436 25 0 0 20 0 22 0 3632034 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2456183 156517 2283 9 0 2446860 0
[pid=8872/tid=8873] ppid=8869 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2421 0 1 0 14 0 0 0 20 0 22 0 3632035 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8875] ppid=8869 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8872/task/8875/stat : 8875 (java) S 8869 8872 5767 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760302459944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8876] ppid=8869 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) S 8869 8872 5767 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760301407144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760300354344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) S 8869 8872 5767 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760299301544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760298248744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760297195944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 3632036 10060525568 156517 33554432000 1073741824 1073778376 140736931701376 139760296143144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

[pid=8872/tid=8876] ppid=8869 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) S 8869 8872 5767 0 -1 4202560 204 0 0 0 27 7 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760301407144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 189 0 0 0 32 8 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760300354344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) S 8869 8872 5767 0 -1 4202560 225 0 0 0 27 8 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760299301544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 193 0 0 0 28 8 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760298248744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 213 0 0 0 24 7 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760297195944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 329 0 0 0 24 5 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760296143144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/8872/task/8882/stat : 8882 (java) S 8869 8872 5767 0 -1 4202560 201 0 0 0 24 7 0 0 20 0 22 0 3632036 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760295090344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8883] ppid=8869 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8872/task/8883/stat : 8883 (java) S 8869 8872 5767 0 -1 4202560 1338 0 0 0 27 2 0 0 20 0 22 0 3632037 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760282680296 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8884] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8884/stat : 8884 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760281626360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8885] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8885/stat : 8885 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3632037 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760280573448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8886] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8886/stat : 8886 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760279521936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8887] ppid=8869 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/8872/task/8887/stat : 8887 (java) S 8869 8872 5767 0 -1 4202560 6078 0 0 0 104 2 0 0 20 0 22 0 3632039 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760278469048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8888] ppid=8869 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/8872/task/8888/stat : 8888 (java) S 8869 8872 5767 0 -1 4202560 15743 0 0 0 139 3 0 0 20 0 22 0 3632039 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760277416248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8889] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8889/stat : 8889 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3632039 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760276363640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8890] ppid=8869 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/8872/task/8890/stat : 8890 (java) S 8869 8872 5767 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 22 0 3632039 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760275311048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8891] ppid=8869 vsize=9824732 CPUtime=894.75 cores=0,2,4,6
/proc/8872/task/8891/stat : 8891 (java) R 8869 8872 5767 0 -1 4202560 70 0 0 0 89461 14 0 0 20 0 22 0 3632051 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760274199072 139760331299850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8892] ppid=8869 vsize=9824732 CPUtime=894.78 cores=0,2,4,6
/proc/8872/task/8892/stat : 8892 (java) R 8869 8872 5767 0 -1 4202560 1210 0 0 0 89428 50 0 0 20 0 22 0 3632051 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760273153552 139760331470288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8893] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8893/stat : 8893 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760272102824 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8894] ppid=8869 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8894/stat : 8894 (java) S 8869 8872 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3632051 10060525568 767057 33554432000 1073741824 1073778376 140736931701376 139760271050024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

[startup+898.505 s]
/proc/loadavg: 4.04 4.04 4.00 5/219 8986
/proc/meminfo: memFree=25678520/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9957860 CPUtime=1798.21 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 36610 0 1 0 179685 136 0 0 20 0 21 0 3632034 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2489465 786587 2293 9 0 2480142 0
[pid=8872/tid=8873] ppid=8869 vsize=9957860 CPUtime=0.19 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2422 0 1 0 17 2 0 0 20 0 21 0 3632035 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760458429304 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8875] ppid=8869 vsize=9957860 CPUtime=0.45 cores=0,2,4,6
/proc/8872/task/8875/stat : 8875 (java) S 8869 8872 5767 0 -1 4202560 741 0 0 0 34 11 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760302459544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8876] ppid=8869 vsize=9957860 CPUtime=0.37 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) R 8869 8872 5767 0 -1 4202560 674 0 0 0 30 7 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760301406744 247067620412 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9957860 CPUtime=0.44 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 1341 0 0 0 36 8 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760300354040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9957860 CPUtime=0.43 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) R 8869 8872 5767 0 -1 4202560 999 0 0 0 34 9 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760299301320 139760462185885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9957860 CPUtime=0.4 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 1076 0 0 0 31 9 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760298248344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9957860 CPUtime=0.34 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 1603 0 0 0 26 8 0 0 20 0 21 0 3632036 10196848640 786587 33554432000 1073741824 1073778376 140736931701376 139760297195640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9957860 CPUtime=0.33 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 797 0 0 0 27 6 0 0 20 0 21 0 3632036 10196848640 786596 33554432000 1073741824 1073778376 140736931701376 139760296142840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9957860 CPUtime=0.36 cores=0,2,4,6
/proc/8872/task/8882/stat : 8882 (java) S 8869 8872 5767 0 -1 4202560 1167 0 0 0 28 8 0 0 20 0 21 0 3632036 10196848640 786603 33554432000 1073741824 1073778376 140736931701376 139760295089944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8883] ppid=8869 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/8872/task/8883/stat : 8883 (java) S 8869 8872 5767 0 -1 4202560 1339 0 0 0 28 2 0 0 20 0 21 0 3632037 10196848640 786608 33554432000 1073741824 1073778376 140736931701376 139760282679176 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8884] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8884/stat : 8884 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 3632037 10196848640 786612 33554432000 1073741824 1073778376 140736931701376 139760281626360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8885] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8885/stat : 8885 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 3632037 10196848640 786617 33554432000 1073741824 1073778376 140736931701376 139760280573448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8886] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8886/stat : 8886 (java) S 8869 8872 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 3632039 10196848640 786621 33554432000 1073741824 1073778376 140736931701376 139760279521936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8887] ppid=8869 vsize=9957860 CPUtime=1.06 cores=0,2,4,6
/proc/8872/task/8887/stat : 8887 (java) S 8869 8872 5767 0 -1 4202560 6078 0 0 0 104 2 0 0 20 0 21 0 3632039 10196848640 786626 33554432000 1073741824 1073778376 140736931701376 139760278469048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8888] ppid=8869 vsize=9957860 CPUtime=1.42 cores=0,2,4,6
/proc/8872/task/8888/stat : 8888 (java) S 8869 8872 5767 0 -1 4202560 15743 0 0 0 139 3 0 0 20 0 21 0 3632039 10196848640 786630 33554432000 1073741824 1073778376 140736931701376 139760277416248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8889] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8889/stat : 8889 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 3632039 10196848640 786635 33554432000 1073741824 1073778376 140736931701376 139760276363640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8890] ppid=8869 vsize=9957860 CPUtime=0.35 cores=0,2,4,6
/proc/8872/task/8890/stat : 8890 (java) S 8869 8872 5767 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 21 0 3632039 10196848640 786639 33554432000 1073741824 1073778376 140736931701376 139760275311048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8892] ppid=8869 vsize=9957860 CPUtime=894.79 cores=0,2,4,6
/proc/8872/task/8892/stat : 8892 (java) S 8869 8872 5767 0 -1 4202560 1210 0 0 0 89429 50 0 0 20 0 21 0 3632051 10196848640 786646 33554432000 1073741824 1073778376 140736931701376 139760273152936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 9957860
#
############


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

[startup+898.808 s]
/proc/loadavg: 4.04 4.04 4.00 4/218 8988
/proc/meminfo: memFree=25569604/32872528 swapFree=248296/248296
[pid=8872] ppid=8869 vsize=9957860 CPUtime=1798.56 cores=0,2,4,6
/proc/8872/stat : 8872 (java) S 8869 8872 5767 0 -1 4202496 44847 0 1 0 179718 138 0 0 20 0 21 0 3632034 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 140736931692512 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8872/statm: 2489465 794455 2293 9 0 2480142 0
[pid=8872/tid=8873] ppid=8869 vsize=9957860 CPUtime=0.19 cores=0,2,4,6
/proc/8872/task/8873/stat : 8873 (java) S 8869 8872 5767 0 -1 4202560 2422 0 1 0 17 2 0 0 20 0 21 0 3632035 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760458429016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8875] ppid=8869 vsize=9957860 CPUtime=0.46 cores=0,2,4,6
/proc/8872/task/8875/stat : 8875 (java) S 8869 8872 5767 0 -1 4202560 2010 0 0 0 35 11 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760302459944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8876] ppid=8869 vsize=9957860 CPUtime=0.38 cores=0,2,4,6
/proc/8872/task/8876/stat : 8876 (java) S 8869 8872 5767 0 -1 4202560 1740 0 0 0 31 7 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760301407144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8877] ppid=8869 vsize=9957860 CPUtime=0.45 cores=0,2,4,6
/proc/8872/task/8877/stat : 8877 (java) S 8869 8872 5767 0 -1 4202560 2345 0 0 0 36 9 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760300354344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8878] ppid=8869 vsize=9957860 CPUtime=0.43 cores=0,2,4,6
/proc/8872/task/8878/stat : 8878 (java) S 8869 8872 5767 0 -1 4202560 1612 0 0 0 34 9 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760299301544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8879] ppid=8869 vsize=9957860 CPUtime=0.41 cores=0,2,4,6
/proc/8872/task/8879/stat : 8879 (java) S 8869 8872 5767 0 -1 4202560 2085 0 0 0 31 10 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760298248744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8880] ppid=8869 vsize=9957860 CPUtime=0.35 cores=0,2,4,6
/proc/8872/task/8880/stat : 8880 (java) S 8869 8872 5767 0 -1 4202560 2287 0 0 0 27 8 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760297195944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8881] ppid=8869 vsize=9957860 CPUtime=0.34 cores=0,2,4,6
/proc/8872/task/8881/stat : 8881 (java) S 8869 8872 5767 0 -1 4202560 2353 0 0 0 28 6 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760296143144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8882] ppid=8869 vsize=9957860 CPUtime=0.37 cores=0,2,4,6
/proc/8872/task/8882/stat : 8882 (java) S 8869 8872 5767 0 -1 4202560 2203 0 0 0 29 8 0 0 20 0 21 0 3632036 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760295090344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8883] ppid=8869 vsize=9957860 CPUtime=0.56 cores=0,2,4,6
/proc/8872/task/8883/stat : 8883 (java) R 8869 8872 5767 0 -1 4202560 1339 0 0 0 54 2 0 0 20 0 21 0 3632037 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760282679056 247063920980 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8884] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8884/stat : 8884 (java) S 8869 8872 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 3632037 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760281626360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8885] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8885/stat : 8885 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 3632037 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760280573448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8886] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8886/stat : 8886 (java) S 8869 8872 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 3632039 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760279521936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8887] ppid=8869 vsize=9957860 CPUtime=1.06 cores=0,2,4,6
/proc/8872/task/8887/stat : 8887 (java) S 8869 8872 5767 0 -1 4202560 6078 0 0 0 104 2 0 0 20 0 21 0 3632039 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760278469048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8888] ppid=8869 vsize=9957860 CPUtime=1.42 cores=0,2,4,6
/proc/8872/task/8888/stat : 8888 (java) S 8869 8872 5767 0 -1 4202560 15743 0 0 0 139 3 0 0 20 0 21 0 3632039 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760277416248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8872/tid=8889] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8889/stat : 8889 (java) S 8869 8872 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 3632039 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760276363640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8890] ppid=8869 vsize=9957860 CPUtime=0.35 cores=0,2,4,6
/proc/8872/task/8890/stat : 8890 (java) S 8869 8872 5767 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 21 0 3632039 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760275311048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8872/tid=8892] ppid=8869 vsize=9957860 CPUtime=894.79 cores=0,2,4,6
/proc/8872/task/8892/stat : 8892 (java) S 8869 8872 5767 0 -1 4202560 1210 0 0 0 89429 50 0 0 20 0 21 0 3632051 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760273152936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8872/tid=8987] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8987/stat : 8987 (java) S 8869 8872 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 3721875 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760269996520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8872/tid=8988] ppid=8869 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/8872/task/8988/stat : 8988 (java) S 8869 8872 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 3721875 10196848640 794455 33554432000 1073741824 1073778376 140736931701376 139760268943432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 9957860

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8872 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=8117
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=722738
# CPU time returned by wait4() is 1796.73
# while last known CPU time is 1798.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.82007
#  lost CPU user time (s): 2.01001
#  lost CPU system time (s): -0.19

Real time (s): 898.865
CPU time (s): 1800.38
CPU user time (s): 1799.19
CPU system time (s): 1.19
CPU usage (%): 200.295
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.72274
maximum resident set size= 3178208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44947
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22297
involuntary context switches= 6976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07408 second user time and 6.80297 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:36:56
IDJOB=4089674
IDBENCH=107440
IDSOLVER=2543
FILE ID=node103/4089674-1466015816
RUNJOBID= node103-1466012165-5783
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-grid8x23-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089674-1466015816/watcher-4089674-1466015816 -o /tmp/evaluation-result-4089674-1466015816/solver-4089674-1466015816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089674-1466015816.opb

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

MD5SUM BENCH= 1a7387ca9aeb62ab619fcd4d89e14fdf
RANDOM SEED=1468515801

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:        29431888 kB
Buffers:          127276 kB
Cached:           343712 kB
SwapCached:            0 kB
Active:          2155644 kB
Inactive:         325504 kB
Active(anon):    2012980 kB
Inactive(anon):        0 kB
Active(file):     142664 kB
Inactive(file):   325504 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2291208 kB
Mapped:            21620 kB
Shmem:               204 kB
Slab:             574872 kB
SReclaimable:      18624 kB
SUnreclaim:       556248 kB
KernelStack:        1872 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2407340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 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:51:55