Trace number 4109400

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 6.72298 6.09655

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-66-100-0.wbo
MD5SUM7e7d682b827ac0ee06475f159229fdf7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark5.70313
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
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.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.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109400-1466343631.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.053s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     198
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.09/0.16	c 101 constraints processed.
0.09/0.16	c objective function length is 29 literals
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.182
0.26/0.29	o 841
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.277
0.55/0.39	o 825
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.69/0.45	o 824
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.69/0.46	o 811
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.69/0.47	o 809
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.69/0.48	o 798
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.69/0.48	o 313
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.69/0.49	o 294
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.396
0.84/0.50	o 276
0.84/0.56	c cleaning 3718 clauses out of 7437 with flag 2576/7437
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
0.98/0.66	o 272
1.11/0.73	c cleaning 4724 clauses out of 9448 with flag 5539/13166
1.31/0.91	c cleaning 5356 clauses out of 10723 with flag 22016/19165
1.52/1.13	c cleaning 6182 clauses out of 12366 with flag 41175/26165
1.52/1.14	c Got one! Elapsed wall clock time (in seconds):1.033
1.52/1.14	o 265
1.52/1.15	c Got one! Elapsed wall clock time (in seconds):1.039
1.52/1.15	o 260
1.52/1.15	c Got one! Elapsed wall clock time (in seconds):1.044
1.52/1.15	o 228
1.52/1.16	c Got one! Elapsed wall clock time (in seconds):1.048
1.52/1.16	o 221
1.52/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.52/1.16	o 220
1.52/1.18	c Got one! Elapsed wall clock time (in seconds):1.07
1.52/1.18	o 216
1.64/1.28	c Got one! Elapsed wall clock time (in seconds):1.177
1.64/1.28	o 215
1.64/1.29	c Got one! Elapsed wall clock time (in seconds):1.183
1.64/1.29	o 210
1.74/1.36	c cleaning 6700 clauses out of 13406 with flag 5894/33388
1.74/1.38	c Got one! Elapsed wall clock time (in seconds):1.277
1.74/1.39	o 202
1.84/1.41	c Got one! Elapsed wall clock time (in seconds):1.302
1.84/1.41	o 197
1.84/1.41	c Got one! Elapsed wall clock time (in seconds):1.305
1.84/1.41	o 194
1.84/1.41	c Got one! Elapsed wall clock time (in seconds):1.307
1.84/1.41	o 167
1.84/1.49	c Got one! Elapsed wall clock time (in seconds):1.383
1.84/1.49	o 159
1.94/1.54	c Got one! Elapsed wall clock time (in seconds):1.429
1.94/1.54	o 148
2.04/1.62	c cleaning 7267 clauses out of 14546 with flag 6064/41228
2.24/1.81	c cleaning 6636 clauses out of 13279 with flag 23617/47228
2.24/1.82	c Got one! Elapsed wall clock time (in seconds):1.716
2.24/1.82	o 144
2.34/1.95	c Got one! Elapsed wall clock time (in seconds):1.84
2.34/1.95	o 134
2.34/1.99	c cleaning 6202 clauses out of 12407 with flag 3311/52992
2.54/2.18	c cleaning 6098 clauses out of 12205 with flag 23246/58992
2.84/2.40	c cleaning 6553 clauses out of 13107 with flag 45762/65993
2.84/2.45	c Got one! Elapsed wall clock time (in seconds):2.341
2.84/2.45	o 121
2.94/2.58	c cleaning 6181 clauses out of 12367 with flag 13474/71806
3.14/2.77	c cleaning 6090 clauses out of 12185 with flag 33506/77805
3.24/2.80	c Got one! Elapsed wall clock time (in seconds):2.694
3.24/2.80	o 118
3.34/2.92	c Got one! Elapsed wall clock time (in seconds):2.814
3.34/2.92	o 101
3.34/2.96	c cleaning 6199 clauses out of 12401 with flag 3761/84111
3.34/2.99	c Got one! Elapsed wall clock time (in seconds):2.885
3.34/2.99	o 95
3.54/3.13	c cleaning 5653 clauses out of 11314 with flag 14851/89223
3.75/3.31	c cleaning 5826 clauses out of 11661 with flag 35112/95223
3.95/3.50	c Got one! Elapsed wall clock time (in seconds):3.39
3.95/3.50	o 84
3.95/3.51	c Got one! Elapsed wall clock time (in seconds):3.4
3.95/3.51	o 65
4.15/3.71	c cleaning 8716 clauses out of 17432 with flag 17542/106820
4.35/3.91	c cleaning 7357 clauses out of 14715 with flag 38903/112819
4.45/4.05	c Got one! Elapsed wall clock time (in seconds):3.944
4.45/4.05	o 64
4.45/4.09	c cleaning 6448 clauses out of 12902 with flag 3554/118363
4.65/4.29	c cleaning 6227 clauses out of 12454 with flag 25066/124364
4.86/4.50	c cleaning 6607 clauses out of 13225 with flag 48639/131363
5.16/4.78	c cleaning 7304 clauses out of 14616 with flag 77078/139363
5.56/5.11	c cleaning 8155 clauses out of 16312 with flag 109284/148364
5.56/5.19	c Got one! Elapsed wall clock time (in seconds):5.087
5.56/5.19	o 56
5.76/5.31	c cleaning 6864 clauses out of 13733 with flag 11790/153941
5.76/5.37	c Got one! Elapsed wall clock time (in seconds):5.259
5.76/5.37	o 20
5.97/5.51	c cleaning 6387 clauses out of 12774 with flag 14324/159848
6.16/5.72	c cleaning 6190 clauses out of 12386 with flag 36651/165852
6.16/5.72	c Got one! Elapsed wall clock time (in seconds):5.61
6.16/5.72	o 19
6.37/5.92	c cleaning 5637 clauses out of 11276 with flag 19885/170938
6.59/6.04	c starts		: 274
6.59/6.04	c conflicts		: 174352
6.59/6.04	c decisions		: 265245
6.59/6.04	c propagations		: 3516957
6.59/6.04	c inspects		: 76650291
6.59/6.04	c shortcuts		: 0
6.59/6.04	c learnt literals	: 34
6.59/6.04	c learnt binary clauses	: 6
6.59/6.04	c learnt ternary clauses	: 133
6.59/6.04	c learnt constraints	: 174317
6.59/6.04	c ignored constraints	: 0
6.59/6.04	c root simplifications	: 0
6.59/6.04	c removed literals (reason simplification)	: 0
6.59/6.04	c reason swapping (by a shorter reason)	: 0
6.59/6.04	c Calls to reduceDB	: 26
6.59/6.04	c Number of update (reduction) of LBD	: 36098
6.59/6.04	c Imported unit clauses	: 0
6.59/6.04	c number of reductions to clauses (during analyze)	: 0
6.59/6.04	c number of learned constraints concerned by reduction	: 0
6.59/6.04	c number of learning phase by resolution	: 0
6.59/6.04	c number of learning phase by cutting planes	: 0
6.59/6.04	c speed (assignments/second)	: 598834.8373914524
6.59/6.04	c non guided choices	1439
6.59/6.04	c learnt constraints type 
6.59/6.04	s OPTIMUM FOUND
6.59/6.04	c Found 36 solution(s)
6.59/6.04	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 
6.59/6.04	c objective function=19
6.59/6.04	c Total wall clock time (in seconds): 5.93

Verifier Data

OK	19

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-4109400-1466343631/watcher-4109400-1466343631 -o /tmp/evaluation-result-4109400-1466343631/solver-4109400-1466343631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109400-1466343631.wbo 

pid=19302
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.08 1.75 3/194 19305
/proc/meminfo: memFree=30903020/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19305/stat : 19305 (java) R 19302 19305 18872 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 36413180 23793664 707 33554432000 1073741824 1073778376 140735739331808 140735739320872 270109029736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 5809 708 522 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.08 1.75 3/194 19305
/proc/meminfo: memFree=30903020/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 4433 0 1 0 8 1 0 0 20 0 18 0 36413180 9787879424 6065 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2389619 6065 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200189 s]
/proc/loadavg: 2.09 2.08 1.75 3/194 19305
/proc/meminfo: memFree=30903020/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 6296 0 1 0 24 2 0 0 20 0 19 0 36413180 9856040960 8390 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 8390 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300185 s]
/proc/loadavg: 2.09 2.08 1.75 3/194 19305
/proc/meminfo: memFree=30903020/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 7717 0 1 0 53 2 0 0 20 0 19 0 36413180 9856040960 8902 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 8902 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700182 s]
/proc/loadavg: 2.09 2.08 1.75 3/194 19305
/proc/meminfo: memFree=30903020/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8652 0 1 0 109 2 0 0 20 0 19 0 36413180 9856040960 9642 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 9642 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30871224/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8659 0 1 0 192 2 0 0 20 0 19 0 36413180 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 11181 2260 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2449 0 1 0 145 2 0 0 20 0 19 0 36413180 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625279480112 140625219676104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2743 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19302 19305 18872 0 -1 4202560 2195 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625097816504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 11181 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30853592/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8665 0 1 0 352 2 0 0 20 0 19 0 36413180 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 13741 2260 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2455 0 1 0 304 2 0 0 20 0 19 0 36413180 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625279480112 140625219676147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2743 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19302 19305 18872 0 -1 4202560 2195 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625097816504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 13741 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19305 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.2009 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30853592/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8666 0 1 0 362 3 0 0 20 0 19 0 36413180 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 14253 2260 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2456 0 1 0 314 2 0 0 20 0 19 0 36413180 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625279480112 140625219698212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2743 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19302 19305 18872 0 -1 4202560 2195 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625097816504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 14253 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+4.80071 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30839156/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=5.26 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8672 0 1 0 523 3 0 0 20 0 19 0 36413180 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 16302 2261 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=4.76 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2461 0 1 0 474 2 0 0 20 0 19 0 36413180 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625279488456 140625219676749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2743 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19302 19305 18872 0 -1 4202560 2195 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625097816504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 16302 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 9625040

[startup+5.60784 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30833024/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=6.07 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 8675 0 1 0 604 3 0 0 20 0 19 0 36413180 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 17838 2261 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=5.57 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2464 0 1 0 555 2 0 0 20 0 19 0 36413180 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625279479488 140625219446624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2743 0 0 0 22 0 0 0 20 0 19 0 36413185 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19302 19305 18872 0 -1 4202560 2195 0 0 0 23 0 0 0 20 0 19 0 36413185 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625097816504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 17838 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 9625040

[startup+6.00085 s]
/proc/loadavg: 2.09 2.08 1.75 3/214 19325
/proc/meminfo: memFree=30833024/32872528 swapFree=526336/559040
[pid=19305] ppid=19302 vsize=9625040 CPUtime=6.59 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19302 19305 18872 0 -1 4202496 14065 0 1 0 655 4 0 0 20 0 19 0 36413180 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140735739322944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19305/statm: 2406260 21674 2261 9 0 2396937 0
[pid=19305/tid=19307] ppid=19302 vsize=9625040 CPUtime=5.96 cores=1,3,5,7
/proc/19305/task/19307/stat : 19307 (java) R 19302 19305 18872 0 -1 4202560 2465 0 1 0 594 2 0 0 20 0 19 0 36413180 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625279479488 140625219698245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19308] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625218218920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19309] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625217166376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19310] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625120541352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19311] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625119488808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19312] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625118435752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19305/tid=19313] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625117383208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19314] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625116330152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19305/tid=19315] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19302 19305 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413181 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625115277608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19316] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19302 19305 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413182 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625103080296 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19317] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19302 19305 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625102026616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19318] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413183 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625100973448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19319] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625099922192 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19320] ppid=19302 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19302 19305 18872 0 -1 4202560 2764 0 0 0 24 0 0 0 20 0 19 0 36413185 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625098869048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19321] ppid=19302 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) R 19302 19305 18872 0 -1 4202560 7563 0 0 0 32 1 0 0 20 0 19 0 36413185 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625097816504 140625282394200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19322] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19302 19305 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625096763640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19305/tid=19323] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19302 19305 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413185 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625095711304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19305/tid=19325] ppid=19302 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19325/stat : 19325 (java) S 19302 19305 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413196 9856040960 21674 33554432000 1073741824 1073778376 140735739331808 140625094657576 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 6.09655
CPU time (s): 6.72298
CPU user time (s): 6.65999
CPU system time (s): 0.06299
CPU usage (%): 110.275
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.65999
system time used= 0.06299
maximum resident set size= 88212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14451
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= 403
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023996 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:40:31
IDJOB=4109400
IDBENCH=78799
IDSOLVER=2551
FILE ID=node106/4109400-1466343631
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1111218955--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109400-1466343631/watcher-4109400-1466343631 -o /tmp/evaluation-result-4109400-1466343631/solver-4109400-1466343631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109400-1466343631.wbo

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

MD5SUM BENCH= 7e7d682b827ac0ee06475f159229fdf7
RANDOM SEED=1475550445

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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.38
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		: 2667.073
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:        30903548 kB
Buffers:           70868 kB
Cached:           226124 kB
SwapCached:         1780 kB
Active:           406108 kB
Inactive:         239032 kB
Active(anon):     347560 kB
Inactive(anon):     3188 kB
Active(file):      58548 kB
Inactive(file):   235844 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:        915140 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             625064 kB
SReclaimable:      68340 kB
SUnreclaim:       556724 kB
KernelStack:        1600 kB
PageTables:         6428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1065884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71700 MiB
End job on node106 at 2016-06-19 15:40:37