Trace number 4089065

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 40.3969 19.2194

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x27-hard.opb
MD5SUM6a542426f932f4c85d0a2e3d7d52af06
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.069989
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216
Total number of constraints433
Number of constraints which are clauses432
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 constraint216
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 111
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 327
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089065-1466012761.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.17	c ... done. Wall clock time 0.06s.
0.11/0.17	c declared #vars     216
0.11/0.17	c #constraints  433
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 432
0.11/0.17	c 433 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 432
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.17	c 433 constraints processed.
2.27/0.73	c cleaning 2500 clauses out of 5000 with flag 10732/5000
3.47/1.03	c cleaning 4250 clauses out of 8500 with flag 23562/11000
4.22/1.36	c cleaning 5625 clauses out of 11250 with flag 38570/18000
5.39/1.80	c cleaning 6811 clauses out of 13625 with flag 55749/26000
6.20/2.28	c cleaning 7908 clauses out of 15816 with flag 74935/35002
7.64/2.90	c cleaning 8953 clauses out of 17908 with flag 96325/45002
8.84/3.58	c cleaning 9977 clauses out of 19954 with flag 119732/56001
10.48/4.39	c cleaning 10988 clauses out of 21978 with flag 145326/68002
12.32/5.29	c cleaning 11992 clauses out of 23988 with flag 173200/81000
14.56/6.31	c cleaning 12998 clauses out of 25998 with flag 203113/95002
16.77/7.42	c cleaning 13997 clauses out of 28000 with flag 235249/110002
19.45/8.72	c cleaning 15002 clauses out of 30003 with flag 269442/126002
22.32/10.18	c cleaning 15998 clauses out of 32000 with flag 305776/143001
25.74/11.80	c cleaning 17000 clauses out of 34002 with flag 344269/161001
28.94/13.48	c cleaning 18000 clauses out of 36001 with flag 384886/180000
32.82/15.38	c cleaning 19001 clauses out of 38001 with flag 427674/200000
37.02/17.41	c cleaning 19997 clauses out of 40003 with flag 472436/221003
40.31/19.03	c And the winner is solver1
40.31/19.18	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
40.31/19.18	c starts		: 1
40.31/19.18	c conflicts		: 238835
40.31/19.18	c decisions		: 251616
40.31/19.18	c propagations		: 1204692
40.31/19.18	c inspects		: 252689988
40.31/19.18	c shortcuts		: 0
40.31/19.18	c learnt literals	: 0
40.31/19.18	c learnt binary clauses	: 0
40.31/19.18	c learnt ternary clauses	: 0
40.31/19.18	c learnt constraints	: 238835
40.31/19.18	c ignored constraints	: 0
40.31/19.18	c root simplifications	: 0
40.31/19.18	c removed literals (reason simplification)	: 3852041
40.31/19.18	c reason swapping (by a shorter reason)	: 0
40.31/19.18	c Calls to reduceDB	: 17
40.31/19.18	c Number of update (reduction) of LBD	: 5013
40.31/19.18	c Imported unit clauses	: 0
40.31/19.18	c number of reductions to clauses (during analyze)	: 0
40.31/19.18	c number of learned constraints concerned by reduction	: 0
40.31/19.18	c number of learning phase by resolution	: 0
40.31/19.18	c number of learning phase by cutting planes	: 0
40.31/19.18	c speed (assignments/second)	: 63398.16861383013
40.31/19.18	c non guided choices	103
40.31/19.19	c learnt constraints type 
40.31/19.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37838
40.31/19.19	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
40.31/19.19	c starts		: 20
40.31/19.19	c conflicts		: 4503
40.31/19.19	c decisions		: 6756
40.31/19.19	c propagations		: 76617
40.31/19.19	c inspects		: 34362591
40.31/19.19	c shortcuts		: 0
40.31/19.19	c learnt literals	: 0
40.31/19.19	c learnt binary clauses	: 0
40.31/19.19	c learnt ternary clauses	: 0
40.31/19.19	c learnt constraints	: 4502
40.31/19.19	c ignored constraints	: 0
40.31/19.19	c root simplifications	: 0
40.31/19.19	c removed literals (reason simplification)	: 0
40.31/19.19	c reason swapping (by a shorter reason)	: 0
40.31/19.19	c Calls to reduceDB	: 0
40.31/19.19	c Number of update (reduction) of LBD	: 0
40.31/19.19	c Imported unit clauses	: 0
40.31/19.19	c number of reductions to clauses (during analyze)	: 0
40.31/19.19	c number of learned constraints concerned by reduction	: 0
40.31/19.19	c number of learning phase by resolution	: 0
40.31/19.19	c number of learning phase by cutting planes	: 0
40.31/19.19	c speed (assignments/second)	: 4028.6570617309917
40.31/19.19	c non guided choices	103
40.31/19.20	c learnt constraints type 
40.31/19.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 259
40.31/19.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4243
40.31/19.20	s UNSATISFIABLE
40.31/19.20	c Total wall clock time (in seconds): 19.089

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

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

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


[startup+0 s]
/proc/loadavg: 3.86 4.20 4.17 2/194 9490
/proc/meminfo: memFree=30909252/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3325365 98570240 978 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 24065 978 743 9 0 16771 0
[pid=9490/tid=9491] ppid=9487 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) R 9487 9490 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3325366 98570240 978 33554432000 1073741824 1073778376 140734125637008 139730044677672 219513963904 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 3.86 4.20 4.17 2/194 9490
/proc/meminfo: memFree=30909252/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 4527 0 1 0 10 1 0 0 20 0 18 0 3325365 9787879424 5646 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2389619 5654 2156 9 0 2380296 0
[pid=9490/tid=9491] ppid=9487 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) R 9487 9490 5545 0 -1 4202560 2439 0 1 0 6 1 0 0 20 0 18 0 3325366 9787879424 5654 33554432000 1073741824 1073778376 140734125637008 139730044681120 139730034742715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 3.86 4.20 4.17 2/194 9490
/proc/meminfo: memFree=30909252/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 4871 0 1 0 26 1 0 0 20 0 22 0 3325365 10060525568 7451 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 7451 2224 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 7451 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300275 s]
/proc/loadavg: 3.86 4.20 4.17 2/194 9490
/proc/meminfo: memFree=30909252/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 7520 0 1 0 65 2 0 0 20 0 22 0 3325365 10060525568 9724 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 9724 2247 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 9724 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700223 s]
/proc/loadavg: 3.86 4.20 4.17 2/194 9490
/proc/meminfo: memFree=30909252/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9826204 CPUtime=2.27 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 15663 0 1 0 223 4 0 0 20 0 22 0 3325365 10062032896 27034 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456551 27034 2261 9 0 2447228 0
[pid=9490/tid=9491] ppid=9487 vsize=9826204 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10062032896 27034 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9826204

[startup+1.50091 s]
/proc/loadavg: 3.86 4.20 4.17 7/219 9580
/proc/meminfo: memFree=30685668/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 22187 0 1 0 466 8 0 0 20 0 22 0 3325365 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 52115 2284 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3325366 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9500/stat : 9500 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729880926632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9501] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9501/stat : 9501 (java) S 9487 9490 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729868729064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9502] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9502/stat : 9502 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729867675128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9503] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9503/stat : 9503 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729866622728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9504] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9504/stat : 9504 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729865571216 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9505] ppid=9487 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9490/task/9505/stat : 9505 (java) S 9487 9490 5545 0 -1 4202560 7517 0 0 0 95 0 0 0 20 0 22 0 3325370 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729864517816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9506] ppid=9487 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 91 2 0 0 20 0 22 0 3325370 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729863465016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9508] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9508/stat : 9508 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729861360328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9509] ppid=9487 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/9490/task/9509/stat : 9509 (java) R 9487 9490 5545 0 -1 4202560 28 0 0 0 128 0 0 0 20 0 22 0 3325383 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729860303872 139729984910509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9510] ppid=9487 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/9490/task/9510/stat : 9510 (java) R 9487 9490 5545 0 -1 4202560 97 0 0 0 126 2 0 0 20 0 22 0 3325383 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729859251744 139729984956860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9511] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9511/stat : 9511 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729858201256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9512] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9512/stat : 9512 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 52115 33554432000 1073741824 1073778376 140734125637008 139729857148456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10101 s]
/proc/loadavg: 3.86 4.20 4.17 5/219 9580
/proc/meminfo: memFree=30469516/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=8.04 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 22778 0 1 0 790 14 0 0 20 0 22 0 3325365 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 91491 2284 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 3325366 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9490/task/9500/stat : 9500 (java) S 9487 9490 5545 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 22 0 3325367 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729880926632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9501] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9501/stat : 9501 (java) S 9487 9490 5545 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729868729064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9502] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9502/stat : 9502 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729867675128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9503] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9503/stat : 9503 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729866622728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9504] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9504/stat : 9504 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729865571216 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9505] ppid=9487 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/9490/task/9505/stat : 9505 (java) S 9487 9490 5545 0 -1 4202560 7521 0 0 0 98 0 0 0 20 0 22 0 3325370 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729864517816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9506] ppid=9487 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 91 2 0 0 20 0 22 0 3325370 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729863465016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9508] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9508/stat : 9508 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729861360328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9509] ppid=9487 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/9490/task/9509/stat : 9509 (java) R 9487 9490 5545 0 -1 4202560 32 0 0 0 283 0 0 0 20 0 22 0 3325383 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729860296944 139729984956860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9510] ppid=9487 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/9490/task/9510/stat : 9510 (java) R 9487 9490 5545 0 -1 4202560 149 0 0 0 279 3 0 0 20 0 22 0 3325383 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729859251776 139729985073545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9511] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9511/stat : 9511 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729858201256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9512] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9512/stat : 9512 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 91491 33554432000 1073741824 1073778376 140734125637008 139729857148456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 3.95 4.21 4.18 5/195 9621
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=14.56 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 23289 0 1 0 1434 22 0 0 20 0 22 0 3325365 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 158362 2284 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 131 0 0 0 3 2 0 0 20 0 22 0 3325366 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 3325367 10060525568 158362 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 91 2 0 0 20 0 22 0 3325370 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729863465016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9508] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9508/stat : 9508 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729861360328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9509] ppid=9487 vsize=9824732 CPUtime=17.1 cores=1,3,5,7
/proc/9490/task/9509/stat : 9509 (java) R 9487 9490 5545 0 -1 4202560 54 0 0 0 1710 0 0 0 20 0 22 0 3325383 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729860305648 139729984857391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9510] ppid=9487 vsize=9824732 CPUtime=17.1 cores=1,3,5,7
/proc/9490/task/9510/stat : 9510 (java) R 9487 9490 5545 0 -1 4202560 1392 0 0 0 1688 22 0 0 20 0 22 0 3325383 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729859251776 139729984857368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9511] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9511/stat : 9511 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729858201256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9512] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9512/stat : 9512 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 448743 33554432000 1073741824 1073778376 140734125637008 139729857148456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.43
Current children cumulated vsize (KiB) 9824732

[startup+18.401 s]
/proc/loadavg: 3.96 4.21 4.18 3/196 9853
/proc/meminfo: memFree=29140568/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=39.03 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 25612 0 1 0 3852 51 0 0 20 0 22 0 3325365 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 448744 2284 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 199 0 0 0 6 3 0 0 20 0 22 0 3325366 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 54 0 0 0 5 2 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 170 0 0 0 8 4 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 180 0 0 0 10 5 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 98 0 0 0 7 3 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 50 0 0 0 6 1 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9490/task/9500/stat : 9500 (java) S 9487 9490 5545 0 -1 4202560 192 0 0 0 10 2 0 0 20 0 22 0 3325367 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729880926632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9501] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9501/stat : 9501 (java) S 9487 9490 5545 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729868729064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9502] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9502/stat : 9502 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729867675128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9503] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9503/stat : 9503 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729866622728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9504] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9504/stat : 9504 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729865571216 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9505] ppid=9487 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/9490/task/9505/stat : 9505 (java) S 9487 9490 5545 0 -1 4202560 7531 0 0 0 108 1 0 0 20 0 22 0 3325370 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729864517816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9506] ppid=9487 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 92 2 0 0 20 0 22 0 3325370 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729863465016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9508] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9508/stat : 9508 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729861360328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9509] ppid=9487 vsize=9824732 CPUtime=17.89 cores=1,3,5,7
/proc/9490/task/9509/stat : 9509 (java) R 9487 9490 5545 0 -1 4202560 54 0 0 0 1789 0 0 0 20 0 22 0 3325383 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729860296960 139729984857431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9510] ppid=9487 vsize=9824732 CPUtime=17.89 cores=1,3,5,7
/proc/9490/task/9510/stat : 9510 (java) R 9487 9490 5545 0 -1 4202560 1392 0 0 0 1767 22 0 0 20 0 22 0 3325383 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729859252712 139729985106793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9511] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9511/stat : 9511 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729858201256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9512] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9512/stat : 9512 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 448744 33554432000 1073741824 1073778376 140734125637008 139729857148456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 39.03
Current children cumulated vsize (KiB) 9824732

[startup+18.808 s]
/proc/loadavg: 3.80 4.17 4.17 3/192 9954
/proc/meminfo: memFree=29106724/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=39.92 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 25677 0 1 0 3937 55 0 0 20 0 22 0 3325365 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 457455 2284 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 22 0 3325366 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139730044683128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 205 0 0 0 7 3 0 0 20 0 22 0 3325366 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 175 0 0 0 9 4 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 193 0 0 0 13 5 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 112 0 0 0 8 3 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 51 0 0 0 7 1 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9490/task/9500/stat : 9500 (java) S 9487 9490 5545 0 -1 4202560 206 0 0 0 13 3 0 0 20 0 22 0 3325367 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729880926632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9501] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9501/stat : 9501 (java) S 9487 9490 5545 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729868729064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9502] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9502/stat : 9502 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729867675128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9503] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9503/stat : 9503 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325368 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729866622728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9504] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9504/stat : 9504 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729865571216 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9505] ppid=9487 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/9490/task/9505/stat : 9505 (java) S 9487 9490 5545 0 -1 4202560 7531 0 0 0 108 1 0 0 20 0 22 0 3325370 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729864517816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9506] ppid=9487 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 92 2 0 0 20 0 22 0 3325370 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729863465016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9508] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9508/stat : 9508 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325370 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729861360328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9509] ppid=9487 vsize=9824732 CPUtime=18.25 cores=1,3,5,7
/proc/9490/task/9509/stat : 9509 (java) R 9487 9490 5545 0 -1 4202560 54 0 0 0 1825 0 0 0 20 0 22 0 3325383 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729860303872 139729984956860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9510] ppid=9487 vsize=9824732 CPUtime=18.25 cores=1,3,5,7
/proc/9490/task/9510/stat : 9510 (java) R 9487 9490 5545 0 -1 4202560 1393 0 0 0 1803 22 0 0 20 0 22 0 3325383 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729859251760 139729985105359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9511] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9511/stat : 9511 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729858201256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9512] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9512/stat : 9512 (java) S 9487 9490 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325383 10060525568 457455 33554432000 1073741824 1073778376 140734125637008 139729857148456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 39.92
Current children cumulated vsize (KiB) 9824732

[startup+19.2012 s]
/proc/loadavg: 3.80 4.17 4.17 3/192 9954
/proc/meminfo: memFree=29106724/32872528 swapFree=1073728/1155488
[pid=9490] ppid=9487 vsize=9824732 CPUtime=40.32 cores=1,3,5,7
/proc/9490/stat : 9490 (java) S 9487 9490 5545 0 -1 4202496 25694 0 1 0 3976 56 0 0 20 0 17 0 3325365 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 140734125628144 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9490/statm: 2456183 457450 2291 9 0 2446860 0
[pid=9490/tid=9491] ppid=9487 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9490/task/9491/stat : 9491 (java) S 9487 9490 5545 0 -1 4202560 2468 0 1 0 14 1 0 0 20 0 17 0 3325366 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139730044683256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9493] ppid=9487 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9490/task/9493/stat : 9493 (java) S 9487 9490 5545 0 -1 4202560 205 0 0 0 7 3 0 0 20 0 17 0 3325366 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729888295720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9494] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9494/stat : 9494 (java) S 9487 9490 5545 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729887242920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9495] ppid=9487 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/9490/task/9495/stat : 9495 (java) S 9487 9490 5545 0 -1 4202560 175 0 0 0 9 4 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729886190632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9496] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9496/stat : 9496 (java) S 9487 9490 5545 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729885137832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9497] ppid=9487 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/9490/task/9497/stat : 9497 (java) S 9487 9490 5545 0 -1 4202560 193 0 0 0 13 5 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729884084520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9498] ppid=9487 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9490/task/9498/stat : 9498 (java) S 9487 9490 5545 0 -1 4202560 112 0 0 0 8 3 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729883031720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9499] ppid=9487 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9490/task/9499/stat : 9499 (java) S 9487 9490 5545 0 -1 4202560 51 0 0 0 7 1 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729881979432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9500] ppid=9487 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9490/task/9500/stat : 9500 (java) S 9487 9490 5545 0 -1 4202560 206 0 0 0 13 3 0 0 20 0 17 0 3325367 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729880926632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9490/tid=9501] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9501/stat : 9501 (java) S 9487 9490 5545 0 -1 4202560 1226 0 0 0 0 0 0 0 20 0 17 0 3325368 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729868728616 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9490/tid=9502] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9502/stat : 9502 (java) S 9487 9490 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 3325368 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729867675128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9503] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9503/stat : 9503 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 3325368 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729866622728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9504] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9504/stat : 9504 (java) S 9487 9490 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 3325370 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729865569976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9505] ppid=9487 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/9490/task/9505/stat : 9505 (java) S 9487 9490 5545 0 -1 4202560 7536 0 0 0 109 1 0 0 20 0 17 0 3325370 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729864504056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9490/tid=9506] ppid=9487 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9490/task/9506/stat : 9506 (java) S 9487 9490 5545 0 -1 4202560 10679 0 0 0 92 2 0 0 20 0 17 0 3325370 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729863457064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9490/tid=9507] ppid=9487 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9490/task/9507/stat : 9507 (java) S 9487 9490 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 3325370 10060525568 457450 33554432000 1073741824 1073778376 140734125637008 139729862412920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 40.32
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.0199966
#  lost CPU user time (s): 0.0199966
#  lost CPU system time (s): 0

Real time (s): 19.2194
CPU time (s): 40.3969
CPU user time (s): 39.746
CPU system time (s): 0.650901
CPU usage (%): 210.188
Max. virtual memory (cumulated for all children) (KiB): 9826204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.726
system time used= 0.650901
maximum resident set size= 1829828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25694
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= 1090
involuntary context switches= 1393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106983 second user time and 0.202969 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 6a542426f932f4c85d0a2e3d7d52af06
RANDOM SEED=52221002

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:        30909408 kB
Buffers:           10276 kB
Cached:            40752 kB
SwapCached:        33296 kB
Active:            47640 kB
Inactive:          61308 kB
Active(anon):      27120 kB
Inactive(anon):    33292 kB
Active(file):      20520 kB
Inactive(file):    28016 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       1297572 kB
Mapped:            14316 kB
Shmem:                 0 kB
Slab:             566200 kB
SReclaimable:       9148 kB
SUnreclaim:       557052 kB
KernelStack:        1800 kB
PageTables:         6416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1846752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:21