Trace number 4106209

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 PB16OPT3 35.5186 16.8024

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=191-P1=151-P2=41-P3=257-P4=191-B.opb
MD5SUMe04f59e7146720276551350f74bab120
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.067988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables96
Total number of constraints9
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 constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

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.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106209-1466269321.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.062s.
0.09/0.18	c declared #vars     96
0.09/0.18	c internal #vars     352
0.09/0.18	c #constraints  525
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
0.09/0.18	c 525 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
0.09/0.18	c 525 constraints processed.
0.09/0.18	c objective function length is 8 literals
2.24/0.79	c cleaning 2494 clauses out of 5000 with flag 10343/5000
4.61/1.33	c cleaning 4244 clauses out of 8506 with flag 23471/11000
5.89/1.99	c cleaning 5617 clauses out of 11262 with flag 39329/18000
6.91/2.48	c cleaning 6814 clauses out of 13646 with flag 57995/26001
8.42/3.15	c cleaning 7908 clauses out of 15832 with flag 78202/35001
9.32/3.44	c And the winner is solver0
9.40/3.68	c SATISFIABLE
9.40/3.68	c OPTIMIZING...
9.40/3.68	c Got one! Elapsed wall clock time (in seconds):3.566
9.40/3.68	o 23
10.05/4.02	c And the winner is solver0
10.12/4.18	c Got one! Elapsed wall clock time (in seconds):4.067
10.12/4.18	o 3
10.15/4.28	c cleaning 9138 clauses out of 18302 with flag 2364/45379
11.63/4.77	c cleaning 7581 clauses out of 15163 with flag 16396/51378
12.63/5.24	c cleaning 7283 clauses out of 14583 with flag 32062/58379
13.65/5.75	c cleaning 7643 clauses out of 15300 with flag 49156/66379
15.04/6.42	c cleaning 8318 clauses out of 16656 with flag 70834/75378
16.44/7.15	c cleaning 9164 clauses out of 18338 with flag 96458/85379
18.49/8.14	c cleaning 10080 clauses out of 20173 with flag 120300/96378
20.49/9.14	c cleaning 11047 clauses out of 22093 with flag 147690/108378
22.95/10.39	c cleaning 12020 clauses out of 24047 with flag 176901/121379
25.15/11.47	c cleaning 13009 clauses out of 26026 with flag 208022/135378
28.12/12.83	c cleaning 14005 clauses out of 28016 with flag 242966/150379
31.77/14.68	c cleaning 15000 clauses out of 30011 with flag 277494/166379
35.17/16.38	c And the winner is solver0
35.34/16.78	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
35.34/16.78	c starts		: 465
35.34/16.78	c conflicts		: 182771
35.34/16.78	c decisions		: 208151
35.34/16.78	c propagations		: 3473851
35.34/16.78	c inspects		: 233388817
35.34/16.78	c shortcuts		: 0
35.34/16.78	c learnt literals	: 18
35.34/16.78	c learnt binary clauses	: 12
35.34/16.78	c learnt ternary clauses	: 27
35.34/16.78	c learnt constraints	: 182752
35.34/16.78	c ignored constraints	: 0
35.34/16.78	c root simplifications	: 0
35.34/16.78	c removed literals (reason simplification)	: 474663
35.34/16.78	c reason swapping (by a shorter reason)	: 0
35.34/16.78	c Calls to reduceDB	: 17
35.34/16.78	c Number of update (reduction) of LBD	: 6951
35.34/16.78	c Imported unit clauses	: 0
35.34/16.78	c number of reductions to clauses (during analyze)	: 0
35.34/16.78	c number of learned constraints concerned by reduction	: 0
35.34/16.78	c number of learning phase by resolution	: 0
35.34/16.78	c number of learning phase by cutting planes	: 0
35.34/16.78	c speed (assignments/second)	: 209255.52677549547
35.34/16.78	c non guided choices	923
35.34/16.78	c learnt constraints type 
35.34/16.78	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
35.34/16.78	c starts		: 31
35.34/16.78	c conflicts		: 5079
35.34/16.78	c decisions		: 6249
35.34/16.78	c propagations		: 88602
35.34/16.78	c inspects		: 26126169
35.34/16.78	c shortcuts		: 0
35.34/16.78	c learnt literals	: 0
35.34/16.78	c learnt binary clauses	: 0
35.34/16.78	c learnt ternary clauses	: 0
35.34/16.78	c learnt constraints	: 5076
35.34/16.78	c ignored constraints	: 0
35.34/16.78	c root simplifications	: 0
35.34/16.78	c removed literals (reason simplification)	: 0
35.34/16.78	c reason swapping (by a shorter reason)	: 0
35.34/16.78	c Calls to reduceDB	: 0
35.34/16.78	c Number of update (reduction) of LBD	: 0
35.34/16.78	c Imported unit clauses	: 0
35.34/16.78	c number of reductions to clauses (during analyze)	: 0
35.34/16.78	c number of learned constraints concerned by reduction	: 0
35.34/16.79	c number of learning phase by resolution	: 0
35.34/16.79	c number of learning phase by cutting planes	: 0
35.34/16.79	c speed (assignments/second)	: 7031.346718514403
35.34/16.79	c non guided choices	486
35.34/16.79	c learnt constraints type 
35.34/16.79	s OPTIMUM FOUND
35.34/16.79	c Found 2 solution(s)
35.34/16.79	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 x51 x52 -x53 -x54 x55 x56 x57 x58 -x59 x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 x83 x84 x85 -x86 x87 -x88 x89 x90 -x91 x92 -x93 -x94 x95 -x96 
35.34/16.79	c objective function=3
35.34/16.79	c Total wall clock time (in seconds): 16.675

Verifier Data

OK	3

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-4106209-1466269321/watcher-4106209-1466269321 -o /tmp/evaluation-result-4106209-1466269321/solver-4106209-1466269321 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106209-1466269321.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.20 3.61 3.82 3/196 30732
/proc/meminfo: memFree=28899964/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/30732/stat : 30732 (java) R 30729 30732 28285 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 28980570 9547776 183 33554432000 1073741824 1073778376 140736986632608 140736986615336 217410520448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30732/statm: 2323 183 140 9 0 71 0

[startup+0.100205 s]
/proc/loadavg: 3.20 3.61 3.82 3/196 30732
/proc/meminfo: memFree=28899964/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 4468 0 1 0 8 1 0 0 20 0 18 0 28980570 9787879424 5597 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2389619 5597 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200172 s]
/proc/loadavg: 3.20 3.61 3.82 3/196 30732
/proc/meminfo: memFree=28899964/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 4955 0 1 0 24 1 0 0 20 0 22 0 28980570 10060525568 7590 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 7593 2206 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300175 s]
/proc/loadavg: 3.20 3.61 3.82 3/196 30732
/proc/meminfo: memFree=28899964/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 7996 0 1 0 63 1 0 0 20 0 22 0 28980570 10060525568 10041 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 10041 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700178 s]
/proc/loadavg: 3.20 3.61 3.82 3/196 30732
/proc/meminfo: memFree=28899964/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 17790 0 1 0 220 4 0 0 20 0 22 0 28980570 10060525568 27062 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 27062 2251 9 0 2446860 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.20 3.61 3.82 6/218 30754
/proc/meminfo: memFree=28707892/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=5.08 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 25436 0 1 0 500 8 0 0 20 0 22 0 28980570 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 49934 2275 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2464 0 1 0 15 0 0 0 20 0 22 0 28980571 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28980572 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28980573 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/30732/task/30747/stat : 30747 (java) R 30729 30732 28285 0 -1 4202560 13399 0 0 0 115 3 0 0 20 0 22 0 28980576 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476457540536 140476640355059 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30748] ppid=30729 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/30732/task/30748/stat : 30748 (java) S 30729 30732 28285 0 -1 4202560 8064 0 0 0 106 1 0 0 20 0 22 0 28980576 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476456487736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30749] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30749/stat : 30749 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476455435128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30750] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30750/stat : 30750 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476454382536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30751] ppid=30729 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/30732/task/30751/stat : 30751 (java) R 30729 30732 28285 0 -1 4202560 31 0 0 0 128 0 0 0 20 0 22 0 28980589 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476453278584 140476510396990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30752] ppid=30729 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/30732/task/30752/stat : 30752 (java) R 30729 30732 28285 0 -1 4202560 96 0 0 0 125 2 0 0 20 0 22 0 28980589 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476452225640 140476510716085 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30753] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30753/stat : 30753 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476451173288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30754] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30754/stat : 30754 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 49934 33554432000 1073741824 1073778376 140733651311904 140476450120488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 9824732

[startup+3.11169 s]
/proc/loadavg: 3.20 3.61 3.82 5/218 30754
/proc/meminfo: memFree=28689824/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=8.42 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 25853 0 1 0 828 14 0 0 20 0 22 0 28980570 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 89126 2275 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2464 0 1 0 15 0 0 0 20 0 22 0 28980571 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 61 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28980572 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 28980573 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/30732/task/30747/stat : 30747 (java) S 30729 30732 28285 0 -1 4202560 13405 0 0 0 118 3 0 0 20 0 22 0 28980576 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476457540536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30748] ppid=30729 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/30732/task/30748/stat : 30748 (java) S 30729 30732 28285 0 -1 4202560 8067 0 0 0 108 1 0 0 20 0 22 0 28980576 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476456487736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30749] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30749/stat : 30749 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476455435128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30750] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30750/stat : 30750 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476454382536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30751] ppid=30729 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/30732/task/30751/stat : 30751 (java) R 30729 30732 28285 0 -1 4202560 41 0 0 0 283 0 0 0 20 0 22 0 28980589 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476453278272 140476510358864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30752] ppid=30729 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/30732/task/30752/stat : 30752 (java) R 30729 30732 28285 0 -1 4202560 151 0 0 0 277 4 0 0 20 0 22 0 28980589 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476452224392 140476510427225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30753] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30753/stat : 30753 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476451173288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30754] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30754/stat : 30754 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 89126 33554432000 1073741824 1073778376 140733651311904 140476450120488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 3.18 3.60 3.82 4/218 30760
/proc/meminfo: memFree=28301980/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=14.84 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 34056 0 1 0 1459 25 0 0 20 0 22 0 28980570 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 154890 2280 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2465 0 1 0 15 0 0 0 20 0 22 0 28980571 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 76 0 0 0 5 1 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 59 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 63 0 0 0 4 1 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 28980572 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 28980573 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 154890 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.91 cores=0,2,4,6

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

/proc/loadavg: 3.23 3.59 3.81 4/218 30760
/proc/meminfo: memFree=27145340/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=31.38 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 35868 0 1 0 3092 46 0 0 20 0 22 0 28980570 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 438702 2280 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2465 0 1 0 15 0 0 0 20 0 22 0 28980571 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 57 0 0 0 6 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 67 0 0 0 4 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 87 0 0 0 7 3 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 72 0 0 0 7 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 22 0 28980573 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/30732/task/30747/stat : 30747 (java) S 30729 30732 28285 0 -1 4202560 21134 0 0 0 188 3 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476457540536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30748] ppid=30729 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30732/task/30748/stat : 30748 (java) S 30729 30732 28285 0 -1 4202560 8090 0 0 0 137 2 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476456487736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30749] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30749/stat : 30749 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476455435128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30750] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30750/stat : 30750 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476454382536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30753] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30753/stat : 30753 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476451173288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30758] ppid=30729 vsize=9824732 CPUtime=10.03 cores=0,2,4,6
/proc/30732/task/30758/stat : 30758 (java) R 30729 30732 28285 0 -1 4202560 14 0 0 0 1003 0 0 0 20 0 22 0 28980989 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476453276680 140476510427276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30759] ppid=30729 vsize=9824732 CPUtime=10.01 cores=0,2,4,6
/proc/30732/task/30759/stat : 30759 (java) R 30729 30732 28285 0 -1 4202560 958 0 0 0 986 15 0 0 20 0 22 0 28980989 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476452224648 140476510395074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30760] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30760/stat : 30760 (java) S 30729 30732 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28980990 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476450120744 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 9824732

[startup+16.0009 s]
/proc/loadavg: 3.23 3.59 3.81 4/218 30760
/proc/meminfo: memFree=27145216/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=34.57 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 35868 0 1 0 3411 46 0 0 20 0 22 0 28980570 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 438702 2280 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2465 0 1 0 15 0 0 0 20 0 22 0 28980571 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 57 0 0 0 6 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 67 0 0 0 4 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 87 0 0 0 7 3 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 72 0 0 0 7 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 28980572 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 22 0 28980573 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28980574 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/30732/task/30747/stat : 30747 (java) S 30729 30732 28285 0 -1 4202560 21134 0 0 0 188 3 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476457540536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30748] ppid=30729 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30732/task/30748/stat : 30748 (java) S 30729 30732 28285 0 -1 4202560 8090 0 0 0 137 2 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476456487736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30749] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30749/stat : 30749 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476455435128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30750] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30750/stat : 30750 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28980576 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476454382536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30753] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30753/stat : 30753 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28980589 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476451173288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30758] ppid=30729 vsize=9824732 CPUtime=11.61 cores=0,2,4,6
/proc/30732/task/30758/stat : 30758 (java) R 30729 30732 28285 0 -1 4202560 14 0 0 0 1161 0 0 0 20 0 22 0 28980989 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476453269664 140476510441126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30759] ppid=30729 vsize=9824732 CPUtime=11.6 cores=0,2,4,6
/proc/30732/task/30759/stat : 30759 (java) R 30729 30732 28285 0 -1 4202560 958 0 0 0 1145 15 0 0 20 0 22 0 28980989 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476452224528 140476510334010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30760] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30760/stat : 30760 (java) S 30729 30732 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28980990 10060525568 438702 33554432000 1073741824 1073778376 140733651311904 140476450120744 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.57
Current children cumulated vsize (KiB) 9824732

[startup+16.4009 s]
/proc/loadavg: 3.23 3.59 3.81 4/218 30760
/proc/meminfo: memFree=27145216/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=9824732 CPUtime=35.33 cores=0,2,4,6
/proc/30732/stat : 30732 (java) S 30729 30732 28285 0 -1 4202496 35869 0 1 0 3486 47 0 0 20 0 20 0 28980570 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140733651303040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 2456183 438695 2280 9 0 2446860 0
[pid=30732/tid=30734] ppid=30729 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30732/task/30734/stat : 30734 (java) S 30729 30732 28285 0 -1 4202560 2465 0 1 0 15 0 0 0 20 0 20 0 28980571 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476637479800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30735] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30735/stat : 30735 (java) S 30729 30732 28285 0 -1 4202560 88 0 0 0 8 2 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476481530408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30736] ppid=30729 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30732/task/30736/stat : 30736 (java) S 30729 30732 28285 0 -1 4202560 57 0 0 0 6 1 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476480477608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30737] ppid=30729 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30732/task/30737/stat : 30737 (java) S 30729 30732 28285 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476479424808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30738] ppid=30729 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30732/task/30738/stat : 30738 (java) S 30729 30732 28285 0 -1 4202560 67 0 0 0 4 2 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476478372008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30739] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30739/stat : 30739 (java) S 30729 30732 28285 0 -1 4202560 87 0 0 0 7 3 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476477320232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30740] ppid=30729 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30732/task/30740/stat : 30740 (java) S 30729 30732 28285 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476476267432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30741] ppid=30729 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30732/task/30741/stat : 30741 (java) S 30729 30732 28285 0 -1 4202560 72 0 0 0 7 1 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476475214632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30742] ppid=30729 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30732/task/30742/stat : 30742 (java) S 30729 30732 28285 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 20 0 28980572 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476474161832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30743] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30743/stat : 30743 (java) S 30729 30732 28285 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 20 0 28980573 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476461750760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30744] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30744/stat : 30744 (java) S 30729 30732 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 28980574 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476460696824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30745] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30745/stat : 30745 (java) S 30729 30732 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 28980574 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476459643912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 28980576 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476458592400 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30732/tid=30747] ppid=30729 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/30732/task/30747/stat : 30747 (java) S 30729 30732 28285 0 -1 4202560 21134 0 0 0 188 3 0 0 20 0 20 0 28980576 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476457540536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30732/tid=30748] ppid=30729 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30732/task/30748/stat : 30748 (java) S 30729 30732 28285 0 -1 4202560 8090 0 0 0 137 2 0 0 20 0 20 0 28980576 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476456487736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30749] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30749/stat : 30749 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 28980576 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476455435128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30750] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30750/stat : 30750 (java) S 30729 30732 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 28980576 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476454382536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30732/tid=30753] ppid=30729 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30753/stat : 30753 (java) S 30729 30732 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 28980589 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476451173288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30732/tid=30759] ppid=30729 vsize=9824732 CPUtime=12 cores=0,2,4,6
/proc/30732/task/30759/stat : 30759 (java) R 30729 30732 28285 0 -1 4202560 958 0 0 0 1185 15 0 0 20 0 20 0 28980989 10060525568 438695 33554432000 1073741824 1073778376 140733651311904 140476452223752 140476510716226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 35.33
Current children cumulated vsize (KiB) 9824732

[startup+16.8007 s]
/proc/loadavg: 3.23 3.59 3.81 2/215 30760
/proc/meminfo: memFree=27145216/32872528 swapFree=1534436/1655032
[pid=30732] ppid=30729 vsize=0 CPUtime=35.5 cores=0,2,4,6
/proc/30732/stat : 30732 (java) Z 30729 30732 28285 0 -1 4203532 35884 0 1 0 3491 59 0 0 20 0 2 0 28980570 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30732/statm: 0 0 0 0 0 0 0
[pid=30732/tid=30746] ppid=30729 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/30732/task/30746/stat : 30746 (java) R 30729 30732 28285 0 -1 4203588 8 0 0 0 0 0 0 0 20 0 2 0 28980576 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 35.5
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100021
#  lost CPU user time (s): 0.0100021
#  lost CPU system time (s): 0

Real time (s): 16.8024
CPU time (s): 35.5186
CPU user time (s): 34.9267
CPU system time (s): 0.59191
CPU usage (%): 211.39
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9167
system time used= 0.59191
maximum resident set size= 1754808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35884
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= 1107
involuntary context switches= 1262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114982 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:02:01
IDJOB=4106209
IDBENCH=47973
IDSOLVER=2543
FILE ID=node122/4106209-1466269321
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=191-P1=151-P2=41-P3=257-P4=191-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106209-1466269321/watcher-4106209-1466269321 -o /tmp/evaluation-result-4106209-1466269321/solver-4106209-1466269321 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106209-1466269321.opb

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

MD5SUM BENCH= e04f59e7146720276551350f74bab120
RANDOM SEED=1490267362

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28899964 kB
Buffers:          143292 kB
Cached:           219276 kB
SwapCached:            0 kB
Active:          1303316 kB
Inactive:         267988 kB
Active(anon):    1199584 kB
Inactive(anon):    11704 kB
Active(file):     103732 kB
Inactive(file):   256284 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1048 kB
Writeback:             8 kB
AnonPages:       2935768 kB
Mapped:            21312 kB
Shmem:               204 kB
Slab:             610100 kB
SReclaimable:      53848 kB
SUnreclaim:       556252 kB
KernelStack:        1800 kB
PageTables:        10076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3601584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 71744 MiB
End job on node122 at 2016-06-18 19:02:18