Trace number 4088946

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 61.6246 29.7049

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x27-hard.opb
MD5SUMca4322a45d4aea0df6201ea7b6943be2
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.021996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables162
Total number of constraints325
Number of constraints which are clauses324
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 constraint162
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 83
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 245
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4088946-1466012719.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.048s.
0.11/0.15	c declared #vars     162
0.11/0.15	c #constraints  325
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 324
0.11/0.16	c 325 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 324
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 325 constraints processed.
1.89/0.69	c cleaning 2502 clauses out of 5003 with flag 10753/5003
3.09/0.99	c cleaning 4251 clauses out of 8501 with flag 23622/11003
4.58/1.34	c cleaning 5624 clauses out of 11248 with flag 38603/18001
5.43/1.70	c cleaning 6812 clauses out of 13623 with flag 55719/26000
6.24/2.16	c cleaning 7906 clauses out of 15811 with flag 74944/35000
7.26/2.68	c cleaning 8953 clauses out of 17905 with flag 96367/45000
8.52/3.25	c cleaning 9977 clauses out of 19954 with flag 119919/56002
9.75/3.87	c cleaning 10986 clauses out of 21975 with flag 145628/68000
11.41/4.69	c cleaning 11995 clauses out of 23989 with flag 173400/81000
13.26/5.54	c cleaning 12998 clauses out of 25995 with flag 203349/95001
15.24/6.52	c cleaning 13995 clauses out of 27996 with flag 235498/110000
17.53/7.68	c cleaning 15000 clauses out of 30002 with flag 269798/126001
19.95/8.82	c cleaning 16000 clauses out of 32001 with flag 306206/143000
22.60/10.13	c cleaning 16998 clauses out of 34002 with flag 344477/161001
25.40/11.53	c cleaning 18001 clauses out of 36003 with flag 384963/180000
28.60/13.15	c cleaning 18998 clauses out of 38002 with flag 427654/200000
32.46/15.05	c cleaning 20001 clauses out of 40005 with flag 472675/221001
36.46/17.03	c cleaning 20996 clauses out of 42004 with flag 519534/243001
41.11/19.38	c cleaning 22000 clauses out of 44007 with flag 568600/266000
45.71/21.60	c cleaning 23002 clauses out of 46007 with flag 619760/290000
50.51/24.02	c cleaning 24003 clauses out of 48007 with flag 673388/315002
55.71/26.64	c cleaning 25001 clauses out of 50002 with flag 728838/341000
61.53/29.50	c And the winner is solver1
61.53/29.57	c cleaning 25995 clauses out of 52001 with flag 786193/368000
61.53/29.66	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
61.53/29.66	c starts		: 1
61.53/29.66	c conflicts		: 368000
61.53/29.66	c decisions		: 383186
61.53/29.66	c propagations		: 1821930
61.53/29.66	c inspects		: 447668883
61.53/29.66	c shortcuts		: 0
61.53/29.66	c learnt literals	: 0
61.53/29.66	c learnt binary clauses	: 0
61.53/29.66	c learnt ternary clauses	: 0
61.53/29.66	c learnt constraints	: 368000
61.53/29.66	c ignored constraints	: 0
61.53/29.66	c root simplifications	: 0
61.53/29.66	c removed literals (reason simplification)	: 6337890
61.53/29.66	c reason swapping (by a shorter reason)	: 0
61.53/29.66	c Calls to reduceDB	: 23
61.53/29.66	c Number of update (reduction) of LBD	: 7279
61.53/29.66	c Imported unit clauses	: 0
61.53/29.66	c number of reductions to clauses (during analyze)	: 0
61.53/29.66	c number of learned constraints concerned by reduction	: 0
61.53/29.66	c number of learning phase by resolution	: 0
61.53/29.66	c number of learning phase by cutting planes	: 0
61.53/29.66	c speed (assignments/second)	: 61754.05890926346
61.53/29.66	c non guided choices	77
61.53/29.68	c learnt constraints type 
61.53/29.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26006
61.53/29.68	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
61.53/29.68	c starts		: 20
61.53/29.68	c conflicts		: 4676
61.53/29.68	c decisions		: 8006
61.53/29.68	c propagations		: 78268
61.53/29.68	c inspects		: 47324467
61.53/29.68	c shortcuts		: 0
61.53/29.68	c learnt literals	: 0
61.53/29.68	c learnt binary clauses	: 0
61.53/29.68	c learnt ternary clauses	: 0
61.53/29.68	c learnt constraints	: 4675
61.53/29.68	c ignored constraints	: 0
61.53/29.68	c root simplifications	: 0
61.53/29.68	c removed literals (reason simplification)	: 0
61.53/29.68	c reason swapping (by a shorter reason)	: 0
61.53/29.68	c Calls to reduceDB	: 0
61.53/29.68	c Number of update (reduction) of LBD	: 0
61.53/29.68	c Imported unit clauses	: 0
61.53/29.68	c number of reductions to clauses (during analyze)	: 0
61.53/29.68	c number of learned constraints concerned by reduction	: 0
61.53/29.68	c number of learning phase by resolution	: 0
61.53/29.68	c number of learning phase by cutting planes	: 0
61.53/29.68	c speed (assignments/second)	: 2651.7143244342055
61.53/29.68	c non guided choices	77
61.53/29.68	c learnt constraints type 
61.53/29.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 112
61.53/29.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4563
61.53/29.68	s UNSATISFIABLE
61.53/29.68	c Total wall clock time (in seconds): 29.574

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

pid=8331
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.22 4.29 4.20 4/197 8334
/proc/meminfo: memFree=27571812/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3321094 98570240 978 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 24065 978 744 9 0 16771 0
[pid=8334/tid=8335] ppid=8331 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3321094 98570240 978 33554432000 1073741824 1073778376 140735352577600 140096074456616 219513963904 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.29 4.20 4/197 8334
/proc/meminfo: memFree=27571812/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 4485 0 1 0 10 1 0 0 20 0 18 0 3321094 9787879424 6120 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2389619 6122 2158 9 0 2380296 0
[pid=8334/tid=8335] ppid=8331 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) R 8331 8334 5545 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 3321094 9787879424 6122 33554432000 1073741824 1073778376 140735352577600 140096074460248 219517347085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 4.22 4.29 4.20 4/197 8334
/proc/meminfo: memFree=27571812/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 5569 0 1 0 30 1 0 0 20 0 22 0 3321094 10060525568 8463 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 8463 2233 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9825008 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060808192 8478 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300259 s]
/proc/loadavg: 4.22 4.29 4.20 4/197 8334
/proc/meminfo: memFree=27571812/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 7255 0 1 0 70 2 0 0 20 0 22 0 3321094 10060525568 10278 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 10278 2245 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 10278 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 4.22 4.29 4.20 4/197 8334
/proc/meminfo: memFree=27571812/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 17968 0 1 0 226 4 0 0 20 0 22 0 3321094 10060525568 23873 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 23873 2256 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 23873 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.36 4.32 4.21 7/219 8356
/proc/meminfo: memFree=27371188/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=5 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 23399 0 1 0 493 7 0 0 20 0 22 0 3321094 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 51828 2284 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095910501288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 5545 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095898302696 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095897248760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095896196360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095895144848 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 5545 0 -1 4202560 8827 0 0 0 107 1 0 0 20 0 22 0 3321099 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095894092472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 5545 0 -1 4202560 10635 0 0 0 104 3 0 0 20 0 22 0 3321099 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095893039672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095891987576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) R 8331 8334 5545 0 -1 4202560 29 0 0 0 128 0 0 0 20 0 22 0 3321110 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095889870624 140095944879548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8354] ppid=8331 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/8334/task/8354/stat : 8354 (java) R 8331 8334 5545 0 -1 4202560 97 0 0 0 128 2 0 0 20 0 22 0 3321110 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095888825216 140095944969783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8355] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8355/stat : 8355 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095887774888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 51828 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.36 4.32 4.21 5/219 8356
/proc/meminfo: memFree=27280044/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 23894 0 1 0 820 12 0 0 20 0 22 0 3321094 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 91102 2284 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3321095 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095910501288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 5545 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095898302696 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095897248760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095896196360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095895144848 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 5545 0 -1 4202560 8827 0 0 0 107 1 0 0 20 0 22 0 3321099 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095894092472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 5545 0 -1 4202560 10635 0 0 0 110 3 0 0 20 0 22 0 3321099 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095893039672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095891987576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) R 8331 8334 5545 0 -1 4202560 31 0 0 0 281 0 0 0 20 0 22 0 3321110 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095889877520 140095944879566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8354] ppid=8331 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/8334/task/8354/stat : 8354 (java) R 8331 8334 5545 0 -1 4202560 152 0 0 0 281 3 0 0 20 0 22 0 3321110 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095888825976 140095945134784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8355] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8355/stat : 8355 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095887774888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 91102 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.36 4.32 4.21 5/219 8356
/proc/meminfo: memFree=26941936/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=14.85 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 25030 0 1 0 1463 22 0 0 20 0 22 0 3321094 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 163548 2284 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 70 0 0 0 3 2 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 137 0 0 0 4 2 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 98 0 0 0 4 2 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 72 0 0 0 3 0 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 140 0 0 0 3 2 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 22 0 3321095 10060525568 163548 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 665897 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9824732 CPUtime=26.66 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) R 8331 8334 5545 0 -1 4202560 68 0 0 0 2666 0 0 0 20 0 22 0 3321110 10060525568 665897 33554432000 1073741824 1073778376 140735352577600 140095889870624 140095944957308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8354] ppid=8331 vsize=9824732 CPUtime=26.67 cores=0,2,4,6
/proc/8334/task/8354/stat : 8354 (java) R 8331 8334 5545 0 -1 4202560 1690 0 0 0 2630 37 0 0 20 0 22 0 3321110 10060525568 665897 33554432000 1073741824 1073778376 140735352577600 140095888825408 140095945104089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8355] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8355/stat : 8355 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 665897 33554432000 1073741824 1073778376 140735352577600 140095887774888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 665897 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 56.91
Current children cumulated vsize (KiB) 9824732

[startup+28.801 s]
/proc/loadavg: 4.11 4.26 4.20 5/219 8560
/proc/meminfo: memFree=26744956/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=60.13 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 27409 0 1 0 5942 71 0 0 20 0 22 0 3321094 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 691057 2284 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 96 0 0 0 7 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 230 0 0 0 12 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 127 0 0 0 9 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 129 0 0 0 10 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 131 0 0 0 7 1 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 5545 0 -1 4202560 187 0 0 0 6 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095910501288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095898302696 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095897248760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095896196360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095895144848 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 5545 0 -1 4202560 8827 0 0 0 107 1 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095894092472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 5545 0 -1 4202560 10635 0 0 0 116 3 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095893039672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095891987576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9824732 CPUtime=28.21 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) R 8331 8334 5545 0 -1 4202560 69 0 0 0 2821 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095889878320 140095944899232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8354] ppid=8331 vsize=9824732 CPUtime=28.21 cores=0,2,4,6
/proc/8334/task/8354/stat : 8354 (java) R 8331 8334 5545 0 -1 4202560 1720 0 0 0 2783 38 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095888826144 140095945135976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8355] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8355/stat : 8355 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095887774888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 9824732

[startup+29.201 s]
/proc/loadavg: 4.11 4.26 4.20 5/219 8560
/proc/meminfo: memFree=26744956/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=60.93 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 27409 0 1 0 6022 71 0 0 20 0 22 0 3321094 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 691057 2284 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 22 0 3321094 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 96 0 0 0 7 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 230 0 0 0 12 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 127 0 0 0 9 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 129 0 0 0 10 5 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 131 0 0 0 7 1 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 5545 0 -1 4202560 187 0 0 0 6 3 0 0 20 0 22 0 3321095 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095910501288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095898302696 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095897248760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3321096 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095896196360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095895144848 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 5545 0 -1 4202560 8827 0 0 0 107 1 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095894092472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 5545 0 -1 4202560 10635 0 0 0 116 3 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095893039672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095891987576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3321099 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8353] ppid=8331 vsize=9824732 CPUtime=28.61 cores=0,2,4,6
/proc/8334/task/8353/stat : 8353 (java) R 8331 8334 5545 0 -1 4202560 69 0 0 0 2861 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095889878320 140095944872709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8334/tid=8354] ppid=8331 vsize=9824732 CPUtime=28.61 cores=0,2,4,6
/proc/8334/task/8354/stat : 8354 (java) R 8331 8334 5545 0 -1 4202560 1720 0 0 0 2823 38 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095888826144 140095945104866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8355] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8355/stat : 8355 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095887774888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3321110 10060525568 691057 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 60.93
Current children cumulated vsize (KiB) 9824732

[startup+29.6009 s]
/proc/loadavg: 4.11 4.26 4.20 5/219 8560
/proc/meminfo: memFree=26744956/32872528 swapFree=1073728/1155488
[pid=8334] ppid=8331 vsize=9824732 CPUtime=61.47 cores=0,2,4,6
/proc/8334/stat : 8334 (java) S 8331 8334 5545 0 -1 4202496 27411 0 1 0 6075 72 0 0 20 0 19 0 3321094 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140735352568736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8334/statm: 2456183 691041 2285 9 0 2446860 0
[pid=8334/tid=8335] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8335/stat : 8335 (java) S 8331 8334 5545 0 -1 4202560 2429 0 1 0 14 0 0 0 20 0 19 0 3321094 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140096074462072 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8337] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8337/stat : 8337 (java) S 8331 8334 5545 0 -1 4202560 96 0 0 0 7 3 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140096063523112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8338] ppid=8331 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8334/task/8338/stat : 8338 (java) S 8331 8334 5545 0 -1 4202560 230 0 0 0 12 5 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095916816552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8339] ppid=8331 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8334/task/8339/stat : 8339 (java) S 8331 8334 5545 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095915764264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8340] ppid=8331 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/8334/task/8340/stat : 8340 (java) S 8331 8334 5545 0 -1 4202560 127 0 0 0 9 5 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095914711464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8341] ppid=8331 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8334/task/8341/stat : 8341 (java) S 8331 8334 5545 0 -1 4202560 129 0 0 0 10 5 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095913659176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8342] ppid=8331 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8334/task/8342/stat : 8342 (java) S 8331 8334 5545 0 -1 4202560 181 0 0 0 8 2 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095912606376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8343] ppid=8331 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8334/task/8343/stat : 8343 (java) S 8331 8334 5545 0 -1 4202560 131 0 0 0 7 1 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095911554088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8344] ppid=8331 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8334/task/8344/stat : 8344 (java) S 8331 8334 5545 0 -1 4202560 187 0 0 0 6 3 0 0 20 0 19 0 3321095 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095910501288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8345] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8345/stat : 8345 (java) S 8331 8334 5545 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 19 0 3321096 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095898302696 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8346] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8346/stat : 8346 (java) S 8331 8334 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3321096 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095897248760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8347] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8347/stat : 8347 (java) S 8331 8334 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3321096 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095896196360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8348] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8348/stat : 8348 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3321099 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095895144848 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8349] ppid=8331 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/8334/task/8349/stat : 8349 (java) S 8331 8334 5545 0 -1 4202560 8827 0 0 0 107 1 0 0 20 0 19 0 3321099 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095894092472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8334/tid=8350] ppid=8331 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/8334/task/8350/stat : 8350 (java) S 8331 8334 5545 0 -1 4202560 10635 0 0 0 116 3 0 0 20 0 19 0 3321099 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095893039672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8334/tid=8351] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8351/stat : 8351 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3321099 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095891987576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8352] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8352/stat : 8352 (java) S 8331 8334 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3321099 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095890934984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8334/tid=8356] ppid=8331 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8334/task/8356/stat : 8356 (java) S 8331 8334 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3321110 10060525568 691041 33554432000 1073741824 1073778376 140735352577600 140095886722088 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 61.47
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): 0.0599976
#  lost CPU user time (s): 0.0699997
#  lost CPU system time (s): -0.0100001

Real time (s): 29.7049
CPU time (s): 61.6246
CPU user time (s): 60.7818
CPU system time (s): 0.84287
CPU usage (%): 207.456
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.7118
system time used= 0.85287
maximum resident set size= 2764244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27437
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1371
involuntary context switches= 1532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.227965 second user time and 0.248962 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:45:19
IDJOB=4088946
IDBENCH=107336
IDSOLVER=2543
FILE ID=node114/4088946-1466012719
RUNJOBID= node114-1466008022-5561
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-grid6x27-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088946-1466012719/watcher-4088946-1466012719 -o /tmp/evaluation-result-4088946-1466012719/solver-4088946-1466012719 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088946-1466012719.opb

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

MD5SUM BENCH= ca4322a45d4aea0df6201ea7b6943be2
RANDOM SEED=236485747

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:        27572192 kB
Buffers:            9524 kB
Cached:            42020 kB
SwapCached:        33296 kB
Active:          3365696 kB
Inactive:          61124 kB
Active(anon):    3344600 kB
Inactive(anon):    33292 kB
Active(file):      21096 kB
Inactive(file):    27832 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               840 kB
Writeback:             4 kB
AnonPages:       4513164 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             565316 kB
SReclaimable:       8936 kB
SUnreclaim:       556380 kB
KernelStack:        1624 kB
PageTables:        13220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4761128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3344384 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 19:45:48