Trace number 4081235

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 Res+CP PB16SAT (TO)-25 1801.08 895.294

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark4.99724
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
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 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4081235-1465227127.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.28/0.63	c ... done. Wall clock time 0.503s.
1.28/0.63	c declared #vars     450
1.28/0.63	c #constraints  17827
1.28/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.28/0.63	c constraints type 
1.28/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17827
1.28/0.63	c 17827 constraints processed.
1.28/0.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.28/0.63	c constraints type 
1.28/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
1.28/0.63	c 17827 constraints processed.
1.28/0.63	c objective function length is 450 literals
1.28/0.64	c And the winner is solver1
1.80/1.14	c SATISFIABLE
1.80/1.14	c OPTIMIZING...
1.80/1.14	c Got one! Elapsed wall clock time (in seconds):1.009
1.80/1.14	o -20
1.80/1.20	c And the winner is solver0
2.08/1.64	c Got one! Elapsed wall clock time (in seconds):1.513
2.08/1.64	o -21
2.29/1.74	c And the winner is solver0
2.83/2.14	c Got one! Elapsed wall clock time (in seconds):2.016
2.83/2.14	o -22
2.83/2.19	c And the winner is solver0
3.19/2.64	c Got one! Elapsed wall clock time (in seconds):2.518
3.19/2.64	o -23
4.25/3.15	c And the winner is solver0
4.57/3.68	c Got one! Elapsed wall clock time (in seconds):3.554
4.57/3.68	o -24
4.96/3.84	c cleaning 3174 clauses out of 6347 with flag 2188/6347
7.00/4.70	c cleaning 4575 clauses out of 9171 with flag 15347/12345
9.20/5.72	c cleaning 5793 clauses out of 11598 with flag 29915/19347
11.42/6.83	c cleaning 6899 clauses out of 13803 with flag 46495/27345
14.20/8.18	c cleaning 7951 clauses out of 15905 with flag 65346/36346
17.73/9.85	c cleaning 8976 clauses out of 17954 with flag 86207/46346
21.70/11.79	c cleaning 9988 clauses out of 19978 with flag 109068/57346
26.08/13.88	c cleaning 10995 clauses out of 21990 with flag 134109/69346
30.48/16.03	c cleaning 11995 clauses out of 23995 with flag 161187/82346
35.67/18.57	c cleaning 13000 clauses out of 26002 with flag 190502/96348
42.89/22.10	c cleaning 13995 clauses out of 28000 with flag 226005/111346
52.22/26.71	c cleaning 14997 clauses out of 30004 with flag 263702/127345
64.05/32.86	c cleaning 15999 clauses out of 32008 with flag 306125/144346
75.04/38.35	c cleaning 17000 clauses out of 34009 with flag 351387/162346
87.31/44.40	c cleaning 18000 clauses out of 36008 with flag 400737/181345
100.43/50.90	c cleaning 19001 clauses out of 38009 with flag 450563/201346
116.16/58.70	c cleaning 20004 clauses out of 40007 with flag 503379/222345
130.36/65.88	c cleaning 21002 clauses out of 42005 with flag 556159/244347
145.66/73.43	c cleaning 21997 clauses out of 44001 with flag 612056/267345
158.43/79.72	c cleaning 0 clauses out of 5361 with flag 0/5361
163.78/82.28	c cleaning 23003 clauses out of 46006 with flag 669774/291347
178.95/89.72	c cleaning 24001 clauses out of 48001 with flag 721687/316345
194.35/97.47	c cleaning 24996 clauses out of 50000 with flag 775331/342345
208.16/104.70	c cleaning 25997 clauses out of 52005 with flag 831274/369346
226.82/113.96	c cleaning 27005 clauses out of 54009 with flag 889195/397347
246.76/123.80	c cleaning 27997 clauses out of 56002 with flag 949202/426345
267.93/134.31	c cleaning 29004 clauses out of 58008 with flag 1011656/456348
286.89/143.72	c cleaning 30002 clauses out of 60003 with flag 1076020/487347
308.44/154.41	c cleaning 31001 clauses out of 62001 with flag 1142492/519347
328.64/164.45	c cleaning 31995 clauses out of 63998 with flag 1210771/552345
349.26/174.66	c cleaning 33001 clauses out of 66004 with flag 1281432/586346
369.10/184.49	c cleaning 33999 clauses out of 68002 with flag 1353957/621345
391.58/195.54	c cleaning 34993 clauses out of 70003 with flag 1428595/657345
416.83/208.02	c cleaning 35998 clauses out of 72011 with flag 1505221/694346
440.67/219.81	c cleaning 37001 clauses out of 74012 with flag 1583831/732345
469.46/233.93	c cleaning 38003 clauses out of 76014 with flag 1664819/771348
498.87/248.33	c cleaning 38996 clauses out of 78008 with flag 1747619/811345
535.74/267.23	c cleaning 39998 clauses out of 80012 with flag 1832625/852345
568.42/283.56	c cleaning 41004 clauses out of 82017 with flag 1919999/894348
606.18/302.20	c cleaning 42006 clauses out of 84012 with flag 2008810/937347
649.45/323.76	c cleaning 43000 clauses out of 86005 with flag 2100107/981346
690.77/344.29	c cleaning 44003 clauses out of 88005 with flag 2193093/1026346
732.02/364.68	c cleaning 45001 clauses out of 90003 with flag 2288666/1072347
780.69/388.65	c cleaning 45996 clauses out of 92003 with flag 2386220/1119348
831.02/413.57	c cleaning 47003 clauses out of 94006 with flag 2485401/1167347
846.48/421.16	c cleaning 0 clauses out of 11358 with flag 0/11358
883.01/439.17	c cleaning 48000 clauses out of 96001 with flag 2586941/1216345
933.73/464.12	c cleaning 48989 clauses out of 98001 with flag 2690376/1266345
981.50/488.86	c cleaning 50006 clauses out of 100012 with flag 2795584/1317345
1025.78/510.86	c cleaning 51002 clauses out of 102007 with flag 2902925/1369346
1074.60/535.20	c cleaning 51996 clauses out of 104005 with flag 3012205/1422346
1123.74/559.46	c cleaning 53004 clauses out of 106008 with flag 3124021/1476345
1178.60/586.58	c cleaning 54000 clauses out of 108005 with flag 3237867/1531346
1240.21/616.99	c cleaning 54996 clauses out of 110004 with flag 3353652/1587345
1285.77/639.41	c And the winner is solver1
1286.09/639.70	c Got one! Elapsed wall clock time (in seconds):639.574
1286.09/639.70	o -25
1297.16/645.12	c cleaning 54463 clauses out of 108935 with flag 11309/1641272
1302.35/647.71	c cleaning 30232 clauses out of 60473 with flag 25516/1647273
1306.20/649.60	c cleaning 18613 clauses out of 37240 with flag 43568/1654272
1309.20/651.00	c cleaning 13307 clauses out of 26627 with flag 62752/1662272
1312.60/652.72	c cleaning 11145 clauses out of 22320 with flag 83788/1671272
1315.80/654.32	c cleaning 10581 clauses out of 21175 with flag 107095/1681272
1319.00/655.96	c cleaning 10789 clauses out of 21594 with flag 132450/1692272
1323.61/658.16	c cleaning 11399 clauses out of 22807 with flag 160229/1704274
1328.21/660.42	c cleaning 12196 clauses out of 24406 with flag 191637/1717272
1333.41/663.05	c cleaning 13100 clauses out of 26210 with flag 224300/1731272
1340.08/666.21	c cleaning 14052 clauses out of 28110 with flag 261170/1746272
1347.28/669.89	c cleaning 15027 clauses out of 30058 with flag 300508/1762272
1355.08/673.74	c cleaning 16010 clauses out of 32031 with flag 340958/1779272
1364.08/678.20	c cleaning 17004 clauses out of 34023 with flag 386098/1797274
1375.07/683.55	c cleaning 18007 clauses out of 36018 with flag 431720/1816273
1386.47/689.22	c cleaning 19003 clauses out of 38010 with flag 480453/1836272
1400.02/696.79	c cleaning 19998 clauses out of 40007 with flag 532921/1857272
1412.31/702.90	c cleaning 21001 clauses out of 42010 with flag 586007/1879273
1425.51/709.49	c cleaning 22001 clauses out of 44010 with flag 642225/1902274
1440.99/717.16	c cleaning 22998 clauses out of 46007 with flag 701674/1926272
1459.31/726.20	c cleaning 24003 clauses out of 48010 with flag 762939/1951273
1480.35/736.67	c cleaning 25000 clauses out of 50009 with flag 826751/1977275
1502.48/747.69	c cleaning 25999 clauses out of 52006 with flag 894582/2004272
1525.82/759.22	c cleaning 27005 clauses out of 54009 with flag 962910/2032274
1550.00/771.22	c cleaning 28002 clauses out of 56004 with flag 1032714/2061274
1576.36/784.29	c cleaning 28990 clauses out of 58000 with flag 1107815/2091272
1605.78/798.90	c cleaning 30003 clauses out of 60010 with flag 1185933/2122272
1636.97/814.21	c cleaning 30999 clauses out of 62008 with flag 1265131/2154273
1668.99/830.13	c cleaning 32004 clauses out of 64008 with flag 1349152/2187272
1700.56/845.73	c cleaning 32994 clauses out of 66005 with flag 1433074/2221273
1742.58/866.59	c cleaning 34003 clauses out of 68010 with flag 1521273/2256272
1778.37/884.32	c cleaning 34998 clauses out of 70007 with flag 1606821/2292272
1800.53/895.23	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.53/895.23	c starts		: 17087
1800.53/895.23	c conflicts		: 2317753
1800.53/895.23	c decisions		: 9079699
1800.53/895.23	c propagations		: 20374204
1800.53/895.23	c inspects		: 8655504587
1800.53/895.23	c shortcuts		: 0
1800.53/895.23	c learnt literals	: 0
1800.53/895.23	c learnt binary clauses	: 0
1800.53/895.23	c learnt ternary clauses	: 0
1800.53/895.23	c learnt constraints	: 2317753
1800.53/895.23	c ignored constraints	: 0
1800.53/895.23	c root simplifications	: 0
1800.53/895.23	c removed literals (reason simplification)	: 54928592
1800.53/895.23	c reason swapping (by a shorter reason)	: 0
1800.53/895.23	c Calls to reduceDB	: 84
1800.53/895.23	c Number of update (reduction) of LBD	: 80079
1800.53/895.23	c Imported unit clauses	: 0
1800.53/895.23	c number of reductions to clauses (during analyze)	: 0
1800.53/895.23	c number of learned constraints concerned by reduction	: 0
1800.53/895.23	c number of learning phase by resolution	: 0
1800.53/895.23	c number of learning phase by cutting planes	: 0
1800.53/895.23	c speed (assignments/second)	: 79733.74737797814
1800.53/895.23	c non guided choices	0
1800.53/895.25	c learnt constraints type 
1800.53/895.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60491
1800.53/895.25	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.53/895.25	c starts		: 51
1800.53/895.25	c conflicts		: 15701
1800.53/895.25	c decisions		: 17441
1800.53/895.25	c propagations		: 150210
1800.53/895.25	c inspects		: 837093227
1800.53/895.25	c shortcuts		: 0
1800.53/895.25	c learnt literals	: 0
1800.53/895.25	c learnt binary clauses	: 0
1800.53/895.25	c learnt ternary clauses	: 0
1800.53/895.25	c learnt constraints	: 15700
1800.53/895.25	c ignored constraints	: 0
1800.53/895.25	c root simplifications	: 0
1800.53/895.25	c removed literals (reason simplification)	: 0
1800.53/895.25	c reason swapping (by a shorter reason)	: 0
1800.53/895.25	c Calls to reduceDB	: 2
1800.53/895.25	c Number of update (reduction) of LBD	: 0
1800.53/895.25	c Imported unit clauses	: 0
1800.53/895.25	c number of reductions to clauses (during analyze)	: 0
1800.53/895.25	c number of learned constraints concerned by reduction	: 0
1800.53/895.25	c number of learning phase by resolution	: 0
1800.53/895.25	c number of learning phase by cutting planes	: 0
1800.53/895.25	c speed (assignments/second)	: 168.47788902958933
1800.53/895.25	c non guided choices	0
1800.53/895.26	c learnt constraints type 
1800.53/895.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 251
1800.53/895.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15449
1800.53/895.26	s SATISFIABLE
1800.53/895.26	c Found 6 solution(s)
1800.53/895.26	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 
1800.53/895.26	c objective function=-25
1800.53/895.26	c Total wall clock time (in seconds): 895.137

Verifier Data

OK	-25

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-4081235-1465227127/watcher-4081235-1465227127 -o /tmp/evaluation-result-4081235-1465227127/solver-4081235-1465227127 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081235-1465227127.opb 

pid=11329
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: 3.72 4.07 4.05 4/197 11332
/proc/meminfo: memFree=29195376/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11332/stat : 11332 (java) D 11329 11332 3970 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 104647991 9515008 182 33554432000 1073741824 1073778376 140736656240656 140736656231688 249650036405 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 3.72 4.07 4.05 4/197 11332
/proc/meminfo: memFree=29195376/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 4383 0 1 0 8 1 0 0 20 0 18 0 104647991 9787879424 5501 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2389619 5501 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 3.72 4.07 4.05 4/197 11332
/proc/meminfo: memFree=29195376/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 4660 0 1 0 21 2 0 0 20 0 18 0 104647991 9787879424 6748 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2389619 6748 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 3.72 4.07 4.05 4/197 11332
/proc/meminfo: memFree=29195376/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 5572 0 1 0 43 2 0 0 20 0 18 0 104647991 9787879424 7871 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2389619 7871 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.7003 s]
/proc/loadavg: 3.72 4.07 4.05 4/197 11332
/proc/meminfo: memFree=29195376/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9759196 CPUtime=1.52 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 23264 0 1 0 146 6 0 0 20 0 19 0 104647991 9993416704 29376 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2439799 29376 2253 9 0 2430476 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9759196

[startup+1.50076 s]
/proc/loadavg: 3.72 4.07 4.05 3/216 11354
/proc/meminfo: memFree=29086744/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 23326 0 1 0 200 8 0 0 20 0 19 0 104647991 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 30444 2263 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2436 0 1 0 58 2 0 0 20 0 19 0 104647992 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416845216296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416844163496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416713795880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416712743080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416711691304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416710638504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416709585704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104647994 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416238217896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104647995 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416226019816 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104647995 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104647995 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647998 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416222861456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 8951 0 0 0 62 2 0 0 20 0 19 0 104647998 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10593 0 0 0 65 3 0 0 20 0 19 0 104647998 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647998 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104647998 10060525568 30444 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 3.72 4.07 4.05 5/216 11363
/proc/meminfo: memFree=29058872/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 23637 0 1 0 410 15 0 0 20 0 22 0 104647991 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 54699 2288 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2437 0 1 0 59 2 0 0 20 0 22 0 104647992 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416845216296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) S 11329 11332 3970 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416844163496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416713795880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416712743080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416711691304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416710638504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) S 11329 11332 3970 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416709585704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) S 11329 11332 3970 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104647994 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416238217896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416226019816 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416222861456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 9046 0 0 0 104 2 0 0 20 0 22 0 104647998 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10700 0 0 0 116 3 0 0 20 0 22 0 104647998 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11357] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11357/stat : 11357 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104648106 10060525568 54699 33554432000 1073741824 1073778376 140736162790560 140416213546408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.91 4.10 4.06 5/219 11369
/proc/meminfo: memFree=28741172/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=10.39 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 25115 0 1 0 1001 38 0 0 20 0 22 0 104647991 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 114948 2292 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2438 0 1 0 59 2 0 0 20 0 22 0 104647992 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) S 11329 11332 3970 0 -1 4202560 362 0 0 0 5 4 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416845216296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) S 11329 11332 3970 0 -1 4202560 105 0 0 0 7 2 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416844163496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) S 11329 11332 3970 0 -1 4202560 178 0 0 0 4 2 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416713795880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) S 11329 11332 3970 0 -1 4202560 187 0 0 0 7 3 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416712743080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) S 11329 11332 3970 0 -1 4202560 168 0 0 0 6 2 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416711691304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) S 11329 11332 3970 0 -1 4202560 62 0 0 0 6 4 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416710638504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) S 11329 11332 3970 0 -1 4202560 106 0 0 0 5 3 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416709585704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) S 11329 11332 3970 0 -1 4202560 43 0 0 0 3 3 0 0 20 0 22 0 104647994 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416238217896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416226019816 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416222861456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 9049 0 0 0 113 2 0 0 20 0 22 0 104647998 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10702 0 0 0 143 3 0 0 20 0 22 0 104647998 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11357] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11357/stat : 11357 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104648106 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416213546408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11367] ppid=11329 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/11332/task/11367/stat : 11367 (java) R 11329 11332 3970 0 -1 4202560 6 0 0 0 244 0 0 0 20 0 22 0 104648360 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416216703704 140416725773874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11368] ppid=11329 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/11332/task/11368/stat : 11368 (java) R 11329 11332 3970 0 -1 4202560 86 0 0 0 243 1 0 0 20 0 22 0 104648360 10060525568 114948 33554432000 1073741824 1073778376 140736162790560 140416215649568 140416726065823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11369] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.04 4.09 4.08 5/219 11481
/proc/meminfo: memFree=24020304/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=1774.38 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 33554 0 1 0 177172 266 0 0 20 0 22 0 104647991 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 989034 2301 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2455 0 1 0 62 3 0 0 20 0 22 0 104647992 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) S 11329 11332 3970 0 -1 4202560 951 0 0 0 465 22 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416845216296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) S 11329 11332 3970 0 -1 4202560 673 0 0 0 504 22 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416844163496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=4.5 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) S 11329 11332 3970 0 -1 4202560 740 0 0 0 429 21 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416713795880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=4.5 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) S 11329 11332 3970 0 -1 4202560 688 0 0 0 434 16 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416712743080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) S 11329 11332 3970 0 -1 4202560 806 0 0 0 421 26 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416711691304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) S 11329 11332 3970 0 -1 4202560 650 0 0 0 466 23 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416710638504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) S 11329 11332 3970 0 -1 4202560 621 0 0 0 435 18 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416709585704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) S 11329 11332 3970 0 -1 4202560 672 0 0 0 487 24 0 0 20 0 22 0 104647994 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416238217896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=6.35 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 2763 0 0 0 627 8 0 0 20 0 22 0 104647995 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416226019816 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416222861456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 9064 0 0 0 120 2 0 0 20 0 22 0 104647998 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10723 0 0 0 203 3 0 0 20 0 22 0 104647998 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 104647998 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11369] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11369/stat : 11369 (java) S 11329 11332 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104648360 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416214598568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11385] ppid=11329 vsize=9824732 CPUtime=238.34 cores=0,2,4,6
/proc/11332/task/11385/stat : 11385 (java) R 11329 11332 3970 0 -1 4202560 11 0 0 0 23831 3 0 0 20 0 22 0 104711962 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416216702208 140416725828935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11386] ppid=11329 vsize=9824732 CPUtime=238.36 cores=0,2,4,6
/proc/11332/task/11386/stat : 11386 (java) R 11329 11332 3970 0 -1 4202560 20 0 0 0 23833 3 0 0 20 0 22 0 104711962 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416213544048 140416725748371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11387] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11387/stat : 11387 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104711962 10060525568 989034 33554432000 1073741824 1073778376 140736162790560 140416215651880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.38
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.03 4.08 4.08 5/219 11482
/proc/meminfo: memFree=24102628/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 33571 0 1 0 179746 267 0 0 20 0 22 0 104647991 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 989050 2301 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2455 0 1 0 62 3 0 0 20 0 22 0 104647992 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=4.9 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) S 11329 11332 3970 0 -1 4202560 951 0 0 0 468 22 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416845216296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) S 11329 11332 3970 0 -1 4202560 687 0 0 0 507 22 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416844163496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) S 11329 11332 3970 0 -1 4202560 740 0 0 0 434 21 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416713795880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) S 11329 11332 3970 0 -1 4202560 688 0 0 0 437 16 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416712743080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) S 11329 11332 3970 0 -1 4202560 806 0 0 0 429 26 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416711691304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=4.92 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) S 11329 11332 3970 0 -1 4202560 650 0 0 0 469 23 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416710638504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) S 11329 11332 3970 0 -1 4202560 621 0 0 0 437 18 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416709585704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) S 11329 11332 3970 0 -1 4202560 672 0 0 0 496 24 0 0 20 0 22 0 104647994 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416238217896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 2765 0 0 0 627 9 0 0 20 0 22 0 104647995 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416226019816 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416222861456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 9064 0 0 0 120 2 0 0 20 0 22 0 104647998 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10723 0 0 0 203 3 0 0 20 0 22 0 104647998 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 104647998 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11369] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11369/stat : 11369 (java) S 11329 11332 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104648360 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416214598568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11385] ppid=11329 vsize=9824732 CPUtime=251.04 cores=0,2,4,6
/proc/11332/task/11385/stat : 11385 (java) R 11329 11332 3970 0 -1 4202560 11 0 0 0 25101 3 0 0 20 0 22 0 104711962 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416216702224 140416725791733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11386] ppid=11329 vsize=9824732 CPUtime=251.06 cores=0,2,4,6
/proc/11332/task/11386/stat : 11386 (java) R 11329 11332 3970 0 -1 4202560 21 0 0 0 25103 3 0 0 20 0 22 0 104711962 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416213544064 140416725894582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11387] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11387/stat : 11387 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104711962 10060525568 989050 33554432000 1073741824 1073778376 140736162790560 140416215651880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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 11332 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.206 s]
/proc/loadavg: 4.03 4.08 4.08 5/219 11482
/proc/meminfo: memFree=24102628/32872528 swapFree=10608/190480
[pid=11332] ppid=11329 vsize=9824732 CPUtime=1800.53 cores=0,2,4,6
/proc/11332/stat : 11332 (java) S 11329 11332 3970 0 -1 4202496 33578 0 1 0 179786 267 0 0 20 0 22 0 104647991 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140736162781696 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11332/statm: 2456183 989057 2301 9 0 2446860 0
[pid=11332/tid=11334] ppid=11329 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/11332/task/11334/stat : 11334 (java) S 11329 11332 3970 0 -1 4202560 2455 0 1 0 62 3 0 0 20 0 22 0 104647992 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416872764280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11335] ppid=11329 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/11332/task/11335/stat : 11335 (java) R 11329 11332 3970 0 -1 4202560 951 0 0 0 473 22 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416845216472 249649990791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11336] ppid=11329 vsize=9824732 CPUtime=5.39 cores=0,2,4,6
/proc/11332/task/11336/stat : 11336 (java) R 11329 11332 3970 0 -1 4202560 687 0 0 0 517 22 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416844163496 249649990791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11337] ppid=11329 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/11332/task/11337/stat : 11337 (java) R 11329 11332 3970 0 -1 4202560 740 0 0 0 435 21 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416713796008 249649990791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11338] ppid=11329 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/11332/task/11338/stat : 11338 (java) R 11329 11332 3970 0 -1 4202560 688 0 0 0 439 16 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416712742960 140416875328032 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11339] ppid=11329 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/11332/task/11339/stat : 11339 (java) R 11329 11332 3970 0 -1 4202560 806 0 0 0 431 26 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416711691480 140416876939439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11340] ppid=11329 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/11332/task/11340/stat : 11340 (java) R 11329 11332 3970 0 -1 4202560 650 0 0 0 479 23 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416710638632 249649990791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11341] ppid=11329 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/11332/task/11341/stat : 11341 (java) R 11329 11332 3970 0 -1 4202560 622 0 0 0 444 18 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416709585832 249649990791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11342] ppid=11329 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/11332/task/11342/stat : 11342 (java) R 11329 11332 3970 0 -1 4202560 672 0 0 0 498 24 0 0 20 0 22 0 104647994 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416238218072 140416879272352 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11343] ppid=11329 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/11332/task/11343/stat : 11343 (java) S 11329 11332 3970 0 -1 4202560 2765 0 0 0 627 9 0 0 20 0 22 0 104647995 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416226018696 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11344] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11344/stat : 11344 (java) S 11329 11332 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416224965880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11345] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11345/stat : 11345 (java) S 11329 11332 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104647995 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416223912968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11346] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11346/stat : 11346 (java) S 11329 11332 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416222859864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11332/tid=11347] ppid=11329 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/11332/task/11347/stat : 11347 (java) S 11329 11332 3970 0 -1 4202560 9064 0 0 0 120 2 0 0 20 0 22 0 104647998 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416221809592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11332/tid=11348] ppid=11329 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/11332/task/11348/stat : 11348 (java) S 11329 11332 3970 0 -1 4202560 10723 0 0 0 203 3 0 0 20 0 22 0 104647998 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416220756792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11349] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11349/stat : 11349 (java) S 11329 11332 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104647998 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416219704184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11350] ppid=11329 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/11332/task/11350/stat : 11350 (java) S 11329 11332 3970 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 104647998 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416218651592 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11369] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11369/stat : 11369 (java) S 11329 11332 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104648360 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416214598568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11385] ppid=11329 vsize=9824732 CPUtime=251.04 cores=0,2,4,6
/proc/11332/task/11385/stat : 11385 (java) S 11329 11332 3970 0 -1 4202560 11 0 0 0 25101 3 0 0 20 0 22 0 104711962 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416216701464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11332/tid=11386] ppid=11329 vsize=9824732 CPUtime=251.06 cores=0,2,4,6
/proc/11332/task/11386/stat : 11386 (java) S 11329 11332 3970 0 -1 4202560 21 0 0 0 25103 3 0 0 20 0 22 0 104711962 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416213544168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11332/tid=11387] ppid=11329 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11332/task/11387/stat : 11387 (java) S 11329 11332 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104711962 10060525568 989057 33554432000 1073741824 1073778376 140736162790560 140416215651880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.294
CPU time (s): 1801.08
CPU user time (s): 1798.15
CPU system time (s): 2.93155
CPU usage (%): 201.172
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.93155
maximum resident set size= 3967056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33610
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24329
involuntary context switches= 31404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71213 second user time and 7.42487 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 17:32:07
IDJOB=4081235
IDBENCH=2236
IDSOLVER=2543
FILE ID=node102/4081235-1465227127
RUNJOBID= node102-1465216787-3986
PBS_JOBID= 19843204
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081235-1465227127/watcher-4081235-1465227127 -o /tmp/evaluation-result-4081235-1465227127/solver-4081235-1465227127 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081235-1465227127.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=277492065

node102.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.470
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.94
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.470
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.470
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.470
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.470
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.56
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.470
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.470
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.470
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:        29196036 kB
Buffers:           18532 kB
Cached:            52636 kB
SwapCached:         2320 kB
Active:          2735560 kB
Inactive:          46268 kB
Active(anon):    2711572 kB
Inactive(anon):     1568 kB
Active(file):      23988 kB
Inactive(file):    44700 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:       2902424 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             566344 kB
SReclaimable:      10116 kB
SUnreclaim:       556228 kB
KernelStack:        1592 kB
PageTables:         9548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4050512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2830336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node102 at 2016-06-06 17:47:02