Trace number 4089646

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 725.234 360.963

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x27.opb
MD5SUM9ef547099998be8042e2fe5020927fa9
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.018997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270
Total number of constraints541
Number of constraints which are clauses540
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 constraint270
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 135
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 405
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089646-1466015453.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.18	c ... done. Wall clock time 0.071s.
0.11/0.18	c declared #vars     270
0.11/0.18	c #constraints  541
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
0.11/0.18	c 541 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 540
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.18	c 541 constraints processed.
2.26/0.71	c cleaning 2501 clauses out of 5001 with flag 10730/5001
3.46/1.02	c cleaning 4246 clauses out of 8499 with flag 23482/11000
4.29/1.38	c cleaning 5627 clauses out of 11253 with flag 38447/18000
5.39/1.82	c cleaning 6815 clauses out of 13630 with flag 55543/26004
6.45/2.36	c cleaning 7904 clauses out of 15812 with flag 74758/35001
7.67/2.98	c cleaning 8954 clauses out of 17908 with flag 96154/45001
9.29/3.71	c cleaning 9977 clauses out of 19954 with flag 119707/56001
10.95/4.52	c cleaning 10984 clauses out of 21976 with flag 145383/68000
12.54/5.39	c cleaning 11996 clauses out of 23992 with flag 173202/81000
14.58/6.38	c cleaning 12995 clauses out of 25996 with flag 202980/95000
16.78/7.49	c cleaning 14002 clauses out of 28003 with flag 235076/110002
19.45/8.72	c cleaning 14997 clauses out of 29999 with flag 269174/126000
22.06/10.03	c cleaning 16000 clauses out of 32002 with flag 305437/143000
25.10/11.51	c cleaning 16998 clauses out of 34002 with flag 343872/161000
28.52/13.21	c cleaning 18001 clauses out of 36005 with flag 384121/180001
32.16/15.05	c cleaning 19001 clauses out of 38005 with flag 426763/200002
36.16/17.09	c cleaning 19999 clauses out of 40002 with flag 471610/221000
40.81/19.39	c cleaning 21002 clauses out of 42005 with flag 518392/243002
45.42/21.63	c cleaning 21997 clauses out of 44003 with flag 567383/266002
50.41/24.12	c cleaning 23002 clauses out of 46006 with flag 618659/290002
55.68/26.76	c cleaning 24002 clauses out of 48003 with flag 672097/315001
60.88/29.36	c cleaning 24999 clauses out of 50000 with flag 727673/341000
66.87/32.32	c cleaning 25999 clauses out of 52003 with flag 785285/368002
73.16/35.43	c cleaning 27000 clauses out of 54002 with flag 845093/396000
79.37/38.60	c cleaning 28000 clauses out of 56002 with flag 907178/425000
85.04/41.34	c cleaning 0 clauses out of 5000 with flag 0/5000
87.46/42.36	c cleaning 29001 clauses out of 58002 with flag 971144/455000
94.45/45.80	c cleaning 30000 clauses out of 60002 with flag 1037432/486001
102.93/50.06	c cleaning 30996 clauses out of 62001 with flag 1105531/518000
111.33/54.26	c cleaning 32000 clauses out of 64005 with flag 1175723/551000
120.61/58.84	c cleaning 33001 clauses out of 66007 with flag 1247875/585002
130.01/63.54	c cleaning 34001 clauses out of 68006 with flag 1322406/620002
140.28/68.62	c cleaning 35000 clauses out of 70003 with flag 1399186/656000
151.75/74.32	c cleaning 36000 clauses out of 72003 with flag 1478023/693000
163.34/80.16	c cleaning 37003 clauses out of 74006 with flag 1558582/731003
175.41/86.12	c cleaning 37993 clauses out of 76000 with flag 1641673/770000
187.47/92.19	c cleaning 39004 clauses out of 78007 with flag 1727010/810000
200.72/98.73	c cleaning 39998 clauses out of 80004 with flag 1814452/851001
213.78/105.25	c cleaning 40999 clauses out of 82006 with flag 1903932/893001
227.23/111.92	c cleaning 42003 clauses out of 84006 with flag 1995469/936000
241.67/119.18	c cleaning 42999 clauses out of 86003 with flag 2088874/980000
255.54/126.28	c cleaning 44002 clauses out of 88005 with flag 2184898/1025001
272.01/134.40	c cleaning 44997 clauses out of 90003 with flag 2282563/1071001
287.07/142.00	c cleaning 46000 clauses out of 92005 with flag 2381877/1118000
303.96/150.33	c cleaning 47003 clauses out of 94006 with flag 2483898/1166001
321.40/159.04	c cleaning 47998 clauses out of 96003 with flag 2588414/1215001
338.88/167.71	c cleaning 49001 clauses out of 98004 with flag 2694957/1265000
357.59/177.09	c cleaning 49999 clauses out of 100004 with flag 2803707/1316001
376.86/186.61	c cleaning 51002 clauses out of 102006 with flag 2914551/1368002
398.33/197.31	c cleaning 52001 clauses out of 104002 with flag 3027462/1421000
421.82/209.24	c cleaning 52998 clauses out of 106002 with flag 3142360/1475001
445.74/221.18	c cleaning 53997 clauses out of 108003 with flag 3259018/1530000
467.24/231.88	c cleaning 55002 clauses out of 110007 with flag 3377430/1586001
489.11/242.75	c cleaning 56000 clauses out of 112004 with flag 3498012/1643000
512.84/254.57	c cleaning 56995 clauses out of 114004 with flag 3620880/1701000
537.50/266.88	c cleaning 58000 clauses out of 116009 with flag 3746723/1760000
563.84/279.98	c cleaning 59003 clauses out of 118010 with flag 3874928/1820001
585.70/291.06	c cleaning 0 clauses out of 11001 with flag 0/11001
591.34/293.86	c cleaning 60004 clauses out of 120008 with flag 4005195/1881002
616.65/306.41	c cleaning 60998 clauses out of 122003 with flag 4136881/1943001
648.33/322.30	c cleaning 61996 clauses out of 124005 with flag 4270762/2006001
679.04/337.59	c cleaning 63000 clauses out of 126008 with flag 4406811/2070000
710.16/353.01	c cleaning 64000 clauses out of 128008 with flag 4544708/2135000
725.03/360.45	c And the winner is solver1
725.03/360.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
725.03/360.90	c starts		: 1
725.03/360.90	c conflicts		: 2175041
725.03/360.90	c decisions		: 2256648
725.03/360.90	c propagations		: 10702817
725.03/360.90	c inspects		: 4791859504
725.03/360.90	c shortcuts		: 0
725.03/360.90	c learnt literals	: 0
725.03/360.90	c learnt binary clauses	: 0
725.03/360.90	c learnt ternary clauses	: 0
725.03/360.90	c learnt constraints	: 2175041
725.03/360.90	c ignored constraints	: 0
725.03/360.90	c root simplifications	: 0
725.03/360.90	c removed literals (reason simplification)	: 43636614
725.03/360.90	c reason swapping (by a shorter reason)	: 0
725.03/360.90	c Calls to reduceDB	: 61
725.03/360.90	c Number of update (reduction) of LBD	: 43853
725.03/360.90	c Imported unit clauses	: 0
725.03/360.90	c number of reductions to clauses (during analyze)	: 0
725.03/360.90	c number of learned constraints concerned by reduction	: 0
725.03/360.90	c number of learning phase by resolution	: 0
725.03/360.90	c number of learning phase by cutting planes	: 0
725.03/360.90	c speed (assignments/second)	: 29670.87031975116
725.03/360.90	c non guided choices	125
725.04/360.93	c learnt constraints type 
725.04/360.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104049
725.04/360.93	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
725.04/360.93	c starts		: 35
725.04/360.93	c conflicts		: 12017
725.04/360.93	c decisions		: 26548
725.04/360.93	c propagations		: 281140
725.04/360.93	c inspects		: 413702462
725.04/360.93	c shortcuts		: 0
725.04/360.93	c learnt literals	: 0
725.04/360.93	c learnt binary clauses	: 0
725.04/360.93	c learnt ternary clauses	: 0
725.04/360.93	c learnt constraints	: 12016
725.04/360.93	c ignored constraints	: 0
725.04/360.93	c root simplifications	: 0
725.04/360.93	c removed literals (reason simplification)	: 0
725.04/360.93	c reason swapping (by a shorter reason)	: 0
725.04/360.93	c Calls to reduceDB	: 2
725.04/360.93	c Number of update (reduction) of LBD	: 0
725.04/360.93	c Imported unit clauses	: 0
725.04/360.93	c number of reductions to clauses (during analyze)	: 0
725.04/360.93	c number of learned constraints concerned by reduction	: 0
725.04/360.93	c number of learning phase by resolution	: 0
725.04/360.93	c number of learning phase by cutting planes	: 0
725.04/360.93	c speed (assignments/second)	: 779.3273402135014
725.04/360.93	c non guided choices	127
725.04/360.94	c learnt constraints type 
725.04/360.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 211
725.04/360.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11805
725.04/360.94	s UNSATISFIABLE
725.04/360.94	c Total wall clock time (in seconds): 360.832

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

pid=8657
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.02 4.02 3.93 4/198 8660
/proc/meminfo: memFree=28993520/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 3595719 98570240 977 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 24065 977 743 9 0 16771 0
[pid=8660/tid=8661] ppid=8657 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) R 8657 8660 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3595720 98570240 977 33554432000 1073741824 1073778376 140735702097536 139890233495080 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.02 4.02 3.93 4/198 8660
/proc/meminfo: memFree=28993520/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 4563 0 1 0 10 1 0 0 20 0 18 0 3595719 9787879424 5670 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2389619 5670 2156 9 0 2380296 0
[pid=8660/tid=8661] ppid=8657 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) R 8657 8660 5767 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 3595720 9787879424 5670 33554432000 1073741824 1073778376 140735702097536 139890233497880 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.201097 s]
/proc/loadavg: 4.02 4.02 3.93 4/198 8660
/proc/meminfo: memFree=28993520/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 4889 0 1 0 25 1 0 0 20 0 22 0 3595719 10060525568 7439 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 7439 2224 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 7439 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300271 s]
/proc/loadavg: 4.02 4.02 3.93 4/198 8660
/proc/meminfo: memFree=28993520/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 7397 0 1 0 64 2 0 0 20 0 22 0 3595719 10060525568 9876 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 9876 2246 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 9876 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700224 s]
/proc/loadavg: 4.02 4.02 3.93 4/198 8660
/proc/meminfo: memFree=28993520/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 16035 0 1 0 222 4 0 0 20 0 22 0 3595719 10060525568 23607 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 23607 2261 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 23607 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.86 3.99 3.92 7/220 8682
/proc/meminfo: memFree=28817668/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=4.72 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 22809 0 1 0 464 8 0 0 20 0 22 0 3595719 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 49276 2283 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3595720 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3595720 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595720 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3595720 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3595721 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3595721 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3595721 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8670/stat : 8670 (java) S 8657 8660 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3595721 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890069785256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8671] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8671/stat : 8671 (java) S 8657 8660 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890057587176 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8672] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8672/stat : 8672 (java) S 8657 8660 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890056533240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8673] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8673/stat : 8673 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890055480328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8674] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 10970 0 0 0 93 2 0 0 20 0 22 0 3595724 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7851 0 0 0 92 2 0 0 20 0 22 0 3595724 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8679] ppid=8657 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/8660/task/8679/stat : 8679 (java) R 8657 8660 5767 0 -1 4202560 28 0 0 0 127 0 0 0 20 0 22 0 3595738 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890049155088 139890173772928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8680] ppid=8657 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/8660/task/8680/stat : 8680 (java) R 8657 8660 5767 0 -1 4202560 93 0 0 0 126 2 0 0 20 0 22 0 3595738 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890048110584 139890173266517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8681] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8681/stat : 8681 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890047058856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8682] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8682/stat : 8682 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 49276 33554432000 1073741824 1073778376 140735702097536 139890046006056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.86 3.99 3.92 5/220 8682
/proc/meminfo: memFree=28781504/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 23102 0 1 0 795 15 0 0 20 0 22 0 3595719 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 88330 2283 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 3595720 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 3595720 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 3595720 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3595720 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 3595721 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 3595721 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 3595721 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8670/stat : 8670 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3595721 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890069785256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8671] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8671/stat : 8671 (java) S 8657 8660 5767 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890057587176 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8672] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8672/stat : 8672 (java) S 8657 8660 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890056533240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8673] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8673/stat : 8673 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890055480328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8674] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 10984 0 0 0 101 2 0 0 20 0 22 0 3595724 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7851 0 0 0 93 2 0 0 20 0 22 0 3595724 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8679] ppid=8657 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/8660/task/8679/stat : 8679 (java) R 8657 8660 5767 0 -1 4202560 32 0 0 0 279 0 0 0 20 0 22 0 3595738 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890049161984 139890173673184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8680] ppid=8657 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/8660/task/8680/stat : 8680 (java) R 8657 8660 5767 0 -1 4202560 142 0 0 0 277 3 0 0 20 0 22 0 3595738 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890048109896 139890173895555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8681] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8681/stat : 8681 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890047058856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8682] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8682/stat : 8682 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 88330 33554432000 1073741824 1073778376 140735702097536 139890046006056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 3.87 3.99 3.92 5/220 8682
/proc/meminfo: memFree=28371980/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=14.58 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 23565 0 1 0 1435 23 0 0 20 0 22 0 3595719 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 156806 2283 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2467 0 1 0 15 1 0 0 20 0 22 0 3595720 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 3595720 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 3595720 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 3595720 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 3595720 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 3595721 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 22 0 3595721 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 3595721 10060525568 156806 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 14329 0 0 0 148 3 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7854 0 0 0 96 2 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8679] ppid=8657 vsize=9824732 CPUtime=355.36 cores=0,2,4,6
/proc/8660/task/8679/stat : 8679 (java) R 8657 8660 5767 0 -1 4202560 113 0 0 0 35530 6 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890049162784 139890173772985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8680] ppid=8657 vsize=9824732 CPUtime=355.34 cores=0,2,4,6
/proc/8660/task/8680/stat : 8680 (java) R 8657 8660 5767 0 -1 4202560 1210 0 0 0 35495 39 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890048109088 139890173900760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8681] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8681/stat : 8681 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890047058856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8682] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8682/stat : 8682 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890046006056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 724.24
Current children cumulated vsize (KiB) 9824732

[startup+360.401 s]
/proc/loadavg: 4.01 4.01 3.94 5/219 8689
/proc/meminfo: memFree=27186472/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=725.03 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 31255 0 1 0 72376 127 0 0 20 0 22 0 3595719 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 561833 2292 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 22 0 3595720 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 317 0 0 0 91 10 0 0 20 0 22 0 3595720 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 293 0 0 0 68 8 0 0 20 0 22 0 3595720 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 284 0 0 0 85 9 0 0 20 0 22 0 3595720 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 303 0 0 0 95 11 0 0 20 0 22 0 3595720 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 359 0 0 0 85 10 0 0 20 0 22 0 3595721 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 392 0 0 0 83 9 0 0 20 0 22 0 3595721 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 236 0 0 0 93 7 0 0 20 0 22 0 3595721 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/8660/task/8670/stat : 8670 (java) S 8657 8660 5767 0 -1 4202560 334 0 0 0 82 9 0 0 20 0 22 0 3595721 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890069785256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8671] ppid=8657 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/8660/task/8671/stat : 8671 (java) S 8657 8660 5767 0 -1 4202560 1472 0 0 0 128 7 0 0 20 0 22 0 3595722 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890057587176 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8672] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8672/stat : 8672 (java) S 8657 8660 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890056533240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8673] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8673/stat : 8673 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3595722 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890055480328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8674] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 14329 0 0 0 148 3 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7854 0 0 0 96 2 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 22 0 3595724 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8679] ppid=8657 vsize=9824732 CPUtime=355.75 cores=0,2,4,6
/proc/8660/task/8679/stat : 8679 (java) R 8657 8660 5767 0 -1 4202560 113 0 0 0 35569 6 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890049162784 139890173704759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8680] ppid=8657 vsize=9824732 CPUtime=355.74 cores=0,2,4,6
/proc/8660/task/8680/stat : 8680 (java) R 8657 8660 5767 0 -1 4202560 1210 0 0 0 35535 39 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890048109088 139890173895738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8681] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8681/stat : 8681 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890047058856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8682] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8682/stat : 8682 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3595738 10060525568 561833 33554432000 1073741824 1073778376 140735702097536 139890046006056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 725.03
Current children cumulated vsize (KiB) 9824732

[startup+360.801 s]
/proc/loadavg: 4.01 4.01 3.94 3/216 8690
/proc/meminfo: memFree=27186124/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=723.47 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 31256 0 1 0 72210 137 0 0 20 0 19 0 3595719 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 561818 2293 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 19 0 3595720 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890233500536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 317 0 0 0 91 10 0 0 20 0 19 0 3595720 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 293 0 0 0 68 8 0 0 20 0 19 0 3595720 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 284 0 0 0 85 9 0 0 20 0 19 0 3595720 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 303 0 0 0 95 11 0 0 20 0 19 0 3595720 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 359 0 0 0 85 10 0 0 20 0 19 0 3595721 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 392 0 0 0 83 9 0 0 20 0 19 0 3595721 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 236 0 0 0 93 7 0 0 20 0 19 0 3595721 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/8660/task/8670/stat : 8670 (java) S 8657 8660 5767 0 -1 4202560 334 0 0 0 82 9 0 0 20 0 19 0 3595721 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890069785256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8671] ppid=8657 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/8660/task/8671/stat : 8671 (java) S 8657 8660 5767 0 -1 4202560 1472 0 0 0 128 7 0 0 20 0 19 0 3595722 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890057587176 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8672] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8672/stat : 8672 (java) S 8657 8660 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3595722 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890056533240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8673] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8673/stat : 8673 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3595722 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890055480328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8674] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3595724 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 14329 0 0 0 148 3 0 0 20 0 19 0 3595724 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7854 0 0 0 96 2 0 0 20 0 19 0 3595724 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3595724 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 3595724 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8681] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8681/stat : 8681 (java) S 8657 8660 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3595738 10060525568 561818 33554432000 1073741824 1073778376 140735702097536 139890047058856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 723.47
Current children cumulated vsize (KiB) 9824732

[startup+360.908 s]
/proc/loadavg: 4.01 4.01 3.94 3/216 8690
/proc/meminfo: memFree=27186124/32872528 swapFree=248296/248296
[pid=8660] ppid=8657 vsize=9824732 CPUtime=723.48 cores=0,2,4,6
/proc/8660/stat : 8660 (java) S 8657 8660 5767 0 -1 4202496 31259 0 1 0 72211 137 0 0 20 0 19 0 3595719 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 140735702088672 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2456183 561819 2293 9 0 2446860 0
[pid=8660/tid=8661] ppid=8657 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8660/task/8661/stat : 8661 (java) S 8657 8660 5767 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 19 0 3595720 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890233500376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8663] ppid=8657 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8660/task/8663/stat : 8663 (java) S 8657 8660 5767 0 -1 4202560 317 0 0 0 91 10 0 0 20 0 19 0 3595720 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890077153832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8664] ppid=8657 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/8660/task/8664/stat : 8664 (java) S 8657 8660 5767 0 -1 4202560 293 0 0 0 68 8 0 0 20 0 19 0 3595720 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890076101032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8665] ppid=8657 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8660/task/8665/stat : 8665 (java) S 8657 8660 5767 0 -1 4202560 284 0 0 0 85 9 0 0 20 0 19 0 3595720 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890075048232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8666] ppid=8657 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/8660/task/8666/stat : 8666 (java) S 8657 8660 5767 0 -1 4202560 303 0 0 0 95 11 0 0 20 0 19 0 3595720 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890073995432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8667] ppid=8657 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/8660/task/8667/stat : 8667 (java) S 8657 8660 5767 0 -1 4202560 359 0 0 0 85 10 0 0 20 0 19 0 3595721 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890072943656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8660/tid=8668] ppid=8657 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/8660/task/8668/stat : 8668 (java) S 8657 8660 5767 0 -1 4202560 392 0 0 0 83 9 0 0 20 0 19 0 3595721 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890071890856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8669] ppid=8657 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/8660/task/8669/stat : 8669 (java) S 8657 8660 5767 0 -1 4202560 236 0 0 0 93 7 0 0 20 0 19 0 3595721 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890070838056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8670] ppid=8657 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/8660/task/8670/stat : 8670 (java) S 8657 8660 5767 0 -1 4202560 334 0 0 0 82 9 0 0 20 0 19 0 3595721 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890069785256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8671] ppid=8657 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/8660/task/8671/stat : 8671 (java) S 8657 8660 5767 0 -1 4202560 1472 0 0 0 128 7 0 0 20 0 19 0 3595722 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890057587176 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8672] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8672/stat : 8672 (java) S 8657 8660 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3595722 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890056533240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8673] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8673/stat : 8673 (java) S 8657 8660 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3595722 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890055480328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8674] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8674/stat : 8674 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3595724 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890054428816 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8660/tid=8675] ppid=8657 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/8660/task/8675/stat : 8675 (java) S 8657 8660 5767 0 -1 4202560 14329 0 0 0 148 3 0 0 20 0 19 0 3595724 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890053376952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8660/tid=8676] ppid=8657 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/8660/task/8676/stat : 8676 (java) S 8657 8660 5767 0 -1 4202560 7854 0 0 0 96 2 0 0 20 0 19 0 3595724 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890052324152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8677] ppid=8657 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8660/task/8677/stat : 8677 (java) S 8657 8660 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3595724 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890051271544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8660/tid=8678] ppid=8657 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/8660/task/8678/stat : 8678 (java) S 8657 8660 5767 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 3595724 10060525568 561819 33554432000 1073741824 1073778376 140735702097536 139890050218952 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 723.48
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.56006
#  lost CPU user time (s): 1.66003
#  lost CPU system time (s): -0.1

Real time (s): 360.963
CPU time (s): 725.234
CPU user time (s): 723.771
CPU system time (s): 1.46276
CPU usage (%): 200.916
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 722.111
system time used= 1.56276
maximum resident set size= 2984916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31270
page faults= 1
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11068
involuntary context switches= 16709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.45363 second user time and 2.78658 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 9ef547099998be8042e2fe5020927fa9
RANDOM SEED=596265833

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:        28994404 kB
Buffers:          126804 kB
Cached:           343476 kB
SwapCached:            0 kB
Active:          2593892 kB
Inactive:         324912 kB
Active(anon):    2451096 kB
Inactive(anon):        0 kB
Active(file):     142796 kB
Inactive(file):   324912 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2641276 kB
Mapped:            21576 kB
Shmem:               204 kB
Slab:             574748 kB
SReclaimable:      18572 kB
SUnreclaim:       556176 kB
KernelStack:        1816 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2838508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2320384 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:36:54