Trace number 4085278

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)222 1800.07 1795.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark212
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4085278-1465225181.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.27/0.22	c ... done. Wall clock time 0.109s.
0.27/0.22	c declared #vars     470
0.27/0.22	c #constraints  469
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
0.27/0.22	c 469 constraints processed.
0.27/0.22	c objective function length is 470 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.27/0.23	o 226
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.28	o 225
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.244
0.52/0.36	o 224
1.16/0.78	c cleaning 2635 clauses out of 5280 with flag 10811/5280
1.51/0.96	c Got one! Elapsed wall clock time (in seconds):0.851
1.51/0.96	o 223
1.80/1.20	c cleaning 4106 clauses out of 8226 with flag 6615/10861
2.31/1.65	c cleaning 5053 clauses out of 10120 with flag 19490/16861
2.81/2.17	c cleaning 6026 clauses out of 12068 with flag 34009/23862
3.42/2.72	c cleaning 7013 clauses out of 14042 with flag 50747/31862
4.13/3.46	c cleaning 8005 clauses out of 16028 with flag 69713/40861
4.73/4.06	c Got one! Elapsed wall clock time (in seconds):3.946
4.73/4.06	o 222
5.23/4.52	c cleaning 10276 clauses out of 20572 with flag 11065/53410
5.63/4.97	c cleaning 8138 clauses out of 16296 with flag 23683/59410
6.23/5.52	c cleaning 7571 clauses out of 15157 with flag 38588/66409
6.82/6.18	c cleaning 7788 clauses out of 15586 with flag 55444/74409
7.62/6.94	c cleaning 8392 clauses out of 16799 with flag 74165/83410
8.44/7.74	c cleaning 9195 clauses out of 18407 with flag 95739/93410
9.23/8.59	c cleaning 10100 clauses out of 20212 with flag 118840/104410
10.33/9.63	c cleaning 11046 clauses out of 22111 with flag 144088/116409
11.57/10.83	c cleaning 12020 clauses out of 24066 with flag 171470/129410
12.88/12.17	c cleaning 13015 clauses out of 26045 with flag 202341/143409
14.37/13.61	c cleaning 14007 clauses out of 28031 with flag 234113/158410
15.87/15.10	c cleaning 15006 clauses out of 30024 with flag 267828/174410
17.57/16.81	c cleaning 16001 clauses out of 32018 with flag 303548/191410
19.37/18.63	c cleaning 16999 clauses out of 34016 with flag 341286/209409
21.17/20.44	c cleaning 17997 clauses out of 36018 with flag 381331/228410
23.27/22.51	c cleaning 18999 clauses out of 38020 with flag 423515/248409
25.67/24.86	c cleaning 20003 clauses out of 40021 with flag 468208/269409
28.07/27.20	c cleaning 21000 clauses out of 42019 with flag 514637/291410
30.47/29.63	c cleaning 22001 clauses out of 44019 with flag 563207/314410
33.17/32.30	c cleaning 23000 clauses out of 46017 with flag 613652/338409
35.97/35.19	c cleaning 23999 clauses out of 48017 with flag 666064/363409
39.27/38.42	c cleaning 24998 clauses out of 50018 with flag 720556/389409
43.17/42.28	c cleaning 26004 clauses out of 52021 with flag 777545/416410
47.17/46.27	c cleaning 26998 clauses out of 54016 with flag 836313/444409
52.37/51.41	c cleaning 28005 clauses out of 56019 with flag 903863/473410
60.37/59.42	c cleaning 28999 clauses out of 58014 with flag 984531/503410
69.06/68.00	c cleaning 30004 clauses out of 60014 with flag 1063614/534409
77.27/76.24	c cleaning 31001 clauses out of 62011 with flag 1145380/566410
85.37/84.34	c cleaning 32001 clauses out of 64009 with flag 1232663/599409
93.48/92.46	c cleaning 33006 clauses out of 66013 with flag 1322974/633414
102.87/101.86	c cleaning 34000 clauses out of 68002 with flag 1416709/668409
112.84/111.70	c cleaning 34994 clauses out of 70002 with flag 1511345/704409
123.94/122.85	c cleaning 36000 clauses out of 72009 with flag 1606581/741410
135.35/134.30	c cleaning 37002 clauses out of 74010 with flag 1706062/779411
148.29/147.08	c cleaning 37995 clauses out of 76007 with flag 1807204/818410
160.29/159.01	c cleaning 39007 clauses out of 78014 with flag 1910700/858412
173.80/172.57	c cleaning 39999 clauses out of 80004 with flag 2015934/899409
190.90/189.56	c cleaning 41003 clauses out of 82005 with flag 2122333/941409
206.80/205.42	c cleaning 41998 clauses out of 84002 with flag 2232140/984409
221.90/220.55	c cleaning 42997 clauses out of 86004 with flag 2340561/1028409
236.61/235.18	c cleaning 44004 clauses out of 88008 with flag 2446277/1073410
250.81/249.33	c cleaning 44996 clauses out of 90003 with flag 2552088/1119409
266.91/265.44	c cleaning 46004 clauses out of 92007 with flag 2661307/1166409
284.40/282.87	c cleaning 47001 clauses out of 94003 with flag 2773098/1214409
302.00/300.44	c cleaning 47997 clauses out of 96002 with flag 2887112/1263409
317.77/316.13	c cleaning 48998 clauses out of 98005 with flag 3001950/1313409
333.77/332.18	c cleaning 50004 clauses out of 100007 with flag 3118282/1364409
352.36/350.59	c cleaning 50999 clauses out of 102003 with flag 3238785/1416409
372.57/370.78	c cleaning 51999 clauses out of 104004 with flag 3364322/1469409
392.90/390.96	c cleaning 53003 clauses out of 106006 with flag 3491414/1523410
412.32/410.35	c cleaning 53999 clauses out of 108002 with flag 3620109/1578409
432.06/430.02	c cleaning 54998 clauses out of 110004 with flag 3750885/1634410
451.66/449.67	c cleaning 55999 clauses out of 112005 with flag 3882102/1691409
472.27/470.13	c cleaning 56999 clauses out of 114007 with flag 4013339/1749410
495.17/493.02	c cleaning 58001 clauses out of 116008 with flag 4149252/1808410
517.84/515.67	c cleaning 58999 clauses out of 118007 with flag 4288435/1868410
541.12/538.81	c cleaning 60003 clauses out of 120008 with flag 4427332/1929410
565.21/562.94	c cleaning 61001 clauses out of 122004 with flag 4569629/1991409
591.28/588.98	c cleaning 61994 clauses out of 124004 with flag 4718011/2054410
614.29/611.89	c cleaning 63001 clauses out of 126009 with flag 4869393/2118409
640.09/637.61	c cleaning 63999 clauses out of 128008 with flag 5022255/2183409
669.24/666.72	c cleaning 65000 clauses out of 130010 with flag 5180645/2249410
699.64/697.01	c cleaning 66001 clauses out of 132010 with flag 5343594/2316410
731.55/728.96	c cleaning 66999 clauses out of 134008 with flag 5506549/2384409
756.71/754.06	c cleaning 68004 clauses out of 136010 with flag 5671055/2453410
785.67/782.98	c cleaning 68998 clauses out of 138005 with flag 5835750/2523409
813.16/810.36	c cleaning 70000 clauses out of 140009 with flag 6003078/2594411
844.16/841.29	c cleaning 71000 clauses out of 142007 with flag 6177597/2666409
878.25/875.27	c cleaning 71999 clauses out of 144007 with flag 6348165/2739409
906.26/903.25	c cleaning 73002 clauses out of 146008 with flag 6526787/2813409
937.21/934.19	c cleaning 73999 clauses out of 148007 with flag 6707314/2888410
969.07/965.91	c cleaning 74998 clauses out of 150007 with flag 6887854/2964409
1005.72/1002.52	c cleaning 76004 clauses out of 152010 with flag 7068333/3041410
1041.18/1037.98	c cleaning 76995 clauses out of 154006 with flag 7249878/3119410
1079.14/1075.88	c cleaning 78001 clauses out of 156010 with flag 7434549/3198409
1109.71/1106.35	c cleaning 79001 clauses out of 158010 with flag 7621257/3278410
1145.13/1141.64	c cleaning 80001 clauses out of 160008 with flag 7813249/3359409
1191.28/1187.70	c cleaning 80999 clauses out of 162007 with flag 8009496/3441409
1232.87/1229.23	c cleaning 82003 clauses out of 164009 with flag 8203120/3524410
1276.02/1272.35	c cleaning 83000 clauses out of 166005 with flag 8404770/3608409
1317.74/1313.98	c cleaning 84000 clauses out of 168007 with flag 8603273/3693411
1358.02/1354.12	c cleaning 84997 clauses out of 170005 with flag 8804593/3779409
1396.23/1392.37	c cleaning 86000 clauses out of 172009 with flag 9007800/3866410
1434.50/1430.50	c cleaning 86996 clauses out of 174008 with flag 9215132/3954409
1477.25/1473.25	c cleaning 88003 clauses out of 176012 with flag 9427639/4043409
1523.23/1519.12	c cleaning 89002 clauses out of 178010 with flag 9639650/4133410
1565.41/1561.21	c cleaning 90001 clauses out of 180008 with flag 9856220/4224410
1610.67/1606.31	c cleaning 90998 clauses out of 182007 with flag 10075567/4316410
1658.11/1653.65	c cleaning 92001 clauses out of 184008 with flag 10294459/4409409
1710.89/1706.38	c cleaning 92996 clauses out of 186007 with flag 10518317/4503409
1763.38/1758.74	c cleaning 94002 clauses out of 188013 with flag 10743585/4598411
1800.07/1795.31	c starts		: 11255
1800.07/1795.31	c conflicts		: 4668983
1800.07/1795.31	c decisions		: 9943305
1800.07/1795.31	c propagations		: 572530649
1800.07/1795.31	c inspects		: 32738820129
1800.07/1795.31	c shortcuts		: 0
1800.07/1795.31	c learnt literals	: 0
1800.07/1795.31	c learnt binary clauses	: 0
1800.07/1795.31	c learnt ternary clauses	: 0
1800.07/1795.31	c learnt constraints	: 4668983
1800.07/1795.31	c ignored constraints	: 0
1800.07/1795.31	c root simplifications	: 0
1800.07/1795.31	c removed literals (reason simplification)	: 0
1800.07/1795.31	c reason swapping (by a shorter reason)	: 0
1800.07/1795.31	c Calls to reduceDB	: 97
1800.07/1795.31	c Number of update (reduction) of LBD	: 628043
1800.07/1795.31	c Imported unit clauses	: 0
1800.07/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.31	c number of learned constraints concerned by reduction	: 0
1800.07/1795.31	c number of learning phase by resolution	: 0
1800.07/1795.31	c number of learning phase by cutting planes	: 0
1800.07/1795.31	c speed (assignments/second)	: 318943.6605752154
1800.07/1795.31	c non guided choices	0
1800.07/1795.34	c learnt constraints type 
1800.07/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164584
1800.07/1795.34	s SATISFIABLE
1800.07/1795.34	c Found 5 solution(s)
1800.07/1795.34	v -x1 x2 x3 x4 x5 x6 x7 -x8 -x9 x10 x11 x12 x13 -x14 -x15 x16 x17 x18 x19 x20 x21 -x22 -x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 -x33 x34 x35 x36 -x37 x38 x39 -x40 -x41 x42 x43 x44 x45 -x46 -x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 -x69 -x70 x71 -x72 -x73 x74 -x75 x76 x77 x78 x79 -x80 x81 -x82 x83 x84 x85 x86 x87 x88 x89 x90 -x91 x92 -x93 x94 -x95 -x96 -x97 -x98 x99 x100 x101 -x102 -x103 -x104 x105 x106 -x107 -x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 -x118 x119 x120 x121 -x122 x123 x124 x125 x126 x127 -x128 x129 x130 -x131 -x132 x133 -x134 x135 x136 x137 -x138 x139 x140 x141 -x142 -x143 x144 x145 x146 -x147 x148 -x149 x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 x162 x163 x164 x165 x166 -x167 x168 x169 -x170 x171 x172 x173 x174 x175 -x176 -x177 x178 -x179 x180 x181 x182 x183 -x184 x185 x186 x187 -x188 -x189 -x190 x191 x192 -x193 -x194 -x195 x196 x197 x198 x199 x200 x201 x202 x203 -x204 -x205 -x206 x207 x208 x209 -x210 x211 x212 -x213 x214 x215 -x216 -x217 -x218 -x219 x220 x221 -x222 -x223 x224 -x225 x226 x227 x228 x229 -x230 x231 x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 -x244 x245 x246 x247 -x248 x249 x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 -x259 x260 x261 -x262 x263 -x264 x265 -x266 -x267 x268 -x269 x270 x271 x272 x273 x274 -x275 x276 -x277 -x278 -x279 x280 x281 -x282 -x283 -x284 x285 x286 -x287 x288 -x289 x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 x311 x312 -x313 -x314 -x315 x316 x317 -x318 x319 x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 x335 x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 x389 -x390 -x391 -x392 x393 x394 x395 -x396 -x397 -x398 -x399 x400 -x401 x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 
1800.07/1795.34	c objective function=222
1800.07/1795.34	c Total wall clock time (in seconds): 1795.227

Verifier Data

OK	222

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-4085278-1465225181/watcher-4085278-1465225181 -o /tmp/evaluation-result-4085278-1465225181/solver-4085278-1465225181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085278-1465225181.opb 

pid=2725
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.20 2.35 2.31 4/194 2728
/proc/meminfo: memFree=27485768/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2728/stat : 2728 (java) D 2725 2728 32365 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 104450427 2560000 47 33554432000 1073741824 1073778376 140734433070384 140734433067512 240556010791 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 625 47 37 9 0 29 0

[startup+0.100161 s]
/proc/loadavg: 2.20 2.35 2.31 4/194 2728
/proc/meminfo: memFree=27485768/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 4408 0 1 0 8 0 0 0 20 0 18 0 104450427 9787879424 6034 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.20 2.35 2.31 4/194 2728
/proc/meminfo: memFree=27485768/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 4998 0 1 0 26 1 0 0 20 0 18 0 104450427 9787879424 6962 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2389619 6962 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300251 s]
/proc/loadavg: 2.20 2.35 2.31 4/194 2728
/proc/meminfo: memFree=27485768/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 6784 0 1 0 51 1 0 0 20 0 19 0 104450427 9856040960 9105 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 9105 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700294 s]
/proc/loadavg: 2.20 2.35 2.31 4/194 2728
/proc/meminfo: memFree=27485768/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 8092 0 1 0 115 1 0 0 20 0 19 0 104450427 9856040960 10679 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 10679 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.20 2.35 2.31 4/213 2747
/proc/meminfo: memFree=27445820/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 11157 0 1 0 219 2 0 0 20 0 19 0 104450427 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 13316 2260 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2420 0 1 0 146 0 0 0 20 0 19 0 104450428 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401860804984 140401692892071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104450430 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2953 0 0 0 33 0 0 0 20 0 19 0 104450433 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 13316 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.20 2.35 2.31 3/213 2747
/proc/meminfo: memFree=27431484/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 11168 0 1 0 380 2 0 0 20 0 19 0 104450427 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 18436 2260 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2431 0 1 0 304 1 0 0 20 0 19 0 104450428 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401860804872 140401693019741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104450430 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2953 0 0 0 35 0 0 0 20 0 19 0 104450433 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 18436 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.18 2.34 2.31 3/213 2747
/proc/meminfo: memFree=27390568/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 11189 0 1 0 699 3 0 0 20 0 19 0 104450427 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 28149 2261 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2451 0 1 0 623 2 0 0 20 0 19 0 104450428 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401860796064 140401692863685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104450429 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104450430 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2953 0 0 0 35 0 0 0 20 0 19 0 104450433 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 28149 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 121083 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.23 2.22 3/213 2878
/proc/meminfo: memFree=26869160/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=1787.05 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 14637 0 1 0 178627 78 0 0 20 0 19 0 104450427 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 120433 2283 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=1775.3 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2533 0 1 0 177500 30 0 0 20 0 19 0 104450428 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401860803760 140401693019741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 452 0 0 0 65 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 512 0 0 0 62 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 297 0 0 0 61 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 470 0 0 0 53 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 123 0 0 0 57 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 282 0 0 0 73 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 422 0 0 0 67 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 375 0 0 0 56 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 340 0 0 0 63 2 0 0 20 0 19 0 104450430 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2957 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 104 0 0 0 17 21 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.31 2.24 2.22 3/213 2879
/proc/meminfo: memFree=26869516/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 14637 0 1 0 179928 79 0 0 20 0 19 0 104450427 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 120433 2283 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=1788.27 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2533 0 1 0 178796 31 0 0 20 0 19 0 104450428 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401860803760 140401692919710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 452 0 0 0 65 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 512 0 0 0 62 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 297 0 0 0 61 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 470 0 0 0 53 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 123 0 0 0 57 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 282 0 0 0 73 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 422 0 0 0 67 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 375 0 0 0 56 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 340 0 0 0 63 2 0 0 20 0 19 0 104450430 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2957 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 104 0 0 0 17 21 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1795.31 s]
/proc/loadavg: 2.31 2.24 2.22 3/213 2879
/proc/meminfo: memFree=26869516/32872528 swapFree=15844/1710320
[pid=2728] ppid=2725 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/2728/stat : 2728 (java) S 2725 2728 32365 0 -1 4202496 14637 0 1 0 179928 79 0 0 20 0 19 0 104450427 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140734433061520 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2728/statm: 2406260 120433 2283 9 0 2396937 0
[pid=2728/tid=2730] ppid=2725 vsize=9625040 CPUtime=1788.27 cores=1,3,5,7
/proc/2728/task/2730/stat : 2730 (java) R 2725 2728 32365 0 -1 4202560 2533 0 1 0 178796 31 0 0 20 0 19 0 104450428 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401860803760 140401692919710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2731] ppid=2725 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2728/task/2731/stat : 2731 (java) S 2725 2728 32365 0 -1 4202560 452 0 0 0 65 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401822297128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2732] ppid=2725 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/2728/task/2732/stat : 2732 (java) S 2725 2728 32365 0 -1 4202560 512 0 0 0 62 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401821244328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2733] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2733/stat : 2733 (java) S 2725 2728 32365 0 -1 4202560 297 0 0 0 61 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401820191528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2734] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2734/stat : 2734 (java) S 2725 2728 32365 0 -1 4202560 470 0 0 0 53 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401819138728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2735] ppid=2725 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/2728/task/2735/stat : 2735 (java) S 2725 2728 32365 0 -1 4202560 123 0 0 0 57 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401818085928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2736] ppid=2725 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/2728/task/2736/stat : 2736 (java) S 2725 2728 32365 0 -1 4202560 282 0 0 0 73 7 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401817033128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2728/tid=2737] ppid=2725 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/2728/task/2737/stat : 2737 (java) S 2725 2728 32365 0 -1 4202560 422 0 0 0 67 8 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401815980328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2738] ppid=2725 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/2728/task/2738/stat : 2738 (java) S 2725 2728 32365 0 -1 4202560 375 0 0 0 56 4 0 0 20 0 19 0 104450429 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401814927528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2739] ppid=2725 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/2728/task/2739/stat : 2739 (java) S 2725 2728 32365 0 -1 4202560 340 0 0 0 63 2 0 0 20 0 19 0 104450430 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401685003240 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2740] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2740/stat : 2740 (java) S 2725 2728 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401683949304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2741] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2741/stat : 2741 (java) S 2725 2728 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104450431 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401682896392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2742] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2742/stat : 2742 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401681844880 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2743] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2743/stat : 2743 (java) S 2725 2728 32365 0 -1 4202560 4511 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401680791992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2728/tid=2744] ppid=2725 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2728/task/2744/stat : 2744 (java) S 2725 2728 32365 0 -1 4202560 2957 0 0 0 37 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401679739192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2745] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2745/stat : 2745 (java) S 2725 2728 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401678686584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2728/tid=2746] ppid=2725 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/2728/task/2746/stat : 2746 (java) S 2725 2728 32365 0 -1 4202560 104 0 0 0 17 21 0 0 20 0 19 0 104450433 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140401677633992 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2728/tid=2747] ppid=2725 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2728/task/2747/stat : 2747 (java) S 2725 2728 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104450450 9856040960 120433 33554432000 1073741824 1073778376 140734433070384 140400668960424 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2728 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=647172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=173821
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.35
CPU time (s): 1800.07
CPU user time (s): 1799.28
CPU system time (s): 0.79
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.17382
maximum resident set size= 618624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14684
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39605
involuntary context switches= 16050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0325 second user time and 13.133 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 16:59:41
IDJOB=4085278
IDBENCH=1958
IDSOLVER=2546
FILE ID=node146/4085278-1465225181
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085278-1465225181/watcher-4085278-1465225181 -o /tmp/evaluation-result-4085278-1465225181/solver-4085278-1465225181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085278-1465225181.opb

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=1656761732

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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:        27486032 kB
Buffers:           16916 kB
Cached:           244128 kB
SwapCached:         1468 kB
Active:          2749588 kB
Inactive:         202268 kB
Active(anon):    2690540 kB
Inactive(anon):     2884 kB
Active(file):      59048 kB
Inactive(file):   199384 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:       4417280 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             568764 kB
SReclaimable:      12072 kB
SUnreclaim:       556692 kB
KernelStack:        1576 kB
PageTables:        12960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5539324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 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= 71716 MiB
End job on node146 at 2016-06-06 17:29:36