Trace number 4106056

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 131.014 65.0397

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
MD5SUM3f50fdda997abfe5e5c5cddf7b7c1313
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.119981
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 variables168
Total number of constraints15
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 constraints15
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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106056-1466268153.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.23/0.22	c ... done. Wall clock time 0.102s.
0.23/0.22	c declared #vars     168
0.23/0.22	c internal #vars     616
0.23/0.22	c #constraints  918
0.23/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.23/0.22	c 918 constraints processed.
0.23/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.23/0.22	c 918 constraints processed.
0.23/0.22	c objective function length is 8 literals
2.52/0.82	c cleaning 2498 clauses out of 5001 with flag 10528/5001
3.72/1.19	c cleaning 4245 clauses out of 8504 with flag 23456/11002
5.32/1.70	c cleaning 5625 clauses out of 11257 with flag 38751/18000
5.74/1.82	c And the winner is solver0
5.78/2.22	c SATISFIABLE
5.78/2.22	c OPTIMIZING...
5.78/2.22	c Got one! Elapsed wall clock time (in seconds):2.106
5.78/2.22	o 163
5.95/2.36	c cleaning 5434 clauses out of 10871 with flag 4850/23239
6.96/2.81	c cleaning 5716 clauses out of 11437 with flag 19327/29239
7.56/3.15	c cleaning 6345 clauses out of 12722 with flag 34803/36240
7.56/3.20	c And the winner is solver0
7.76/3.22	c Got one! Elapsed wall clock time (in seconds):3.107
7.76/3.22	o 129
8.24/3.43	c cleaning 5963 clauses out of 11938 with flag 9938/41801
8.83/3.72	c cleaning 5979 clauses out of 11974 with flag 22898/47800
9.23/3.91	c And the winner is solver0
9.28/4.23	c Got one! Elapsed wall clock time (in seconds):4.109
9.28/4.23	o 69
9.43/4.36	c cleaning 5571 clauses out of 11155 with flag 4407/52960
10.03/4.69	c cleaning 5789 clauses out of 11585 with flag 19709/58961
11.05/5.19	c cleaning 6385 clauses out of 12795 with flag 36785/65960
12.33/5.73	c cleaning 7198 clauses out of 14410 with flag 55554/73960
13.32/6.18	c cleaning 8105 clauses out of 16213 with flag 75505/82961
14.92/6.79	c cleaning 9038 clauses out of 18107 with flag 97077/92960
16.32/7.44	c cleaning 10021 clauses out of 20069 with flag 120622/103960
18.35/8.43	c cleaning 11003 clauses out of 22048 with flag 147643/115960
18.35/8.45	c And the winner is solver0
18.44/8.73	c Got one! Elapsed wall clock time (in seconds):8.61
18.44/8.73	o 9
18.98/9.00	c cleaning 8237 clauses out of 16493 with flag 11789/121408
18.98/9.09	c And the winner is solver0
19.20/9.23	c Got one! Elapsed wall clock time (in seconds):9.111
19.20/9.23	o 3
19.54/9.41	c cleaning 6729 clauses out of 13485 with flag 7162/126637
20.14/9.79	c cleaning 6373 clauses out of 12757 with flag 20252/132638
21.04/10.11	c cleaning 6680 clauses out of 13383 with flag 35317/139638
22.10/10.65	c cleaning 7331 clauses out of 14702 with flag 52503/147637
22.91/11.07	c cleaning 8176 clauses out of 16372 with flag 72847/156638
24.29/11.71	c cleaning 9095 clauses out of 18195 with flag 95327/166637
26.30/12.72	c cleaning 10043 clauses out of 20100 with flag 119319/177637
28.96/14.05	c cleaning 11025 clauses out of 22057 with flag 145517/189637
30.56/14.84	c cleaning 11996 clauses out of 24033 with flag 176650/202638
32.36/15.75	c cleaning 12997 clauses out of 26037 with flag 208019/216638
34.56/16.87	c cleaning 13999 clauses out of 28040 with flag 242741/231638
36.82/17.94	c cleaning 15012 clauses out of 30042 with flag 279429/247639
39.22/19.19	c cleaning 16005 clauses out of 32028 with flag 317400/264637
43.04/21.04	c cleaning 17000 clauses out of 34022 with flag 357339/282637
44.61/21.85	c cleaning 0 clauses out of 6187 with flag 0/6190
46.90/22.83	c cleaning 18003 clauses out of 36023 with flag 401132/301638
50.30/24.49	c cleaning 19003 clauses out of 38019 with flag 447372/321637
54.30/26.49	c cleaning 20006 clauses out of 40017 with flag 494405/342638
58.49/28.55	c cleaning 20994 clauses out of 42010 with flag 544787/364637
62.49/30.54	c cleaning 22002 clauses out of 44016 with flag 595812/387637
66.74/32.65	c cleaning 23005 clauses out of 46013 with flag 649101/411637
71.76/35.15	c cleaning 23996 clauses out of 48009 with flag 703689/436638
76.57/37.54	c cleaning 24992 clauses out of 50012 with flag 763428/462637
83.01/40.76	c cleaning 26004 clauses out of 52020 with flag 825668/489637
89.08/43.75	c cleaning 26998 clauses out of 54016 with flag 887944/517637
98.06/48.21	c cleaning 28001 clauses out of 56018 with flag 952940/546638
106.50/52.50	c cleaning 29004 clauses out of 58017 with flag 1022116/576639
115.56/56.93	c cleaning 29999 clauses out of 60011 with flag 1096741/607637
129.40/63.84	c cleaning 31000 clauses out of 62005 with flag 1167144/639637
130.58/64.49	c And the winner is solver0
130.90/65.02	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
130.90/65.02	c starts		: 1682
130.90/65.02	c conflicts		: 646687
130.90/65.02	c decisions		: 759081
130.90/65.02	c propagations		: 12416748
130.90/65.02	c inspects		: 961671759
130.90/65.02	c shortcuts		: 0
130.90/65.02	c learnt literals	: 21
130.90/65.02	c learnt binary clauses	: 28
130.90/65.02	c learnt ternary clauses	: 46
130.90/65.02	c learnt constraints	: 646665
130.90/65.02	c ignored constraints	: 0
130.90/65.02	c root simplifications	: 0
130.90/65.02	c removed literals (reason simplification)	: 1492168
130.90/65.02	c reason swapping (by a shorter reason)	: 0
130.90/65.02	c Calls to reduceDB	: 45
130.90/65.02	c Number of update (reduction) of LBD	: 27221
130.90/65.02	c Imported unit clauses	: 0
130.90/65.02	c number of reductions to clauses (during analyze)	: 0
130.90/65.02	c number of learned constraints concerned by reduction	: 0
130.90/65.02	c number of learning phase by resolution	: 0
130.90/65.02	c number of learning phase by cutting planes	: 0
130.90/65.02	c speed (assignments/second)	: 191628.3103895302
130.90/65.02	c non guided choices	6788
130.90/65.02	c learnt constraints type 
130.90/65.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
130.90/65.02	c starts		: 53
130.90/65.02	c conflicts		: 9316
130.90/65.02	c decisions		: 11734
130.90/65.02	c propagations		: 161152
130.90/65.02	c inspects		: 108151403
130.90/65.02	c shortcuts		: 0
130.90/65.02	c learnt literals	: 0
130.90/65.02	c learnt binary clauses	: 0
130.90/65.02	c learnt ternary clauses	: 0
130.90/65.02	c learnt constraints	: 9312
130.90/65.02	c ignored constraints	: 0
130.90/65.02	c root simplifications	: 0
130.90/65.02	c removed literals (reason simplification)	: 0
130.90/65.02	c reason swapping (by a shorter reason)	: 0
130.90/65.02	c Calls to reduceDB	: 1
130.90/65.02	c Number of update (reduction) of LBD	: 0
130.90/65.02	c Imported unit clauses	: 0
130.90/65.02	c number of reductions to clauses (during analyze)	: 0
130.90/65.02	c number of learned constraints concerned by reduction	: 0
130.90/65.02	c number of learning phase by resolution	: 0
130.90/65.02	c number of learning phase by cutting planes	: 0
130.90/65.02	c speed (assignments/second)	: 2888.3910167942217
130.90/65.02	c non guided choices	1074
130.90/65.02	c learnt constraints type 
130.90/65.02	s OPTIMUM FOUND
130.90/65.02	c Found 5 solution(s)
130.90/65.02	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 -x19 -x20 -x21 x22 x23 -x24 x25 x26 x27 -x28 x29 -x30 x31 x32 x33 x34 -x35 -x36 -x37 x38 -x39 x40 x41 -x42 x43 x44 -x45 -x46 -x47 -x48 x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 x60 -x61 x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 x78 x79 -x80 x81 x82 x83 -x84 x85 x86 x87 -x88 x89 -x90 x91 -x92 -x93 -x94 x95 x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 x133 -x134 x135 -x136 x137 x138 -x139 x140 -x141 -x142 x143 -x144 -x145 x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 
130.90/65.02	c objective function=3
130.90/65.02	c Total wall clock time (in seconds): 64.907

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

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

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


[startup+0 s]
/proc/loadavg: 4.41 4.38 4.19 4/197 31152
/proc/meminfo: memFree=27233120/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31152/stat : 31152 (java) R 31149 31152 30091 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 28863925 23793664 708 33554432000 1073741824 1073778376 140735815593888 140735815582952 270320842832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 5809 708 522 9 0 128 0

[startup+0.100113 s]
/proc/loadavg: 4.41 4.38 4.19 4/197 31152
/proc/meminfo: memFree=27233120/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 28863925 9787879424 6101 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2389619 6101 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.41 4.38 4.19 4/197 31152
/proc/meminfo: memFree=27233120/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 4620 0 1 0 22 1 0 0 20 0 18 0 28863925 9787879424 7265 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2389619 7265 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 4.41 4.38 4.19 4/197 31152
/proc/meminfo: memFree=27233120/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 7548 0 1 0 50 1 0 0 20 0 22 0 28863925 10060525568 9766 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 9766 2233 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.70019 s]
/proc/loadavg: 4.41 4.38 4.19 4/197 31152
/proc/meminfo: memFree=27233120/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 18537 0 1 0 208 4 0 0 20 0 22 0 28863925 10060525568 23786 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 23786 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 4.41 4.38 4.19 7/219 31174
/proc/meminfo: memFree=27050872/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=5.12 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 30082 0 1 0 505 7 0 0 20 0 22 0 28863925 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 49886 2281 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) S 31149 31152 30091 0 -1 4202560 2462 0 1 0 20 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092239999864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30091 0 -1 4202560 16265 0 0 0 114 2 0 0 20 0 22 0 28863931 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092060002744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9834 0 0 0 118 2 0 0 20 0 22 0 28863931 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31171] ppid=31149 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31152/task/31171/stat : 31171 (java) R 31149 31152 30091 0 -1 4202560 26 0 0 0 122 0 0 0 20 0 22 0 28863948 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092055788784 140092113011736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31172] ppid=31149 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31152/task/31172/stat : 31172 (java) R 31149 31152 30091 0 -1 4202560 110 0 0 0 121 1 0 0 20 0 22 0 28863948 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092054738040 140092112995360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863948 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31174] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31174/stat : 31174 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863948 10060525568 49886 33554432000 1073741824 1073778376 140735815593888 140092052632872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.41 4.38 4.19 3/216 31174
/proc/meminfo: memFree=27037864/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=7.56 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 30309 0 1 0 743 13 0 0 20 0 22 0 28863925 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 84307 2282 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) S 31149 31152 30091 0 -1 4202560 2462 0 1 0 20 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092239999864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28863926 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30091 0 -1 4202560 16265 0 0 0 114 3 0 0 20 0 22 0 28863931 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092060002744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9834 0 0 0 120 2 0 0 20 0 22 0 28863931 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863948 10060525568 84307 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.37 4.38 4.19 5/219 31183
/proc/meminfo: memFree=26667420/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=13.88 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 36615 0 1 0 1364 24 0 0 20 0 22 0 28863925 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 154038 2283 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) S 31149 31152 30091 0 -1 4202560 2464 0 1 0 20 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092239999864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 66 0 0 0 2 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 22 0 28863926 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) R 31149 31152 30091 0 -1 4202560 21877 0 0 0 151 3 0 0 20 0 22 0 28863931 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092059980856 140092242905176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9846 0 0 0 133 2 0 0 20 0 22 0 28863931 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 154038 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30091 0 -1 4202560 23500 0 0 0 227 4 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092060002744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9856 0 0 0 138 2 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863948 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31187] ppid=31149 vsize=9824732 CPUtime=52.64 cores=0,2,4,6
/proc/31152/task/31187/stat : 31187 (java) R 31149 31152 30091 0 -1 4202560 21 0 0 0 5264 0 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092052632928 140092113080188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31188] ppid=31149 vsize=9824732 CPUtime=52.65 cores=0,2,4,6
/proc/31152/task/31188/stat : 31188 (java) R 31149 31152 30091 0 -1 4202560 760 0 0 0 5242 23 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092055789488 140092112995736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31189] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31189/stat : 31189 (java) S 31149 31152 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092054738344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.58
Current children cumulated vsize (KiB) 9824732

[startup+64.0009 s]
/proc/loadavg: 4.24 4.34 4.18 5/219 31190
/proc/meminfo: memFree=24532208/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=129.78 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 41049 0 1 0 12889 89 0 0 20 0 22 0 28863925 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 711400 2287 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) S 31149 31152 30091 0 -1 4202560 2465 0 1 0 20 1 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092239999864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 168 0 0 0 14 4 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 90 0 0 0 12 4 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 109 0 0 0 17 5 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 81 0 0 0 13 4 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 205 0 0 0 16 6 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 94 0 0 0 9 2 0 0 20 0 22 0 28863926 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 1265 0 0 0 0 2 0 0 20 0 22 0 28863928 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28863928 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30091 0 -1 4202560 23500 0 0 0 227 4 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092060002744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9856 0 0 0 138 2 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 22 0 28863931 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28863948 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31187] ppid=31149 vsize=9824732 CPUtime=54.24 cores=0,2,4,6
/proc/31152/task/31187/stat : 31187 (java) R 31149 31152 30091 0 -1 4202560 21 0 0 0 5424 0 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092052623904 140092113080188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31188] ppid=31149 vsize=9824732 CPUtime=54.24 cores=0,2,4,6
/proc/31152/task/31188/stat : 31188 (java) R 31149 31152 30091 0 -1 4202560 760 0 0 0 5401 23 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092055789488 140092113159214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31189] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31189/stat : 31189 (java) S 31149 31152 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28864848 10060525568 711400 33554432000 1073741824 1073778376 140735815593888 140092054738344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.78
Current children cumulated vsize (KiB) 9824732

[startup+64.8007 s]
/proc/loadavg: 4.24 4.34 4.18 5/219 31190
/proc/meminfo: memFree=24532208/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=130.58 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 41055 0 1 0 12968 90 0 0 20 0 19 0 28863925 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 711390 2287 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30091 0 -1 4202560 2465 0 1 0 21 1 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092239999472 140092112791472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 168 0 0 0 14 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 90 0 0 0 12 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 109 0 0 0 17 5 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 81 0 0 0 13 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 205 0 0 0 16 6 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 94 0 0 0 9 2 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 1267 0 0 0 0 2 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) R 31149 31152 30091 0 -1 4202560 23501 0 0 0 228 4 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092060002744 140092247369959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9856 0 0 0 138 2 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28863948 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 130.58
Current children cumulated vsize (KiB) 9824732

[startup+65.0078 s]
/proc/loadavg: 4.24 4.34 4.18 4/216 31190
/proc/meminfo: memFree=24539344/32872528 swapFree=1556504/1720024
[pid=31152] ppid=31149 vsize=9824732 CPUtime=130.81 cores=0,2,4,6
/proc/31152/stat : 31152 (java) S 31149 31152 30091 0 -1 4202496 41055 0 1 0 12991 90 0 0 20 0 19 0 28863925 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140735815585024 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31152/statm: 2456183 711390 2287 9 0 2446860 0
[pid=31152/tid=31154] ppid=31149 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/31152/task/31154/stat : 31154 (java) R 31149 31152 30091 0 -1 4202560 2465 0 1 0 42 1 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092239999472 140092112791490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31155] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31155/stat : 31155 (java) S 31149 31152 30091 0 -1 4202560 168 0 0 0 14 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092083993640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31156] ppid=31149 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31152/task/31156/stat : 31156 (java) S 31149 31152 30091 0 -1 4202560 90 0 0 0 12 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092082940840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31157] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31157/stat : 31157 (java) S 31149 31152 30091 0 -1 4202560 109 0 0 0 17 5 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092081888040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31158] ppid=31149 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31152/task/31158/stat : 31158 (java) S 31149 31152 30091 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092080835240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31152/tid=31159] ppid=31149 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31152/task/31159/stat : 31159 (java) S 31149 31152 30091 0 -1 4202560 81 0 0 0 13 4 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092079782440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31160] ppid=31149 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/31152/task/31160/stat : 31160 (java) S 31149 31152 30091 0 -1 4202560 205 0 0 0 16 6 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092078729640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31161] ppid=31149 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/31152/task/31161/stat : 31161 (java) S 31149 31152 30091 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092077676840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31162] ppid=31149 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31152/task/31162/stat : 31162 (java) S 31149 31152 30091 0 -1 4202560 94 0 0 0 9 2 0 0 20 0 19 0 28863926 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092076624040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31163] ppid=31149 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31152/task/31163/stat : 31163 (java) S 31149 31152 30091 0 -1 4202560 1267 0 0 0 0 2 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092064213992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31164] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31164/stat : 31164 (java) S 31149 31152 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092063160056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31165] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31165/stat : 31165 (java) S 31149 31152 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28863928 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092062107144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31166] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31166/stat : 31166 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092061055632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31152/tid=31167] ppid=31149 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/31152/task/31167/stat : 31167 (java) S 31149 31152 30091 0 -1 4202560 23501 0 0 0 229 4 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092060002744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31168] ppid=31149 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/31152/task/31168/stat : 31168 (java) S 31149 31152 30091 0 -1 4202560 9856 0 0 0 140 2 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092058949944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31169] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31169/stat : 31169 (java) S 31149 31152 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092057897336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31152/tid=31170] ppid=31149 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31152/task/31170/stat : 31170 (java) S 31149 31152 30091 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 28863931 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092056844744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31152/tid=31173] ppid=31149 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31152/task/31173/stat : 31173 (java) S 31149 31152 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28863948 10060525568 711390 33554432000 1073741824 1073778376 140735815593888 140092053685672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 130.81
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 65.0397
CPU time (s): 131.014
CPU user time (s): 129.961
CPU system time (s): 1.05284
CPU usage (%): 201.437
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.871
system time used= 1.05284
maximum resident set size= 2855732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41066
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2552
involuntary context switches= 3830

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.45493 second user time and 0.601908 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:42:33
IDJOB=4106056
IDBENCH=47908
IDSOLVER=2543
FILE ID=node117/4106056-1466268153
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=89-P1=127-P2=191-P3=17-P4=97-P5=227-P6=191-P7=41-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106056-1466268153/watcher-4106056-1466268153 -o /tmp/evaluation-result-4106056-1466268153/solver-4106056-1466268153 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106056-1466268153.opb

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

MD5SUM BENCH= 3f50fdda997abfe5e5c5cddf7b7c1313
RANDOM SEED=958142819

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27234260 kB
Buffers:          133108 kB
Cached:           316940 kB
SwapCached:            0 kB
Active:          2801532 kB
Inactive:         352352 kB
Active(anon):    2696020 kB
Inactive(anon):    10636 kB
Active(file):     105512 kB
Inactive(file):   341716 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       4378324 kB
Mapped:            21124 kB
Shmem:               204 kB
Slab:             621108 kB
SReclaimable:      64824 kB
SUnreclaim:       556284 kB
KernelStack:        1784 kB
PageTables:        13176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4605932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2760704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node117 at 2016-06-18 18:43:38