Trace number 4110312

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 14.39 13.0219

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-0-100-0.wbo
MD5SUMb0ba3c932573495a13e5be4b53f7a1a4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark12.3591
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 1266
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110312-1466343872.wbo
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.057s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     270
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 101 literals
0.24/0.29	c SATISFIABLE
0.24/0.29	c OPTIMIZING...
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.176
0.24/0.29	o 595
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.49/0.30	o 537
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.49/0.31	o 529
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.195
0.49/0.31	o 499
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.49/0.32	o 478
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.207
0.49/0.32	o 470
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.211
0.49/0.33	o 460
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.22
0.49/0.34	o 453
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.227
0.49/0.34	o 443
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.24
0.49/0.36	o 435
0.76/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
0.76/0.55	o 391
0.76/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
0.76/0.59	o 389
0.76/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
0.76/0.59	o 373
0.93/0.68	c cleaning 4125 clauses out of 8257 with flag 3683/8257
1.09/0.72	c Got one! Elapsed wall clock time (in seconds):0.605
1.09/0.72	o 367
1.09/0.76	c Got one! Elapsed wall clock time (in seconds):0.645
1.09/0.76	o 351
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.656
1.09/0.77	o 340
1.20/0.82	c Got one! Elapsed wall clock time (in seconds):0.699
1.20/0.82	o 335
1.30/0.93	c Got one! Elapsed wall clock time (in seconds):0.814
1.30/0.93	o 333
1.30/0.93	c Got one! Elapsed wall clock time (in seconds):0.818
1.30/0.93	o 326
1.30/0.94	c Got one! Elapsed wall clock time (in seconds):0.823
1.30/0.94	o 320
1.30/0.95	c Got one! Elapsed wall clock time (in seconds):0.83
1.30/0.95	o 310
1.30/0.96	c Got one! Elapsed wall clock time (in seconds):0.839
1.30/0.96	o 303
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.903
1.41/1.02	o 301
1.41/1.07	c Got one! Elapsed wall clock time (in seconds):0.952
1.41/1.07	o 288
1.51/1.19	c cleaning 7079 clauses out of 14174 with flag 6870/18299
1.91/1.51	c cleaning 6539 clauses out of 13095 with flag 33827/24299
2.12/1.70	c Got one! Elapsed wall clock time (in seconds):1.586
2.12/1.70	o 249
2.12/1.75	c Got one! Elapsed wall clock time (in seconds):1.629
2.12/1.75	o 248
2.26/1.80	c Got one! Elapsed wall clock time (in seconds):1.683
2.26/1.80	o 239
2.26/1.82	c Got one! Elapsed wall clock time (in seconds):1.703
2.26/1.82	o 238
2.36/1.94	c cleaning 7085 clauses out of 14171 with flag 8372/31914
2.56/2.12	c Got one! Elapsed wall clock time (in seconds):2.002
2.56/2.12	o 222
2.56/2.15	c Got one! Elapsed wall clock time (in seconds):2.038
2.56/2.15	o 211
2.67/2.27	c cleaning 6812 clauses out of 13628 with flag 7857/38456
2.77/2.35	c Got one! Elapsed wall clock time (in seconds):2.236
2.77/2.35	o 210
2.96/2.57	c cleaning 6392 clauses out of 12784 with flag 17413/44424
3.06/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
3.06/2.69	o 207
3.16/2.76	c Got one! Elapsed wall clock time (in seconds):2.645
3.16/2.76	o 204
3.30/2.88	c cleaning 6237 clauses out of 12482 with flag 7571/50514
3.58/3.03	c Got one! Elapsed wall clock time (in seconds):2.912
3.58/3.03	o 186
3.68/3.14	c cleaning 5729 clauses out of 11471 with flag 8568/55740
3.68/3.15	c Got one! Elapsed wall clock time (in seconds):3.032
3.68/3.15	o 185
3.78/3.28	c Got one! Elapsed wall clock time (in seconds):3.162
3.78/3.28	o 179
3.88/3.33	c Got one! Elapsed wall clock time (in seconds):3.211
3.88/3.33	o 177
4.00/3.44	c Got one! Elapsed wall clock time (in seconds):3.327
4.00/3.44	o 174
4.15/3.51	c cleaning 6425 clauses out of 12856 with flag 4087/62854
4.15/3.53	c Got one! Elapsed wall clock time (in seconds):3.417
4.15/3.53	o 163
4.35/3.79	c cleaning 6011 clauses out of 12032 with flag 20552/68455
4.45/3.83	c Got one! Elapsed wall clock time (in seconds):3.713
4.45/3.83	o 158
4.45/3.85	c Got one! Elapsed wall clock time (in seconds):3.736
4.45/3.85	o 153
4.45/3.86	c Got one! Elapsed wall clock time (in seconds):3.746
4.45/3.86	o 148
4.45/3.88	c Got one! Elapsed wall clock time (in seconds):3.769
4.45/3.88	o 147
4.56/3.91	c Got one! Elapsed wall clock time (in seconds):3.789
4.56/3.91	o 140
4.56/3.91	c Got one! Elapsed wall clock time (in seconds):3.798
4.56/3.91	o 137
4.56/3.93	c Got one! Elapsed wall clock time (in seconds):3.815
4.56/3.93	o 134
4.66/4.07	c Got one! Elapsed wall clock time (in seconds):3.957
4.66/4.07	o 133
4.76/4.10	c Got one! Elapsed wall clock time (in seconds):3.987
4.76/4.10	o 131
4.76/4.14	c Got one! Elapsed wall clock time (in seconds):4.019
4.76/4.14	o 124
4.86/4.25	c cleaning 7399 clauses out of 14816 with flag 7784/77250
5.07/4.41	c Got one! Elapsed wall clock time (in seconds):4.292
5.07/4.41	o 123
5.07/4.48	c Got one! Elapsed wall clock time (in seconds):4.36
5.07/4.48	o 112
5.17/4.54	c cleaning 6488 clauses out of 12985 with flag 4260/82818
5.17/4.58	c Got one! Elapsed wall clock time (in seconds):4.466
5.17/4.58	o 109
5.47/4.86	c cleaning 6238 clauses out of 12480 with flag 24230/88801
5.47/4.89	c Got one! Elapsed wall clock time (in seconds):4.775
5.47/4.89	o 103
5.65/4.91	c Got one! Elapsed wall clock time (in seconds):4.794
5.65/4.91	o 99
5.85/5.05	c Got one! Elapsed wall clock time (in seconds):4.935
5.85/5.05	o 96
5.85/5.06	c Got one! Elapsed wall clock time (in seconds):4.94
5.85/5.06	o 89
5.99/5.10	c Got one! Elapsed wall clock time (in seconds):4.98
5.99/5.10	o 86
5.99/5.11	c Got one! Elapsed wall clock time (in seconds):4.992
5.99/5.11	o 82
5.99/5.16	c Got one! Elapsed wall clock time (in seconds):5.048
5.99/5.16	o 77
6.24/5.30	c cleaning 6941 clauses out of 13892 with flag 9688/96451
6.86/5.62	c cleaning 6472 clauses out of 12949 with flag 37944/102449
7.17/5.97	c cleaning 6732 clauses out of 13476 with flag 76376/109448
7.67/6.41	c cleaning 7372 clauses out of 14744 with flag 120864/117448
7.67/6.42	c Got one! Elapsed wall clock time (in seconds):6.299
7.67/6.42	o 72
7.67/6.48	c Got one! Elapsed wall clock time (in seconds):6.361
7.67/6.48	o 70
7.80/6.59	c Got one! Elapsed wall clock time (in seconds):6.477
7.80/6.59	o 67
7.91/6.68	c Got one! Elapsed wall clock time (in seconds):6.568
7.91/6.68	o 60
8.01/6.74	c cleaning 7047 clauses out of 14097 with flag 3884/124173
8.01/6.76	c Got one! Elapsed wall clock time (in seconds):6.641
8.01/6.76	o 52
8.01/6.78	c Got one! Elapsed wall clock time (in seconds):6.659
8.01/6.78	o 41
8.25/6.97	c cleaning 6428 clauses out of 12871 with flag 18249/129994
8.55/7.20	c cleaning 6217 clauses out of 12445 with flag 39263/135996
8.75/7.49	c cleaning 6605 clauses out of 13226 with flag 65715/142994
9.16/7.83	c cleaning 7309 clauses out of 14622 with flag 97853/150996
9.55/8.23	c cleaning 8155 clauses out of 16311 with flag 133648/159994
9.65/8.36	c Got one! Elapsed wall clock time (in seconds):8.243
9.65/8.36	o 40
9.75/8.45	c cleaning 6938 clauses out of 13884 with flag 7342/165722
9.96/8.68	c cleaning 6472 clauses out of 12948 with flag 29129/171724
10.27/8.94	c cleaning 6734 clauses out of 13473 with flag 53758/178721
10.36/9.02	c Got one! Elapsed wall clock time (in seconds):8.907
10.36/9.02	o 39
10.46/9.15	c cleaning 6055 clauses out of 12128 with flag 11868/184111
10.46/9.15	c Got one! Elapsed wall clock time (in seconds):9.033
10.46/9.15	o 31
10.56/9.27	c Got one! Elapsed wall clock time (in seconds):9.158
10.56/9.27	o 21
10.66/9.35	c cleaning 5908 clauses out of 11819 with flag 6736/189857
10.88/9.57	c cleaning 5951 clauses out of 11909 with flag 29092/195857
11.18/9.83	c cleaning 6478 clauses out of 12958 with flag 58180/202857
11.18/9.87	c Got one! Elapsed wall clock time (in seconds):9.757
11.18/9.87	o 20
11.39/10.02	c cleaning 5947 clauses out of 11905 with flag 16073/208283
11.59/10.24	c cleaning 5978 clauses out of 11960 with flag 40758/214285
11.89/10.52	c cleaning 6479 clauses out of 12982 with flag 70343/221286
12.19/10.82	c cleaning 7248 clauses out of 14500 with flag 104513/229283
12.50/11.17	c cleaning 8121 clauses out of 16252 with flag 142164/238283
12.99/11.60	c cleaning 9061 clauses out of 18131 with flag 186035/248283
13.49/12.13	c cleaning 10034 clauses out of 20070 with flag 236844/259283
14.09/12.75	c cleaning 11015 clauses out of 22038 with flag 291501/271285
14.39/13.00	c starts		: 199
14.39/13.00	c conflicts		: 276659
14.39/13.00	c decisions		: 471813
14.39/13.00	c propagations		: 9197350
14.39/13.00	c inspects		: 134879993
14.39/13.00	c shortcuts		: 0
14.39/13.00	c learnt literals	: 26
14.39/13.00	c learnt binary clauses	: 16
14.39/13.00	c learnt ternary clauses	: 825
14.39/13.00	c learnt constraints	: 276632
14.39/13.00	c ignored constraints	: 0
14.39/13.00	c root simplifications	: 0
14.39/13.00	c removed literals (reason simplification)	: 0
14.39/13.00	c reason swapping (by a shorter reason)	: 0
14.39/13.00	c Calls to reduceDB	: 38
14.39/13.00	c Number of update (reduction) of LBD	: 87438
14.39/13.00	c Imported unit clauses	: 0
14.39/13.00	c number of reductions to clauses (during analyze)	: 0
14.39/13.00	c number of learned constraints concerned by reduction	: 0
14.39/13.00	c number of learning phase by resolution	: 0
14.39/13.00	c number of learning phase by cutting planes	: 0
14.39/13.00	c speed (assignments/second)	: 717142.3001949318
14.39/13.00	c non guided choices	3068
14.39/13.00	c learnt constraints type 
14.39/13.00	s OPTIMUM FOUND
14.39/13.00	c Found 70 solution(s)
14.39/13.00	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 
14.39/13.00	c objective function=20
14.39/13.00	c Total wall clock time (in seconds): 12.888

Verifier Data

OK	20

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21127
/proc/meminfo: memFree=31084316/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/21127/stat : 21127 (java) R 21124 21127 18872 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 36437362 3653632 49 33554432000 1073741824 1073778376 140734239336688 140734239333816 270109076775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 892 51 40 9 0 30 0

[startup+0.100092 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21127
/proc/meminfo: memFree=31084316/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 36437362 9787879424 5579 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200255 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21127
/proc/meminfo: memFree=31084316/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 4845 0 1 0 22 2 0 0 20 0 19 0 36437362 9856040960 6431 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 6450 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300215 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21127
/proc/meminfo: memFree=31084316/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 6777 0 1 0 47 2 0 0 20 0 19 0 36437362 9856040960 8111 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 8111 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70016 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21127
/proc/meminfo: memFree=31084316/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 9302 0 1 0 107 2 0 0 20 0 19 0 36437362 9856040960 9546 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 9546 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.10 2.10 1.83 3/213 21211
/proc/meminfo: memFree=31188092/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 9314 0 1 0 189 2 0 0 20 0 19 0 36437362 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 11090 2261 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2466 0 1 0 144 1 0 0 20 0 19 0 36437363 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140279005142704 140278878218494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 1881 0 0 0 17 0 0 0 20 0 19 0 36437368 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 3693 0 0 0 24 0 0 0 20 0 19 0 36437368 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 11090 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.10 2.10 1.83 4/213 21211
/proc/meminfo: memFree=31172152/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 11881 0 1 0 365 3 0 0 20 0 19 0 36437362 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 13201 2262 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2470 0 1 0 303 1 0 0 20 0 19 0 36437363 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140279005143344 140278878229214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 4406 0 0 0 29 0 0 0 20 0 19 0 36437368 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 3731 0 0 0 30 0 0 0 20 0 19 0 36437368 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 13201 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.09 2.10 1.83 4/213 21211
/proc/meminfo: memFree=31113172/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=7.57 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 21486 0 1 0 752 5 0 0 20 0 19 0 36437362 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 21174 2264 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2482 0 1 0 622 1 0 0 20 0 19 0 36437363 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140279005151600 140278878228901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 13543 0 0 0 87 2 0 0 20 0 19 0 36437368 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 4186 0 0 0 37 1 0 0 20 0 19 0 36437368 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 21174 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.08 2.10 1.83 3/213 21276
/proc/meminfo: memFree=31083440/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=14.09 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 21519 0 1 0 1403 6 0 0 20 0 19 0 36437362 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 29825 2264 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=12.62 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2504 0 1 0 1260 2 0 0 20 0 19 0 36437363 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140279005142736 140278878183516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 13554 0 0 0 97 3 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 4186 0 0 0 38 1 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 9625040

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

[startup+12.801 s]
/proc/loadavg: 2.08 2.10 1.83 3/213 21276
/proc/meminfo: memFree=31083440/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=14.19 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 21519 0 1 0 1413 6 0 0 20 0 19 0 36437362 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 29825 2264 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=12.72 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2504 0 1 0 1270 2 0 0 20 0 19 0 36437363 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140279005142736 140278878177632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 13554 0 0 0 97 3 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 4186 0 0 0 38 1 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 29825 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.19
Current children cumulated vsize (KiB) 9625040

[startup+13.0008 s]
/proc/loadavg: 2.08 2.10 1.83 3/213 21276
/proc/meminfo: memFree=31083440/32872528 swapFree=526336/559040
[pid=21127] ppid=21124 vsize=9625040 CPUtime=14.39 cores=0,2,4,6
/proc/21127/stat : 21127 (java) S 21124 21127 18872 0 -1 4202496 21520 0 1 0 1433 6 0 0 20 0 19 0 36437362 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140734239327824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21127/statm: 2406260 30337 2264 9 0 2396937 0
[pid=21127/tid=21129] ppid=21124 vsize=9625040 CPUtime=12.92 cores=0,2,4,6
/proc/21127/task/21129/stat : 21129 (java) R 21124 21127 18872 0 -1 4202560 2505 0 1 0 1290 2 0 0 20 0 19 0 36437363 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140279005142736 140278877845983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21130] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21130/stat : 21130 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278849202344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21131] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21131/stat : 21131 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278848149800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21132] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21132/stat : 21132 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278847097256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21133] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21133/stat : 21133 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278846044712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21134] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21134/stat : 21134 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278844992168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21135] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21135/stat : 21135 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278843939624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21136] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21136/stat : 21136 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278842887080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21137] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21137/stat : 21137 (java) S 21124 21127 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437364 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278841834536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21138] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21138/stat : 21138 (java) S 21124 21127 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278829422696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21139] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21139/stat : 21139 (java) S 21124 21127 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278828369016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21140] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21140/stat : 21140 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437365 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278827316360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21141] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21141/stat : 21141 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278826265104 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21142] ppid=21124 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/21127/task/21142/stat : 21142 (java) S 21124 21127 18872 0 -1 4202560 13554 0 0 0 97 3 0 0 20 0 19 0 36437368 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278825212472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21127/tid=21143] ppid=21124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21127/task/21143/stat : 21143 (java) S 21124 21127 18872 0 -1 4202560 4186 0 0 0 38 1 0 0 20 0 19 0 36437368 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278824159928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21127/tid=21144] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21144/stat : 21144 (java) S 21124 21127 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278823107576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21127/tid=21145] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21145/stat : 21145 (java) S 21124 21127 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437368 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278822055240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21127/tid=21146] ppid=21124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21127/task/21146/stat : 21146 (java) S 21124 21127 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437380 9856040960 30337 33554432000 1073741824 1073778376 140734239336688 140278820950824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21127 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=288827
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 14.3818
# while last known CPU time is 14.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 13.0219
CPU time (s): 14.39
CPU user time (s): 14.33
CPU system time (s): 0.06
CPU usage (%): 110.506
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2888
system time used= 0.092985
maximum resident set size= 121412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21544
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= 613
involuntary context switches= 95

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

The end

Launcher Data

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

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

MD5SUM BENCH= b0ba3c932573495a13e5be4b53f7a1a4
RANDOM SEED=1126430385

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:        31084580 kB
Buffers:           72152 kB
Cached:           227412 kB
SwapCached:         1780 kB
Active:           219692 kB
Inactive:         240232 kB
Active(anon):     159796 kB
Inactive(anon):     3188 kB
Active(file):      59896 kB
Inactive(file):   237044 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:        792484 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             625444 kB
SReclaimable:      68784 kB
SUnreclaim:       556660 kB
KernelStack:        1760 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:44:46