Trace number 4085328

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)-33 1800.65 1788.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUM49f1950e042362832bbb830f499dd3e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
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 -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4085328-1465235800.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.85/0.58	c ... done. Wall clock time 0.455s.
0.85/0.58	c declared #vars     945
0.85/0.58	c #constraints  58245
0.85/0.58	c constraints type 
0.85/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58245
0.85/0.58	c 58245 constraints processed.
0.85/0.58	c objective function length is 945 literals
0.95/0.60	c SATISFIABLE
0.95/0.60	c OPTIMIZING...
0.95/0.60	c Got one! Elapsed wall clock time (in seconds):0.472
0.95/0.60	o -29
0.95/0.66	c Got one! Elapsed wall clock time (in seconds):0.533
0.95/0.66	o -30
1.21/0.70	c Got one! Elapsed wall clock time (in seconds):0.57
1.21/0.70	o -31
1.53/0.97	c Got one! Elapsed wall clock time (in seconds):0.845
1.53/0.97	o -32
1.96/1.33	c cleaning 2713 clauses out of 5425 with flag 6483/5425
2.90/2.10	c cleaning 4353 clauses out of 8709 with flag 18787/11422
3.60/2.88	c cleaning 5677 clauses out of 11357 with flag 33155/18423
4.41/3.62	c Got one! Elapsed wall clock time (in seconds):3.495
4.41/3.62	o -33
5.24/4.43	c cleaning 8596 clauses out of 17192 with flag 10472/29935
6.15/5.36	c cleaning 7297 clauses out of 14597 with flag 23149/35936
7.05/6.30	c cleaning 7150 clauses out of 14299 with flag 37695/42935
8.24/7.34	c cleaning 7572 clauses out of 15150 with flag 54597/50936
9.24/8.40	c cleaning 8287 clauses out of 16577 with flag 72996/59935
10.64/9.78	c cleaning 9146 clauses out of 18291 with flag 93469/69936
12.25/11.40	c cleaning 10069 clauses out of 20145 with flag 115864/80936
13.84/12.97	c cleaning 11037 clauses out of 22076 with flag 140344/92936
15.55/14.66	c cleaning 12017 clauses out of 24038 with flag 166938/105935
18.98/17.82	c cleaning 13009 clauses out of 26022 with flag 202135/119936
21.48/20.30	c cleaning 14005 clauses out of 28013 with flag 236120/134936
23.98/22.82	c cleaning 15004 clauses out of 30007 with flag 273082/150935
26.78/25.63	c cleaning 15996 clauses out of 32003 with flag 312914/167935
30.33/28.91	c cleaning 17004 clauses out of 34009 with flag 353748/185937
33.53/32.10	c cleaning 18000 clauses out of 36006 with flag 396888/204938
36.93/35.50	c cleaning 18999 clauses out of 38005 with flag 442181/224937
40.83/39.47	c cleaning 20000 clauses out of 40005 with flag 491316/245936
45.03/43.62	c cleaning 21002 clauses out of 42004 with flag 541861/267935
49.34/47.91	c cleaning 22000 clauses out of 44004 with flag 588433/290937
54.13/52.79	c cleaning 23001 clauses out of 46002 with flag 636904/314935
59.40/57.89	c cleaning 24001 clauses out of 48003 with flag 687594/339937
64.41/62.83	c cleaning 24999 clauses out of 50000 with flag 740304/365935
69.11/67.50	c cleaning 26000 clauses out of 52002 with flag 794971/392936
75.11/73.54	c cleaning 26999 clauses out of 54001 with flag 851630/420935
80.81/79.21	c cleaning 27995 clauses out of 56003 with flag 910393/449936
87.59/85.55	c cleaning 29003 clauses out of 58009 with flag 971027/479937
93.78/91.78	c cleaning 29995 clauses out of 60004 with flag 1034120/510935
101.48/99.49	c cleaning 31005 clauses out of 62009 with flag 1098993/542935
110.09/108.03	c cleaning 31996 clauses out of 64004 with flag 1165801/575935
118.80/116.80	c cleaning 33001 clauses out of 66010 with flag 1234634/609937
127.60/125.52	c cleaning 33999 clauses out of 68008 with flag 1305533/644936
137.69/135.60	c cleaning 34999 clauses out of 70009 with flag 1378510/680936
148.75/145.75	c cleaning 36001 clauses out of 72010 with flag 1453481/717936
160.84/157.80	c cleaning 37000 clauses out of 74008 with flag 1530474/755935
172.94/169.98	c cleaning 38001 clauses out of 76010 with flag 1609463/794937
183.74/180.75	c cleaning 39002 clauses out of 78009 with flag 1690396/834937
195.66/192.64	c cleaning 40002 clauses out of 80006 with flag 1773454/875936
209.22/205.46	c cleaning 40999 clauses out of 82003 with flag 1858712/917935
221.73/217.99	c cleaning 42001 clauses out of 84005 with flag 1945792/960936
234.42/230.68	c cleaning 42995 clauses out of 86003 with flag 2034806/1004935
249.33/245.52	c cleaning 43997 clauses out of 88010 with flag 2125949/1049937
264.33/260.58	c cleaning 45002 clauses out of 90012 with flag 2219078/1095936
284.50/279.96	c cleaning 46000 clauses out of 92010 with flag 2314250/1142936
305.01/300.48	c cleaning 47002 clauses out of 94009 with flag 2411328/1190935
326.01/321.44	c cleaning 47999 clauses out of 96007 with flag 2510517/1239935
346.21/341.68	c cleaning 48997 clauses out of 98009 with flag 2611781/1289936
367.80/362.30	c cleaning 50002 clauses out of 100011 with flag 2715162/1340935
386.60/381.17	c cleaning 51005 clauses out of 102009 with flag 2820447/1392935
403.91/398.48	c cleaning 52000 clauses out of 104006 with flag 2927807/1445937
424.00/418.53	c cleaning 52995 clauses out of 106004 with flag 3037262/1499935
444.13/438.42	c cleaning 53999 clauses out of 108010 with flag 3148717/1554936
466.13/460.46	c cleaning 55002 clauses out of 110011 with flag 3262169/1610936
489.24/483.56	c cleaning 56003 clauses out of 112008 with flag 3377736/1667935
520.25/514.03	c cleaning 57002 clauses out of 114007 with flag 3495568/1725937
550.05/543.80	c cleaning 58000 clauses out of 116003 with flag 3615012/1784935
578.76/572.53	c cleaning 58998 clauses out of 118005 with flag 3736682/1844937
605.63/599.18	c cleaning 60003 clauses out of 120005 with flag 3860511/1905935
636.13/629.66	c cleaning 61000 clauses out of 122004 with flag 3986179/1967937
664.03/657.51	c cleaning 61998 clauses out of 124002 with flag 4113745/2030935
692.03/685.19	c cleaning 62999 clauses out of 126005 with flag 4243372/2094936
721.93/715.01	c cleaning 64001 clauses out of 128005 with flag 4375109/2159935
752.67/745.50	c cleaning 64997 clauses out of 130004 with flag 4508940/2225935
783.77/776.66	c cleaning 66003 clauses out of 132011 with flag 4644929/2292939
813.77/806.60	c cleaning 66997 clauses out of 134006 with flag 4782758/2360937
843.70/836.20	c cleaning 68004 clauses out of 136009 with flag 4922667/2429937
871.19/863.73	c cleaning 68998 clauses out of 138004 with flag 5064730/2499936
901.31/893.72	c cleaning 70000 clauses out of 140005 with flag 5208664/2570935
932.49/924.96	c cleaning 70998 clauses out of 142006 with flag 5354586/2642936
967.55/959.77	c cleaning 71996 clauses out of 144008 with flag 5502736/2715936
1000.35/992.53	c cleaning 73003 clauses out of 146012 with flag 5652815/2789936
1032.29/1024.18	c cleaning 74005 clauses out of 148009 with flag 5804771/2864936
1065.31/1057.14	c cleaning 75001 clauses out of 150004 with flag 5959133/2940936
1097.39/1089.03	c cleaning 75998 clauses out of 152002 with flag 6115575/3017935
1129.12/1120.32	c cleaning 76999 clauses out of 154004 with flag 6273960/3095935
1159.32/1150.52	c cleaning 78002 clauses out of 156005 with flag 6434429/3174935
1191.03/1182.20	c cleaning 79000 clauses out of 158004 with flag 6596574/3254936
1223.36/1214.18	c cleaning 79999 clauses out of 160004 with flag 6760848/3335936
1258.46/1249.28	c cleaning 81003 clauses out of 162005 with flag 6926971/3417936
1288.81/1279.19	c cleaning 81988 clauses out of 164002 with flag 7095410/3500936
1327.24/1317.32	c cleaning 83001 clauses out of 166015 with flag 7265690/3584937
1362.44/1352.56	c cleaning 84005 clauses out of 168013 with flag 7438415/3669936
1400.15/1390.09	c cleaning 85002 clauses out of 170007 with flag 7612511/3755935
1439.55/1429.16	c cleaning 86001 clauses out of 172005 with flag 7788872/3842935
1490.90/1480.36	c cleaning 86994 clauses out of 174004 with flag 7967285/3930935
1543.20/1532.36	c cleaning 88001 clauses out of 176011 with flag 8147785/4019936
1608.38/1597.20	c cleaning 88999 clauses out of 178010 with flag 8330274/4109936
1674.80/1663.34	c cleaning 90004 clauses out of 180011 with flag 8514565/4200936
1748.23/1736.40	c cleaning 90998 clauses out of 182008 with flag 8701100/4292937
1800.00/1788.01	c starts		: 3159
1800.00/1788.01	c conflicts		: 4365271
1800.00/1788.01	c decisions		: 7199420
1800.00/1788.01	c propagations		: 26651997
1800.00/1788.01	c inspects		: 21608877397
1800.00/1788.01	c shortcuts		: 0
1800.00/1788.01	c learnt literals	: 0
1800.00/1788.01	c learnt binary clauses	: 0
1800.00/1788.01	c learnt ternary clauses	: 0
1800.00/1788.01	c learnt constraints	: 4365271
1800.00/1788.01	c ignored constraints	: 0
1800.00/1788.01	c root simplifications	: 0
1800.00/1788.01	c removed literals (reason simplification)	: 0
1800.00/1788.01	c reason swapping (by a shorter reason)	: 0
1800.00/1788.01	c Calls to reduceDB	: 91
1800.00/1788.01	c Number of update (reduction) of LBD	: 17623
1800.00/1788.01	c Imported unit clauses	: 0
1800.00/1788.01	c number of reductions to clauses (during analyze)	: 0
1800.00/1788.01	c number of learned constraints concerned by reduction	: 0
1800.00/1788.01	c number of learning phase by resolution	: 0
1800.00/1788.01	c number of learning phase by cutting planes	: 0
1800.00/1788.01	c speed (assignments/second)	: 14910.925504667637
1800.00/1788.01	c non guided choices	0
1800.00/1788.03	c learnt constraints type 
1800.00/1788.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163344
1800.00/1788.03	s SATISFIABLE
1800.00/1788.03	c Found 5 solution(s)
1800.00/1788.04	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -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 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 x945 
1800.00/1788.04	c objective function=-33
1800.00/1788.04	c Total wall clock time (in seconds): 1787.909

Verifier Data

OK	-33

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-4085328-1465235800/watcher-4085328-1465235800 -o /tmp/evaluation-result-4085328-1465235800/solver-4085328-1465235800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085328-1465235800.opb 

pid=2730
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.05 2.06 2.05 3/194 2733
/proc/meminfo: memFree=29411644/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9488 CPUtime=0 cores=0,2,4,6
/proc/2733/stat : 2733 (java) R 2730 2733 32587 0 -1 4202496 475 0 0 0 0 0 0 0 20 0 1 0 105514765 9715712 131 33554432000 1073741824 1073778376 140734624268784 140734624265912 251142837639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2323 138 104 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 2.05 2.06 2.05 3/194 2733
/proc/meminfo: memFree=29411644/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 4056 0 1 0 7 1 0 0 20 0 18 0 105514765 9787879424 5183 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2389619 5187 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 2.05 2.06 2.05 3/194 2733
/proc/meminfo: memFree=29411644/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 4668 0 1 0 23 1 0 0 20 0 18 0 105514765 9787879424 6761 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2389619 6761 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300299 s]
/proc/loadavg: 2.05 2.06 2.05 3/194 2733
/proc/meminfo: memFree=29411644/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 5437 0 1 0 41 1 0 0 20 0 18 0 105514765 9787879424 7678 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2389619 7678 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 2.05 2.06 2.05 3/194 2733
/proc/meminfo: memFree=29411644/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 7919 0 1 0 118 3 0 0 20 0 19 0 105514765 9856040960 32417 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 32417 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.05 2.06 2.05 3/213 2752
/proc/meminfo: memFree=29277524/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 8862 0 1 0 214 4 0 0 20 0 19 0 105514765 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 39114 2270 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 2469 0 1 0 143 3 0 0 20 0 19 0 105514766 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926513211824 139926360940789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 34 0 0 0 20 0 19 0 105514772 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2614 0 0 0 35 0 0 0 20 0 19 0 105514772 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 39114 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.05 2.06 2.05 3/213 2752
/proc/meminfo: memFree=29233648/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 9003 0 1 0 383 8 0 0 20 0 19 0 105514765 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 46367 2284 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 2476 0 1 0 299 4 0 0 20 0 19 0 105514766 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926513204944 139926360940670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2614 0 0 0 37 0 0 0 20 0 19 0 105514772 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 46367 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.05 2.06 2.05 3/213 2752
/proc/meminfo: memFree=29233672/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 9004 0 1 0 707 8 0 0 20 0 19 0 105514765 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 46225 2284 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 2477 0 1 0 619 4 0 0 20 0 19 0 105514766 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926513204928 139926360935015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 20 0 0 0 0 1 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105514767 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2614 0 0 0 41 0 0 0 20 0 19 0 105514772 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 46225 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2940 0 0 0 43 0 0 0 20 0 19 0 105514772 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 95 0 0 0 40 29 0 0 20 0 19 0 105514772 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 575832 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1673.79
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.13 2.08 3/213 2885
/proc/meminfo: memFree=25795776/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1734.13 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 31537 0 1 0 173076 337 0 0 20 0 19 0 105514765 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 563263 2293 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=1716.15 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 3421 0 1 0 171576 39 0 0 20 0 19 0 105514766 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926513212640 139926360992732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 2380 0 0 0 139 34 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 1865 0 0 0 138 33 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 4145 0 0 0 144 36 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 1315 0 0 0 149 33 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 2590 0 0 0 133 42 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 3229 0 0 0 140 35 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 2270 0 0 0 171 50 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 1276 0 0 0 148 39 0 0 20 0 19 0 105514767 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 2241 0 0 0 211 2 0 0 20 0 19 0 105514769 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2940 0 0 0 43 0 0 0 20 0 19 0 105514772 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 99 0 0 0 41 30 0 0 20 0 19 0 105514772 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 563263 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1734.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.12 2.07 3/213 2886
/proc/meminfo: memFree=25865728/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1794.31 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 31544 0 1 0 179094 337 0 0 20 0 19 0 105514765 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 551753 2293 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=1776.06 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 3422 0 1 0 177567 39 0 0 20 0 19 0 105514766 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926513212640 139926360991651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 2380 0 0 0 140 34 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 1865 0 0 0 139 33 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 4145 0 0 0 149 36 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 1315 0 0 0 150 33 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 2590 0 0 0 139 42 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 3229 0 0 0 146 35 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 2270 0 0 0 172 50 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 1276 0 0 0 149 39 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 2243 0 0 0 211 2 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2940 0 0 0 43 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 103 0 0 0 43 31 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 2.09 2.12 2.07 3/213 2886
/proc/meminfo: memFree=25865836/32872528 swapFree=12744/274376
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 32587 0 -1 4202496 31544 0 1 0 179663 337 0 0 20 0 19 0 105514765 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 140734624259920 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2733/statm: 2406260 551753 2293 9 0 2396937 0
[pid=2733/tid=2735] ppid=2730 vsize=9625040 CPUtime=1781.76 cores=0,2,4,6
/proc/2733/task/2735/stat : 2735 (java) R 2730 2733 32587 0 -1 4202560 3422 0 1 0 178136 40 0 0 20 0 19 0 105514766 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926513212640 139926361003389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 32587 0 -1 4202560 2380 0 0 0 140 34 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926485666216 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 32587 0 -1 4202560 1865 0 0 0 139 33 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926484613672 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 32587 0 -1 4202560 4145 0 0 0 149 36 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926483560616 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 32587 0 -1 4202560 1315 0 0 0 150 33 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926482508072 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 32587 0 -1 4202560 2590 0 0 0 139 42 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926481456040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 32587 0 -1 4202560 3229 0 0 0 146 35 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926480403496 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 32587 0 -1 4202560 2270 0 0 0 172 50 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926479350440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 32587 0 -1 4202560 1276 0 0 0 149 39 0 0 20 0 19 0 105514767 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139926349327144 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 32587 0 -1 4202560 2243 0 0 0 211 2 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925866379624 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925865325944 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 32587 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105514769 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925864272776 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2747] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2747/stat : 2747 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925863221520 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2748] ppid=2730 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2733/task/2748/stat : 2748 (java) S 2730 2733 32587 0 -1 4202560 2507 0 0 0 36 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925862169400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 32587 0 -1 4202560 2940 0 0 0 43 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925861116856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925860063992 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 32587 0 -1 4202560 103 0 0 0 43 31 0 0 20 0 19 0 105514772 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925859011656 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105514825 9856040960 551753 33554432000 1073741824 1073778376 140734624268784 139925857956904 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 2733 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1788.05
CPU time (s): 1800.65
CPU user time (s): 1796.75
CPU system time (s): 3.90241
CPU usage (%): 100.705
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.75
system time used= 3.90241
maximum resident set size= 3177036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31584
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39285
involuntary context switches= 11692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.75652 second user time and 14.4188 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 19:56:40
IDJOB=4085328
IDBENCH=2250
IDSOLVER=2546
FILE ID=node107/4085328-1465235800
RUNJOBID= node107-1465220764-32603
PBS_JOBID= 19843224
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085328-1465235800/watcher-4085328-1465235800 -o /tmp/evaluation-result-4085328-1465235800/solver-4085328-1465235800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32603 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085328-1465235800.opb

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

MD5SUM BENCH= 49f1950e042362832bbb830f499dd3e3
RANDOM SEED=435478832

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.441
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:        29411660 kB
Buffers:           24240 kB
Cached:            90840 kB
SwapCached:         1688 kB
Active:          2428784 kB
Inactive:          53516 kB
Active(anon):    2369212 kB
Inactive(anon):      388 kB
Active(file):      59572 kB
Inactive(file):    53128 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:       2641052 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             567296 kB
SReclaimable:      10664 kB
SUnreclaim:       556632 kB
KernelStack:        1584 kB
PageTables:         9108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3085528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2586624 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= 71744 MiB
End job on node107 at 2016-06-06 20:26:28