Trace number 4089079

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 18.8501 8.70068

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x17.opb
MD5SUM6b579983b09d9ceab1600afb9467973c
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.008998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables170
Total number of constraints341
Number of constraints which are clauses340
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 constraint170
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 85
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 255
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089079-1466012767.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.049s.
0.10/0.16	c declared #vars     170
0.10/0.16	c #constraints  341
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 => 340
0.10/0.16	c 341 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 => 340
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.16	c 341 constraints processed.
2.29/0.70	c cleaning 2501 clauses out of 5001 with flag 10730/5001
3.09/0.96	c cleaning 4246 clauses out of 8499 with flag 23482/11000
4.20/1.27	c cleaning 5627 clauses out of 11253 with flag 38447/18000
5.05/1.61	c cleaning 6815 clauses out of 13630 with flag 55543/26004
5.91/2.02	c cleaning 7904 clauses out of 15812 with flag 74758/35001
6.91/2.53	c cleaning 8954 clauses out of 17908 with flag 96154/45001
7.94/3.09	c cleaning 9977 clauses out of 19954 with flag 119707/56001
9.38/3.72	c cleaning 10984 clauses out of 21976 with flag 145383/68000
10.82/4.47	c cleaning 11996 clauses out of 23992 with flag 173202/81000
12.41/5.27	c cleaning 12995 clauses out of 25996 with flag 202980/95000
14.24/6.19	c cleaning 14002 clauses out of 28003 with flag 235076/110002
16.43/7.20	c cleaning 14997 clauses out of 29999 with flag 269174/126000
18.67/8.35	c cleaning 15998 clauses out of 32002 with flag 305436/143000
18.67/8.36	c And the winner is solver1
18.78/8.67	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
18.78/8.67	c starts		: 1
18.78/8.67	c conflicts		: 143289
18.78/8.67	c decisions		: 148973
18.78/8.67	c propagations		: 710836
18.78/8.67	c inspects		: 101074773
18.78/8.67	c shortcuts		: 0
18.78/8.67	c learnt literals	: 0
18.78/8.67	c learnt binary clauses	: 0
18.78/8.67	c learnt ternary clauses	: 0
18.78/8.67	c learnt constraints	: 143289
18.78/8.67	c ignored constraints	: 0
18.78/8.67	c root simplifications	: 0
18.78/8.67	c removed literals (reason simplification)	: 2255448
18.78/8.67	c reason swapping (by a shorter reason)	: 0
18.78/8.67	c Calls to reduceDB	: 13
18.78/8.67	c Number of update (reduction) of LBD	: 3510
18.78/8.67	c Imported unit clauses	: 0
18.78/8.67	c number of reductions to clauses (during analyze)	: 0
18.78/8.67	c number of learned constraints concerned by reduction	: 0
18.78/8.67	c number of learning phase by resolution	: 0
18.78/8.67	c number of learning phase by cutting planes	: 0
18.78/8.67	c speed (assignments/second)	: 83627.76470588235
18.78/8.67	c non guided choices	75
18.78/8.68	c learnt constraints type 
18.78/8.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16293
18.78/8.68	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
18.78/8.68	c starts		: 14
18.78/8.68	c conflicts		: 2590
18.78/8.68	c decisions		: 3911
18.78/8.68	c propagations		: 47007
18.78/8.68	c inspects		: 15444906
18.78/8.68	c shortcuts		: 0
18.78/8.68	c learnt literals	: 0
18.78/8.68	c learnt binary clauses	: 0
18.78/8.68	c learnt ternary clauses	: 0
18.78/8.68	c learnt constraints	: 2589
18.78/8.68	c ignored constraints	: 0
18.78/8.68	c root simplifications	: 0
18.78/8.68	c removed literals (reason simplification)	: 0
18.78/8.68	c reason swapping (by a shorter reason)	: 0
18.78/8.68	c Calls to reduceDB	: 0
18.78/8.68	c Number of update (reduction) of LBD	: 0
18.78/8.68	c Imported unit clauses	: 0
18.78/8.68	c number of reductions to clauses (during analyze)	: 0
18.78/8.68	c number of learned constraints concerned by reduction	: 0
18.78/8.68	c number of learning phase by resolution	: 0
18.78/8.68	c number of learning phase by cutting planes	: 0
18.78/8.68	c speed (assignments/second)	: 5523.7367802585195
18.78/8.68	c non guided choices	75
18.78/8.68	c learnt constraints type 
18.78/8.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 110
18.78/8.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2479
18.78/8.68	s UNSATISFIABLE
18.78/8.68	c Total wall clock time (in seconds): 8.568

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

pid=9623
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.95 4.21 4.18 5/197 9626
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 2 0 3325916 98635776 940 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 24081 943 714 9 0 16771 0
[pid=9626/tid=9627] ppid=9623 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) R 9623 9626 5545 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 2 0 3325917 98570240 971 33554432000 1073741824 1073778376 140735740067744 140660018384424 219513963408 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.95 4.21 4.18 5/197 9626
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 4440 0 1 0 10 0 0 0 20 0 18 0 3325916 9787879424 6081 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2389619 6081 2148 9 0 2380296 0
[pid=9626/tid=9627] ppid=9623 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) R 9623 9626 5545 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 3325917 9787879424 6081 33554432000 1073741824 1073778376 140735740067744 140660018389336 219517347085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200254 s]
/proc/loadavg: 3.95 4.21 4.18 5/197 9626
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 5425 0 1 0 29 1 0 0 20 0 22 0 3325916 10060525568 8469 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 8469 2233 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 8470 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300267 s]
/proc/loadavg: 3.95 4.21 4.18 5/197 9626
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 7463 0 1 0 68 1 0 0 20 0 22 0 3325916 10060525568 10479 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 10479 2245 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 10479 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 3.95 4.21 4.18 5/197 9626
/proc/meminfo: memFree=30305976/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 17606 0 1 0 225 4 0 0 20 0 22 0 3325916 10060525568 25109 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 25109 2251 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 25109 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 3.95 4.21 4.18 8/219 9648
/proc/meminfo: memFree=30016192/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 25564 0 1 0 476 7 0 0 20 0 22 0 3325916 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 52733 2283 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9636/stat : 9636 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325918 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659854907816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 100 2 0 0 20 0 22 0 3325921 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 22 0 3325921 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9645] ppid=9623 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9626/task/9645/stat : 9645 (java) R 9623 9626 5545 0 -1 4202560 31 0 0 0 130 0 0 0 20 0 22 0 3325933 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659364154408 140659860757143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9646] ppid=9623 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9626/task/9646/stat : 9646 (java) R 9623 9626 5545 0 -1 4202560 97 0 0 0 123 2 0 0 20 0 22 0 3325933 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659363102960 140659860847724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9648] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9648/stat : 9648 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 52733 33554432000 1073741824 1073778376 140735740067744 140659360998952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 3.95 4.21 4.18 6/219 9648
/proc/meminfo: memFree=29593352/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=8.18 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 25910 0 1 0 804 14 0 0 20 0 22 0 3325916 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 92358 2283 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 51 0 0 0 5 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9626/task/9636/stat : 9636 (java) S 9623 9626 5545 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 22 0 3325918 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659854907816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 104 2 0 0 20 0 22 0 3325921 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 22 0 3325921 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9645] ppid=9623 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/9626/task/9645/stat : 9645 (java) R 9623 9626 5545 0 -1 4202560 32 0 0 0 282 0 0 0 20 0 22 0 3325933 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659364154240 140659860242345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9646] ppid=9623 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/9626/task/9646/stat : 9646 (java) R 9623 9626 5545 0 -1 4202560 153 0 0 0 274 3 0 0 20 0 22 0 3325933 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659363102392 140659860802448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9648] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9648/stat : 9648 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 92358 33554432000 1073741824 1073778376 140735740067744 140659360998952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.96 4.21 4.18 6/219 9648
/proc/meminfo: memFree=29127440/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=14.64 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 26444 0 1 0 1442 22 0 0 20 0 22 0 3325916 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 158103 2283 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 79 0 0 0 5 2 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 3325918 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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

[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 444 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 104 2 0 0 20 0 22 0 3325921 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 22 0 3325921 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9645] ppid=9623 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/9626/task/9645/stat : 9645 (java) R 9623 9626 5545 0 -1 4202560 38 0 0 0 607 0 0 0 20 0 22 0 3325933 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659364156368 140659860757180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9646] ppid=9623 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/9626/task/9646/stat : 9646 (java) R 9623 9626 5545 0 -1 4202560 260 0 0 0 595 6 0 0 20 0 22 0 3325933 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659363103432 140659860845584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9648] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9648/stat : 9648 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 158103 33554432000 1073741824 1073778376 140735740067744 140659360998952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 9824732

[startup+8.00086 s]
/proc/loadavg: 3.96 4.21 4.18 6/219 9648
/proc/meminfo: memFree=28530492/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=18.07 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 27460 0 1 0 1774 33 0 0 20 0 22 0 3325916 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 283771 2283 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 22 0 3325917 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 60 0 0 0 4 3 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 44 0 0 0 3 1 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9636/stat : 9636 (java) S 9623 9626 5545 0 -1 4202560 81 0 0 0 5 3 0 0 20 0 22 0 3325918 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659854907816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 745 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3325919 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 104 2 0 0 20 0 22 0 3325921 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 22 0 3325921 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3325921 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9645] ppid=9623 vsize=9824732 CPUtime=7.63 cores=0,2,4,6
/proc/9626/task/9645/stat : 9645 (java) R 9623 9626 5545 0 -1 4202560 47 0 0 0 763 0 0 0 20 0 22 0 3325933 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659364154248 140659860717712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9646] ppid=9623 vsize=9824732 CPUtime=7.57 cores=0,2,4,6
/proc/9626/task/9646/stat : 9646 (java) R 9623 9626 5545 0 -1 4202560 924 0 0 0 743 14 0 0 20 0 22 0 3325933 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659363102272 140659860649133 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9648] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9648/stat : 9648 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3325933 10060525568 283771 33554432000 1073741824 1073778376 140735740067744 140659360998952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (KiB) 9824732

[startup+8.40094 s]
/proc/loadavg: 3.96 4.21 4.18 6/219 9648
/proc/meminfo: memFree=28530492/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=18.78 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 27463 0 1 0 1843 35 0 0 20 0 19 0 3325916 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 283756 2284 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 19 0 3325917 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 60 0 0 0 4 3 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 44 0 0 0 3 1 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9636/stat : 9636 (java) S 9623 9626 5545 0 -1 4202560 81 0 0 0 5 3 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659854907816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 745 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 104 2 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3325933 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.78
Current children cumulated vsize (KiB) 9824732

[startup+8.60071 s]
/proc/loadavg: 3.96 4.21 4.18 6/219 9648
/proc/meminfo: memFree=28530492/32872528 swapFree=1073728/1155488
[pid=9626] ppid=9623 vsize=9824732 CPUtime=18.78 cores=0,2,4,6
/proc/9626/stat : 9626 (java) S 9623 9626 5545 0 -1 4202496 27463 0 1 0 1843 35 0 0 20 0 19 0 3325916 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140735740058880 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 2456183 283756 2284 9 0 2446860 0
[pid=9626/tid=9627] ppid=9623 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9626/task/9627/stat : 9627 (java) S 9623 9626 5545 0 -1 4202560 2430 0 1 0 14 0 0 0 20 0 19 0 3325917 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140660018389880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9629] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9629/stat : 9629 (java) S 9623 9626 5545 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659979881256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9630] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9630/stat : 9630 (java) S 9623 9626 5545 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659978828456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9631] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9631/stat : 9631 (java) S 9623 9626 5545 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659860171816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9632] ppid=9623 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9626/task/9632/stat : 9632 (java) S 9623 9626 5545 0 -1 4202560 60 0 0 0 4 3 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659859119016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9633] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9633/stat : 9633 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659858065704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9634] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9634/stat : 9634 (java) S 9623 9626 5545 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659857012904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9635] ppid=9623 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9626/task/9635/stat : 9635 (java) S 9623 9626 5545 0 -1 4202560 44 0 0 0 3 1 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659855960616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9636] ppid=9623 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9626/task/9636/stat : 9636 (java) S 9623 9626 5545 0 -1 4202560 81 0 0 0 5 3 0 0 20 0 19 0 3325918 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659854907816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9637] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9637/stat : 9637 (java) S 9623 9626 5545 0 -1 4202560 745 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659372579560 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9626/tid=9638] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9638/stat : 9638 (java) S 9623 9626 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659371525624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9639] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9639/stat : 9639 (java) S 9623 9626 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3325919 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659370473224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9640] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9640/stat : 9640 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659369421712 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9641] ppid=9623 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9626/task/9641/stat : 9641 (java) S 9623 9626 5545 0 -1 4202560 12006 0 0 0 104 2 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659368368312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9626/tid=9642] ppid=9623 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9626/task/9642/stat : 9642 (java) S 9623 9626 5545 0 -1 4202560 9610 0 0 0 100 2 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659367315512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9643] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9643/stat : 9643 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659366263416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9626/tid=9644] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9644/stat : 9644 (java) S 9623 9626 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3325921 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659365210824 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9626/tid=9647] ppid=9623 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9626/task/9647/stat : 9647 (java) S 9623 9626 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3325933 10060525568 283756 33554432000 1073741824 1073778376 140735740067744 140659362051752 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.78
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 8.70068
CPU time (s): 18.8501
CPU user time (s): 18.3882
CPU system time (s): 0.461929
CPU usage (%): 216.651
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3882
system time used= 0.461929
maximum resident set size= 1135088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27477
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= 798
involuntary context switches= 810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051992 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:46:07
IDJOB=4089079
IDBENCH=107355
IDSOLVER=2543
FILE ID=node114/4089079-1466012767
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 6b579983b09d9ceab1600afb9467973c
RANDOM SEED=8263398

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:        30305976 kB
Buffers:           10380 kB
Cached:            40908 kB
SwapCached:        33296 kB
Active:           650660 kB
Inactive:          61728 kB
Active(anon):     629780 kB
Inactive(anon):    33292 kB
Active(file):      20880 kB
Inactive(file):    28436 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1888 kB
Writeback:             0 kB
AnonPages:       1715832 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             566460 kB
SReclaimable:       9228 kB
SUnreclaim:       557232 kB
KernelStack:        1784 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2745084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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:16