Trace number 4081828

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 233.369 116.385

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
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.071988
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 variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081828-1465253242.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.06s.
0.10/0.17	c declared #vars     81
0.10/0.17	c internal #vars     324
0.10/0.17	c #constraints  496
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
0.10/0.17	c 496 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
0.10/0.17	c 496 constraints processed.
0.10/0.17	c objective function length is 9 literals
2.24/0.73	c cleaning 2497 clauses out of 5001 with flag 10327/5001
2.24/0.74	c And the winner is solver0
3.10/1.17	c SATISFIABLE
3.10/1.17	c OPTIMIZING...
3.10/1.17	c Got one! Elapsed wall clock time (in seconds):1.064
3.10/1.17	o 183
3.60/1.45	c cleaning 3865 clauses out of 7736 with flag 10356/10233
3.60/1.47	c And the winner is solver0
3.78/1.67	c Got one! Elapsed wall clock time (in seconds):1.564
3.78/1.67	o 171
3.84/1.73	c And the winner is solver0
3.93/2.17	c Got one! Elapsed wall clock time (in seconds):2.065
3.93/2.17	o 23
3.93/2.19	c And the winner is solver0
3.99/2.67	c Got one! Elapsed wall clock time (in seconds):2.566
3.99/2.67	o 3
4.44/2.99	c cleaning 4820 clauses out of 9650 with flag 8428/16012
5.69/3.54	c cleaning 5407 clauses out of 10831 with flag 21304/22013
7.16/4.24	c cleaning 6202 clauses out of 12423 with flag 37452/29012
9.06/5.02	c cleaning 7105 clauses out of 14221 with flag 55952/37012
10.49/5.74	c cleaning 8051 clauses out of 16116 with flag 76433/46012
12.71/6.82	c cleaning 9030 clauses out of 18065 with flag 98681/56012
15.33/8.14	c cleaning 10009 clauses out of 20035 with flag 122375/67012
18.94/9.70	c cleaning 11011 clauses out of 22026 with flag 149485/79012
21.72/10.95	c cleaning 12002 clauses out of 24015 with flag 179794/92012
24.37/12.28	c cleaning 13005 clauses out of 26014 with flag 211224/106013
27.56/13.88	c cleaning 14000 clauses out of 28008 with flag 245647/121012
33.00/16.59	c cleaning 15002 clauses out of 30008 with flag 284783/137012
37.79/18.99	c cleaning 15998 clauses out of 32007 with flag 328727/154013
42.65/21.35	c cleaning 16990 clauses out of 34008 with flag 372591/172012
46.85/23.49	c cleaning 18001 clauses out of 36019 with flag 414123/191013
48.25/24.13	c cleaning 0 clauses out of 5450 with flag 0/5453
52.98/26.36	c cleaning 19004 clauses out of 38017 with flag 462066/211012
59.48/29.58	c cleaning 20004 clauses out of 40014 with flag 513011/232013
66.76/33.18	c cleaning 21005 clauses out of 42010 with flag 567595/254013
74.55/37.02	c cleaning 22000 clauses out of 44004 with flag 625797/277012
83.77/41.61	c cleaning 22997 clauses out of 46004 with flag 689822/301012
94.03/46.73	c cleaning 24000 clauses out of 48007 with flag 749421/326012
104.29/51.75	c cleaning 25002 clauses out of 50008 with flag 815857/352014
116.32/57.71	c cleaning 25994 clauses out of 52006 with flag 882286/379014
129.80/64.48	c cleaning 27006 clauses out of 54011 with flag 951345/407013
144.62/71.83	c cleaning 28000 clauses out of 56004 with flag 1022526/436012
160.04/79.59	c cleaning 29001 clauses out of 58004 with flag 1098401/466012
177.68/88.32	c cleaning 29998 clauses out of 60004 with flag 1174095/497013
197.71/98.37	c cleaning 30998 clauses out of 62004 with flag 1249373/529012
219.55/109.29	c cleaning 32002 clauses out of 64004 with flag 1324619/562012
232.38/115.66	c And the winner is solver0
233.17/116.36	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
233.17/116.36	c starts		: 1722
233.17/116.36	c conflicts		: 584220
233.17/116.36	c decisions		: 670597
233.17/116.36	c propagations		: 12343350
233.17/116.36	c inspects		: 1862437627
233.17/116.36	c shortcuts		: 0
233.17/116.36	c learnt literals	: 20
233.17/116.36	c learnt binary clauses	: 13
233.17/116.36	c learnt ternary clauses	: 47
233.17/116.36	c learnt constraints	: 584199
233.17/116.36	c ignored constraints	: 0
233.17/116.36	c root simplifications	: 0
233.17/116.36	c removed literals (reason simplification)	: 2480138
233.17/116.36	c reason swapping (by a shorter reason)	: 0
233.17/116.36	c Calls to reduceDB	: 31
233.17/116.36	c Number of update (reduction) of LBD	: 24263
233.17/116.36	c Imported unit clauses	: 0
233.17/116.36	c number of reductions to clauses (during analyze)	: 0
233.17/116.36	c number of learned constraints concerned by reduction	: 0
233.17/116.36	c number of learning phase by resolution	: 0
233.17/116.36	c number of learning phase by cutting planes	: 0
233.17/116.36	c speed (assignments/second)	: 106238.75715453802
233.17/116.36	c non guided choices	886
233.17/116.36	c learnt constraints type 
233.17/116.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
233.17/116.36	c starts		: 42
233.17/116.36	c conflicts		: 11256
233.17/116.36	c decisions		: 13318
233.17/116.36	c propagations		: 178942
233.17/116.36	c inspects		: 156865862
233.17/116.36	c shortcuts		: 0
233.17/116.36	c learnt literals	: 0
233.17/116.36	c learnt binary clauses	: 0
233.17/116.36	c learnt ternary clauses	: 0
233.17/116.36	c learnt constraints	: 11252
233.17/116.36	c ignored constraints	: 0
233.17/116.36	c root simplifications	: 0
233.17/116.36	c removed literals (reason simplification)	: 0
233.17/116.36	c reason swapping (by a shorter reason)	: 0
233.17/116.36	c Calls to reduceDB	: 1
233.17/116.36	c Number of update (reduction) of LBD	: 0
233.17/116.36	c Imported unit clauses	: 0
233.17/116.36	c number of reductions to clauses (during analyze)	: 0
233.17/116.36	c number of learned constraints concerned by reduction	: 0
233.17/116.36	c number of learning phase by resolution	: 0
233.17/116.36	c number of learning phase by cutting planes	: 0
233.17/116.36	c speed (assignments/second)	: 1574.0159211857324
233.17/116.36	c non guided choices	737
233.17/116.36	c learnt constraints type 
233.17/116.36	s OPTIMUM FOUND
233.17/116.36	c Found 4 solution(s)
233.17/116.36	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 
233.17/116.36	c objective function=3
233.17/116.36	c Total wall clock time (in seconds): 116.253

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

pid=19182
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: 3.68 3.84 3.92 2/172 19185
/proc/meminfo: memFree=30332100/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 107257019 98570240 977 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 24065 977 743 9 0 16771 0
[pid=19185/tid=19186] ppid=19182 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) R 19182 19185 15677 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107257020 98570240 977 33554432000 1073741824 1073778376 140735396410480 140678198353448 273905698176 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100149 s]
/proc/loadavg: 3.68 3.84 3.92 2/172 19185
/proc/meminfo: memFree=30332100/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 4503 0 1 0 9 1 0 0 20 0 18 0 107257019 9787879424 6133 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2389619 6133 2156 9 0 2380296 0
[pid=19185/tid=19186] ppid=19182 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) R 19182 19185 15677 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 107257020 9787879424 6133 33554432000 1073741824 1073778376 140735396410480 140678198358760 140678201160559 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.200299 s]
/proc/loadavg: 3.68 3.84 3.92 2/172 19185
/proc/meminfo: memFree=30332100/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 6039 0 1 0 26 2 0 0 20 0 22 0 107257019 10060525568 8750 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 8750 2210 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2406 0 1 0 15 0 0 0 20 0 22 0 107257020 10060525568 8750 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300296 s]
/proc/loadavg: 3.68 3.84 3.92 2/172 19185
/proc/meminfo: memFree=30332100/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 7852 0 1 0 65 2 0 0 20 0 22 0 107257019 10060525568 10073 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 10073 2224 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2406 0 1 0 15 0 0 0 20 0 22 0 107257020 10060525568 10073 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700189 s]
/proc/loadavg: 3.68 3.84 3.92 2/172 19185
/proc/meminfo: memFree=30332100/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 18248 0 1 0 220 4 0 0 20 0 22 0 107257019 10060525568 25746 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 25746 2251 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2406 0 1 0 15 0 0 0 20 0 22 0 107257020 10060525568 25746 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.68 3.84 3.92 2/215 19245
/proc/meminfo: memFree=30202184/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 27864 0 1 0 367 11 0 0 20 0 19 0 107257019 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 45315 2276 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2406 0 1 0 15 0 0 0 20 0 19 0 107257020 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107257021 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10078 0 0 0 96 2 0 0 20 0 19 0 107257024 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 13913 0 0 0 86 2 0 0 20 0 19 0 107257024 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107257037 10060525568 45315 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.68 3.84 3.92 2/193 19287
/proc/meminfo: memFree=30157308/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 27974 0 1 0 472 16 0 0 20 0 22 0 107257019 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 48463 2278 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2407 0 1 0 15 0 0 0 20 0 22 0 107257020 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107257021 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10080 0 0 0 100 2 0 0 20 0 22 0 107257024 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 13913 0 0 0 87 2 0 0 20 0 22 0 107257024 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107257037 10060525568 48463 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 3.79 3.86 3.93 5/221 19328
/proc/meminfo: memFree=29439952/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=11.69 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 33328 0 1 0 1142 27 0 0 20 0 22 0 107257019 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 147589 2278 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) S 19182 19185 15677 0 -1 4202560 2407 0 1 0 15 0 0 0 20 0 22 0 107257020 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678198358904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 48 0 0 0 2 2 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 51 0 0 0 2 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 54 0 0 0 2 1 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 107257021 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10080 0 0 0 101 2 0 0 20 0 22 0 107257024 10060525568 147589 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=1.26 cores=1,3,5,7

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

[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 134 0 0 0 19 4 0 0 20 0 22 0 107257021 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 143 0 0 0 21 5 0 0 20 0 22 0 107257021 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 84 0 0 0 21 3 0 0 20 0 22 0 107257021 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 1228 0 0 0 0 1 0 0 20 0 22 0 107257022 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107257022 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10670 0 0 0 127 3 0 0 20 0 22 0 107257024 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 27640 0 0 0 242 5 0 0 20 0 22 0 107257024 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107257024 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 22 0 107257024 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107257037 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19323] ppid=19182 vsize=9824732 CPUtime=111.92 cores=1,3,5,7
/proc/19185/task/19323/stat : 19323 (java) R 19182 19185 15677 0 -1 4202560 54 0 0 0 11189 3 0 0 20 0 22 0 107257287 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677540130352 140678047209676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19324] ppid=19182 vsize=9824732 CPUtime=111.82 cores=1,3,5,7
/proc/19185/task/19324/stat : 19324 (java) R 19182 19185 15677 0 -1 4202560 1576 0 0 0 11145 37 0 0 20 0 22 0 107257287 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677543287088 140678047123477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19325] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19325/stat : 19325 (java) S 19182 19185 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107257287 10060525568 675134 33554432000 1073741824 1073778376 140735396410480 140677542237096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 231.57
Current children cumulated vsize (KiB) 9824732

[startup+116.001 s]
/proc/loadavg: 4.51 4.06 3.99 5/221 19555
/proc/meminfo: memFree=24829908/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=232.86 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 45982 0 1 0 23193 93 0 0 20 0 19 0 107257019 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 672498 2278 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) R 19182 19185 15677 0 -1 4202560 2407 0 1 0 33 2 0 0 20 0 19 0 107257020 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678198358432 140678047267561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 121 0 0 0 22 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 147 0 0 0 20 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 93 0 0 0 15 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 133 0 0 0 18 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 104 0 0 0 17 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 134 0 0 0 19 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 143 0 0 0 21 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 84 0 0 0 21 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 1228 0 0 0 0 1 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10670 0 0 0 127 3 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 27640 0 0 0 245 5 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107257037 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 232.86
Current children cumulated vsize (KiB) 9824732

[startup+116.201 s]
/proc/loadavg: 4.51 4.06 3.99 5/221 19555
/proc/meminfo: memFree=24829908/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=233.07 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 45982 0 1 0 23214 93 0 0 20 0 19 0 107257019 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 672498 2278 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) R 19182 19185 15677 0 -1 4202560 2407 0 1 0 53 2 0 0 20 0 19 0 107257020 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678198356648 140678046947248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 121 0 0 0 22 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 147 0 0 0 20 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 93 0 0 0 15 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 133 0 0 0 18 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 104 0 0 0 17 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 134 0 0 0 19 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 143 0 0 0 21 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 84 0 0 0 21 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 1228 0 0 0 0 1 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10670 0 0 0 127 3 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 27640 0 0 0 245 5 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107257037 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 233.07
Current children cumulated vsize (KiB) 9824732

[startup+116.301 s]
/proc/loadavg: 4.51 4.06 3.99 5/221 19555
/proc/meminfo: memFree=24829908/32872528 swapFree=15540/1663004
[pid=19185] ppid=19182 vsize=9824732 CPUtime=233.17 cores=1,3,5,7
/proc/19185/stat : 19185 (java) S 19182 19185 15677 0 -1 4202496 45982 0 1 0 23224 93 0 0 20 0 19 0 107257019 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140735396401616 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19185/statm: 2456183 672498 2278 9 0 2446860 0
[pid=19185/tid=19186] ppid=19182 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/19185/task/19186/stat : 19186 (java) R 19182 19185 15677 0 -1 4202560 2407 0 1 0 63 2 0 0 20 0 19 0 107257020 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678198356648 140678046947266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19188] ppid=19182 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/19185/task/19188/stat : 19188 (java) S 19182 19185 15677 0 -1 4202560 121 0 0 0 22 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678170811304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19189] ppid=19182 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/19185/task/19189/stat : 19189 (java) S 19182 19185 15677 0 -1 4202560 147 0 0 0 20 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678169758760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19190] ppid=19182 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19185/task/19190/stat : 19190 (java) S 19182 19185 15677 0 -1 4202560 93 0 0 0 15 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678168705704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19191] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19191/stat : 19191 (java) S 19182 19185 15677 0 -1 4202560 133 0 0 0 18 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678167653160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19185/tid=19192] ppid=19182 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19185/task/19192/stat : 19192 (java) S 19182 19185 15677 0 -1 4202560 104 0 0 0 17 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678166600104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19193] ppid=19182 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/19185/task/19193/stat : 19193 (java) S 19182 19185 15677 0 -1 4202560 134 0 0 0 19 4 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678165547560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19194] ppid=19182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/19185/task/19194/stat : 19194 (java) S 19182 19185 15677 0 -1 4202560 143 0 0 0 21 5 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678035712168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19195] ppid=19182 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19185/task/19195/stat : 19195 (java) S 19182 19185 15677 0 -1 4202560 84 0 0 0 21 3 0 0 20 0 19 0 107257021 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140678034659624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19196] ppid=19182 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19185/task/19196/stat : 19196 (java) S 19182 19185 15677 0 -1 4202560 1228 0 0 0 0 1 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677551713128 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19197] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19197/stat : 19197 (java) S 19182 19185 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677550659448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19198] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19198/stat : 19198 (java) S 19182 19185 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107257022 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677549606280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19199] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19199/stat : 19199 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677548555024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19200] ppid=19182 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/19185/task/19200/stat : 19200 (java) S 19182 19185 15677 0 -1 4202560 10670 0 0 0 127 3 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677547501880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19185/tid=19201] ppid=19182 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19185/task/19201/stat : 19201 (java) S 19182 19185 15677 0 -1 4202560 27640 0 0 0 245 5 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677546449336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19202] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19202/stat : 19202 (java) S 19182 19185 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677545396472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19185/tid=19203] ppid=19182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19185/task/19203/stat : 19203 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 107257024 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677544344136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19185/tid=19206] ppid=19182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19185/task/19206/stat : 19206 (java) S 19182 19185 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107257037 10060525568 672498 33554432000 1073741824 1073778376 140735396410480 140677541184808 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 233.17
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 116.385
CPU time (s): 233.369
CPU user time (s): 232.276
CPU system time (s): 1.09283
CPU usage (%): 200.515
Max. virtual memory (cumulated for all children) (KiB): 9826204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.276
system time used= 1.09283
maximum resident set size= 2798148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4015
involuntary context switches= 4227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.744886 second user time and 1.11883 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 00:47:22
IDJOB=4081828
IDBENCH=48043
IDSOLVER=2543
FILE ID=node134/4081828-1465253242
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71736 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=9-P0=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081828-1465253242/watcher-4081828-1465253242 -o /tmp/evaluation-result-4081828-1465253242/solver-4081828-1465253242 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081828-1465253242.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=1023636761

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30332892 kB
Buffers:           50032 kB
Cached:           118464 kB
SwapCached:         1804 kB
Active:            75012 kB
Inactive:          99440 kB
Active(anon):       7404 kB
Inactive(anon):     1040 kB
Active(file):      67608 kB
Inactive(file):    98400 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       1668856 kB
Mapped:             7044 kB
Shmem:                 0 kB
Slab:             569176 kB
SReclaimable:      12524 kB
SUnreclaim:       556652 kB
KernelStack:        1416 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1764916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node134 at 2016-06-07 00:49:19