Trace number 4089338

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 PB16UNSAT 448.857 222.665

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x25-hard.opb
MD5SUM9838365b785179e7b363da705525e064
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.275957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250
Total number of constraints501
Number of constraints which are clauses500
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 constraint250
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 379
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.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089338-1466013725.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.068s.
0.10/0.17	c declared #vars     250
0.10/0.17	c #constraints  501
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.10/0.18	c 501 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.18	c 501 constraints processed.
2.17/0.79	c cleaning 2500 clauses out of 5000 with flag 10692/5000
3.75/1.13	c cleaning 4250 clauses out of 8500 with flag 23502/11000
4.50/1.49	c cleaning 5625 clauses out of 11250 with flag 38444/18000
5.56/1.97	c cleaning 6813 clauses out of 13626 with flag 55577/26001
6.83/2.50	c cleaning 7906 clauses out of 15812 with flag 74814/35000
8.05/3.12	c cleaning 8954 clauses out of 17908 with flag 96175/45002
9.48/3.86	c cleaning 9977 clauses out of 19953 with flag 119661/56001
11.11/4.69	c cleaning 10988 clauses out of 21976 with flag 145343/68001
13.14/5.64	c cleaning 11991 clauses out of 23988 with flag 173040/81001
15.34/6.76	c cleaning 12996 clauses out of 25996 with flag 202978/95000
17.99/8.00	c cleaning 14000 clauses out of 28000 with flag 235061/110000
20.59/9.32	c cleaning 14999 clauses out of 30002 with flag 269226/126002
23.65/10.82	c cleaning 16000 clauses out of 32002 with flag 305609/143001
26.85/12.48	c cleaning 17001 clauses out of 34002 with flag 344050/161001
30.72/14.37	c cleaning 17999 clauses out of 36000 with flag 384617/180000
34.71/16.31	c cleaning 19001 clauses out of 38001 with flag 427428/200000
39.16/18.57	c cleaning 19998 clauses out of 40002 with flag 472338/221002
41.56/19.81	c cleaning 0 clauses out of 5002 with flag 0/5002
44.57/21.04	c cleaning 20999 clauses out of 42004 with flag 519302/243002
49.76/23.61	c cleaning 22001 clauses out of 44003 with flag 568333/266000
55.23/26.40	c cleaning 23002 clauses out of 46004 with flag 619352/290002
61.22/29.35	c cleaning 23999 clauses out of 48001 with flag 672679/315001
67.82/32.62	c cleaning 25000 clauses out of 50001 with flag 728028/341000
74.51/35.93	c cleaning 26000 clauses out of 52001 with flag 785761/368000
81.71/39.58	c cleaning 26995 clauses out of 54001 with flag 845318/396000
89.58/43.50	c cleaning 28000 clauses out of 56007 with flag 907034/425001
97.98/47.61	c cleaning 29003 clauses out of 58006 with flag 970971/455000
106.87/52.04	c cleaning 29996 clauses out of 60003 with flag 1036659/486000
116.46/56.80	c cleaning 31002 clauses out of 62008 with flag 1104636/518001
126.12/61.61	c cleaning 31996 clauses out of 64005 with flag 1174854/551000
136.59/66.82	c cleaning 33003 clauses out of 66010 with flag 1247465/585001
146.58/71.88	c cleaning 34001 clauses out of 68006 with flag 1322329/620000
157.63/77.33	c cleaning 35002 clauses out of 70005 with flag 1399228/656000
168.69/82.88	c cleaning 36001 clauses out of 72003 with flag 1478223/693000
180.92/88.98	c cleaning 36995 clauses out of 74002 with flag 1559331/731000
194.17/95.54	c cleaning 37999 clauses out of 76008 with flag 1642688/770001
209.03/102.93	c cleaning 39001 clauses out of 78008 with flag 1727695/810000
223.50/110.14	c cleaning 40001 clauses out of 80007 with flag 1815215/851000
238.34/117.60	c cleaning 41002 clauses out of 82009 with flag 1904429/893003
253.79/125.25	c cleaning 42001 clauses out of 84005 with flag 1996183/936001
270.44/133.51	c cleaning 42993 clauses out of 86003 with flag 2090294/980000
286.75/141.69	c cleaning 44005 clauses out of 88010 with flag 2186318/1025000
304.42/150.44	c cleaning 0 clauses out of 11000 with flag 0/11000
306.44/151.45	c cleaning 45001 clauses out of 90006 with flag 2284004/1071001
326.04/161.38	c cleaning 46000 clauses out of 92005 with flag 2384401/1118001
344.74/170.64	c cleaning 46998 clauses out of 94004 with flag 2486747/1166000
366.02/181.23	c cleaning 47999 clauses out of 96007 with flag 2591381/1215001
386.94/191.68	c cleaning 49002 clauses out of 98009 with flag 2697939/1265002
409.82/203.01	c cleaning 50001 clauses out of 100005 with flag 2806714/1316000
432.34/214.23	c cleaning 51000 clauses out of 102004 with flag 2917773/1368000
448.65/222.34	c And the winner is solver1
448.65/222.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
448.65/222.61	c starts		: 1
448.65/222.61	c conflicts		: 1410797
448.65/222.61	c decisions		: 1490403
448.65/222.61	c propagations		: 7241311
448.65/222.61	c inspects		: 3066298527
448.65/222.61	c shortcuts		: 0
448.65/222.61	c learnt literals	: 0
448.65/222.61	c learnt binary clauses	: 0
448.65/222.61	c learnt ternary clauses	: 0
448.65/222.61	c learnt constraints	: 1410797
448.65/222.61	c ignored constraints	: 0
448.65/222.61	c root simplifications	: 0
448.65/222.61	c removed literals (reason simplification)	: 26889323
448.65/222.61	c reason swapping (by a shorter reason)	: 0
448.65/222.61	c Calls to reduceDB	: 48
448.65/222.61	c Number of update (reduction) of LBD	: 28172
448.65/222.61	c Imported unit clauses	: 0
448.65/222.61	c number of reductions to clauses (during analyze)	: 0
448.65/222.61	c number of learned constraints concerned by reduction	: 0
448.65/222.61	c number of learning phase by resolution	: 0
448.65/222.61	c number of learning phase by cutting planes	: 0
448.65/222.61	c speed (assignments/second)	: 32555.460144764646
448.65/222.61	c non guided choices	119
448.65/222.63	c learnt constraints type 
448.65/222.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93801
448.65/222.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
448.65/222.63	c starts		: 35
448.65/222.63	c conflicts		: 12737
448.65/222.63	c decisions		: 20357
448.65/222.63	c propagations		: 215923
448.65/222.63	c inspects		: 296922968
448.65/222.63	c shortcuts		: 0
448.65/222.63	c learnt literals	: 0
448.65/222.63	c learnt binary clauses	: 0
448.65/222.63	c learnt ternary clauses	: 0
448.65/222.63	c learnt constraints	: 12736
448.65/222.63	c ignored constraints	: 0
448.65/222.63	c root simplifications	: 0
448.65/222.63	c removed literals (reason simplification)	: 0
448.65/222.63	c reason swapping (by a shorter reason)	: 0
448.65/222.63	c Calls to reduceDB	: 2
448.65/222.63	c Number of update (reduction) of LBD	: 0
448.65/222.63	c Imported unit clauses	: 0
448.65/222.63	c number of reductions to clauses (during analyze)	: 0
448.65/222.63	c number of learned constraints concerned by reduction	: 0
448.65/222.63	c number of learning phase by resolution	: 0
448.65/222.63	c number of learning phase by cutting planes	: 0
448.65/222.63	c speed (assignments/second)	: 970.6454846641763
448.65/222.63	c non guided choices	119
448.65/222.64	c learnt constraints type 
448.65/222.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 271
448.65/222.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12465
448.65/222.64	s UNSATISFIABLE
448.65/222.64	c Total wall clock time (in seconds): 222.533

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-4089338-1466013725/watcher-4089338-1466013725 -o /tmp/evaluation-result-4089338-1466013725/solver-4089338-1466013725 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089338-1466013725.opb 

pid=11983
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: 3.84 4.08 4.14 4/197 11986
/proc/meminfo: memFree=28137640/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 3421716 98570240 977 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 24065 977 743 9 0 16771 0
[pid=11986/tid=11987] ppid=11983 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) R 11983 11986 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3421717 98570240 977 33554432000 1073741824 1073778376 140737215310544 139911268589096 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 3.84 4.08 4.14 4/197 11986
/proc/meminfo: memFree=28137640/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 4480 0 1 0 9 1 0 0 20 0 18 0 3421716 9787879424 6102 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2389619 6102 2156 9 0 2380296 0
[pid=11986/tid=11987] ppid=11983 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) R 11983 11986 5545 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 3421717 9787879424 6102 33554432000 1073741824 1073778376 140737215310544 139911268592496 139911276035456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200346 s]
/proc/loadavg: 3.84 4.08 4.14 4/197 11986
/proc/meminfo: memFree=28137640/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 4785 0 1 0 24 1 0 0 20 0 22 0 3421716 10060525568 7870 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 7870 2212 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 7870 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300288 s]
/proc/loadavg: 3.84 4.08 4.14 4/197 11986
/proc/meminfo: memFree=28137640/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 6981 0 1 0 64 2 0 0 20 0 22 0 3421716 10060525568 10021 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 10021 2243 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 10021 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700236 s]
/proc/loadavg: 3.84 4.08 4.14 4/197 11986
/proc/meminfo: memFree=28137640/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 16526 0 1 0 212 5 0 0 20 0 22 0 3421716 10060525568 26007 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 26007 2253 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 26007 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.84 4.08 4.14 7/219 12008
/proc/meminfo: memFree=27953812/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 21474 0 1 0 462 10 0 0 20 0 22 0 3421716 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 51484 2283 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11996/stat : 11996 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911037426088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11997] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11997/stat : 11997 (java) S 11983 11986 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911025228520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11998] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11998/stat : 11998 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911024174584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11999] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11999/stat : 11999 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911023122184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12000] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12000/stat : 12000 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911022070672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12001] ppid=11983 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11986/task/12001/stat : 12001 (java) S 11983 11986 5545 0 -1 4202560 10371 0 0 0 89 2 0 0 20 0 22 0 3421721 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911021017272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12002] ppid=11983 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11986/task/12002/stat : 12002 (java) S 11983 11986 5545 0 -1 4202560 7164 0 0 0 98 2 0 0 20 0 22 0 3421721 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911019964472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12003] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12005] ppid=11983 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/11986/task/12005/stat : 12005 (java) R 11983 11986 5545 0 -1 4202560 26 0 0 0 123 0 0 0 20 0 22 0 3421735 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911016805416 139911127062205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12006] ppid=11983 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/11986/task/12006/stat : 12006 (java) R 11983 11986 5545 0 -1 4202560 91 0 0 0 124 3 0 0 20 0 22 0 3421735 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911015751176 139911127340856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12008] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12008/stat : 12008 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 51484 33554432000 1073741824 1073778376 140737215310544 139911013647912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 3.84 4.08 4.14 5/219 12008
/proc/meminfo: memFree=27849364/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 21999 0 1 0 789 16 0 0 20 0 22 0 3421716 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 88743 2283 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 76 0 0 0 1 0 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 99 0 0 0 1 1 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11986/task/11996/stat : 11996 (java) S 11983 11986 5545 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 3421718 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911037426088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11997] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11997/stat : 11997 (java) S 11983 11986 5545 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911025228520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11998] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11998/stat : 11998 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911024174584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11999] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11999/stat : 11999 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3421719 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911023122184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12000] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12000/stat : 12000 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911022070672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12001] ppid=11983 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11986/task/12001/stat : 12001 (java) S 11983 11986 5545 0 -1 4202560 10372 0 0 0 94 2 0 0 20 0 22 0 3421721 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911021017272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12002] ppid=11983 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/11986/task/12002/stat : 12002 (java) S 11983 11986 5545 0 -1 4202560 7164 0 0 0 102 2 0 0 20 0 22 0 3421721 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911019964472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12003] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12005] ppid=11983 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/11986/task/12005/stat : 12005 (java) R 11983 11986 5545 0 -1 4202560 30 0 0 0 277 0 0 0 20 0 22 0 3421735 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911016803328 139911127804979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12006] ppid=11983 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/11986/task/12006/stat : 12006 (java) R 11983 11986 5545 0 -1 4202560 142 0 0 0 277 4 0 0 20 0 22 0 3421735 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911015751184 139911127266005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12008] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12008/stat : 12008 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 88743 33554432000 1073741824 1073778376 140737215310544 139911013647912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.85 4.08 4.14 5/218 12008
/proc/meminfo: memFree=27468084/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=14.53 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 22719 0 1 0 1428 25 0 0 20 0 22 0 3421716 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 180046 2283 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2415 0 1 0 15 1 0 0 20 0 22 0 3421717 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 91 0 0 0 3 1 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 96 0 0 0 2 1 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 77 0 0 0 2 0 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 3421718 10060525568 180046 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3421721 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 22 0 3421721 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12005] ppid=11983 vsize=9824732 CPUtime=219.79 cores=1,3,5,7
/proc/11986/task/12005/stat : 12005 (java) R 11983 11986 5545 0 -1 4202560 84 0 0 0 21975 4 0 0 20 0 22 0 3421735 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911016803328 139911127163644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12006] ppid=11983 vsize=9824732 CPUtime=219.78 cores=1,3,5,7
/proc/11986/task/12006/stat : 12006 (java) R 11983 11986 5545 0 -1 4202560 1471 0 0 0 21941 37 0 0 20 0 22 0 3421735 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911015751200 139911127257136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12008] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12008/stat : 12008 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3421735 10060525568 609561 33554432000 1073741824 1073778376 140737215310544 139911013647912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 448.65
Current children cumulated vsize (KiB) 9824732

[startup+222.401 s]
/proc/loadavg: 4.17 4.12 4.14 5/219 12012
/proc/meminfo: memFree=26048660/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=447.65 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 28149 0 1 0 44649 116 0 0 20 0 19 0 3421716 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 609546 2293 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2424 0 1 0 15 2 0 0 20 0 19 0 3421717 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 214 0 0 0 54 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 241 0 0 0 50 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 287 0 0 0 53 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 301 0 0 0 52 8 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 223 0 0 0 51 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 244 0 0 0 51 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 221 0 0 0 44 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11986/task/11996/stat : 11996 (java) S 11983 11986 5545 0 -1 4202560 251 0 0 0 54 9 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911037426088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11997] ppid=11983 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/11986/task/11997/stat : 11997 (java) S 11983 11986 5545 0 -1 4202560 1295 0 0 0 30 6 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911025228520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11998] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11998/stat : 11998 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911024174584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11999] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11999/stat : 11999 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911023122184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12000] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12000/stat : 12000 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911022070672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12001] ppid=11983 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/11986/task/12001/stat : 12001 (java) S 11983 11986 5545 0 -1 4202560 10376 0 0 0 103 2 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911021017272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12002] ppid=11983 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/11986/task/12002/stat : 12002 (java) S 11983 11986 5545 0 -1 4202560 9236 0 0 0 149 3 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911019964472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12003] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3421735 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 447.65
Current children cumulated vsize (KiB) 9824732
#
############


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

[startup+222.401 s]
/proc/loadavg: 4.17 4.12 4.14 5/219 12012
/proc/meminfo: memFree=26048660/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=447.65 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 28149 0 1 0 44649 116 0 0 20 0 19 0 3421716 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 609546 2293 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2424 0 1 0 15 2 0 0 20 0 19 0 3421717 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 214 0 0 0 54 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 241 0 0 0 50 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 287 0 0 0 53 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 301 0 0 0 52 8 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 223 0 0 0 51 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 244 0 0 0 51 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 221 0 0 0 44 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11986/task/11996/stat : 11996 (java) S 11983 11986 5545 0 -1 4202560 251 0 0 0 54 9 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911037426088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11997] ppid=11983 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/11986/task/11997/stat : 11997 (java) S 11983 11986 5545 0 -1 4202560 1295 0 0 0 30 6 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911025228520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11998] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11998/stat : 11998 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911024174584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11999] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11999/stat : 11999 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911023122184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12000] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12000/stat : 12000 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911022070672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12001] ppid=11983 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/11986/task/12001/stat : 12001 (java) S 11983 11986 5545 0 -1 4202560 10376 0 0 0 103 2 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911021017272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12002] ppid=11983 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/11986/task/12002/stat : 12002 (java) S 11983 11986 5545 0 -1 4202560 9236 0 0 0 149 3 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911019964472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12003] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3421735 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 447.65
Current children cumulated vsize (KiB) 9824732

[startup+222.601 s]
/proc/loadavg: 4.17 4.12 4.14 5/219 12012
/proc/meminfo: memFree=26048660/32872528 swapFree=1073728/1155488
[pid=11986] ppid=11983 vsize=9824732 CPUtime=447.65 cores=1,3,5,7
/proc/11986/stat : 11986 (java) S 11983 11986 5545 0 -1 4202496 28149 0 1 0 44649 116 0 0 20 0 19 0 3421716 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 140737215301680 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11986/statm: 2456183 609546 2293 9 0 2446860 0
[pid=11986/tid=11987] ppid=11983 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/11986/task/11987/stat : 11987 (java) S 11983 11986 5545 0 -1 4202560 2424 0 1 0 15 2 0 0 20 0 19 0 3421717 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911268594552 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=11989] ppid=11983 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11986/task/11989/stat : 11989 (java) S 11983 11986 5545 0 -1 4202560 214 0 0 0 54 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911246695208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11990] ppid=11983 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11986/task/11990/stat : 11990 (java) S 11983 11986 5545 0 -1 4202560 241 0 0 0 50 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911245642408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11991] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11991/stat : 11991 (java) S 11983 11986 5545 0 -1 4202560 287 0 0 0 53 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911042690088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11992] ppid=11983 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/11986/task/11992/stat : 11992 (java) S 11983 11986 5545 0 -1 4202560 301 0 0 0 52 8 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911041637288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11993] ppid=11983 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/11986/task/11993/stat : 11993 (java) S 11983 11986 5545 0 -1 4202560 223 0 0 0 51 6 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911040583976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=11994] ppid=11983 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11986/task/11994/stat : 11994 (java) S 11983 11986 5545 0 -1 4202560 244 0 0 0 51 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911039531176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11995] ppid=11983 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11986/task/11995/stat : 11995 (java) S 11983 11986 5545 0 -1 4202560 221 0 0 0 44 7 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911038478888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11996] ppid=11983 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11986/task/11996/stat : 11996 (java) S 11983 11986 5545 0 -1 4202560 251 0 0 0 54 9 0 0 20 0 19 0 3421718 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911037426088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11997] ppid=11983 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/11986/task/11997/stat : 11997 (java) S 11983 11986 5545 0 -1 4202560 1295 0 0 0 30 6 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911025228520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=11998] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11998/stat : 11998 (java) S 11983 11986 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911024174584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=11999] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/11999/stat : 11999 (java) S 11983 11986 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3421719 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911023122184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12000] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12000/stat : 12000 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911022070672 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11986/tid=12001] ppid=11983 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/11986/task/12001/stat : 12001 (java) S 11983 11986 5545 0 -1 4202560 10376 0 0 0 103 2 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911021017272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11986/tid=12002] ppid=11983 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/11986/task/12002/stat : 12002 (java) S 11983 11986 5545 0 -1 4202560 9236 0 0 0 149 3 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911019964472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12003] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12003/stat : 12003 (java) S 11983 11986 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911018912376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11986/tid=12004] ppid=11983 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11986/task/12004/stat : 12004 (java) S 11983 11986 5545 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 19 0 3421721 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911017859784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11986/tid=12007] ppid=11983 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11986/task/12007/stat : 12007 (java) S 11983 11986 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3421735 10060525568 609546 33554432000 1073741824 1073778376 140737215310544 139911014700712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 447.65
Current children cumulated vsize (KiB) 9824732

Child status: 20

# 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
#  lost CPU user time (s): 1.07001
#  lost CPU system time (s): -0.0699999

Real time (s): 222.665
CPU time (s): 448.857
CPU user time (s): 447.585
CPU system time (s): 1.2718
CPU usage (%): 201.584
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.515
system time used= 1.3418
maximum resident set size= 2923048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28168
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7226
involuntary context switches= 8791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48377 second user time and 2.07768 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 20:02:05
IDJOB=4089338
IDBENCH=107392
IDSOLVER=2543
FILE ID=node114/4089338-1466013725
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
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-grid10x25-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089338-1466013725/watcher-4089338-1466013725 -o /tmp/evaluation-result-4089338-1466013725/solver-4089338-1466013725 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089338-1466013725.opb

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

MD5SUM BENCH= 9838365b785179e7b363da705525e064
RANDOM SEED=939938098

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        28138176 kB
Buffers:           12908 kB
Cached:            42188 kB
SwapCached:        33296 kB
Active:          2793052 kB
Inactive:          63804 kB
Active(anon):    2770572 kB
Inactive(anon):    33436 kB
Active(file):      22480 kB
Inactive(file):    30368 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:       3933860 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             565904 kB
SReclaimable:       9580 kB
SUnreclaim:       556324 kB
KernelStack:        1808 kB
PageTables:        12372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4419696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2807808 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 node114 at 2016-06-15 20:05:48