Trace number 4106296

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 63.0144 29.9895

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=173-P1=191-P2=127-P3=113-P4=97-P5=167-B.opb
MD5SUM88214650523f8a2de77e1fd9d134abd8
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.086986
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 variables120
Total number of constraints11
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 constraints11
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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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.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-4106296-1466270270.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.075s.
0.09/0.18	c declared #vars     120
0.09/0.18	c internal #vars     440
0.09/0.18	c #constraints  656
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.09/0.19	c 656 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.09/0.19	c 656 constraints processed.
0.09/0.19	c objective function length is 8 literals
2.99/0.93	c cleaning 2497 clauses out of 5001 with flag 10250/5001
4.58/1.30	c cleaning 4245 clauses out of 8504 with flag 23033/11001
5.70/1.88	c cleaning 5615 clauses out of 11259 with flag 37985/18001
7.34/2.66	c cleaning 6806 clauses out of 13643 with flag 56007/26000
7.95/2.82	c And the winner is solver0
8.01/3.19	c SATISFIABLE
8.01/3.19	c OPTIMIZING...
8.01/3.19	c Got one! Elapsed wall clock time (in seconds):3.08
8.01/3.19	o 3
8.24/3.37	c cleaning 6217 clauses out of 12437 with flag 8372/31600
9.02/3.72	c cleaning 6108 clauses out of 12220 with flag 21314/37600
9.65/4.07	c cleaning 6548 clauses out of 13113 with flag 36945/44601
10.68/4.55	c cleaning 7271 clauses out of 14563 with flag 54350/52599
12.50/5.46	c cleaning 8138 clauses out of 16293 with flag 75079/61600
14.41/6.28	c cleaning 9066 clauses out of 18154 with flag 99034/71599
16.41/7.06	c cleaning 10037 clauses out of 20088 with flag 125799/82599
18.82/8.26	c cleaning 11020 clauses out of 22051 with flag 156096/94599
21.02/9.31	c cleaning 12009 clauses out of 24032 with flag 189262/107600
23.85/10.76	c cleaning 13005 clauses out of 26021 with flag 222889/121599
26.46/12.07	c cleaning 14005 clauses out of 28017 with flag 255693/136600
29.67/13.64	c cleaning 14999 clauses out of 30011 with flag 294679/152599
33.12/15.32	c cleaning 16007 clauses out of 32013 with flag 334291/169600
35.73/16.67	c cleaning 0 clauses out of 5374 with flag 0/5375
36.56/16.96	c cleaning 16996 clauses out of 34005 with flag 377342/187599
39.94/18.42	c cleaning 17999 clauses out of 36008 with flag 421478/206599
43.88/20.38	c cleaning 18996 clauses out of 38010 with flag 466226/226600
48.08/22.48	c cleaning 20003 clauses out of 40014 with flag 513346/247600
52.51/24.67	c cleaning 20999 clauses out of 42010 with flag 563694/269599
58.11/27.49	c cleaning 22000 clauses out of 44008 with flag 612548/292601
62.56/29.70	c And the winner is solver0
62.84/29.96	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
62.84/29.96	c starts		: 804
62.84/29.96	c conflicts		: 310967
62.84/29.96	c decisions		: 359308
62.84/29.96	c propagations		: 6000575
62.84/29.96	c inspects		: 451589853
62.84/29.96	c shortcuts		: 0
62.84/29.96	c learnt literals	: 23
62.84/29.96	c learnt binary clauses	: 15
62.84/29.96	c learnt ternary clauses	: 33
62.84/29.96	c learnt constraints	: 310943
62.84/29.96	c ignored constraints	: 0
62.84/29.96	c root simplifications	: 0
62.84/29.96	c removed literals (reason simplification)	: 740549
62.84/29.96	c reason swapping (by a shorter reason)	: 0
62.84/29.96	c Calls to reduceDB	: 23
62.84/29.96	c Number of update (reduction) of LBD	: 14351
62.84/29.96	c Imported unit clauses	: 0
62.84/29.96	c number of reductions to clauses (during analyze)	: 0
62.84/29.96	c number of learned constraints concerned by reduction	: 0
62.84/29.96	c number of learning phase by resolution	: 0
62.84/29.96	c number of learning phase by cutting planes	: 0
62.84/29.96	c speed (assignments/second)	: 201584.80868075386
62.84/29.96	c non guided choices	1635
62.84/29.96	c learnt constraints type 
62.84/29.96	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
62.84/29.96	c starts		: 37
62.84/29.96	c conflicts		: 7904
62.84/29.96	c decisions		: 9209
62.84/29.96	c propagations		: 140384
62.84/29.96	c inspects		: 48635288
62.84/29.96	c shortcuts		: 0
62.84/29.96	c learnt literals	: 0
62.84/29.96	c learnt binary clauses	: 0
62.84/29.96	c learnt ternary clauses	: 0
62.84/29.96	c learnt constraints	: 7903
62.84/29.96	c ignored constraints	: 0
62.84/29.96	c root simplifications	: 0
62.84/29.96	c removed literals (reason simplification)	: 0
62.84/29.96	c reason swapping (by a shorter reason)	: 0
62.84/29.96	c Calls to reduceDB	: 1
62.84/29.96	c Number of update (reduction) of LBD	: 0
62.84/29.96	c Imported unit clauses	: 0
62.84/29.96	c number of reductions to clauses (during analyze)	: 0
62.84/29.96	c number of learned constraints concerned by reduction	: 0
62.84/29.96	c number of learning phase by resolution	: 0
62.84/29.96	c number of learning phase by cutting planes	: 0
62.84/29.96	c speed (assignments/second)	: 5243.8833065630715
62.84/29.96	c non guided choices	415
62.84/29.96	c learnt constraints type 
62.84/29.96	s OPTIMUM FOUND
62.84/29.96	c Found 1 solution(s)
62.84/29.96	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 
62.84/29.96	c objective function=3
62.84/29.96	c Total wall clock time (in seconds): 29.853

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

pid=31110
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.49 3.40 3.52 3/196 31113
/proc/meminfo: memFree=28667760/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31113/stat : 31113 (java) R 31110 31113 28285 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 29075426 23793664 709 33554432000 1073741824 1073778376 140735642034048 140735642023112 217401308520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 5809 709 524 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 3.49 3.40 3.52 3/196 31113
/proc/meminfo: memFree=28667760/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 4416 0 1 0 9 0 0 0 20 0 18 0 29075426 9787879424 6053 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2389619 6053 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.204299 s]
/proc/loadavg: 3.49 3.40 3.52 3/196 31113
/proc/meminfo: memFree=28667760/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 5133 0 1 0 26 1 0 0 20 0 22 0 29075426 10060525568 8245 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 8250 2223 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300204 s]
/proc/loadavg: 3.49 3.40 3.52 3/196 31113
/proc/meminfo: memFree=28667760/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 8005 0 1 0 64 1 0 0 20 0 22 0 29075426 10060525568 10503 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 10503 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 3.49 3.40 3.52 3/196 31113
/proc/meminfo: memFree=28667760/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 19918 0 1 0 221 4 0 0 20 0 22 0 29075426 10060525568 24798 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 24798 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.49 3.40 3.52 6/218 31135
/proc/meminfo: memFree=28483400/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=5.09 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 29611 0 1 0 500 9 0 0 20 0 22 0 29075426 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 51947 2278 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31110 31113 28285 0 -1 4202560 2443 0 1 0 16 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848849720184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29075428 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18906 0 0 0 113 4 0 0 20 0 22 0 29075431 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) S 31110 31113 28285 0 -1 4202560 6750 0 0 0 114 0 0 0 20 0 22 0 29075431 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848668195256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31132] ppid=31110 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31113/task/31132/stat : 31132 (java) R 31110 31113 28285 0 -1 4202560 22 0 0 0 121 0 0 0 20 0 22 0 29075445 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848665033960 139848715966851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31133] ppid=31110 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/31113/task/31133/stat : 31133 (java) R 31110 31113 28285 0 -1 4202560 104 0 0 0 125 2 0 0 20 0 22 0 29075445 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848663982520 139848716239751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29075445 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31135] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31135/stat : 31135 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29075446 10060525568 51947 33554432000 1073741824 1073778376 140735642034048 139848661878184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 3.49 3.40 3.52 4/218 31135
/proc/meminfo: memFree=28373864/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=8.01 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 31405 0 1 0 786 15 0 0 20 0 19 0 29075426 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 88058 2279 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31110 31113 28285 0 -1 4202560 2443 0 1 0 16 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848849720184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 19 0 29075427 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 19 0 29075428 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18906 0 0 0 117 4 0 0 20 0 19 0 29075431 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) S 31110 31113 28285 0 -1 4202560 8175 0 0 0 132 0 0 0 20 0 19 0 29075431 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848668195256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29075445 10060525568 88058 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.45 3.39 3.51 6/218 31138
/proc/meminfo: memFree=28049848/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=14.69 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 36053 0 1 0 1445 24 0 0 20 0 22 0 29075426 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 155650 2282 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31110 31113 28285 0 -1 4202560 2444 0 1 0 16 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848849720184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 128 0 0 0 1 2 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 63 0 0 0 3 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 120 0 0 0 4 0 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 122 0 0 0 2 1 0 0 20 0 22 0 29075427 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 29075428 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18906 0 0 0 120 4 0 0 20 0 22 0 29075431 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) R 31110 31113 28285 0 -1 4202560 12051 0 0 0 173 2 0 0 20 0 22 0 29075431 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848668195256 139848855679761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 155650 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 22 0 29075428 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18912 0 0 0 155 4 0 0 20 0 22 0 29075431 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) S 31110 31113 28285 0 -1 4202560 15099 0 0 0 250 2 0 0 20 0 22 0 29075431 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848668195256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29075445 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31136] ppid=31110 vsize=9824732 CPUtime=25.32 cores=0,2,4,6
/proc/31113/task/31136/stat : 31136 (java) R 31110 31113 28285 0 -1 4202560 24 0 0 0 2532 0 0 0 20 0 22 0 29075745 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848663982728 139848715885196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31137] ppid=31110 vsize=9824732 CPUtime=25.32 cores=0,2,4,6
/proc/31113/task/31137/stat : 31137 (java) R 31110 31113 28285 0 -1 4202560 1656 0 0 0 2498 34 0 0 20 0 22 0 29075745 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848665033344 139848716138150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31138] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31138/stat : 31138 (java) S 31110 31113 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29075745 10060525568 685134 33554432000 1073741824 1073778376 140735642034048 139848661877544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 60.92
Current children cumulated vsize (KiB) 9824732

[startup+29.6009 s]
/proc/loadavg: 3.40 3.38 3.51 5/218 31138
/proc/meminfo: memFree=25922712/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=62.56 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 41733 0 1 0 6189 67 0 0 20 0 22 0 29075426 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 692842 2285 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) S 31110 31113 28285 0 -1 4202560 2444 0 1 0 17 0 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848849720184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 172 0 0 0 7 3 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 180 0 0 0 5 3 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 165 0 0 0 8 3 0 0 20 0 22 0 29075427 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 22 0 29075428 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29075429 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18912 0 0 0 155 4 0 0 20 0 22 0 29075431 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) S 31110 31113 28285 0 -1 4202560 15099 0 0 0 250 2 0 0 20 0 22 0 29075431 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848668195256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29075431 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29075445 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31136] ppid=31110 vsize=9824732 CPUtime=26.08 cores=0,2,4,6
/proc/31113/task/31136/stat : 31136 (java) R 31110 31113 28285 0 -1 4202560 24 0 0 0 2608 0 0 0 20 0 22 0 29075745 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848663980776 139848715836797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31137] ppid=31110 vsize=9824732 CPUtime=26.08 cores=0,2,4,6
/proc/31113/task/31137/stat : 31137 (java) R 31110 31113 28285 0 -1 4202560 1657 0 0 0 2574 34 0 0 20 0 22 0 29075745 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848665034344 139848715885196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31138] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31138/stat : 31138 (java) S 31110 31113 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29075745 10060525568 692842 33554432000 1073741824 1073778376 140735642034048 139848661877544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 62.56
Current children cumulated vsize (KiB) 9824732

[startup+29.808 s]
/proc/loadavg: 3.45 3.39 3.51 5/218 31138
/proc/meminfo: memFree=25889820/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=62.73 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 41733 0 1 0 6205 68 0 0 20 0 19 0 29075426 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 692062 2285 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) R 31110 31113 28285 0 -1 4202560 2444 0 1 0 20 0 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848849719696 139848715605942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 172 0 0 0 7 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 180 0 0 0 5 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 165 0 0 0 8 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 19 0 29075428 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18912 0 0 0 157 4 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) R 31110 31113 28285 0 -1 4202560 15099 0 0 0 251 2 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848668195096 139848856519747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29075445 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 62.73
Current children cumulated vsize (KiB) 9824732

[startup+29.9009 s]
/proc/loadavg: 3.45 3.39 3.51 5/218 31138
/proc/meminfo: memFree=25889820/32872528 swapFree=1534436/1655032
[pid=31113] ppid=31110 vsize=9824732 CPUtime=62.84 cores=0,2,4,6
/proc/31113/stat : 31113 (java) S 31110 31113 28285 0 -1 4202496 41733 0 1 0 6216 68 0 0 20 0 19 0 29075426 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 140735642025184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31113/statm: 2456183 692062 2285 9 0 2446860 0
[pid=31113/tid=31115] ppid=31110 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31113/task/31115/stat : 31115 (java) R 31110 31113 28285 0 -1 4202560 2444 0 1 0 29 0 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848849719944 139848715866268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31116/stat : 31116 (java) S 31110 31113 28285 0 -1 4202560 172 0 0 0 7 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848838781864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31117] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31117/stat : 31117 (java) S 31110 31113 28285 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848837729320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31118] ppid=31110 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31113/task/31118/stat : 31118 (java) S 31110 31113 28285 0 -1 4202560 180 0 0 0 5 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848836676264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31119] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31119/stat : 31119 (java) S 31110 31113 28285 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848835623720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31120] ppid=31110 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/31113/task/31120/stat : 31120 (java) S 31110 31113 28285 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848834570664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31121] ppid=31110 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/31113/task/31121/stat : 31121 (java) S 31110 31113 28285 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848687761960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31122] ppid=31110 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31113/task/31122/stat : 31122 (java) S 31110 31113 28285 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848686708904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31123] ppid=31110 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31113/task/31123/stat : 31123 (java) S 31110 31113 28285 0 -1 4202560 165 0 0 0 8 3 0 0 20 0 19 0 29075427 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848685656360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31124] ppid=31110 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31113/task/31124/stat : 31124 (java) S 31110 31113 28285 0 -1 4202560 1225 0 0 0 0 1 0 0 20 0 19 0 29075428 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848673459048 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31125] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31125/stat : 31125 (java) S 31110 31113 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848672405368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31126] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31126/stat : 31126 (java) S 31110 31113 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29075429 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848671352200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31127] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31127/stat : 31127 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848670300944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31113/tid=31128] ppid=31110 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/31113/task/31128/stat : 31128 (java) S 31110 31113 28285 0 -1 4202560 18912 0 0 0 157 4 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848669247800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31129] ppid=31110 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/31113/task/31129/stat : 31129 (java) S 31110 31113 28285 0 -1 4202560 15099 0 0 0 252 2 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848668195256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31113/tid=31130] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31130/stat : 31130 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848667142392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31113/tid=31131] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31131/stat : 31131 (java) S 31110 31113 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29075431 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848666090056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31113/tid=31134] ppid=31110 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31113/task/31134/stat : 31134 (java) S 31110 31113 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29075445 10060525568 692062 33554432000 1073741824 1073778376 140735642034048 139848662930728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 62.84
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 29.9895
CPU time (s): 63.0144
CPU user time (s): 62.1925
CPU system time (s): 0.821875
CPU usage (%): 210.121
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.1925
system time used= 0.821875
maximum resident set size= 2771368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41739
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= 1508
involuntary context switches= 1736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164974 second user time and 0.274958 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:17:50
IDJOB=4106296
IDBENCH=48006
IDSOLVER=2543
FILE ID=node122/4106296-1466270270
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=173-P1=191-P2=127-P3=113-P4=97-P5=167-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106296-1466270270/watcher-4106296-1466270270 -o /tmp/evaluation-result-4106296-1466270270/solver-4106296-1466270270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106296-1466270270.opb

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

MD5SUM BENCH= 88214650523f8a2de77e1fd9d134abd8
RANDOM SEED=1026196872

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:        28668132 kB
Buffers:          144136 kB
Cached:           219720 kB
SwapCached:            0 kB
Active:          1530616 kB
Inactive:         266888 kB
Active(anon):    1426568 kB
Inactive(anon):     9916 kB
Active(file):     104048 kB
Inactive(file):   256972 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       3176548 kB
Mapped:            21100 kB
Shmem:               204 kB
Slab:             610492 kB
SReclaimable:      53908 kB
SUnreclaim:       556584 kB
KernelStack:        1800 kB
PageTables:        11488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3319116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1615872 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:18:20