Trace number 4089415

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 43.9473 21.196

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x25-hard.opb
MD5SUM86f25cdee24789416770796be069d0aa
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.016996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints301
Number of constraints which are clauses300
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint150
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 77
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089415-1466014023.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.044s.
0.11/0.15	c declared #vars     150
0.11/0.15	c #constraints  301
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 300
0.11/0.15	c 301 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 300
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.15	c 301 constraints processed.
1.92/0.63	c cleaning 2502 clauses out of 5003 with flag 10753/5003
3.10/0.92	c cleaning 4251 clauses out of 8501 with flag 23622/11003
4.14/1.22	c cleaning 5624 clauses out of 11248 with flag 38603/18001
4.83/1.58	c cleaning 6812 clauses out of 13623 with flag 55719/26000
5.90/2.02	c cleaning 7906 clauses out of 15811 with flag 74944/35000
6.99/2.54	c cleaning 8953 clauses out of 17905 with flag 96367/45000
8.21/3.10	c cleaning 9977 clauses out of 19954 with flag 119919/56002
9.41/3.72	c cleaning 10986 clauses out of 21975 with flag 145628/68000
11.06/4.53	c cleaning 11995 clauses out of 23989 with flag 173400/81000
12.66/5.39	c cleaning 12998 clauses out of 25995 with flag 203349/95001
14.66/6.37	c cleaning 13995 clauses out of 27996 with flag 235498/110000
17.13/7.51	c cleaning 15000 clauses out of 30002 with flag 269798/126001
19.33/8.63	c cleaning 15999 clauses out of 32002 with flag 306234/143001
21.73/9.89	c cleaning 17001 clauses out of 34002 with flag 344409/161000
24.58/11.29	c cleaning 18001 clauses out of 36001 with flag 384802/180000
27.79/12.80	c cleaning 18999 clauses out of 38003 with flag 427564/200003
31.42/14.60	c cleaning 19997 clauses out of 40002 with flag 472423/221001
35.02/16.42	c cleaning 20999 clauses out of 42004 with flag 519436/243000
39.02/18.49	c cleaning 22003 clauses out of 44005 with flag 568311/266000
43.64/20.70	c cleaning 23001 clauses out of 46002 with flag 619475/290000
43.84/20.81	c And the winner is solver1
43.84/21.16	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
43.84/21.16	c starts		: 1
43.84/21.16	c conflicts		: 291934
43.84/21.16	c decisions		: 304883
43.84/21.16	c propagations		: 1446469
43.84/21.16	c inspects		: 314488455
43.84/21.16	c shortcuts		: 0
43.84/21.16	c learnt literals	: 0
43.84/21.16	c learnt binary clauses	: 0
43.84/21.16	c learnt ternary clauses	: 0
43.84/21.16	c learnt constraints	: 291934
43.84/21.16	c ignored constraints	: 0
43.84/21.16	c root simplifications	: 0
43.84/21.16	c removed literals (reason simplification)	: 4933182
43.84/21.16	c reason swapping (by a shorter reason)	: 0
43.84/21.16	c Calls to reduceDB	: 20
43.84/21.16	c Number of update (reduction) of LBD	: 5766
43.84/21.16	c Imported unit clauses	: 0
43.84/21.16	c number of reductions to clauses (during analyze)	: 0
43.84/21.16	c number of learned constraints concerned by reduction	: 0
43.84/21.16	c number of learning phase by resolution	: 0
43.84/21.16	c number of learning phase by cutting planes	: 0
43.84/21.16	c speed (assignments/second)	: 68872.91686506047
43.84/21.16	c non guided choices	71
43.84/21.17	c learnt constraints type 
43.84/21.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24935
43.84/21.17	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
43.84/21.17	c starts		: 20
43.84/21.17	c conflicts		: 4108
43.84/21.17	c decisions		: 6061
43.84/21.17	c propagations		: 68337
43.84/21.17	c inspects		: 38686695
43.84/21.17	c shortcuts		: 0
43.84/21.17	c learnt literals	: 0
43.84/21.17	c learnt binary clauses	: 0
43.84/21.17	c learnt ternary clauses	: 0
43.84/21.17	c learnt constraints	: 4107
43.84/21.17	c ignored constraints	: 0
43.84/21.17	c root simplifications	: 0
43.84/21.17	c removed literals (reason simplification)	: 0
43.84/21.17	c reason swapping (by a shorter reason)	: 0
43.84/21.17	c Calls to reduceDB	: 0
43.84/21.17	c Number of update (reduction) of LBD	: 0
43.84/21.17	c Imported unit clauses	: 0
43.84/21.17	c number of reductions to clauses (during analyze)	: 0
43.84/21.17	c number of learned constraints concerned by reduction	: 0
43.84/21.17	c number of learning phase by resolution	: 0
43.84/21.17	c number of learning phase by cutting planes	: 0
43.84/21.17	c speed (assignments/second)	: 3252.1296340360727
43.84/21.17	c non guided choices	71
43.84/21.17	c learnt constraints type 
43.84/21.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
43.84/21.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3968
43.84/21.17	s UNSATISFIABLE
43.84/21.17	c Total wall clock time (in seconds): 21.067

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

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

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


[startup+0 s]
/proc/loadavg: 4.21 4.06 3.76 4/197 7331
/proc/meminfo: memFree=28496396/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 3452743 98570240 977 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 24065 977 743 9 0 16771 0
[pid=7331/tid=7332] ppid=7328 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) R 7328 7331 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3452744 98570240 978 33554432000 1073741824 1073778376 140734777830304 140403684183592 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100141 s]
/proc/loadavg: 4.21 4.06 3.76 4/197 7331
/proc/meminfo: memFree=28496396/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 4548 0 1 0 10 1 0 0 20 0 18 0 3452743 9787879424 5671 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2389619 5671 2156 9 0 2380296 0
[pid=7331/tid=7332] ppid=7328 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) R 7328 7331 5767 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 3452744 9787879424 5671 33554432000 1073741824 1073778376 140734777830304 140403684187040 247067632053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.21 4.06 3.76 4/197 7331
/proc/meminfo: memFree=28496396/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 5464 0 1 0 30 1 0 0 20 0 22 0 3452743 10060525568 7840 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 7840 2234 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 7840 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300277 s]
/proc/loadavg: 4.21 4.06 3.76 4/197 7331
/proc/meminfo: memFree=28496396/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 7096 0 1 0 70 2 0 0 20 0 22 0 3452743 10060525568 9783 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 9783 2243 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 9783 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 9824732

[startup+0.700243 s]
/proc/loadavg: 4.21 4.06 3.76 4/197 7331
/proc/meminfo: memFree=28496396/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 15930 0 1 0 228 4 0 0 20 0 22 0 3452743 10060525568 27078 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 27078 2260 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 27078 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.21 4.06 3.76 12/219 7353
/proc/meminfo: memFree=28296168/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 23732 0 1 0 472 11 0 0 20 0 22 0 3452743 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 52744 2283 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) R 7328 7331 5767 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403622918824 140403686659827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) R 7328 7331 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403526019848 140403686659777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) R 7328 7331 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403524967464 140403686659777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) R 7328 7331 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) R 7328 7331 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403521808984 140403688364207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7341/stat : 7341 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3452744 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403520756264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7342] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7342/stat : 7342 (java) R 7328 7331 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3452745 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403508344336 247067632053 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7343] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7343/stat : 7343 (java) S 7328 7331 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403507291768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7344] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7344/stat : 7344 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403506239112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7345] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7345/stat : 7345 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403505187856 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7346] ppid=7328 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8488 0 0 0 100 2 0 0 20 0 22 0 3452748 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11247 0 0 0 91 2 0 0 20 0 22 0 3452748 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7350] ppid=7328 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/7331/task/7350/stat : 7350 (java) S 7328 7331 5767 0 -1 4202560 30 0 0 0 129 0 0 0 20 0 22 0 3452759 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403499920392 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7351] ppid=7328 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/7331/task/7351/stat : 7351 (java) S 7328 7331 5767 0 -1 4202560 103 0 0 0 127 2 0 0 20 0 22 0 3452759 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403498868680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7353] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7353/stat : 7353 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 52744 33554432000 1073741824 1073778376 140734777830304 140403496765096 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10101 s]
/proc/loadavg: 4.21 4.06 3.76 5/219 7353
/proc/meminfo: memFree=28216308/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 24162 0 1 0 805 16 0 0 20 0 22 0 3452743 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 90425 2283 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) S 7328 7331 5767 0 -1 4202560 66 0 0 0 2 1 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403622918824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) S 7328 7331 5767 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403526020008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) S 7328 7331 5767 0 -1 4202560 74 0 0 0 3 2 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403524967464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) S 7328 7331 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) S 7328 7331 5767 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403521808808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7331/task/7341/stat : 7341 (java) S 7328 7331 5767 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 3452744 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403520756264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7342] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7342/stat : 7342 (java) S 7328 7331 5767 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 3452745 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403508345448 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7343] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7343/stat : 7343 (java) S 7328 7331 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403507291768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7344] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7344/stat : 7344 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403506239112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7345] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7345/stat : 7345 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403505187856 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7346] ppid=7328 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8491 0 0 0 104 2 0 0 20 0 22 0 3452748 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11253 0 0 0 96 2 0 0 20 0 22 0 3452748 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7350] ppid=7328 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/7331/task/7350/stat : 7350 (java) R 7328 7331 5767 0 -1 4202560 33 0 0 0 282 0 0 0 20 0 22 0 3452759 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403499922424 140403625070272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7351] ppid=7328 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/7331/task/7351/stat : 7351 (java) R 7328 7331 5767 0 -1 4202560 157 0 0 0 279 4 0 0 20 0 22 0 3452759 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403498868464 140403690711552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7353] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7353/stat : 7353 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 90425 33554432000 1073741824 1073778376 140734777830304 140403496765096 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.20 4.06 3.76 5/219 7353
/proc/meminfo: memFree=27879536/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=14.66 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 24951 0 1 0 1442 24 0 0 20 0 22 0 3452743 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 160613 2283 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) S 7328 7331 5767 0 -1 4202560 76 0 0 0 3 1 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403622918824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) S 7328 7331 5767 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403526020008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) S 7328 7331 5767 0 -1 4202560 83 0 0 0 5 2 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403524967464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) S 7328 7331 5767 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) S 7328 7331 5767 0 -1 4202560 66 0 0 0 3 1 0 0 20 0 22 0 3452744 10060525568 160613 33554432000 1073741824 1073778376 140734777830304 140403521808808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8491 0 0 0 104 2 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11256 0 0 0 99 2 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7350] ppid=7328 vsize=9824732 CPUtime=19.51 cores=1,3,5,7
/proc/7331/task/7350/stat : 7350 (java) R 7328 7331 5767 0 -1 4202560 52 0 0 0 1951 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403499922304 140403624431159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7351] ppid=7328 vsize=9824732 CPUtime=19.5 cores=1,3,5,7
/proc/7331/task/7351/stat : 7351 (java) R 7328 7331 5767 0 -1 4202560 1120 0 0 0 1924 26 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403498869208 140403624519909 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7353] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7353/stat : 7353 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403496765096 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 42.24
Current children cumulated vsize (KiB) 9824732

[startup+20.8009 s]
/proc/loadavg: 4.15 4.05 3.76 5/219 7354
/proc/meminfo: memFree=26718980/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=43.84 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 26470 0 1 0 4332 52 0 0 20 0 22 0 3452743 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 447669 2283 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 2 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) S 7328 7331 5767 0 -1 4202560 92 0 0 0 6 2 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403622918824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) S 7328 7331 5767 0 -1 4202560 104 0 0 0 9 2 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403526020008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) S 7328 7331 5767 0 -1 4202560 120 0 0 0 7 4 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403524967464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) S 7328 7331 5767 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 44 0 0 0 7 1 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) S 7328 7331 5767 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403521808808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7331/task/7341/stat : 7341 (java) S 7328 7331 5767 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 22 0 3452744 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403520756264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7342] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7342/stat : 7342 (java) S 7328 7331 5767 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 22 0 3452745 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403508345448 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7343] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7343/stat : 7343 (java) S 7328 7331 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403507291768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7344] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7344/stat : 7344 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3452746 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403506239112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7345] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7345/stat : 7345 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403505187856 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7346] ppid=7328 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8491 0 0 0 104 2 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11256 0 0 0 99 2 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3452748 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7350] ppid=7328 vsize=9824732 CPUtime=20.31 cores=1,3,5,7
/proc/7331/task/7350/stat : 7350 (java) R 7328 7331 5767 0 -1 4202560 52 0 0 0 2031 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403499920392 140403624442840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7351] ppid=7328 vsize=9824732 CPUtime=20.29 cores=1,3,5,7
/proc/7331/task/7351/stat : 7351 (java) R 7328 7331 5767 0 -1 4202560 1121 0 0 0 2003 26 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403498867800 140403624431159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7353] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7353/stat : 7353 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3452759 10060525568 447669 33554432000 1073741824 1073778376 140734777830304 140403496765096 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 43.84
Current children cumulated vsize (KiB) 9824732

[startup+21.0083 s]
/proc/loadavg: 4.15 4.05 3.76 3/216 7354
/proc/meminfo: memFree=26718988/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=43.78 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 26471 0 1 0 4325 53 0 0 20 0 19 0 3452743 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 447654 2284 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) S 7328 7331 5767 0 -1 4202560 92 0 0 0 6 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403622918824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) S 7328 7331 5767 0 -1 4202560 104 0 0 0 9 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403526020008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) S 7328 7331 5767 0 -1 4202560 120 0 0 0 7 4 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403524967464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) S 7328 7331 5767 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 44 0 0 0 7 1 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) S 7328 7331 5767 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403521808808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7331/task/7341/stat : 7341 (java) S 7328 7331 5767 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403520756264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7342] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7342/stat : 7342 (java) S 7328 7331 5767 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 19 0 3452745 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403508345448 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7343] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7343/stat : 7343 (java) S 7328 7331 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3452746 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403507291768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7344] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7344/stat : 7344 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3452746 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403506239112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7345] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7345/stat : 7345 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403505187856 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7346] ppid=7328 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8491 0 0 0 104 2 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11256 0 0 0 99 2 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3452759 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 43.78
Current children cumulated vsize (KiB) 9824732

[startup+21.1008 s]
/proc/loadavg: 4.15 4.05 3.76 3/216 7354
/proc/meminfo: memFree=26718988/32872528 swapFree=248296/248296
[pid=7331] ppid=7328 vsize=9824732 CPUtime=43.78 cores=1,3,5,7
/proc/7331/stat : 7331 (java) S 7328 7331 5767 0 -1 4202496 26471 0 1 0 4325 53 0 0 20 0 19 0 3452743 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140734777821440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7331/statm: 2456183 447654 2284 9 0 2446860 0
[pid=7331/tid=7332] ppid=7328 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7331/task/7332/stat : 7332 (java) S 7328 7331 5767 0 -1 4202560 2465 0 1 0 12 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403684189048 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7334] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7334/stat : 7334 (java) S 7328 7331 5767 0 -1 4202560 92 0 0 0 6 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403622918824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7335] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7335/stat : 7335 (java) S 7328 7331 5767 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403527072552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7336] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7336/stat : 7336 (java) S 7328 7331 5767 0 -1 4202560 104 0 0 0 9 2 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403526020008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7337] ppid=7328 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7331/task/7337/stat : 7337 (java) S 7328 7331 5767 0 -1 4202560 120 0 0 0 7 4 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403524967464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7338] ppid=7328 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7331/task/7338/stat : 7338 (java) S 7328 7331 5767 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403523913896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7339] ppid=7328 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7331/task/7339/stat : 7339 (java) S 7328 7331 5767 0 -1 4202560 44 0 0 0 7 1 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403522861352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7340] ppid=7328 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/7331/task/7340/stat : 7340 (java) S 7328 7331 5767 0 -1 4202560 83 0 0 0 6 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403521808808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7341] ppid=7328 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7331/task/7341/stat : 7341 (java) S 7328 7331 5767 0 -1 4202560 68 0 0 0 9 3 0 0 20 0 19 0 3452744 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403520756264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7342] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7342/stat : 7342 (java) S 7328 7331 5767 0 -1 4202560 1225 0 0 0 0 0 0 0 20 0 19 0 3452745 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403508345448 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7343] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7343/stat : 7343 (java) S 7328 7331 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3452746 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403507291768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7344] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7344/stat : 7344 (java) S 7328 7331 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3452746 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403506239112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7345] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7345/stat : 7345 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403505187856 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7331/tid=7346] ppid=7328 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/7331/task/7346/stat : 7346 (java) S 7328 7331 5767 0 -1 4202560 8491 0 0 0 104 2 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403504134200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7331/tid=7347] ppid=7328 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/7331/task/7347/stat : 7347 (java) S 7328 7331 5767 0 -1 4202560 11256 0 0 0 99 2 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403503081656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7348] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7348/stat : 7348 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403502029304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7331/tid=7349] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7349/stat : 7349 (java) S 7328 7331 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3452748 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403500976968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7331/tid=7352] ppid=7328 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7331/task/7352/stat : 7352 (java) S 7328 7331 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3452759 10060525568 447654 33554432000 1073741824 1073778376 140734777830304 140403497817640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 43.78
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.0600014
#  lost CPU user time (s): 0.0699997
#  lost CPU system time (s): -0.00999999

Real time (s): 21.196
CPU time (s): 43.9473
CPU user time (s): 43.2854
CPU system time (s): 0.661897
CPU usage (%): 207.338
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2154
system time used= 0.671897
maximum resident set size= 1790680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26489
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= 1162
involuntary context switches= 1872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134979 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:07:03
IDJOB=4089415
IDBENCH=107403
IDSOLVER=2543
FILE ID=node103/4089415-1466014023
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 86f25cdee24789416770796be069d0aa
RANDOM SEED=1859387961

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28497568 kB
Buffers:          124600 kB
Cached:           342584 kB
SwapCached:            0 kB
Active:          3090588 kB
Inactive:         322620 kB
Active(anon):    2948844 kB
Inactive(anon):        0 kB
Active(file):     141744 kB
Inactive(file):   322620 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:       3208768 kB
Mapped:            21536 kB
Shmem:               204 kB
Slab:             574616 kB
SReclaimable:      18244 kB
SUnreclaim:       556372 kB
KernelStack:        1776 kB
PageTables:        10604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3495032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2893824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node103 at 2016-06-15 20:07:25