Trace number 4106173

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 158.84 78.2379

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
MD5SUM9ac2b65e6f5a9e0208aa5abddde874b2
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.154975
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 variables216
Total number of constraints19
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 constraints19
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)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106173-1466269098.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.23/0.23	c ... done. Wall clock time 0.114s.
0.23/0.23	c declared #vars     216
0.23/0.23	c internal #vars     792
0.23/0.23	c #constraints  1180
0.23/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c objective function length is 8 literals
2.56/0.89	c cleaning 2498 clauses out of 5000 with flag 10506/5000
4.19/1.26	c cleaning 4243 clauses out of 8502 with flag 22983/11000
4.96/1.59	c cleaning 5628 clauses out of 11260 with flag 37569/18001
5.77/1.98	c cleaning 6812 clauses out of 13631 with flag 55616/26000
5.99/2.03	c And the winner is solver0
6.09/2.23	c SATISFIABLE
6.09/2.23	c OPTIMIZING...
6.09/2.23	c Got one! Elapsed wall clock time (in seconds):2.119
6.09/2.23	o 7
6.41/2.48	c cleaning 6098 clauses out of 12204 with flag 8885/31385
7.23/2.80	c cleaning 6044 clauses out of 12105 with flag 22951/37384
8.30/3.36	c cleaning 6529 clauses out of 13062 with flag 39401/44385
9.29/3.82	c cleaning 7258 clauses out of 14533 with flag 57868/52385
10.34/4.32	c cleaning 8132 clauses out of 16274 with flag 78492/61384
11.97/5.17	c cleaning 9065 clauses out of 18142 with flag 104105/71384
13.80/6.06	c cleaning 10030 clauses out of 20078 with flag 132050/82385
15.53/6.79	c cleaning 11009 clauses out of 22047 with flag 158406/94384
17.33/7.46	c And the winner is solver0
17.45/7.73	c Got one! Elapsed wall clock time (in seconds):7.621
17.45/7.73	o 5
18.62/8.33	c cleaning 14258 clauses out of 28517 with flag 11601/111863
19.22/8.63	c cleaning 10126 clauses out of 20259 with flag 24982/117863
20.22/9.12	c cleaning 8553 clauses out of 17133 with flag 40347/124863
21.22/9.66	c cleaning 8283 clauses out of 16580 with flag 59209/132863
22.74/10.32	c cleaning 8640 clauses out of 17297 with flag 80207/141863
23.76/10.88	c cleaning 9313 clauses out of 18659 with flag 102046/151865
25.16/11.53	c cleaning 10157 clauses out of 20344 with flag 128070/162863
26.76/12.32	c cleaning 11091 clauses out of 22189 with flag 156990/174866
30.22/14.08	c cleaning 12044 clauses out of 24097 with flag 184089/187865
31.63/14.74	c And the winner is solver0
31.72/14.81	c Got one! Elapsed wall clock time (in seconds):14.697
31.72/14.81	o 3
32.29/15.16	c cleaning 14163 clauses out of 28338 with flag 11109/204150
33.69/15.80	c cleaning 10072 clauses out of 20177 with flag 23824/210152
34.49/16.20	c cleaning 8549 clauses out of 17104 with flag 38717/217151
35.30/16.62	c cleaning 8268 clauses out of 16553 with flag 55892/225150
36.69/17.31	c cleaning 8638 clauses out of 17286 with flag 74869/234151
37.72/17.89	c cleaning 9319 clauses out of 18648 with flag 95618/244151
39.32/18.64	c cleaning 10140 clauses out of 20328 with flag 118760/255150
40.53/19.26	c cleaning 11090 clauses out of 22190 with flag 144731/267152
41.95/19.99	c cleaning 12029 clauses out of 24099 with flag 173749/280151
44.34/21.16	c cleaning 13032 clauses out of 26070 with flag 204044/294151
46.15/22.06	c cleaning 13993 clauses out of 28037 with flag 236366/309150
47.93/22.94	c cleaning 15013 clauses out of 30044 with flag 272089/325150
49.93/23.93	c cleaning 15998 clauses out of 32032 with flag 310338/342151
53.00/25.42	c cleaning 17008 clauses out of 34033 with flag 350991/360150
55.79/26.82	c cleaning 17998 clauses out of 36026 with flag 396017/379151
60.59/29.21	c cleaning 19004 clauses out of 38029 with flag 441107/399152
63.80/30.85	c cleaning 0 clauses out of 5975 with flag 0/5978
64.10/30.94	c cleaning 20010 clauses out of 40023 with flag 488603/420150
68.43/33.06	c cleaning 20985 clauses out of 42013 with flag 537979/442151
72.02/34.83	c cleaning 21997 clauses out of 44028 with flag 592103/465151
76.03/36.86	c cleaning 23009 clauses out of 46030 with flag 648369/489150
80.27/38.95	c cleaning 24005 clauses out of 48020 with flag 704995/514150
85.35/41.50	c cleaning 25006 clauses out of 50016 with flag 763627/540151
90.16/43.87	c cleaning 25990 clauses out of 52010 with flag 821463/567151
97.21/47.35	c cleaning 27007 clauses out of 54020 with flag 884533/595151
103.87/50.64	c cleaning 27996 clauses out of 56011 with flag 949152/624150
109.46/53.45	c cleaning 29000 clauses out of 58015 with flag 1014273/654151
116.50/56.94	c cleaning 29994 clauses out of 60014 with flag 1081292/685150
124.35/60.85	c cleaning 31007 clauses out of 62020 with flag 1151977/717150
130.75/64.01	c cleaning 32000 clauses out of 64013 with flag 1226600/750151
139.59/68.49	c cleaning 33003 clauses out of 66013 with flag 1302538/784151
149.61/73.49	c cleaning 34003 clauses out of 68009 with flag 1381686/819151
158.28/77.76	c And the winner is solver0
158.69/78.22	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
158.69/78.22	c starts		: 2119
158.69/78.22	c conflicts		: 845679
158.69/78.22	c decisions		: 990318
158.69/78.22	c propagations		: 16448680
158.69/78.22	c inspects		: 1142003725
158.69/78.22	c shortcuts		: 0
158.69/78.22	c learnt literals	: 22
158.69/78.22	c learnt binary clauses	: 37
158.69/78.22	c learnt ternary clauses	: 96
158.69/78.22	c learnt constraints	: 845656
158.69/78.22	c ignored constraints	: 0
158.69/78.22	c root simplifications	: 0
158.69/78.22	c removed literals (reason simplification)	: 2029523
158.69/78.22	c reason swapping (by a shorter reason)	: 0
158.69/78.22	c Calls to reduceDB	: 52
158.69/78.22	c Number of update (reduction) of LBD	: 33279
158.69/78.22	c Imported unit clauses	: 0
158.69/78.22	c number of reductions to clauses (during analyze)	: 0
158.69/78.22	c number of learned constraints concerned by reduction	: 0
158.69/78.22	c number of learning phase by resolution	: 0
158.69/78.22	c number of learning phase by cutting planes	: 0
158.69/78.22	c speed (assignments/second)	: 210918.36996383965
158.69/78.22	c non guided choices	10674
158.69/78.22	c learnt constraints type 
158.69/78.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
158.69/78.22	c starts		: 57
158.69/78.22	c conflicts		: 10516
158.69/78.22	c decisions		: 12388
158.69/78.22	c propagations		: 174282
158.69/78.22	c inspects		: 130844417
158.69/78.22	c shortcuts		: 0
158.69/78.22	c learnt literals	: 0
158.69/78.22	c learnt binary clauses	: 0
158.69/78.22	c learnt ternary clauses	: 0
158.69/78.22	c learnt constraints	: 10513
158.69/78.22	c ignored constraints	: 0
158.69/78.22	c root simplifications	: 0
158.69/78.22	c removed literals (reason simplification)	: 0
158.69/78.22	c reason swapping (by a shorter reason)	: 0
158.69/78.22	c Calls to reduceDB	: 1
158.69/78.22	c Number of update (reduction) of LBD	: 0
158.69/78.22	c Imported unit clauses	: 0
158.69/78.22	c number of reductions to clauses (during analyze)	: 0
158.69/78.22	c number of learned constraints concerned by reduction	: 0
158.69/78.22	c number of learning phase by resolution	: 0
158.69/78.22	c number of learning phase by cutting planes	: 0
158.69/78.22	c speed (assignments/second)	: 2748.537273888565
158.69/78.22	c non guided choices	673
158.69/78.22	c learnt constraints type 
158.69/78.22	s OPTIMUM FOUND
158.69/78.22	c Found 3 solution(s)
158.69/78.22	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 x169 x170 -x171 x172 -x173 x174 -x175 -x176 x177 x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 x188 x189 -x190 -x191 -x192 -x193 x194 x195 -x196 x197 -x198 -x199 -x200 x201 -x202 -x203 x204 -x205 x206 -x207 -x208 x209 -x210 x211 -x212 x213 x214 x215 -x216 
158.69/78.22	c objective function=3
158.69/78.22	c Total wall clock time (in seconds): 78.109

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

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

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


[startup+0 s]
/proc/loadavg: 3.27 3.90 3.95 3/196 30325
/proc/meminfo: memFree=28951616/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (java) R 30322 30325 28285 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 28958202 9515008 183 33554432000 1073741824 1073778376 140736924588208 140736924570936 217410336999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30325/statm: 2323 184 142 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 3.27 3.90 3.95 3/196 30325
/proc/meminfo: memFree=28951616/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 4394 0 1 0 9 1 0 0 20 0 18 0 28958202 9787879424 6033 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 3.27 3.90 3.95 3/196 30325
/proc/meminfo: memFree=28951616/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 4603 0 1 0 22 1 0 0 20 0 18 0 28958202 9787879424 7216 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2389619 7216 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 3.27 3.90 3.95 3/196 30325
/proc/meminfo: memFree=28951616/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 7878 0 1 0 56 1 0 0 20 0 22 0 28958202 10060525568 11470 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 11470 2238 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 3.27 3.90 3.95 3/196 30325
/proc/meminfo: memFree=28951616/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 17661 0 1 0 214 3 0 0 20 0 22 0 28958202 10060525568 23233 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 23233 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.41 3.92 3.96 6/218 30347
/proc/meminfo: memFree=28772888/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 24759 0 1 0 489 7 0 0 20 0 22 0 28958202 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 46757 2278 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) S 30322 30325 28285 0 -1 4202560 2417 0 1 0 20 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511275512696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28958204 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 8320 0 0 0 110 1 0 0 20 0 22 0 28958207 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 12525 0 0 0 105 3 0 0 20 0 22 0 28958207 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30344] ppid=30322 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/30325/task/30344/stat : 30344 (java) R 30322 30325 28285 0 -1 4202560 25 0 0 0 122 0 0 0 20 0 22 0 28958225 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511091146640 140511147515496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30345] ppid=30322 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/30325/task/30345/stat : 30345 (java) R 30322 30325 28285 0 -1 4202560 91 0 0 0 121 2 0 0 20 0 22 0 28958225 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511090102744 140511147424667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30346] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30346/stat : 30346 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958225 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511089050408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958225 10060525568 46757 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.41 3.92 3.96 2/215 30347
/proc/meminfo: memFree=28752772/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=7.88 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 25219 0 1 0 773 15 0 0 20 0 22 0 28958202 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 84455 2282 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) S 30322 30325 28285 0 -1 4202560 2418 0 1 0 20 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511275512696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 28958203 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 28958204 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 8324 0 0 0 113 1 0 0 20 0 22 0 28958207 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 12525 0 0 0 109 3 0 0 20 0 22 0 28958207 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958225 10060525568 84455 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.41 3.92 3.96 4/218 30350
/proc/meminfo: memFree=28355632/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=14.67 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 31583 0 1 0 1442 25 0 0 20 0 22 0 28958202 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 157440 2282 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) S 30322 30325 28285 0 -1 4202560 2418 0 1 0 20 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511275512696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 81 0 0 0 5 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 65 0 0 0 1 2 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 81 0 0 0 2 1 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 81 0 0 0 3 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28958203 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 28958204 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 8324 0 0 0 113 1 0 0 20 0 22 0 28958207 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) R 30322 30325 28285 0 -1 4202560 18135 0 0 0 138 4 0 0 20 0 22 0 28958207 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511094303240 140511279601645 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 157440 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 11875 0 0 0 191 2 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 18141 0 0 0 148 4 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958225 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30354] ppid=30322 vsize=9824732 CPUtime=61.44 cores=0,2,4,6
/proc/30325/task/30354/stat : 30354 (java) R 30322 30325 28285 0 -1 4202560 19 0 0 0 6144 0 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511090102536 140511147847872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30355] ppid=30322 vsize=9824732 CPUtime=61.43 cores=0,2,4,6
/proc/30325/task/30355/stat : 30355 (java) R 30322 30325 28285 0 -1 4202560 865 0 0 0 6128 15 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511089048864 140511147424930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30356] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30356/stat : 30356 (java) S 30322 30325 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511091156520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 156.48
Current children cumulated vsize (KiB) 9824732

[startup+77.6009 s]
/proc/loadavg: 3.46 3.83 3.92 5/218 30357
/proc/meminfo: memFree=26081692/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=158.08 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 38347 0 1 0 15722 86 0 0 20 0 22 0 28958202 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 712707 2287 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) S 30322 30325 28285 0 -1 4202560 2419 0 1 0 21 0 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511275512696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 204 0 0 0 18 4 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 165 0 0 0 19 4 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 107 0 0 0 15 4 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 151 0 0 0 15 4 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 160 0 0 0 20 5 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 174 0 0 0 20 5 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 215 0 0 0 18 4 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 153 0 0 0 16 3 0 0 20 0 22 0 28958203 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 1266 0 0 0 0 3 0 0 20 0 22 0 28958204 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28958205 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 11875 0 0 0 191 2 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 18141 0 0 0 148 4 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 28958207 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28958225 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30354] ppid=30322 vsize=9824732 CPUtime=62.24 cores=0,2,4,6
/proc/30325/task/30354/stat : 30354 (java) R 30322 30325 28285 0 -1 4202560 19 0 0 0 6224 0 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511090102536 140511147502476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30355] ppid=30322 vsize=9824732 CPUtime=62.22 cores=0,2,4,6
/proc/30325/task/30355/stat : 30355 (java) R 30322 30325 28285 0 -1 4202560 865 0 0 0 6207 15 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511089048864 140511147424930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30356] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30356/stat : 30356 (java) S 30322 30325 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28959683 10060525568 712707 33554432000 1073741824 1073778376 140735732533680 140511091156520 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 158.08
Current children cumulated vsize (KiB) 9824732

[startup+78.0008 s]
/proc/loadavg: 3.46 3.83 3.92 5/218 30357
/proc/meminfo: memFree=26081692/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=158.31 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 38349 0 1 0 15743 88 0 0 20 0 19 0 28958202 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 712698 2287 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) R 30322 30325 28285 0 -1 4202560 2419 0 1 0 37 1 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511275511208 140511147497607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 204 0 0 0 18 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 165 0 0 0 19 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 107 0 0 0 15 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 151 0 0 0 15 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 160 0 0 0 20 5 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 174 0 0 0 20 5 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 215 0 0 0 18 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 153 0 0 0 16 3 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 1266 0 0 0 0 3 0 0 20 0 19 0 28958204 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28958205 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28958205 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 11875 0 0 0 194 2 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 18141 0 0 0 148 4 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28958225 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 158.31
Current children cumulated vsize (KiB) 9824732

[startup+78.2078 s]
/proc/loadavg: 3.46 3.83 3.92 4/215 30357
/proc/meminfo: memFree=26082312/32872528 swapFree=1534436/1655032
[pid=30325] ppid=30322 vsize=9824732 CPUtime=158.52 cores=0,2,4,6
/proc/30325/stat : 30325 (java) S 30322 30325 28285 0 -1 4202496 38349 0 1 0 15764 88 0 0 20 0 19 0 28958202 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140735732524816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30325/statm: 2456183 712698 2287 9 0 2446860 0
[pid=30325/tid=30327] ppid=30322 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/30325/task/30327/stat : 30327 (java) R 30322 30325 28285 0 -1 4202560 2419 0 1 0 58 1 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511275511208 140511147497221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30325/tid=30328] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30328/stat : 30328 (java) S 30322 30325 28285 0 -1 4202560 204 0 0 0 18 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511119358376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30329] ppid=30322 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30325/task/30329/stat : 30329 (java) S 30322 30325 28285 0 -1 4202560 165 0 0 0 19 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511118305832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30330] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30330/stat : 30330 (java) S 30322 30325 28285 0 -1 4202560 107 0 0 0 15 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511117252776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30331] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30331/stat : 30331 (java) S 30322 30325 28285 0 -1 4202560 151 0 0 0 15 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511116200232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30332] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30332/stat : 30332 (java) S 30322 30325 28285 0 -1 4202560 160 0 0 0 20 5 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511115148200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30333] ppid=30322 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30325/task/30333/stat : 30333 (java) S 30322 30325 28285 0 -1 4202560 174 0 0 0 20 5 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511114095656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30334] ppid=30322 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/30325/task/30334/stat : 30334 (java) S 30322 30325 28285 0 -1 4202560 215 0 0 0 18 4 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511113042600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30335] ppid=30322 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/30325/task/30335/stat : 30335 (java) S 30322 30325 28285 0 -1 4202560 153 0 0 0 16 3 0 0 20 0 19 0 28958203 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511111990056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30336] ppid=30322 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30325/task/30336/stat : 30336 (java) S 30322 30325 28285 0 -1 4202560 1266 0 0 0 0 3 0 0 20 0 19 0 28958204 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511099578728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30337] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30337/stat : 30337 (java) S 30322 30325 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28958205 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511098525048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30338] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30338/stat : 30338 (java) S 30322 30325 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28958205 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511097471880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30339] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30339/stat : 30339 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511096420624 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30340] ppid=30322 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/30325/task/30340/stat : 30340 (java) S 30322 30325 28285 0 -1 4202560 11875 0 0 0 194 2 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511095368504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30325/tid=30341] ppid=30322 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30325/task/30341/stat : 30341 (java) S 30322 30325 28285 0 -1 4202560 18141 0 0 0 148 4 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511094315960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30342] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30342/stat : 30342 (java) S 30322 30325 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511093263096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30325/tid=30343] ppid=30322 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30325/task/30343/stat : 30343 (java) S 30322 30325 28285 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 28958207 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511092210760 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30325/tid=30347] ppid=30322 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30325/task/30347/stat : 30347 (java) S 30322 30325 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28958225 10060525568 712698 33554432000 1073741824 1073778376 140735732533680 140511087997864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 158.52
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.169998
#  lost CPU user time (s): 0.190002
#  lost CPU system time (s): -0.02

Real time (s): 78.2379
CPU time (s): 158.84
CPU user time (s): 157.827
CPU system time (s): 1.01284
CPU usage (%): 203.022
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.637
system time used= 1.03284
maximum resident set size= 2865268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38360
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= 2899
involuntary context switches= 4212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.549916 second user time and 0.734888 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 18:58:18
IDJOB=4106173
IDBENCH=47960
IDSOLVER=2543
FILE ID=node122/4106173-1466269098
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106173-1466269098/watcher-4106173-1466269098 -o /tmp/evaluation-result-4106173-1466269098/solver-4106173-1466269098 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106173-1466269098.opb

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

MD5SUM BENCH= 9ac2b65e6f5a9e0208aa5abddde874b2
RANDOM SEED=1081816030

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28952260 kB
Buffers:          142952 kB
Cached:           219008 kB
SwapCached:            0 kB
Active:          1250144 kB
Inactive:         265860 kB
Active(anon):    1146944 kB
Inactive(anon):     9916 kB
Active(file):     103200 kB
Inactive(file):   255944 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:       2755972 kB
Mapped:            21092 kB
Shmem:               204 kB
Slab:             610640 kB
SReclaimable:      53848 kB
SUnreclaim:       556792 kB
KernelStack:        1776 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3683668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-18 18:59:36