Trace number 4088967

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.9836 30.2023

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x15.opb
MD5SUM986cb7ae832d6e4976155b718deb2264
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.006998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints301
Number of constraints which are clauses300
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 constraint150
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 225
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088967-1466012731.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.045s.
0.10/0.15	c declared #vars     150
0.10/0.15	c #constraints  301
0.10/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 300
0.10/0.16	c 301 constraints processed.
0.10/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 300
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.16	c 301 constraints processed.
1.90/0.65	c cleaning 2501 clauses out of 5001 with flag 10730/5001
3.10/0.90	c cleaning 4246 clauses out of 8499 with flag 23482/11000
4.28/1.21	c cleaning 5627 clauses out of 11253 with flag 38447/18000
4.90/1.54	c cleaning 6812 clauses out of 13626 with flag 55527/26000
5.77/1.94	c cleaning 7906 clauses out of 15814 with flag 74738/35000
6.59/2.37	c cleaning 8955 clauses out of 17909 with flag 96121/45001
7.81/2.93	c cleaning 9977 clauses out of 19953 with flag 119614/56000
9.04/3.53	c cleaning 10988 clauses out of 21976 with flag 145236/68000
10.44/4.22	c cleaning 11988 clauses out of 23988 with flag 172885/81000
12.08/5.04	c cleaning 12997 clauses out of 26001 with flag 202648/95001
13.72/5.88	c cleaning 14000 clauses out of 28003 with flag 234436/110000
15.72/6.83	c cleaning 15002 clauses out of 30003 with flag 268528/126000
17.74/7.89	c cleaning 16001 clauses out of 32001 with flag 304676/143000
20.18/9.04	c cleaning 17000 clauses out of 34002 with flag 343179/161002
22.57/10.27	c cleaning 18000 clauses out of 36000 with flag 383735/180000
25.44/11.69	c cleaning 18997 clauses out of 38000 with flag 426210/200000
28.44/13.19	c cleaning 20002 clauses out of 40004 with flag 471204/221001
31.84/14.87	c cleaning 20999 clauses out of 42001 with flag 518297/243000
35.25/16.59	c cleaning 22000 clauses out of 44002 with flag 567300/266000
39.11/18.40	c cleaning 22996 clauses out of 46002 with flag 618556/290000
42.90/20.39	c cleaning 24003 clauses out of 48007 with flag 671906/315001
47.36/22.56	c cleaning 25003 clauses out of 50006 with flag 727582/341003
52.16/24.91	c cleaning 25996 clauses out of 52000 with flag 785059/368000
57.17/27.43	c cleaning 26998 clauses out of 54004 with flag 844849/396000
61.82/29.76	c And the winner is solver1
61.82/30.16	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
61.82/30.16	c starts		: 1
61.82/30.16	c conflicts		: 422994
61.82/30.16	c decisions		: 439475
61.82/30.16	c propagations		: 2092557
61.82/30.16	c inspects		: 459632216
61.82/30.16	c shortcuts		: 0
61.82/30.16	c learnt literals	: 0
61.82/30.16	c learnt binary clauses	: 0
61.82/30.16	c learnt ternary clauses	: 0
61.82/30.16	c learnt constraints	: 422994
61.82/30.16	c ignored constraints	: 0
61.82/30.16	c root simplifications	: 0
61.82/30.16	c removed literals (reason simplification)	: 7407979
61.82/30.16	c reason swapping (by a shorter reason)	: 0
61.82/30.16	c Calls to reduceDB	: 24
61.82/30.16	c Number of update (reduction) of LBD	: 9749
61.82/30.16	c Imported unit clauses	: 0
61.82/30.16	c number of reductions to clauses (during analyze)	: 0
61.82/30.16	c number of learned constraints concerned by reduction	: 0
61.82/30.16	c number of learning phase by resolution	: 0
61.82/30.16	c number of learning phase by cutting planes	: 0
61.82/30.16	c speed (assignments/second)	: 69740.27662056324
61.82/30.16	c non guided choices	65
61.82/30.18	c learnt constraints type 
61.82/30.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 54000
61.82/30.18	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
61.82/30.18	c starts		: 15
61.82/30.18	c conflicts		: 3025
61.82/30.18	c decisions		: 4896
61.82/30.18	c propagations		: 53283
61.82/30.18	c inspects		: 27235390
61.82/30.18	c shortcuts		: 0
61.82/30.18	c learnt literals	: 0
61.82/30.18	c learnt binary clauses	: 0
61.82/30.18	c learnt ternary clauses	: 0
61.82/30.18	c learnt constraints	: 3024
61.82/30.18	c ignored constraints	: 0
61.82/30.18	c root simplifications	: 0
61.82/30.18	c removed literals (reason simplification)	: 0
61.82/30.18	c reason swapping (by a shorter reason)	: 0
61.82/30.18	c Calls to reduceDB	: 0
61.82/30.18	c Number of update (reduction) of LBD	: 0
61.82/30.18	c Imported unit clauses	: 0
61.82/30.18	c number of reductions to clauses (during analyze)	: 0
61.82/30.19	c number of learned constraints concerned by reduction	: 0
61.82/30.19	c number of learning phase by resolution	: 0
61.82/30.19	c number of learning phase by cutting planes	: 0
61.82/30.19	c speed (assignments/second)	: 1774.5620462266036
61.82/30.19	c non guided choices	65
61.82/30.19	c learnt constraints type 
61.82/30.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
61.82/30.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2926
61.82/30.19	s UNSATISFIABLE
61.82/30.19	c Total wall clock time (in seconds): 30.08

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

pid=8535
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.14 4.28 4.20 4/197 8538
/proc/meminfo: memFree=29767780/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 3322311 98570240 977 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 24065 977 743 9 0 16771 0
[pid=8538/tid=8539] ppid=8535 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) R 8535 8538 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3322312 98570240 977 33554432000 1073741824 1073778376 140735571821504 139839356239400 219513963904 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.14 4.28 4.20 4/197 8538
/proc/meminfo: memFree=29767780/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 4476 0 1 0 9 1 0 0 20 0 18 0 3322311 9787879424 6109 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2389619 6109 2156 9 0 2380296 0
[pid=8538/tid=8539] ppid=8535 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) R 8535 8538 5545 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 3322312 9787879424 6109 33554432000 1073741824 1073778376 140735571821504 139839356242848 139839364092564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.14 4.28 4.20 4/197 8538
/proc/meminfo: memFree=29767780/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 5733 0 1 0 30 1 0 0 20 0 22 0 3322311 10060525568 8481 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 8490 2234 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 8491 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300286 s]
/proc/loadavg: 4.14 4.28 4.20 4/197 8538
/proc/meminfo: memFree=29767780/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 7245 0 1 0 69 2 0 0 20 0 22 0 3322311 10060525568 10378 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 10378 2242 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 10378 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700247 s]
/proc/loadavg: 4.14 4.28 4.20 4/197 8538
/proc/meminfo: memFree=29767780/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 15198 0 1 0 226 4 0 0 20 0 22 0 3322311 10060525568 26590 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 26590 2251 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 26590 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 4.14 4.28 4.20 7/219 8560
/proc/meminfo: memFree=29405204/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 20797 0 1 0 482 8 0 0 20 0 22 0 3322311 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 50744 2283 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8548/stat : 8548 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322312 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839310367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8549] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8549/stat : 8549 (java) S 8535 8538 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3322313 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839179557608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8550] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8550/stat : 8550 (java) S 8535 8538 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839178503672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8551] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8551/stat : 8551 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839177451272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8552] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8552/stat : 8552 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839176399760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8553] ppid=8535 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8538/task/8553/stat : 8553 (java) S 8535 8538 5545 0 -1 4202560 5596 0 0 0 103 2 0 0 20 0 22 0 3322316 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839175346360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8554] ppid=8535 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8538/task/8554/stat : 8554 (java) S 8535 8538 5545 0 -1 4202560 11270 0 0 0 99 3 0 0 20 0 22 0 3322316 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839174293560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8555] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8555/stat : 8555 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839173241464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8556] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8556/stat : 8556 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839172188872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8557] ppid=8535 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/8538/task/8557/stat : 8557 (java) R 8535 8538 5545 0 -1 4202560 29 0 0 0 128 0 0 0 20 0 22 0 3322327 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139839171134272 139839187103188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8558] ppid=8535 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/8538/task/8558/stat : 8558 (java) R 8535 8538 5545 0 -1 4202560 99 0 0 0 128 2 0 0 20 0 22 0 3322327 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139838028242504 139839186451884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8559] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8559/stat : 8559 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139838027191976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8560] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8560/stat : 8560 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 50744 33554432000 1073741824 1073778376 140735571821504 139838026139176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.14 4.28 4.20 5/219 8560
/proc/meminfo: memFree=29010988/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=8.24 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 21076 0 1 0 808 16 0 0 20 0 22 0 3322311 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 90807 2283 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8538/task/8548/stat : 8548 (java) S 8535 8538 5545 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 3322312 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839310367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8549] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8549/stat : 8549 (java) S 8535 8538 5545 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 3322313 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839179557608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8550] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8550/stat : 8550 (java) S 8535 8538 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839178503672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8551] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8551/stat : 8551 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839177451272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8552] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8552/stat : 8552 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839176399760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8553] ppid=8535 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/8538/task/8553/stat : 8553 (java) S 8535 8538 5545 0 -1 4202560 5596 0 0 0 106 2 0 0 20 0 22 0 3322316 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839175346360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8554] ppid=8535 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8538/task/8554/stat : 8554 (java) S 8535 8538 5545 0 -1 4202560 11270 0 0 0 99 3 0 0 20 0 22 0 3322316 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839174293560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8555] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8555/stat : 8555 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839173241464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8556] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8556/stat : 8556 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839172188872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8557] ppid=8535 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/8538/task/8557/stat : 8557 (java) R 8535 8538 5545 0 -1 4202560 31 0 0 0 280 0 0 0 20 0 22 0 3322327 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139839171132432 139839186435145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8558] ppid=8535 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/8538/task/8558/stat : 8558 (java) R 8535 8538 5545 0 -1 4202560 153 0 0 0 279 3 0 0 20 0 22 0 3322327 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139838028242648 139839186485826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8559] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8559/stat : 8559 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139838027191976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8560] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8560/stat : 8560 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 90807 33554432000 1073741824 1073778376 140735571821504 139838026139176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.13 4.27 4.20 5/219 8560
/proc/meminfo: memFree=28538040/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=14.72 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 21520 0 1 0 1448 24 0 0 20 0 22 0 3322311 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 158124 2283 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 3322312 10060525568 158124 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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


[startup+28.8009 s]
/proc/loadavg: 3.86 4.20 4.17 3/216 9308
/proc/meminfo: memFree=28221876/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=59.96 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 23602 0 1 0 5930 66 0 0 20 0 22 0 3322311 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 679219 2283 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 86 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 65 0 0 0 5 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 80 0 0 0 9 4 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 78 0 0 0 9 4 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8538/task/8548/stat : 8548 (java) S 8535 8538 5545 0 -1 4202560 67 0 0 0 8 3 0 0 20 0 22 0 3322312 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839310367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8549] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8549/stat : 8549 (java) S 8535 8538 5545 0 -1 4202560 1236 0 0 0 0 0 0 0 20 0 22 0 3322313 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839179557608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8550] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8550/stat : 8550 (java) S 8535 8538 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839178503672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8551] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8551/stat : 8551 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839177451272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8552] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8552/stat : 8552 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839176399760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8553] ppid=8535 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/8538/task/8553/stat : 8553 (java) S 8535 8538 5545 0 -1 4202560 5596 0 0 0 107 2 0 0 20 0 22 0 3322316 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839175346360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8554] ppid=8535 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8538/task/8554/stat : 8554 (java) S 8535 8538 5545 0 -1 4202560 11270 0 0 0 99 3 0 0 20 0 22 0 3322316 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839174293560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8555] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8555/stat : 8555 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839173241464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8556] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8556/stat : 8556 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839172188872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8557] ppid=8535 vsize=9824732 CPUtime=28.24 cores=1,3,5,7
/proc/8538/task/8557/stat : 8557 (java) R 8535 8538 5545 0 -1 4202560 71 0 0 0 2823 1 0 0 20 0 22 0 3322327 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139839171125536 139839186435201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8558] ppid=8535 vsize=9824732 CPUtime=28.24 cores=1,3,5,7
/proc/8538/task/8558/stat : 8558 (java) R 8535 8538 5545 0 -1 4202560 1179 0 0 0 2790 34 0 0 20 0 22 0 3322327 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139838028243352 139839186992621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8559] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8559/stat : 8559 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139838027191976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8560] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8560/stat : 8560 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 679219 33554432000 1073741824 1073778376 140735571821504 139838026139176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 59.96
Current children cumulated vsize (KiB) 9824732

[startup+29.6009 s]
/proc/loadavg: 3.86 4.20 4.17 3/216 9308
/proc/meminfo: memFree=28221876/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=61.6 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 23744 0 1 0 6091 69 0 0 20 0 22 0 3322311 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 688020 2283 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 130 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 86 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 67 0 0 0 8 4 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 85 0 0 0 8 4 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 100 0 0 0 11 5 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8548/stat : 8548 (java) S 8535 8538 5545 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 22 0 3322312 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839310367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8549] ppid=8535 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8538/task/8549/stat : 8549 (java) S 8535 8538 5545 0 -1 4202560 1263 0 0 0 0 1 0 0 20 0 22 0 3322313 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839179557608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8550] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8550/stat : 8550 (java) S 8535 8538 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839178503672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8551] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8551/stat : 8551 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3322314 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839177451272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8552] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8552/stat : 8552 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839176399760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8553] ppid=8535 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/8538/task/8553/stat : 8553 (java) S 8535 8538 5545 0 -1 4202560 5596 0 0 0 107 2 0 0 20 0 22 0 3322316 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839175346360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8554] ppid=8535 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8538/task/8554/stat : 8554 (java) S 8535 8538 5545 0 -1 4202560 11270 0 0 0 99 3 0 0 20 0 22 0 3322316 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839174293560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8555] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8555/stat : 8555 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839173241464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8556] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8556/stat : 8556 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3322316 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839172188872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8557] ppid=8535 vsize=9824732 CPUtime=29 cores=1,3,5,7
/proc/8538/task/8557/stat : 8557 (java) R 8535 8538 5545 0 -1 4202560 72 0 0 0 2899 1 0 0 20 0 22 0 3322327 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139839171133232 139839186355999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8558] ppid=8535 vsize=9824732 CPUtime=29 cores=1,3,5,7
/proc/8538/task/8558/stat : 8558 (java) R 8535 8538 5545 0 -1 4202560 1180 0 0 0 2866 34 0 0 20 0 22 0 3322327 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139838028241296 139839186485450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8559] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8559/stat : 8559 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139838027191976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8560] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8560/stat : 8560 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3322328 10060525568 688020 33554432000 1073741824 1073778376 140735571821504 139838026139176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 61.6
Current children cumulated vsize (KiB) 9824732

[startup+30.0008 s]
/proc/loadavg: 3.86 4.20 4.17 7/219 9376
/proc/meminfo: memFree=28131432/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=9824732 CPUtime=61.8 cores=1,3,5,7
/proc/8538/stat : 8538 (java) S 8535 8538 5545 0 -1 4202496 23745 0 1 0 6110 70 0 0 20 0 19 0 3322311 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 140735571812640 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 2456183 688005 2284 9 0 2446860 0
[pid=8538/tid=8539] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8539/stat : 8539 (java) S 8535 8538 5545 0 -1 4202560 2414 0 1 0 12 2 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839356244856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8538/tid=8541] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8541/stat : 8541 (java) S 8535 8538 5545 0 -1 4202560 130 0 0 0 9 3 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839317736232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8542] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8542/stat : 8542 (java) S 8535 8538 5545 0 -1 4202560 86 0 0 0 9 3 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839316683432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) S 8535 8538 5545 0 -1 4202560 67 0 0 0 8 4 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839315631144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8544] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8544/stat : 8544 (java) S 8535 8538 5545 0 -1 4202560 85 0 0 0 8 4 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839314578344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8545] ppid=8535 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8538/task/8545/stat : 8545 (java) S 8535 8538 5545 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839313525032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8546] ppid=8535 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8538/task/8546/stat : 8546 (java) S 8535 8538 5545 0 -1 4202560 100 0 0 0 11 5 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839312472232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8547] ppid=8535 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8538/task/8547/stat : 8547 (java) S 8535 8538 5545 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839311419944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8548] ppid=8535 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8548/stat : 8548 (java) S 8535 8538 5545 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 19 0 3322312 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839310367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8549] ppid=8535 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8538/task/8549/stat : 8549 (java) S 8535 8538 5545 0 -1 4202560 1263 0 0 0 0 1 0 0 20 0 19 0 3322313 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839179557608 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8550] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8550/stat : 8550 (java) S 8535 8538 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3322314 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839178503672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8551] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8551/stat : 8551 (java) S 8535 8538 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3322314 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839177451272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8552] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8552/stat : 8552 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3322316 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839176399760 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8538/tid=8553] ppid=8535 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/8538/task/8553/stat : 8553 (java) S 8535 8538 5545 0 -1 4202560 5596 0 0 0 107 2 0 0 20 0 19 0 3322316 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839175346360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8554] ppid=8535 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8538/task/8554/stat : 8554 (java) S 8535 8538 5545 0 -1 4202560 11270 0 0 0 99 3 0 0 20 0 19 0 3322316 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839174293560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8555] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8555/stat : 8555 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3322316 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839173241464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8538/tid=8556] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8556/stat : 8556 (java) S 8535 8538 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3322316 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139839172188872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8538/tid=8560] ppid=8535 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8538/task/8560/stat : 8560 (java) S 8535 8538 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3322328 10060525568 688005 33554432000 1073741824 1073778376 140735571821504 139838026139176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 61.8
Current children cumulated vsize (KiB) 9824732

[startup+30.2007 s]
/proc/loadavg: 3.86 4.20 4.17 7/219 9376
/proc/meminfo: memFree=28131432/32872528 swapFree=1073728/1155488
[pid=8538] ppid=8535 vsize=0 CPUtime=61.94 cores=1,3,5,7
/proc/8538/stat : 8538 (java) Z 8535 8538 5545 0 -1 4203532 23763 0 1 0 6107 87 0 0 20 0 2 0 3322311 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8538/statm: 0 0 0 0 0 0 0
[pid=8538/tid=8543] ppid=8535 vsize=0 CPUtime=0.12 cores=1,3,5,7
/proc/8538/task/8543/stat : 8543 (java) R 8535 8538 5545 0 -1 4203588 67 0 0 0 8 4 0 0 20 0 2 0 3322312 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 61.94
Current children cumulated vsize (KiB) 0

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.0200005
#  lost CPU user time (s): 0.0300026
#  lost CPU system time (s): -0.00999999

Real time (s): 30.2023
CPU time (s): 61.9836
CPU user time (s): 61.1027
CPU system time (s): 0.880864
CPU usage (%): 205.228
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0727
system time used= 0.890864
maximum resident set size= 2752084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23763
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= 1426
involuntary context switches= 1821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.219966 second user time and 0.274958 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:45:31
IDJOB=4088967
IDBENCH=107339
IDSOLVER=2543
FILE ID=node114/4088967-1466012731
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088967-1466012731/watcher-4088967-1466012731 -o /tmp/evaluation-result-4088967-1466012731/solver-4088967-1466012731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088967-1466012731.opb

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

MD5SUM BENCH= 986cb7ae832d6e4976155b718deb2264
RANDOM SEED=2121382579

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:        29767796 kB
Buffers:            9672 kB
Cached:            40888 kB
SwapCached:        33296 kB
Active:          1152204 kB
Inactive:          61228 kB
Active(anon):    1132220 kB
Inactive(anon):    33292 kB
Active(file):      19984 kB
Inactive(file):    27936 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1808 kB
Writeback:             0 kB
AnonPages:       2337044 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             565684 kB
SReclaimable:       8988 kB
SUnreclaim:       556696 kB
KernelStack:        1784 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3374144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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:46:01