Trace number 4106650

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 PB16OPT5 18.2922 8.83356

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_1.opb
MD5SUM27fb9f28c418482a39889bf496c3dc4e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.315951
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
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 constraint19
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)610
Sum of products size (including duplicates)1220
Number of different products610
Sum of products size1220

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106650-1466275023.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.22/0.23	c ... done. Wall clock time 0.116s.
0.22/0.23	c declared #vars     50
0.22/0.23	c internal #vars     660
0.22/0.23	c #constraints  1270
0.22/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.23	c constraints type 
0.22/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 660
0.22/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 610
0.22/0.23	c 1270 constraints processed.
0.22/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.23	c constraints type 
0.22/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 660
0.22/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
0.22/0.23	c 1270 constraints processed.
0.22/0.23	c objective function length is 50 literals
0.22/0.24	c And the winner is solver0
0.33/0.73	c SATISFIABLE
0.33/0.73	c OPTIMIZING...
0.33/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
0.33/0.73	o 6
3.21/1.59	c cleaning 2496 clauses out of 5001 with flag 11668/5001
4.94/2.13	c cleaning 4251 clauses out of 8504 with flag 26195/11000
6.37/2.88	c cleaning 5627 clauses out of 11253 with flag 44014/18000
8.25/3.78	c cleaning 6808 clauses out of 13627 with flag 64394/26001
10.54/4.85	c cleaning 7906 clauses out of 15818 with flag 86801/35001
12.25/5.52	c And the winner is solver1
12.28/5.74	c Got one! Elapsed wall clock time (in seconds):5.624
12.28/5.74	o 5
13.64/6.44	c cleaning 9585 clauses out of 19170 with flag 14058/46260
15.39/7.11	c cleaning 7787 clauses out of 15579 with flag 30625/52257
16.81/7.84	c cleaning 7394 clauses out of 14788 with flag 49979/59257
17.99/8.42	c And the winner is solver0
18.15/8.82	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
18.15/8.82	c starts		: 479
18.15/8.82	c conflicts		: 65643
18.15/8.82	c decisions		: 104947
18.15/8.82	c propagations		: 6168971
18.15/8.82	c inspects		: 83899436
18.15/8.82	c shortcuts		: 0
18.15/8.82	c learnt literals	: 28
18.15/8.82	c learnt binary clauses	: 24
18.15/8.82	c learnt ternary clauses	: 40
18.15/8.82	c learnt constraints	: 65614
18.15/8.82	c ignored constraints	: 0
18.15/8.82	c root simplifications	: 0
18.15/8.82	c removed literals (reason simplification)	: 6047
18.15/8.82	c reason swapping (by a shorter reason)	: 0
18.15/8.82	c Calls to reduceDB	: 8
18.15/8.82	c Number of update (reduction) of LBD	: 16255
18.15/8.82	c Imported unit clauses	: 0
18.15/8.82	c number of reductions to clauses (during analyze)	: 0
18.15/8.82	c number of learned constraints concerned by reduction	: 0
18.15/8.82	c number of learning phase by resolution	: 0
18.15/8.82	c number of learning phase by cutting planes	: 0
18.15/8.82	c speed (assignments/second)	: 2002912.6623376622
18.15/8.82	c non guided choices	0
18.15/8.82	c learnt constraints type 
18.15/8.82	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
18.15/8.82	c starts		: 14
18.15/8.82	c conflicts		: 1901
18.15/8.82	c decisions		: 2739
18.15/8.82	c propagations		: 186265
18.15/8.82	c inspects		: 13557787
18.15/8.82	c shortcuts		: 0
18.15/8.82	c learnt literals	: 0
18.15/8.82	c learnt binary clauses	: 0
18.15/8.82	c learnt ternary clauses	: 0
18.15/8.82	c learnt constraints	: 1900
18.15/8.82	c ignored constraints	: 0
18.15/8.82	c root simplifications	: 0
18.15/8.82	c removed literals (reason simplification)	: 0
18.15/8.82	c reason swapping (by a shorter reason)	: 0
18.15/8.82	c Calls to reduceDB	: 0
18.15/8.82	c Number of update (reduction) of LBD	: 0
18.15/8.82	c Imported unit clauses	: 0
18.15/8.82	c number of reductions to clauses (during analyze)	: 0
18.15/8.82	c number of learned constraints concerned by reduction	: 0
18.15/8.82	c number of learning phase by resolution	: 0
18.15/8.82	c number of learning phase by cutting planes	: 0
18.15/8.82	c speed (assignments/second)	: 23044.043053321788
18.15/8.82	c non guided choices	0
18.15/8.82	c learnt constraints type 
18.15/8.82	s OPTIMUM FOUND
18.15/8.82	c Found 2 solution(s)
18.15/8.82	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 
18.15/8.82	c objective function=5
18.15/8.82	c Total wall clock time (in seconds): 8.708

Verifier Data

OK	5

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-4106650-1466275023/watcher-4106650-1466275023 -o /tmp/evaluation-result-4106650-1466275023/solver-4106650-1466275023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106650-1466275023.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.09 4.26 4.24 4/197 3563
/proc/meminfo: memFree=27105112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 1350 0 0 0 0 0 0 0 20 0 2 0 29550931 98570240 974 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 24065 977 743 9 0 16771 0
[pid=3563/tid=3564] ppid=3560 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) R 3560 3563 30091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29550932 98570240 977 33554432000 1073741824 1073778376 140734727635696 140468810071592 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.09 4.26 4.24 4/197 3563
/proc/meminfo: memFree=27105112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 29550931 9787879424 6030 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2389619 6030 2126 9 0 2380296 0
[pid=3563/tid=3564] ppid=3560 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) R 3560 3563 30091 0 -1 4202560 2389 0 1 0 6 1 0 0 20 0 18 0 29550932 9787879424 6030 33554432000 1073741824 1073778376 140734727635696 140468810075040 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 4.09 4.26 4.24 4/197 3563
/proc/meminfo: memFree=27105112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 4576 0 1 0 21 1 0 0 20 0 18 0 29550931 9787879424 7191 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2389619 7191 2207 9 0 2380296 0
[pid=3563/tid=3564] ppid=3560 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) R 3560 3563 30091 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 29550932 9787879424 7191 33554432000 1073741824 1073778376 140734727635696 140468810075040 140468667146535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300368 s]
/proc/loadavg: 4.09 4.26 4.24 4/197 3563
/proc/meminfo: memFree=27105112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9759196 CPUtime=0.33 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 6000 0 1 0 32 1 0 0 20 0 19 0 29550931 9993416704 9287 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2439799 9287 2232 9 0 2430476 0
[pid=3563/tid=3564] ppid=3560 vsize=9759196 CPUtime=0.21 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2448 0 1 0 20 1 0 0 20 0 19 0 29550932 9993416704 9287 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9759196

[startup+0.700272 s]
/proc/loadavg: 4.09 4.26 4.24 4/197 3563
/proc/meminfo: memFree=27105112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9759196 CPUtime=0.33 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 6000 0 1 0 32 1 0 0 20 0 19 0 29550931 9993416704 9287 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2439799 9287 2232 9 0 2430476 0
[pid=3563/tid=3564] ppid=3560 vsize=9759196 CPUtime=0.21 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2448 0 1 0 20 1 0 0 20 0 19 0 29550932 9993416704 9287 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9759196

[startup+1.50091 s]
/proc/loadavg: 4.09 4.26 4.24 7/219 3588
/proc/meminfo: memFree=27041964/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 17554 0 1 0 316 5 0 0 20 0 22 0 29550931 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 45033 2280 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2458 0 1 0 20 1 0 0 20 0 22 0 29550932 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) S 3560 3563 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468448914472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468447860904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468445755816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3573/stat : 3573 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468444703272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3574] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3574/stat : 3574 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468432505448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 6531 0 0 0 72 1 0 0 20 0 22 0 29550937 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 7128 0 0 0 70 2 0 0 20 0 22 0 29550937 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3585] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3585/stat : 3585 (java) S 3560 3563 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29550955 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468420826792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3586] ppid=3560 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/3563/task/3586/stat : 3586 (java) R 3560 3563 30091 0 -1 4202560 10 0 0 0 73 0 0 0 20 0 22 0 29551005 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468421878216 140468667578911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3587] ppid=3560 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/3563/task/3587/stat : 3587 (java) R 3560 3563 30091 0 -1 4202560 81 0 0 0 71 1 0 0 20 0 22 0 29551005 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468422929504 140468667599021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3588] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3588/stat : 3588 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551006 10060525568 45033 33554432000 1073741824 1073778376 140734727635696 140468423984168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.09 4.26 4.24 5/219 3588
/proc/meminfo: memFree=26905064/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=7 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 24892 0 1 0 687 13 0 0 20 0 22 0 29550931 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 86499 2287 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2458 0 1 0 20 1 0 0 20 0 22 0 29550932 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) S 3560 3563 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) S 3560 3563 30091 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468448914472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) S 3560 3563 30091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468447860904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468445755816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3573/stat : 3573 (java) S 3560 3563 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29550933 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468444703272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3574] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3574/stat : 3574 (java) S 3560 3563 30091 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468432505448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 7900 0 0 0 99 2 0 0 20 0 22 0 29550937 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 12787 0 0 0 97 3 0 0 20 0 22 0 29550937 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3585] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3585/stat : 3585 (java) S 3560 3563 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29550955 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468420826792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3586] ppid=3560 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/3563/task/3586/stat : 3586 (java) R 3560 3563 30091 0 -1 4202560 12 0 0 0 226 0 0 0 20 0 22 0 29551005 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468421876200 140468667507524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3587] ppid=3560 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3563/task/3587/stat : 3587 (java) R 3560 3563 30091 0 -1 4202560 137 0 0 0 221 3 0 0 20 0 22 0 29551005 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468422929680 140468667662465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3588] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3588/stat : 3588 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551006 10060525568 86499 33554432000 1073741824 1073778376 140734727635696 140468423984168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9824732

[startup+6.30079 s]
/proc/loadavg: 4.16 4.28 4.25 5/219 3588
/proc/meminfo: memFree=26529532/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=13.44 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 29056 0 1 0 1321 23 0 0 20 0 22 0 29550931 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 152457 2288 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2459 0 1 0 20 2 0 0 20 0 22 0 29550932 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) S 3560 3563 30091 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468448914472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) S 3560 3563 30091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468447860904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) S 3560 3563 30091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29550933 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468445755816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 11586 0 0 0 128 2 0 0 20 0 22 0 29550937 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 12794 0 0 0 104 3 0 0 20 0 22 0 29550937 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3588] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3588/stat : 3588 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551006 10060525568 152457 33554432000 1073741824 1073778376 140734727635696 140468423984168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 9824732

[startup+8.00097 s]
/proc/loadavg: 4.16 4.28 4.25 5/219 3591
/proc/meminfo: memFree=26318920/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=17.18 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 34330 0 1 0 1690 28 0 0 20 0 22 0 29550931 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 231371 2288 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2459 0 1 0 20 2 0 0 20 0 22 0 29550932 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) S 3560 3563 30091 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468448914472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) S 3560 3563 30091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468447860904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) S 3560 3563 30091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468445755816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3573/stat : 3573 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 29550933 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468444703272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3574] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3574/stat : 3574 (java) S 3560 3563 30091 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468432505448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 16710 0 0 0 162 3 0 0 20 0 22 0 29550937 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 12794 0 0 0 104 3 0 0 20 0 22 0 29550937 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3588] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3588/stat : 3588 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551006 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468423984168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3589] ppid=3560 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/3563/task/3589/stat : 3589 (java) R 3560 3563 30091 0 -1 4202560 5 0 0 0 221 0 0 0 20 0 22 0 29551506 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468421876552 140468667541912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3590] ppid=3560 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/3563/task/3590/stat : 3590 (java) R 3560 3563 30091 0 -1 4202560 151 0 0 0 218 3 0 0 20 0 22 0 29551506 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468422929208 140468667636752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3591] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3591/stat : 3591 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551506 10060525568 231371 33554432000 1073741824 1073778376 140734727635696 140468420826536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.18
Current children cumulated vsize (KiB) 9824732

[startup+8.40095 s]
/proc/loadavg: 4.16 4.28 4.25 5/219 3591
/proc/meminfo: memFree=26318920/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=17.99 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 34407 0 1 0 1768 31 0 0 20 0 22 0 29550931 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 270795 2288 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2459 0 1 0 20 2 0 0 20 0 22 0 29550932 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468810077048 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) S 3560 3563 30091 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468448914472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) S 3560 3563 30091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468447860904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) S 3560 3563 30091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468445755816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3573/stat : 3573 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 29550933 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468444703272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3574] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3574/stat : 3574 (java) S 3560 3563 30091 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468432505448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29550934 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 16710 0 0 0 162 3 0 0 20 0 22 0 29550937 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 12794 0 0 0 104 3 0 0 20 0 22 0 29550937 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29550937 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3588] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3588/stat : 3588 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551006 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468423984168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3589] ppid=3560 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/3563/task/3589/stat : 3589 (java) R 3560 3563 30091 0 -1 4202560 5 0 0 0 260 0 0 0 20 0 22 0 29551506 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468421876432 140468667578969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3590] ppid=3560 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/3563/task/3590/stat : 3590 (java) R 3560 3563 30091 0 -1 4202560 228 0 0 0 255 6 0 0 20 0 22 0 29551506 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468422929288 140468667636859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3591] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3591/stat : 3591 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29551506 10060525568 270795 33554432000 1073741824 1073778376 140734727635696 140468420826536 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 9824732

[startup+8.8008 s]
/proc/loadavg: 4.16 4.28 4.25 4/216 3591
/proc/meminfo: memFree=26015112/32872528 swapFree=1556504/1720024
[pid=3563] ppid=3560 vsize=9824732 CPUtime=18.15 cores=0,2,4,6
/proc/3563/stat : 3563 (java) S 3560 3563 30091 0 -1 4202496 34436 0 1 0 1781 34 0 0 20 0 20 0 29550931 10060525568 278475 33554432000 1073741824 1073778376 140734727635696 140734727626832 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3563/statm: 2456183 278475 2288 9 0 2446860 0
[pid=3563/tid=3564] ppid=3560 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3563/task/3564/stat : 3564 (java) S 3560 3563 30091 0 -1 4202560 2461 0 1 0 26 2 0 0 20 0 20 0 29550932 10060525568 278475 33554432000 1073741824 1073778376 140734727635696 140468810076888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3566] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3566/stat : 3566 (java) R 3560 3563 30091 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468788177576 270333424700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3567] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3567/stat : 3567 (java) S 3560 3563 30091 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468787125032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3568] ppid=3560 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3568/stat : 3568 (java) S 3560 3563 30091 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468786072488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3569] ppid=3560 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3563/task/3569/stat : 3569 (java) R 3560 3563 30091 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468448914472 140468812547769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3570] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3570/stat : 3570 (java) R 3560 3563 30091 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468447860904 140468816968814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3571] ppid=3560 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3563/task/3571/stat : 3571 (java) S 3560 3563 30091 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468446808360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3572] ppid=3560 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3563/task/3572/stat : 3572 (java) R 3560 3563 30091 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468445755816 140468812547777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3573] ppid=3560 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3563/task/3573/stat : 3573 (java) S 3560 3563 30091 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 20 0 29550933 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468444703272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3574] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3574/stat : 3574 (java) S 3560 3563 30091 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 20 0 29550934 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468432504328 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3575] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3575/stat : 3575 (java) S 3560 3563 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 29550934 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468431451768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3576] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3576/stat : 3576 (java) S 3560 3563 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 29550934 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468430399112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3577] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3577/stat : 3577 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29550937 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468429347856 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3578] ppid=3560 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3563/task/3578/stat : 3578 (java) S 3560 3563 30091 0 -1 4202560 16710 0 0 0 162 3 0 0 20 0 20 0 29550937 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468428294200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3563/tid=3579] ppid=3560 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/3563/task/3579/stat : 3579 (java) S 3560 3563 30091 0 -1 4202560 12794 0 0 0 106 3 0 0 20 0 20 0 29550937 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468427241656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3580] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3580/stat : 3580 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29550937 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468426189304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3563/tid=3581] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3581/stat : 3581 (java) S 3560 3563 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29550937 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468425136968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3563/tid=3591] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3591/stat : 3591 (java) S 3560 3563 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 29551506 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468420827256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3563/tid=3592] ppid=3560 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3563/task/3592/stat : 3592 (java) S 3560 3563 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 29551811 10060525568 278987 33554432000 1073741824 1073778376 140734727635696 140468422931336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 8.83356
CPU time (s): 18.2922
CPU user time (s): 17.8193
CPU system time (s): 0.472928
CPU usage (%): 207.077
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8193
system time used= 0.472928
maximum resident set size= 1125360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34766
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= 878
involuntary context switches= 789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057991 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 20:37:03
IDJOB=4106650
IDBENCH=48163
IDSOLVER=2543
FILE ID=node117/4106650-1466275023
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 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_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106650-1466275023/watcher-4106650-1466275023 -o /tmp/evaluation-result-4106650-1466275023/solver-4106650-1466275023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106650-1466275023.opb

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

MD5SUM BENCH= 27fb9f28c418482a39889bf496c3dc4e
RANDOM SEED=540101360

node117.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.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.82
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.912
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.912
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		: 2666.912
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        27106376 kB
Buffers:          140428 kB
Cached:           320412 kB
SwapCached:            0 kB
Active:          2918152 kB
Inactive:         358848 kB
Active(anon):    2808348 kB
Inactive(anon):    10636 kB
Active(file):     109804 kB
Inactive(file):   348212 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:       4594072 kB
Mapped:            21160 kB
Shmem:               204 kB
Slab:             621808 kB
SReclaimable:      65420 kB
SUnreclaim:       556388 kB
KernelStack:        1784 kB
PageTables:        13028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4787064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2969600 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= 71740 MiB
End job on node117 at 2016-06-18 20:37:12