Trace number 4090916

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.50455 7.98248

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
MD5SUMd4e6776e3ea6e9cf4cf1ebaa2f1d5c78
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark9.50455
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4090916-1466067862.wbo
0.08/0.11	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.054s.
0.08/0.17	c declared #vars     169
0.08/0.17	c internal #vars     270
0.08/0.17	c #constraints  101
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.08/0.17	c 101 constraints processed.
0.08/0.17	c objective function length is 101 literals
0.26/0.23	c SATISFIABLE
0.26/0.23	c OPTIMIZING...
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.115
0.26/0.23	o 288
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.216
0.51/0.33	o 285
0.64/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.64/0.48	o 284
0.76/0.50	c Got one! Elapsed wall clock time (in seconds):0.384
0.76/0.50	o 279
0.76/0.50	c Got one! Elapsed wall clock time (in seconds):0.387
0.76/0.50	o 268
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
0.94/0.60	o 265
0.94/0.68	c cleaning 3804 clauses out of 7607 with flag 3535/7607
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.6
1.09/0.71	o 253
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.09/0.74	o 250
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.667
1.09/0.78	o 246
1.20/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
1.20/0.81	o 244
1.43/1.08	c cleaning 5774 clauses out of 11549 with flag 20710/15353
1.43/1.10	c Got one! Elapsed wall clock time (in seconds):0.99
1.43/1.10	o 242
1.53/1.14	c Got one! Elapsed wall clock time (in seconds):1.024
1.53/1.14	o 227
1.53/1.18	c Got one! Elapsed wall clock time (in seconds):1.064
1.53/1.18	o 222
1.74/1.37	c Got one! Elapsed wall clock time (in seconds):1.257
1.74/1.37	o 194
1.84/1.40	c Got one! Elapsed wall clock time (in seconds):1.289
1.84/1.40	o 186
1.84/1.45	c Got one! Elapsed wall clock time (in seconds):1.343
1.84/1.45	o 182
1.84/1.48	c Got one! Elapsed wall clock time (in seconds):1.363
1.84/1.48	o 162
1.84/1.48	c Got one! Elapsed wall clock time (in seconds):1.371
1.84/1.48	o 153
2.05/1.61	c Got one! Elapsed wall clock time (in seconds):1.494
2.05/1.61	o 152
2.05/1.68	c cleaning 8272 clauses out of 16548 with flag 3669/26126
2.17/1.77	c Got one! Elapsed wall clock time (in seconds):1.658
2.17/1.77	o 141
2.39/1.97	c Got one! Elapsed wall clock time (in seconds):1.861
2.39/1.97	o 140
2.49/2.03	c cleaning 7239 clauses out of 14479 with flag 3786/32329
2.49/2.09	c Got one! Elapsed wall clock time (in seconds):1.975
2.49/2.09	o 136
2.61/2.15	c Got one! Elapsed wall clock time (in seconds):2.036
2.61/2.15	o 134
2.72/2.20	c Got one! Elapsed wall clock time (in seconds):2.092
2.72/2.20	o 114
2.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.117
2.72/2.23	o 112
2.72/2.26	c Got one! Elapsed wall clock time (in seconds):2.144
2.72/2.26	o 110
2.72/2.28	c Got one! Elapsed wall clock time (in seconds):2.172
2.72/2.28	o 85
2.72/2.30	c Got one! Elapsed wall clock time (in seconds):2.191
2.72/2.30	o 60
2.84/2.31	c Got one! Elapsed wall clock time (in seconds):2.198
2.84/2.31	o 58
2.96/2.45	c cleaning 7290 clauses out of 14581 with flag 7053/39670
3.57/2.74	c cleaning 6643 clauses out of 13291 with flag 29701/45670
3.92/3.05	c Got one! Elapsed wall clock time (in seconds):2.939
3.92/3.05	o 57
4.02/3.12	c Got one! Elapsed wall clock time (in seconds):3.009
4.02/3.12	o 54
4.23/3.35	c cleaning 9540 clauses out of 19083 with flag 14050/58105
4.61/3.51	c Got one! Elapsed wall clock time (in seconds):3.394
4.61/3.51	o 51
4.81/3.63	c cleaning 7689 clauses out of 15383 with flag 7571/63945
5.09/3.88	c cleaning 6846 clauses out of 13698 with flag 32118/69949
5.19/3.93	c Got one! Elapsed wall clock time (in seconds):3.817
5.19/3.93	o 42
5.50/4.10	c cleaning 6064 clauses out of 12134 with flag 18374/75231
5.71/4.35	c cleaning 6031 clauses out of 12069 with flag 47497/81230
6.01/4.65	c cleaning 6513 clauses out of 13037 with flag 81403/88229
6.21/4.83	c Got one! Elapsed wall clock time (in seconds):4.714
6.21/4.83	o 35
6.21/4.83	c Got one! Elapsed wall clock time (in seconds):4.722
6.21/4.83	o 32
6.21/4.88	c cleaning 6054 clauses out of 12116 with flag 3965/93821
6.31/4.90	c Got one! Elapsed wall clock time (in seconds):4.786
6.31/4.90	o 30
6.31/4.91	c Got one! Elapsed wall clock time (in seconds):4.796
6.31/4.91	o 24
6.42/5.01	c Got one! Elapsed wall clock time (in seconds):4.9
6.42/5.01	o 18
6.42/5.09	c cleaning 5966 clauses out of 11933 with flag 7025/99693
6.58/5.14	c Got one! Elapsed wall clock time (in seconds):5.025
6.58/5.14	o 10
6.58/5.14	c Got one! Elapsed wall clock time (in seconds):5.032
6.58/5.14	o 9
6.68/5.29	c cleaning 5891 clauses out of 11782 with flag 15735/105509
7.01/5.51	c cleaning 5941 clauses out of 11888 with flag 38489/111508
7.20/5.77	c cleaning 6472 clauses out of 12945 with flag 66563/118508
7.60/6.10	c cleaning 7229 clauses out of 14471 with flag 101048/126508
8.00/6.51	c cleaning 8119 clauses out of 16240 with flag 143010/135508
8.40/6.99	c cleaning 9052 clauses out of 18117 with flag 191446/145508
9.00/7.56	c cleaning 10030 clauses out of 20063 with flag 246652/156512
9.40/7.96	c starts		: 111
9.40/7.96	c conflicts		: 163871
9.40/7.96	c decisions		: 267408
9.40/7.96	c propagations		: 4982828
9.40/7.96	c inspects		: 88404824
9.40/7.96	c shortcuts		: 0
9.40/7.96	c learnt literals	: 44
9.40/7.96	c learnt binary clauses	: 27
9.40/7.96	c learnt ternary clauses	: 415
9.40/7.96	c learnt constraints	: 163826
9.40/7.96	c ignored constraints	: 0
9.40/7.96	c root simplifications	: 0
9.40/7.96	c removed literals (reason simplification)	: 0
9.40/7.96	c reason swapping (by a shorter reason)	: 0
9.40/7.96	c Calls to reduceDB	: 21
9.40/7.96	c Number of update (reduction) of LBD	: 47190
9.40/7.96	c Imported unit clauses	: 0
9.40/7.96	c number of reductions to clauses (during analyze)	: 0
9.40/7.96	c number of learned constraints concerned by reduction	: 0
9.40/7.96	c number of learning phase by resolution	: 0
9.40/7.96	c number of learning phase by cutting planes	: 0
9.40/7.96	c speed (assignments/second)	: 639397.9212113435
9.40/7.96	c non guided choices	1954
9.40/7.96	c learnt constraints type 
9.40/7.96	s OPTIMUM FOUND
9.40/7.96	c Found 40 solution(s)
9.40/7.96	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -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.40/7.96	c objective function=9
9.40/7.96	c Total wall clock time (in seconds): 7.852

Verifier Data

OK	9

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-4090916-1466067862/watcher-4090916-1466067862 -o /tmp/evaluation-result-4090916-1466067862/solver-4090916-1466067862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090916-1466067862.wbo 

pid=14831
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.26 2.24 2.19 3/194 14834
/proc/meminfo: memFree=30086084/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14834/stat : 14834 (java) D 14831 14834 13151 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 8834854 9515008 185 33554432000 1073741824 1073778376 140735459895936 140735459885000 272877317415 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2323 185 143 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 14834
/proc/meminfo: memFree=30086084/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 4398 0 1 0 7 1 0 0 20 0 18 0 8834854 9787879424 6021 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 14834
/proc/meminfo: memFree=30086084/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 5944 0 1 0 24 2 0 0 20 0 19 0 8834854 9856040960 7677 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 7690 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300334 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 14834
/proc/meminfo: memFree=30086084/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 7209 0 1 0 49 2 0 0 20 0 19 0 8834854 9856040960 8580 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 8580 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700282 s]
/proc/loadavg: 2.26 2.24 2.19 3/194 14834
/proc/meminfo: memFree=30086084/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 9992 0 1 0 106 3 0 0 20 0 19 0 8834854 9856040960 9162 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 9162 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 14853
/proc/meminfo: memFree=30055272/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 10048 0 1 0 192 3 0 0 20 0 19 0 8834854 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 10193 2261 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2414 0 1 0 144 0 0 0 20 0 19 0 8834855 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183889711408 140183723270981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 4245 0 0 0 28 0 0 0 20 0 19 0 8834860 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 2118 0 0 0 19 0 0 0 20 0 19 0 8834860 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 10193 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 14853
/proc/meminfo: memFree=30048012/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 18007 0 1 0 398 4 0 0 20 0 19 0 8834854 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 16506 2261 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2419 0 1 0 304 0 0 0 20 0 19 0 8834855 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183889709624 140183723293721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11150 0 0 0 61 2 0 0 20 0 19 0 8834860 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 3167 0 0 0 32 0 0 0 20 0 19 0 8834860 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 16506 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.32 2.25 2.19 4/213 14854
/proc/meminfo: memFree=30015092/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=7.8 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 22721 0 1 0 774 6 0 0 20 0 19 0 8834854 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 20658 2262 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2431 0 1 0 622 2 0 0 20 0 19 0 8834855 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183889702592 140183723293716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11288 0 0 0 73 2 0 0 20 0 19 0 8834860 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 7730 0 0 0 75 2 0 0 20 0 19 0 8834860 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 20658 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9625040


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

[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11288 0 0 0 73 2 0 0 20 0 19 0 8834860 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 7730 0 0 0 75 2 0 0 20 0 19 0 8834860 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 21682 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 9625040

[startup+7.60086 s]
/proc/loadavg: 2.32 2.25 2.19 4/213 14854
/proc/meminfo: memFree=30008948/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=9.1 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 22724 0 1 0 904 6 0 0 20 0 19 0 8834854 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 22194 2262 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=7.54 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2434 0 1 0 752 2 0 0 20 0 19 0 8834855 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183889702592 140183723017735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11288 0 0 0 73 2 0 0 20 0 19 0 8834860 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 7730 0 0 0 75 2 0 0 20 0 19 0 8834860 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 22194 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 9625040

[startup+7.80791 s]
/proc/loadavg: 2.32 2.25 2.19 4/213 14854
/proc/meminfo: memFree=30004852/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=9.31 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 22725 0 1 0 925 6 0 0 20 0 19 0 8834854 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 22706 2262 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=7.74 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2435 0 1 0 772 2 0 0 20 0 19 0 8834855 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183889702592 140183723225784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11288 0 0 0 73 2 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 7730 0 0 0 75 2 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 9625040

[startup+7.90099 s]
/proc/loadavg: 2.32 2.25 2.19 4/213 14854
/proc/meminfo: memFree=30004852/32872528 swapFree=1243920/1391088
[pid=14834] ppid=14831 vsize=9625040 CPUtime=9.4 cores=1,3,5,7
/proc/14834/stat : 14834 (java) S 14831 14834 13151 0 -1 4202496 22725 0 1 0 934 6 0 0 20 0 19 0 8834854 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140735459887072 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14834/statm: 2406260 22706 2262 9 0 2396937 0
[pid=14834/tid=14836] ppid=14831 vsize=9625040 CPUtime=7.84 cores=1,3,5,7
/proc/14834/task/14836/stat : 14836 (java) R 14831 14834 13151 0 -1 4202560 2435 0 1 0 782 2 0 0 20 0 19 0 8834855 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183889702592 140183723271229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14837] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14837/stat : 14837 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183851203368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14838] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14838/stat : 14838 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183850150568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14839] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14839/stat : 14839 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183849098280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14840] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14840/stat : 14840 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183848045480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14841] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14841/stat : 14841 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183846992168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14842] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14842/stat : 14842 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183845939368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14843] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14843/stat : 14843 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183844887080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14834/tid=14844] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14844/stat : 14844 (java) S 14831 14834 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834856 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183843834280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14845] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14845/stat : 14845 (java) S 14831 14834 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834857 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183713307368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14846] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14846/stat : 14846 (java) S 14831 14834 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183712253432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14847] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14847/stat : 14847 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834858 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183711201032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14848] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14848/stat : 14848 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183710149520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14849] ppid=14831 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14834/task/14849/stat : 14849 (java) S 14831 14834 13151 0 -1 4202560 11288 0 0 0 73 2 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183709096120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14834/tid=14850] ppid=14831 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14834/task/14850/stat : 14850 (java) S 14831 14834 13151 0 -1 4202560 7730 0 0 0 75 2 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140183708043320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14851] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14851/stat : 14851 (java) S 14831 14834 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182833588856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14834/tid=14852] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14852/stat : 14852 (java) S 14831 14834 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834860 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182832536264 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14834/tid=14853] ppid=14831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14834/task/14853/stat : 14853 (java) S 14831 14834 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834871 9856040960 22706 33554432000 1073741824 1073778376 140735459895936 140182831482280 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.98248
CPU time (s): 9.50455
CPU user time (s): 9.40857
CPU system time (s): 0.095985
CPU usage (%): 119.068
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.40857
system time used= 0.095985
maximum resident set size= 90888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22748
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= 522
involuntary context switches= 176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:04:22
IDJOB=4090916
IDBENCH=79232
IDSOLVER=2551
FILE ID=node119/4090916-1466067862
RUNJOBID= node119-1466062131-13168
PBS_JOBID= 19904019
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090916-1466067862/watcher-4090916-1466067862 -o /tmp/evaluation-result-4090916-1466067862/solver-4090916-1466067862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090916-1466067862.wbo

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

MD5SUM BENCH= d4e6776e3ea6e9cf4cf1ebaa2f1d5c78
RANDOM SEED=1571586813

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30086728 kB
Buffers:            9272 kB
Cached:            45032 kB
SwapCached:          932 kB
Active:           665544 kB
Inactive:          31412 kB
Active(anon):     643712 kB
Inactive(anon):     1328 kB
Active(file):      21832 kB
Inactive(file):    30084 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:       2143788 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565028 kB
SReclaimable:       8940 kB
SUnreclaim:       556088 kB
KernelStack:        1760 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2174744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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= 71736 MiB
End job on node119 at 2016-06-16 11:04:30