Trace number 4109316

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 9.57254 7.82139

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
MD5SUM0277d37fd59797dc8ec4e2ab4996f836
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.51946
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4109316-1466343616.wbo
0.12/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.052s.
0.12/0.15	c declared #vars     169
0.12/0.15	c internal #vars     197
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.12/0.15	c 101 constraints processed.
0.12/0.15	c objective function length is 28 literals
0.59/0.37	c SATISFIABLE
0.59/0.37	c OPTIMIZING...
0.59/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.59/0.37	o 1032
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.314
0.71/0.41	o 1000
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.333
0.71/0.43	o 789
0.90/0.54	c cleaning 3241 clauses out of 6482 with flag 5667/6482
1.34/0.75	c cleaning 4615 clauses out of 9242 with flag 22161/12483
1.34/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.34/0.77	o 788
1.77/0.91	c cleaning 4830 clauses out of 9659 with flag 13172/17515
2.09/1.12	c cleaning 5414 clauses out of 10829 with flag 33341/23515
2.09/1.15	c Got one! Elapsed wall clock time (in seconds):1.055
2.09/1.15	o 777
2.32/1.29	c cleaning 5219 clauses out of 10440 with flag 12406/28540
2.70/1.49	c cleaning 5607 clauses out of 11221 with flag 31548/34540
2.81/1.52	c Got one! Elapsed wall clock time (in seconds):1.421
2.81/1.52	o 772
2.81/1.57	c Got one! Elapsed wall clock time (in seconds):1.472
2.81/1.57	o 768
2.91/1.66	c Got one! Elapsed wall clock time (in seconds):1.564
2.91/1.66	o 762
3.01/1.71	c cleaning 6101 clauses out of 12206 with flag 3244/41132
3.01/1.72	c Got one! Elapsed wall clock time (in seconds):1.618
3.01/1.72	o 760
3.01/1.74	c Got one! Elapsed wall clock time (in seconds):1.64
3.01/1.74	o 759
3.01/1.75	c Got one! Elapsed wall clock time (in seconds):1.647
3.01/1.75	o 752
3.01/1.75	c Got one! Elapsed wall clock time (in seconds):1.649
3.01/1.75	o 499
3.01/1.75	c Got one! Elapsed wall clock time (in seconds):1.652
3.01/1.75	o 479
3.11/1.80	c Got one! Elapsed wall clock time (in seconds):1.704
3.11/1.80	o 467
3.11/1.81	c Got one! Elapsed wall clock time (in seconds):1.706
3.11/1.81	o 344
3.11/1.81	c Got one! Elapsed wall clock time (in seconds):1.713
3.11/1.81	o 331
3.21/1.91	c Got one! Elapsed wall clock time (in seconds):1.809
3.21/1.91	o 330
3.31/2.00	c cleaning 7021 clauses out of 14044 with flag 7981/49071
3.41/2.17	c Got one! Elapsed wall clock time (in seconds):2.073
3.41/2.17	o 322
3.41/2.20	c Got one! Elapsed wall clock time (in seconds):2.099
3.41/2.20	o 320
3.41/2.20	c Got one! Elapsed wall clock time (in seconds):2.101
3.41/2.20	o 299
3.52/2.21	c Got one! Elapsed wall clock time (in seconds):2.106
3.52/2.21	o 279
3.52/2.21	c Got one! Elapsed wall clock time (in seconds):2.113
3.52/2.21	o 235
3.52/2.22	c Got one! Elapsed wall clock time (in seconds):2.12
3.52/2.22	o 231
3.52/2.24	c Got one! Elapsed wall clock time (in seconds):2.144
3.52/2.24	o 215
3.52/2.25	c Got one! Elapsed wall clock time (in seconds):2.149
3.52/2.25	o 202
3.71/2.46	c cleaning 9465 clauses out of 18929 with flag 17560/60977
3.81/2.53	c Got one! Elapsed wall clock time (in seconds):2.435
3.81/2.53	o 201
3.81/2.54	c Got one! Elapsed wall clock time (in seconds):2.442
3.81/2.54	o 195
3.91/2.61	c Got one! Elapsed wall clock time (in seconds):2.509
3.91/2.61	o 189
4.01/2.70	c cleaning 7820 clauses out of 15641 with flag 7612/67154
4.21/2.91	c cleaning 6910 clauses out of 13822 with flag 30946/73155
4.21/2.95	c Got one! Elapsed wall clock time (in seconds):2.85
4.21/2.95	o 186
4.21/2.95	c Got one! Elapsed wall clock time (in seconds):2.853
4.21/2.95	o 182
4.31/3.01	c Got one! Elapsed wall clock time (in seconds):2.914
4.31/3.01	o 181
4.41/3.13	c cleaning 6566 clauses out of 13134 with flag 11045/79377
4.41/3.16	c Got one! Elapsed wall clock time (in seconds):3.059
4.41/3.16	o 153
4.51/3.27	c Got one! Elapsed wall clock time (in seconds):3.17
4.51/3.27	o 146
4.62/3.31	c cleaning 5961 clauses out of 11931 with flag 3638/84740
4.62/3.31	c Got one! Elapsed wall clock time (in seconds):3.214
4.62/3.31	o 142
4.62/3.32	c Got one! Elapsed wall clock time (in seconds):3.217
4.62/3.32	o 119
4.62/3.32	c Got one! Elapsed wall clock time (in seconds):3.225
4.62/3.32	o 112
4.62/3.36	c Got one! Elapsed wall clock time (in seconds):3.261
4.62/3.36	o 102
4.62/3.37	c Got one! Elapsed wall clock time (in seconds):3.273
4.62/3.37	o 99
4.72/3.41	c Got one! Elapsed wall clock time (in seconds):3.313
4.72/3.41	o 92
4.82/3.53	c cleaning 6004 clauses out of 12025 with flag 12520/90795
4.92/3.61	c Got one! Elapsed wall clock time (in seconds):3.512
4.92/3.61	o 80
5.02/3.72	c cleaning 5760 clauses out of 11524 with flag 13356/96298
5.02/3.77	c Got one! Elapsed wall clock time (in seconds):3.668
5.02/3.77	o 79
5.22/3.91	c cleaning 5657 clauses out of 11319 with flag 18167/101853
5.42/4.13	c cleaning 5826 clauses out of 11660 with flag 44503/107851
5.81/4.40	c cleaning 6415 clauses out of 12833 with flag 76200/114851
6.30/4.70	c cleaning 7201 clauses out of 14416 with flag 110533/122851
6.51/4.82	c Got one! Elapsed wall clock time (in seconds):4.721
6.51/4.82	o 77
6.61/4.90	c cleaning 6556 clauses out of 13114 with flag 9278/128751
6.81/5.12	c cleaning 6276 clauses out of 12558 with flag 37239/134751
7.03/5.38	c cleaning 6637 clauses out of 13281 with flag 69201/141751
7.34/5.69	c cleaning 7315 clauses out of 14645 with flag 105773/149752
7.73/6.06	c cleaning 8164 clauses out of 16330 with flag 146704/158752
8.23/6.50	c cleaning 9076 clauses out of 18164 with flag 199008/168751
8.33/6.61	c Got one! Elapsed wall clock time (in seconds):6.51
8.33/6.61	o 71
8.33/6.70	c cleaning 7127 clauses out of 14260 with flag 9710/173923
8.53/6.89	c Got one! Elapsed wall clock time (in seconds):6.789
8.53/6.89	o 32
8.83/7.12	c cleaning 8591 clauses out of 17183 with flag 26079/183977
9.03/7.38	c cleaning 7288 clauses out of 14589 with flag 57413/189977
9.23/7.51	c Got one! Elapsed wall clock time (in seconds):7.411
9.23/7.51	o 26
9.33/7.60	c cleaning 6375 clauses out of 12752 with flag 10221/195428
9.33/7.69	c Got one! Elapsed wall clock time (in seconds):7.593
9.33/7.69	o 20
9.44/7.77	c Got one! Elapsed wall clock time (in seconds):7.67
9.44/7.77	o 19
9.54/7.80	c Got one! Elapsed wall clock time (in seconds):7.705
9.54/7.80	o 6
9.54/7.81	c starts		: 256
9.54/7.81	c conflicts		: 200710
9.54/7.81	c decisions		: 313379
9.54/7.81	c propagations		: 4127137
9.54/7.81	c inspects		: 96755658
9.54/7.81	c shortcuts		: 0
9.54/7.81	c learnt literals	: 22
9.54/7.81	c learnt binary clauses	: 1
9.54/7.81	c learnt ternary clauses	: 68
9.54/7.81	c learnt constraints	: 200688
9.54/7.81	c ignored constraints	: 0
9.54/7.81	c root simplifications	: 0
9.54/7.81	c removed literals (reason simplification)	: 0
9.54/7.81	c reason swapping (by a shorter reason)	: 0
9.54/7.81	c Calls to reduceDB	: 29
9.54/7.81	c Number of update (reduction) of LBD	: 47643
9.54/7.81	c Imported unit clauses	: 0
9.54/7.81	c number of reductions to clauses (during analyze)	: 0
9.54/7.81	c number of learned constraints concerned by reduction	: 0
9.54/7.81	c number of learning phase by resolution	: 0
9.54/7.81	c number of learning phase by cutting planes	: 0
9.54/7.81	c speed (assignments/second)	: 539072.2309299896
9.54/7.81	c non guided choices	1588
9.54/7.81	c learnt constraints type 
9.54/7.81	s OPTIMUM FOUND
9.54/7.81	c Found 48 solution(s)
9.54/7.81	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 
9.54/7.81	c objective function=6
9.54/7.81	c Total wall clock time (in seconds): 7.713

Verifier Data

OK	6

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-4109316-1466343616/watcher-4109316-1466343616 -o /tmp/evaluation-result-4109316-1466343616/solver-4109316-1466343616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109316-1466343616.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.09 1.77 3/195 32529
/proc/meminfo: memFree=30767888/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36407227 98570240 978 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 24065 978 744 9 0 16771 0
[pid=32529/tid=32530] ppid=32526 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 36407228 98582528 983 33554432000 1073741824 1073778376 140734061290928 140127193927208 206629062045 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.09 1.77 3/195 32529
/proc/meminfo: memFree=30767888/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 4542 0 1 0 11 1 0 0 20 0 18 0 36407227 9787879424 5670 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2389619 5670 2157 9 0 2380296 0
[pid=32529/tid=32530] ppid=32526 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2438 0 1 0 8 0 0 0 20 0 18 0 36407228 9787879424 5670 33554432000 1073741824 1073778376 140734061290928 140127193930656 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.09 2.09 1.77 3/195 32529
/proc/meminfo: memFree=30767888/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 6768 0 1 0 27 1 0 0 20 0 19 0 36407227 9856040960 8268 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 8268 2230 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2467 0 1 0 18 0 0 0 20 0 19 0 36407228 9856040960 8268 33554432000 1073741824 1073778376 140734061290928 140127193932416 140127133736212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300265 s]
/proc/loadavg: 2.09 2.09 1.77 3/195 32529
/proc/meminfo: memFree=30767888/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 7563 0 1 0 57 2 0 0 20 0 19 0 36407227 9856040960 8402 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 8402 2245 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2469 0 1 0 28 0 0 0 20 0 19 0 36407228 9856040960 8402 33554432000 1073741824 1073778376 140734061290928 140127193932416 140127133645170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9625040

[startup+0.700204 s]
/proc/loadavg: 2.09 2.09 1.77 3/195 32529
/proc/meminfo: memFree=30767888/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 16241 0 1 0 131 3 0 0 20 0 19 0 36407227 9856040960 13880 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 13880 2255 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2470 0 1 0 68 0 0 0 20 0 19 0 36407228 9856040960 13880 33554432000 1073741824 1073778376 140734061290928 140127193932360 140127134051763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.24 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30716676/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 20770 0 1 0 277 4 0 0 20 0 19 0 36407227 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 15638 2257 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2473 0 1 0 148 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127193923264 140127134059879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 64 2 0 0 20 0 19 0 36407232 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 8755 0 0 0 62 2 0 0 20 0 19 0 36407232 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 15638 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.24 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30707244/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 20776 0 1 0 437 4 0 0 20 0 19 0 36407227 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 18710 2257 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2479 0 1 0 307 1 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127193923888 140127134122405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 64 2 0 0 20 0 19 0 36407232 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 8755 0 0 0 62 2 0 0 20 0 19 0 36407232 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 18710 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.24 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30616296/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=8.03 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 25860 0 1 0 798 5 0 0 20 0 19 0 36407227 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 23773 2260 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2491 0 1 0 626 2 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127193923264 140127134123116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 65 2 0 0 20 0 19 0 36407232 9856040960 23773 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=1.05 cores=1,3,5,7

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

[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 65 2 0 0 20 0 19 0 36407232 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 13826 0 0 0 103 2 0 0 20 0 19 0 36407232 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 24285 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9625040

[startup+7.20075 s]
/proc/loadavg: 2.22 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30610168/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=8.93 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 25863 0 1 0 888 5 0 0 20 0 19 0 36407227 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 25309 2260 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=7.18 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2494 0 1 0 716 2 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127193923264 140127134122385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 65 2 0 0 20 0 19 0 36407232 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 13826 0 0 0 103 2 0 0 20 0 19 0 36407232 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 25309 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 9625040

[startup+7.60074 s]
/proc/loadavg: 2.22 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30610168/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=9.33 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 25864 0 1 0 928 5 0 0 20 0 19 0 36407227 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 25821 2260 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2495 0 1 0 756 2 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127193923264 140127134683249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 65 2 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 13826 0 0 0 103 2 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 9625040

[startup+7.80779 s]
/proc/loadavg: 2.22 2.12 1.78 3/214 32548
/proc/meminfo: memFree=30604024/32872528 swapFree=534252/566956
[pid=32529] ppid=32526 vsize=9625040 CPUtime=9.54 cores=1,3,5,7
/proc/32529/stat : 32529 (java) S 32526 32529 32093 0 -1 4202496 25864 0 1 0 949 5 0 0 20 0 19 0 36407227 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140734061282064 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32529/statm: 2406260 25821 2260 9 0 2396937 0
[pid=32529/tid=32530] ppid=32526 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/32529/task/32530/stat : 32530 (java) R 32526 32529 32093 0 -1 4202560 2495 0 1 0 777 2 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127193923264 140127134154323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32532] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32532/stat : 32532 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127037766568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32533] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32533/stat : 32533 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127036714024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32534] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32534/stat : 32534 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127035660968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32535] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32535/stat : 32535 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127034608424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32536] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32536/stat : 32536 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127033555368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32537] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32537/stat : 32537 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127032502824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32538] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32538/stat : 32538 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127031449768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32529/tid=32539] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32539/stat : 32539 (java) S 32526 32529 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407228 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127030397224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32540] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32540/stat : 32540 (java) S 32526 32529 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407229 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127018199912 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32541] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32541/stat : 32541 (java) S 32526 32529 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127017146232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32542] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32542/stat : 32542 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407230 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127016093064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32543] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32543/stat : 32543 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127015041808 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32544] ppid=32526 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32529/task/32544/stat : 32544 (java) S 32526 32529 32093 0 -1 4202560 8270 0 0 0 65 2 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127013988664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32529/tid=32545] ppid=32526 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/32529/task/32545/stat : 32545 (java) S 32526 32529 32093 0 -1 4202560 13826 0 0 0 103 2 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127012936120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32546] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32546/stat : 32546 (java) S 32526 32529 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127011883256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32529/tid=32547] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32547/stat : 32547 (java) S 32526 32529 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407232 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127010830920 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32529/tid=32548] ppid=32526 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32529/task/32548/stat : 32548 (java) S 32526 32529 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407243 9856040960 25821 33554432000 1073741824 1073778376 140734061290928 140127009728040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.54
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.82139
CPU time (s): 9.57254
CPU user time (s): 9.47956
CPU system time (s): 0.092985
CPU usage (%): 122.389
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.47956
system time used= 0.092985
maximum resident set size= 105384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25882
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 390
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024996 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:40:16
IDJOB=4109316
IDBENCH=78776
IDSOLVER=2551
FILE ID=node138/4109316-1466343616
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109316-1466343616/watcher-4109316-1466343616 -o /tmp/evaluation-result-4109316-1466343616/solver-4109316-1466343616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109316-1466343616.wbo

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

MD5SUM BENCH= 0277d37fd59797dc8ec4e2ab4996f836
RANDOM SEED=2020891480

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.395
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30768152 kB
Buffers:          174876 kB
Cached:           271120 kB
SwapCached:         1136 kB
Active:           454628 kB
Inactive:         333356 kB
Active(anon):     340804 kB
Inactive(anon):     3144 kB
Active(file):     113824 kB
Inactive(file):   330212 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:              1508 kB
Writeback:             0 kB
AnonPages:       1010428 kB
Mapped:            15536 kB
Shmem:                 0 kB
Slab:             610080 kB
SReclaimable:      53452 kB
SUnreclaim:       556628 kB
KernelStack:        1768 kB
PageTables:         6416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node138 at 2016-06-19 15:40:24