Trace number 4081767

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT6 48.9656 23.8923

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.343947
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint17
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081767-1465254257.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.21/0.23	c ... done. Wall clock time 0.11s.
0.21/0.23	c declared #vars     50
0.21/0.23	c internal #vars     664
0.21/0.23	c #constraints  1278
0.21/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.21/0.23	c 1278 constraints processed.
0.21/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.21/0.23	c 1278 constraints processed.
0.21/0.23	c objective function length is 50 literals
0.21/0.24	c And the winner is solver0
0.36/0.73	c SATISFIABLE
0.36/0.73	c OPTIMIZING...
0.36/0.73	c Got one! Elapsed wall clock time (in seconds):0.614
0.36/0.73	o 7
0.59/0.86	c And the winner is solver0
1.10/1.24	c Got one! Elapsed wall clock time (in seconds):1.117
1.10/1.24	o 6
2.89/1.73	c cleaning 2603 clauses out of 5220 with flag 11562/5220
4.52/2.25	c cleaning 4297 clauses out of 8616 with flag 26520/11219
5.74/2.89	c cleaning 5653 clauses out of 11319 with flag 43740/18219
7.42/3.67	c cleaning 6829 clauses out of 13667 with flag 64039/26220
9.27/4.56	c cleaning 7907 clauses out of 15837 with flag 87149/35219
11.49/5.63	c cleaning 8955 clauses out of 17934 with flag 112773/45223
14.16/6.95	c cleaning 9988 clauses out of 19975 with flag 141688/56219
17.48/8.47	c cleaning 10992 clauses out of 21987 with flag 173323/68220
21.34/10.18	c cleaning 11995 clauses out of 23994 with flag 208121/81219
25.20/12.06	c cleaning 12999 clauses out of 25998 with flag 244834/95219
29.60/14.22	c cleaning 13998 clauses out of 28000 with flag 285600/110221
34.27/16.56	c cleaning 14996 clauses out of 29999 with flag 328959/126220
39.26/19.01	c cleaning 15999 clauses out of 32001 with flag 375945/143220
44.68/21.79	c cleaning 17000 clauses out of 33999 with flag 423781/161220
48.49/23.68	c And the winner is solver0
48.77/23.88	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
48.77/23.88	c starts		: 18
48.77/23.88	c conflicts		: 175118
48.77/23.88	c decisions		: 267937
48.77/23.88	c propagations		: 15990998
48.77/23.88	c inspects		: 327841691
48.77/23.88	c shortcuts		: 0
48.77/23.88	c learnt literals	: 30
48.77/23.88	c learnt binary clauses	: 28
48.77/23.88	c learnt ternary clauses	: 39
48.77/23.88	c learnt constraints	: 175087
48.77/23.88	c ignored constraints	: 0
48.77/23.88	c root simplifications	: 0
48.77/23.88	c removed literals (reason simplification)	: 16627
48.77/23.88	c reason swapping (by a shorter reason)	: 0
48.77/23.88	c Calls to reduceDB	: 14
48.77/23.88	c Number of update (reduction) of LBD	: 39106
48.77/23.88	c Imported unit clauses	: 0
48.77/23.88	c number of reductions to clauses (during analyze)	: 0
48.77/23.88	c number of learned constraints concerned by reduction	: 0
48.77/23.88	c number of learning phase by resolution	: 0
48.77/23.88	c number of learning phase by cutting planes	: 0
48.77/23.88	c speed (assignments/second)	: 676466.7710140023
48.77/23.88	c non guided choices	0
48.77/23.88	c learnt constraints type 
48.77/23.88	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
48.77/23.88	c starts		: 20
48.77/23.88	c conflicts		: 3371
48.77/23.88	c decisions		: 5287
48.77/23.88	c propagations		: 352253
48.77/23.88	c inspects		: 40645496
48.77/23.88	c shortcuts		: 0
48.77/23.88	c learnt literals	: 0
48.77/23.88	c learnt binary clauses	: 0
48.77/23.88	c learnt ternary clauses	: 0
48.77/23.88	c learnt constraints	: 3370
48.77/23.88	c ignored constraints	: 0
48.77/23.88	c root simplifications	: 0
48.77/23.88	c removed literals (reason simplification)	: 0
48.77/23.88	c reason swapping (by a shorter reason)	: 0
48.77/23.88	c Calls to reduceDB	: 0
48.77/23.88	c Number of update (reduction) of LBD	: 0
48.77/23.88	c Imported unit clauses	: 0
48.77/23.88	c number of reductions to clauses (during analyze)	: 0
48.77/23.88	c number of learned constraints concerned by reduction	: 0
48.77/23.88	c number of learning phase by resolution	: 0
48.77/23.88	c number of learning phase by cutting planes	: 0
48.77/23.88	c speed (assignments/second)	: 15558.878091872792
48.77/23.88	c non guided choices	0
48.77/23.88	c learnt constraints type 
48.77/23.88	s OPTIMUM FOUND
48.77/23.88	c Found 2 solution(s)
48.77/23.88	v -x1 -x2 x3 -x4 -x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 -x48 x49 -x50 
48.77/23.88	c objective function=6
48.77/23.88	c Total wall clock time (in seconds): 23.76

Verifier Data

OK	6

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-4081767-1465254257/watcher-4081767-1465254257 -o /tmp/evaluation-result-4081767-1465254257/solver-4081767-1465254257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081767-1465254257.opb 

pid=19809
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.25 4.30 4.19 4/199 19812
/proc/meminfo: memFree=27301712/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/19812/stat : 19812 (java) R 19809 19812 15677 0 -1 4202496 394 0 0 0 0 0 0 0 20 0 1 0 107358510 9433088 65 33554432000 1073741824 1073778376 140734726549088 140734726546216 273896504005 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2306 79 61 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.25 4.30 4.19 4/199 19812
/proc/meminfo: memFree=27301712/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 107358510 9787879424 6035 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.25 4.30 4.19 4/199 19812
/proc/meminfo: memFree=27301712/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 4551 0 1 0 20 1 0 0 20 0 18 0 107358510 9787879424 7183 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2389619 7183 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 4.25 4.30 4.19 4/199 19812
/proc/meminfo: memFree=27301712/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 5992 0 1 0 34 2 0 0 20 0 19 0 107358510 10060525568 9304 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 9304 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9824732

[startup+0.700217 s]
/proc/loadavg: 4.25 4.30 4.19 4/199 19812
/proc/meminfo: memFree=27301712/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 5992 0 1 0 34 2 0 0 20 0 19 0 107358510 10060525568 9304 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 9304 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.25 4.30 4.19 4/218 19837
/proc/meminfo: memFree=27256096/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 17684 0 1 0 205 8 0 0 20 0 22 0 107358510 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 25821 2257 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) S 19809 19812 15677 0 -1 4202560 2438 0 1 0 20 0 0 0 20 0 22 0 107358511 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825160938360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107358513 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) R 19809 19812 15677 0 -1 4202560 7108 0 0 0 51 2 0 0 20 0 22 0 107358516 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824980849504 139825166898927 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) R 19809 19812 15677 0 -1 4202560 6767 0 0 0 54 1 0 0 20 0 22 0 107358516 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824979805768 139825165030222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358534 10060525568 25821 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.25 4.30 4.19 6/221 19840
/proc/meminfo: memFree=27106172/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=6.38 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 22659 0 1 0 622 16 0 0 20 0 22 0 107358510 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 80280 2286 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) S 19809 19812 15677 0 -1 4202560 2438 0 1 0 20 0 0 0 20 0 22 0 107358511 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825160938360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107358512 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107358513 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 104 3 0 0 20 0 22 0 107358516 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 10668 0 0 0 100 2 0 0 20 0 22 0 107358516 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358534 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19838] ppid=19809 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/19812/task/19838/stat : 19838 (java) R 19809 19812 15677 0 -1 4202560 6 0 0 0 178 0 0 0 20 0 22 0 107358634 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824974545040 139825026176396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19839] ppid=19809 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/19812/task/19839/stat : 19839 (java) R 19809 19812 15677 0 -1 4202560 113 0 0 0 175 4 0 0 20 0 22 0 107358634 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824975606200 139825026526424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19840] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19840/stat : 19840 (java) S 19809 19812 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107358634 10060525568 80280 33554432000 1073741824 1073778376 140734726549088 139824976659496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.39 4.33 4.20 5/221 19840
/proc/meminfo: memFree=26722252/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=12.96 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 23309 0 1 0 1270 26 0 0 20 0 22 0 107358510 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 154093 2286 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) S 19809 19812 15677 0 -1 4202560 2438 0 1 0 20 0 0 0 20 0 22 0 107358511 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825160938360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 40 0 0 0 6 0 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 107358512 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 107358513 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 109 3 0 0 20 0 22 0 107358516 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 10669 0 0 0 103 2 0 0 20 0 22 0 107358516 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 154093 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 112 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 18075 0 0 0 175 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358534 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19838] ppid=19809 vsize=9824732 CPUtime=20.87 cores=1,3,5,7
/proc/19812/task/19838/stat : 19838 (java) R 19809 19812 15677 0 -1 4202560 17 0 0 0 2087 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824974553848 139825026483812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19839] ppid=19809 vsize=9824732 CPUtime=20.84 cores=1,3,5,7
/proc/19812/task/19839/stat : 19839 (java) R 19809 19812 15677 0 -1 4202560 1214 0 0 0 2060 24 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824975604224 139825026556344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19840] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19840/stat : 19840 (java) S 19809 19812 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824976659496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 46.08
Current children cumulated vsize (KiB) 9824732

[startup+23.2084 s]
/proc/loadavg: 4.37 4.33 4.20 6/221 19840
/proc/meminfo: memFree=25593656/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=47.7 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 32660 0 1 0 4719 51 0 0 20 0 22 0 107358510 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 442335 2286 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) S 19809 19812 15677 0 -1 4202560 2438 0 1 0 20 0 0 0 20 0 22 0 107358511 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825160938360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 7 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 39 0 0 0 7 1 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 90 0 0 0 8 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 22 0 107358513 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 112 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 18075 0 0 0 176 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358534 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19838] ppid=19809 vsize=9824732 CPUtime=21.68 cores=1,3,5,7
/proc/19812/task/19838/stat : 19838 (java) R 19809 19812 15677 0 -1 4202560 17 0 0 0 2168 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824974545040 139825026176950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19839] ppid=19809 vsize=9824732 CPUtime=21.65 cores=1,3,5,7
/proc/19812/task/19839/stat : 19839 (java) R 19809 19812 15677 0 -1 4202560 1214 0 0 0 2141 24 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824975604224 139825026556403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19840] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19840/stat : 19840 (java) S 19809 19812 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824976659496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 47.7
Current children cumulated vsize (KiB) 9824732

[startup+23.601 s]
/proc/loadavg: 4.37 4.33 4.20 6/221 19840
/proc/meminfo: memFree=25593656/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=48.49 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 32660 0 1 0 4798 51 0 0 20 0 22 0 107358510 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 442335 2286 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) S 19809 19812 15677 0 -1 4202560 2438 0 1 0 20 0 0 0 20 0 22 0 107358511 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825160938360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 7 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 39 0 0 0 7 1 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 90 0 0 0 8 3 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 22 0 107358512 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 22 0 107358513 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107358514 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 112 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 18075 0 0 0 176 3 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107358516 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107358534 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19838] ppid=19809 vsize=9824732 CPUtime=22.07 cores=1,3,5,7
/proc/19812/task/19838/stat : 19838 (java) R 19809 19812 15677 0 -1 4202560 17 0 0 0 2207 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824974553944 139825026640002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19839] ppid=19809 vsize=9824732 CPUtime=22.04 cores=1,3,5,7
/proc/19812/task/19839/stat : 19839 (java) R 19809 19812 15677 0 -1 4202560 1214 0 0 0 2180 24 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824975604224 139825026568205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19840] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19840/stat : 19840 (java) S 19809 19812 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107358634 10060525568 442335 33554432000 1073741824 1073778376 140734726549088 139824976659496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 48.49
Current children cumulated vsize (KiB) 9824732

[startup+23.8009 s]
/proc/loadavg: 4.37 4.33 4.20 6/221 19840
/proc/meminfo: memFree=25593656/32872528 swapFree=15540/1663004
[pid=19812] ppid=19809 vsize=9824732 CPUtime=48.77 cores=1,3,5,7
/proc/19812/stat : 19812 (java) S 19809 19812 15677 0 -1 4202496 32661 0 1 0 4824 53 0 0 20 0 19 0 107358510 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 140734726540224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19812/statm: 2456183 442323 2286 9 0 2446860 0
[pid=19812/tid=19814] ppid=19809 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19812/task/19814/stat : 19814 (java) R 19809 19812 15677 0 -1 4202560 2439 0 1 0 24 2 0 0 20 0 19 0 107358511 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825160936040 139825026176944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19812/tid=19815] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19815/stat : 19815 (java) S 19809 19812 15677 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825149999656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19816] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19816/stat : 19816 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825148946856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19817] ppid=19809 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19812/task/19817/stat : 19817 (java) S 19809 19812 15677 0 -1 4202560 43 0 0 0 7 3 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825147894056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19818] ppid=19809 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19812/task/19818/stat : 19818 (java) S 19809 19812 15677 0 -1 4202560 39 0 0 0 7 1 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825146841256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19819] ppid=19809 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19812/task/19819/stat : 19819 (java) S 19809 19812 15677 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825145789480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19820] ppid=19809 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/19812/task/19820/stat : 19820 (java) S 19809 19812 15677 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139825144736680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19821] ppid=19809 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19812/task/19821/stat : 19821 (java) S 19809 19812 15677 0 -1 4202560 90 0 0 0 8 3 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824998333224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19822] ppid=19809 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19812/task/19822/stat : 19822 (java) S 19809 19812 15677 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 19 0 107358512 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824997280424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19823] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19823/stat : 19823 (java) S 19809 19812 15677 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 19 0 107358513 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824985082344 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19824] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19824/stat : 19824 (java) S 19809 19812 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107358514 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824984028408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19825] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19825/stat : 19825 (java) S 19809 19812 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107358514 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824982975496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19826] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19826/stat : 19826 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107358516 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824981923984 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19827] ppid=19809 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19812/task/19827/stat : 19827 (java) S 19809 19812 15677 0 -1 4202560 7943 0 0 0 112 3 0 0 20 0 19 0 107358516 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824980872120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19812/tid=19828] ppid=19809 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/19812/task/19828/stat : 19828 (java) S 19809 19812 15677 0 -1 4202560 18075 0 0 0 178 3 0 0 20 0 19 0 107358516 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824979819320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19829] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19829/stat : 19829 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107358516 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824978766712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19812/tid=19830] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19830/stat : 19830 (java) S 19809 19812 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107358516 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824977714120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19812/tid=19834] ppid=19809 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19812/task/19834/stat : 19834 (java) S 19809 19812 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107358534 10060525568 442323 33554432000 1073741824 1073778376 140734726549088 139824973501224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 48.77
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 23.8923
CPU time (s): 48.9656
CPU user time (s): 48.2647
CPU system time (s): 0.700893
CPU usage (%): 204.943
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.2647
system time used= 0.700893
maximum resident set size= 1769340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32673
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= 1411
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145977 second user time and 0.214967 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:04:17
IDJOB=4081767
IDBENCH=48135
IDSOLVER=2543
FILE ID=node134/4081767-1465254257
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081767-1465254257/watcher-4081767-1465254257 -o /tmp/evaluation-result-4081767-1465254257/solver-4081767-1465254257 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081767-1465254257.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=116112593

node134.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.403
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	: 5332.80
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.403
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		: 2666.403
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.56
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.403
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.56
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.403
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.403
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.403
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.56
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.403
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:        27302620 kB
Buffers:           51488 kB
Cached:           119732 kB
SwapCached:         1804 kB
Active:          3092892 kB
Inactive:         101036 kB
Active(anon):    3023928 kB
Inactive(anon):     1040 kB
Active(file):      68964 kB
Inactive(file):    99996 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       4691064 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             568640 kB
SReclaimable:      12572 kB
SUnreclaim:       556068 kB
KernelStack:        1616 kB
PageTables:        13116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4933040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4599808 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= 71732 MiB
End job on node134 at 2016-06-07 01:04:41