Trace number 4106014

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 16.5005 7.74339

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
MD5SUMa92642ddb77f2466b803e375801dde37
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.077987
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 variables126
Total number of constraints13
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 constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

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-4106014-1466267738.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.069s.
0.10/0.18	c declared #vars     126
0.10/0.18	c internal #vars     420
0.10/0.18	c #constraints  607
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 294
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 313
0.10/0.18	c 607 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 294
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 313
0.10/0.18	c 607 constraints processed.
0.10/0.18	c objective function length is 7 literals
2.25/0.74	c cleaning 2496 clauses out of 5000 with flag 11415/5000
3.45/1.06	c cleaning 4249 clauses out of 8504 with flag 25102/11001
4.27/1.22	c And the winner is solver0
4.41/1.68	c SATISFIABLE
4.41/1.68	c OPTIMIZING...
4.41/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
4.41/1.68	o 5
4.65/1.80	c cleaning 5038 clauses out of 10107 with flag 6806/16853
4.65/1.84	c And the winner is solver0
4.77/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
4.77/2.18	o 3
5.01/2.36	c cleaning 5219 clauses out of 10447 with flag 9081/22231
5.62/2.65	c cleaning 5601 clauses out of 11228 with flag 22583/28231
6.79/3.06	c cleaning 6306 clauses out of 12627 with flag 38340/35232
8.07/3.47	c cleaning 7160 clauses out of 14320 with flag 55870/43231
8.90/3.89	c cleaning 8075 clauses out of 16159 with flag 75774/52231
10.12/4.40	c cleaning 9032 clauses out of 18085 with flag 98838/62232
11.34/5.01	c cleaning 10025 clauses out of 20053 with flag 124100/73232
12.74/5.71	c cleaning 11011 clauses out of 22026 with flag 151418/85231
14.36/6.59	c cleaning 11999 clauses out of 24016 with flag 181638/98232
16.15/7.47	c And the winner is solver0
16.41/7.73	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
16.41/7.73	c starts		: 381
16.41/7.73	c conflicts		: 109785
16.41/7.73	c decisions		: 128856
16.41/7.73	c propagations		: 1815371
16.41/7.73	c inspects		: 82672773
16.41/7.73	c shortcuts		: 0
16.41/7.73	c learnt literals	: 13
16.41/7.73	c learnt binary clauses	: 18
16.41/7.73	c learnt ternary clauses	: 33
16.41/7.73	c learnt constraints	: 109771
16.41/7.73	c ignored constraints	: 0
16.41/7.73	c root simplifications	: 0
16.41/7.73	c removed literals (reason simplification)	: 225922
16.41/7.73	c reason swapping (by a shorter reason)	: 0
16.41/7.73	c Calls to reduceDB	: 12
16.41/7.73	c Number of update (reduction) of LBD	: 4694
16.41/7.73	c Imported unit clauses	: 0
16.41/7.73	c number of reductions to clauses (during analyze)	: 0
16.41/7.73	c number of learned constraints concerned by reduction	: 0
16.41/7.73	c number of learning phase by resolution	: 0
16.41/7.73	c number of learning phase by cutting planes	: 0
16.41/7.73	c speed (assignments/second)	: 240605.83167660702
16.41/7.73	c non guided choices	1048
16.41/7.73	c learnt constraints type 
16.41/7.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
16.41/7.73	c starts		: 23
16.41/7.73	c conflicts		: 3357
16.41/7.73	c decisions		: 4063
16.41/7.73	c propagations		: 50857
16.41/7.73	c inspects		: 12618165
16.41/7.73	c shortcuts		: 0
16.41/7.73	c learnt literals	: 0
16.41/7.73	c learnt binary clauses	: 0
16.41/7.73	c learnt ternary clauses	: 0
16.41/7.73	c learnt constraints	: 3355
16.41/7.73	c ignored constraints	: 0
16.41/7.73	c root simplifications	: 0
16.41/7.73	c removed literals (reason simplification)	: 0
16.41/7.73	c reason swapping (by a shorter reason)	: 0
16.41/7.73	c Calls to reduceDB	: 0
16.41/7.73	c Number of update (reduction) of LBD	: 0
16.41/7.73	c Imported unit clauses	: 0
16.41/7.73	c number of reductions to clauses (during analyze)	: 0
16.41/7.73	c number of learned constraints concerned by reduction	: 0
16.41/7.73	c number of learning phase by resolution	: 0
16.41/7.73	c number of learning phase by cutting planes	: 0
16.41/7.73	c speed (assignments/second)	: 9170.032455824017
16.41/7.73	c non guided choices	330
16.41/7.73	c learnt constraints type 
16.41/7.73	s OPTIMUM FOUND
16.41/7.73	c Found 2 solution(s)
16.41/7.73	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 -x97 -x98 x99 -x100 x101 x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 x122 -x123 -x124 -x125 -x126 
16.41/7.73	c objective function=3
16.41/7.73	c Total wall clock time (in seconds): 7.623

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-4106014-1466267738/watcher-4106014-1466267738 -o /tmp/evaluation-result-4106014-1466267738/solver-4106014-1466267738 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106014-1466267738.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.22 4.20 4.09 5/197 5282
/proc/meminfo: memFree=28654020/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 1280 0 0 0 0 0 0 0 20 0 2 0 28820537 94019584 913 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 22954 915 695 9 0 16769 0
[pid=5282/tid=5283] ppid=5279 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) D 5279 5282 3621 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 28820538 94019584 917 33554432000 1073741824 1073778376 140733531950416 140558435470888 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 4.22 4.20 4.09 5/197 5282
/proc/meminfo: memFree=28654020/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 4482 0 1 0 9 1 0 0 20 0 18 0 28820537 9787879424 5600 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2389619 5600 2141 9 0 2380296 0
[pid=5282/tid=5283] ppid=5279 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) R 5279 5282 3621 0 -1 4202560 2443 0 1 0 6 1 0 0 20 0 18 0 28820538 9787879424 5600 33554432000 1073741824 1073778376 140733531950416 140558435474336 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.22 4.20 4.09 5/197 5282
/proc/meminfo: memFree=28654020/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9759196 CPUtime=0.26 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 4841 0 1 0 24 2 0 0 20 0 22 0 28820537 9993416704 7435 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2439799 7435 2217 9 0 2430476 0
[pid=5282/tid=5283] ppid=5279 vsize=9759196 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 9993416704 7440 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9759196

[startup+0.300269 s]
/proc/loadavg: 4.22 4.20 4.09 5/197 5282
/proc/meminfo: memFree=28654020/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 10902 0 1 0 63 3 0 0 20 0 22 0 28820537 10060525568 11586 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 11586 2234 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 10060525568 11586 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.70023 s]
/proc/loadavg: 4.22 4.20 4.09 5/197 5282
/proc/meminfo: memFree=28654020/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 15859 0 1 0 221 4 0 0 20 0 22 0 28820537 10060525568 24639 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 24639 2256 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 10060525568 24639 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.22 4.20 4.09 8/219 5304
/proc/meminfo: memFree=28476092/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=4.41 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 22457 0 1 0 432 9 0 0 20 0 19 0 28820537 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 46334 2279 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 19 0 28820538 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28820539 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5279 5282 3621 0 -1 4202560 7417 0 0 0 109 2 0 0 20 0 19 0 28820543 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558255335608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5279 5282 3621 0 -1 4202560 11135 0 0 0 99 2 0 0 20 0 19 0 28820543 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558254282808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28820556 10060525568 46334 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.22 4.20 4.09 6/219 5310
/proc/meminfo: memFree=28468652/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=7.04 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 26791 0 1 0 689 15 0 0 20 0 22 0 28820537 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 52018 2282 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28820539 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) R 5279 5282 3621 0 -1 4202560 11410 0 0 0 147 2 0 0 20 0 22 0 28820543 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558255335488 140558438341952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5279 5282 3621 0 -1 4202560 11149 0 0 0 108 2 0 0 20 0 22 0 28820543 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558254282808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 52018 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 52019 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28820556 10060525568 52019 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5308] ppid=5279 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) R 5279 5282 3621 0 -1 4202560 10 0 0 0 86 0 0 0 20 0 22 0 28820756 10060525568 52019 33554432000 1073741824 1073778376 140733531950416 140558251123256 140558375643828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5309] ppid=5279 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/5282/task/5309/stat : 5309 (java) R 5279 5282 3621 0 -1 4202560 6 0 0 0 85 0 0 0 20 0 22 0 28820756 10060525568 52019 33554432000 1073741824 1073778376 140733531950416 140558249016768 140558375598961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5310] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5310/stat : 5310 (java) S 5279 5282 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28820756 10060525568 52019 33554432000 1073741824 1073778376 140733531950416 140558250071336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.28 4.21 4.09 6/219 5310
/proc/meminfo: memFree=28069484/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=13.96 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 30216 0 1 0 1370 26 0 0 20 0 22 0 28820537 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 149760 2282 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 71 0 0 0 2 1 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 1 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 347 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 347 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5279 5282 3621 0 -1 4202560 13339 0 0 0 182 3 0 0 20 0 22 0 28820543 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558255335608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5279 5282 3621 0 -1 4202560 11809 0 0 0 118 2 0 0 20 0 22 0 28820543 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558254282808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28820556 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5308] ppid=5279 vsize=9824732 CPUtime=4.11 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) R 5279 5282 3621 0 -1 4202560 20 0 0 0 411 0 0 0 20 0 22 0 28820756 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558251123200 140558375703647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5309] ppid=5279 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/5282/task/5309/stat : 5309 (java) R 5279 5282 3621 0 -1 4202560 484 0 0 0 405 5 0 0 20 0 22 0 28820756 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558249017088 140558375679175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5310] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5310/stat : 5310 (java) S 5279 5282 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28820756 10060525568 149760 33554432000 1073741824 1073778376 140733531950416 140558250071336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 9824732

[startup+7.20092 s]
/proc/loadavg: 4.28 4.21 4.09 6/219 5310
/proc/meminfo: memFree=28053416/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=15.76 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 30290 0 1 0 1548 28 0 0 20 0 22 0 28820537 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 187648 2282 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 22 0 28820538 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 71 0 0 0 2 1 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 1 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28820539 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 347 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28820540 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5279 5282 3621 0 -1 4202560 13339 0 0 0 182 3 0 0 20 0 22 0 28820543 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558255335608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5279 5282 3621 0 -1 4202560 11809 0 0 0 118 2 0 0 20 0 22 0 28820543 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558254282808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28820543 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28820556 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5308] ppid=5279 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/5282/task/5308/stat : 5308 (java) R 5279 5282 3621 0 -1 4202560 22 0 0 0 491 0 0 0 20 0 22 0 28820756 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558251114400 140558375638812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5309] ppid=5279 vsize=9824732 CPUtime=4.9 cores=1,3,5,7
/proc/5282/task/5309/stat : 5309 (java) R 5279 5282 3621 0 -1 4202560 556 0 0 0 483 7 0 0 20 0 22 0 28820756 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558249017088 140558375854545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5310] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5310/stat : 5310 (java) S 5279 5282 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28820756 10060525568 187648 33554432000 1073741824 1073778376 140733531950416 140558250071336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 9824732

[startup+7.60083 s]
/proc/loadavg: 4.28 4.21 4.09 6/219 5310
/proc/meminfo: memFree=28053416/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=16.37 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 30638 0 1 0 1605 32 0 0 20 0 19 0 28820537 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 226293 2282 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) S 5279 5282 3621 0 -1 4202560 2467 0 1 0 14 2 0 0 20 0 19 0 28820538 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558435476344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 2 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 58 0 0 0 2 1 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 1 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 587 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5279 5282 3621 0 -1 4202560 13339 0 0 0 182 3 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558255335608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) S 5279 5282 3621 0 -1 4202560 11809 0 0 0 118 2 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558254282808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28820556 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 9824732

[startup+7.70252 s]
/proc/loadavg: 4.26 4.20 4.09 4/216 5310
/proc/meminfo: memFree=27747412/32872528 swapFree=1286400/1433568
[pid=5282] ppid=5279 vsize=9824732 CPUtime=16.41 cores=1,3,5,7
/proc/5282/stat : 5282 (java) S 5279 5282 3621 0 -1 4202496 30638 0 1 0 1609 32 0 0 20 0 19 0 28820537 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140733531941552 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5282/statm: 2456183 226293 2282 9 0 2446860 0
[pid=5282/tid=5283] ppid=5279 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/5282/task/5283/stat : 5283 (java) R 5279 5282 3621 0 -1 4202560 2467 0 1 0 17 2 0 0 20 0 19 0 28820538 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558435476008 140558375434166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5285] ppid=5279 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5282/task/5285/stat : 5285 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 2 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558279326504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5286] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5286/stat : 5286 (java) S 5279 5282 3621 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558278273704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5287] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5287/stat : 5287 (java) S 5279 5282 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558277221416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5288] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5288/stat : 5288 (java) S 5279 5282 3621 0 -1 4202560 58 0 0 0 2 1 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558276168616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5289] ppid=5279 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5282/task/5289/stat : 5289 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558275115304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5290] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5290/stat : 5290 (java) S 5279 5282 3621 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558274062504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5291] ppid=5279 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5282/task/5291/stat : 5291 (java) S 5279 5282 3621 0 -1 4202560 78 0 0 0 2 1 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558273010216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5282/tid=5292] ppid=5279 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5282/task/5292/stat : 5292 (java) S 5279 5282 3621 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 28820539 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558271957416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5293] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5293/stat : 5293 (java) S 5279 5282 3621 0 -1 4202560 587 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558259546856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5294] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5294/stat : 5294 (java) S 5279 5282 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558258492920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5295] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5295/stat : 5295 (java) S 5279 5282 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28820540 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558257440520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5296] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5296/stat : 5296 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558256389008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5282/tid=5297] ppid=5279 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/5282/task/5297/stat : 5297 (java) S 5279 5282 3621 0 -1 4202560 13339 0 0 0 182 3 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558255335608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5298] ppid=5279 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/5282/task/5298/stat : 5298 (java) R 5279 5282 3621 0 -1 4202560 11809 0 0 0 120 2 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558254282688 140558441933881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5299] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5299/stat : 5299 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558253230712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5282/tid=5300] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5300/stat : 5300 (java) S 5279 5282 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28820543 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558252178120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5282/tid=5304] ppid=5279 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5282/task/5304/stat : 5304 (java) S 5279 5282 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28820556 10060525568 226293 33554432000 1073741824 1073778376 140733531950416 140558247966248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.41
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 7.74339
CPU time (s): 16.5005
CPU user time (s): 16.1086
CPU system time (s): 0.39194
CPU usage (%): 213.091
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1086
system time used= 0.39194
maximum resident set size= 905196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30651
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= 824
involuntary context switches= 412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048992 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 18:35:38
IDJOB=4106014
IDBENCH=47892
IDSOLVER=2543
FILE ID=node130/4106014-1466267738
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 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=7-P0=127-P1=47-P2=7-P3=127-P4=17-P5=97-P6=127-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106014-1466267738/watcher-4106014-1466267738 -o /tmp/evaluation-result-4106014-1466267738/solver-4106014-1466267738 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106014-1466267738.opb

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

MD5SUM BENCH= a92642ddb77f2466b803e375801dde37
RANDOM SEED=534518605

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        28654556 kB
Buffers:           41292 kB
Cached:           164792 kB
SwapCached:         1876 kB
Active:          1889104 kB
Inactive:         155760 kB
Active(anon):    1839180 kB
Inactive(anon):     2212 kB
Active(file):      49924 kB
Inactive(file):   153548 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       3210092 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             601440 kB
SReclaimable:      44520 kB
SUnreclaim:       556920 kB
KernelStack:        1800 kB
PageTables:        10752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4503160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1878016 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= 71748 MiB
End job on node130 at 2016-06-18 18:35:46