Trace number 4118890

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)-31 1800.04 900.97

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0334-0334.lin.opb
MD5SUMd676403c2473447aac5329bc65566c49
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36
Best CPU time to get the best result obtained on this benchmark1.91971
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints684
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
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 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118890-1467237500.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.23	c ... done. Wall clock time 0.111s.
0.23/0.23	c declared #vars     432
0.23/0.23	c #constraints  720
0.23/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.23/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.23/0.24	c 720 constraints processed.
0.23/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.23/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 324
0.23/0.24	c 720 constraints processed.
0.23/0.24	c objective function length is 324 literals
0.23/0.25	c And the winner is solver0
0.35/0.74	c SATISFIABLE
0.35/0.74	c OPTIMIZING...
0.35/0.74	c Got one! Elapsed wall clock time (in seconds):0.622
0.35/0.74	o -27
0.35/0.77	c And the winner is solver0
0.50/1.25	c Got one! Elapsed wall clock time (in seconds):1.126
0.50/1.25	o -28
0.50/1.29	c And the winner is solver0
0.70/1.75	c Got one! Elapsed wall clock time (in seconds):1.63
0.70/1.75	o -29
0.70/1.78	c And the winner is solver0
1.01/2.25	c Got one! Elapsed wall clock time (in seconds):2.132
1.01/2.25	o -30
1.01/2.26	c And the winner is solver0
1.01/2.75	c Got one! Elapsed wall clock time (in seconds):2.634
1.01/2.75	o -31
2.36/3.14	c cleaning 2553 clauses out of 5116 with flag 11038/5116
3.29/3.44	c cleaning 4282 clauses out of 8563 with flag 23888/11116
4.02/3.79	c cleaning 5641 clauses out of 11281 with flag 39031/18116
5.07/4.27	c cleaning 6815 clauses out of 13641 with flag 57555/26117
6.41/4.87	c cleaning 7913 clauses out of 15825 with flag 80254/35116
7.62/5.48	c cleaning 8953 clauses out of 17912 with flag 106321/45116
9.35/6.21	c cleaning 9980 clauses out of 19959 with flag 133178/56116
11.05/7.03	c cleaning 10984 clauses out of 21979 with flag 164867/68116
12.66/7.90	c cleaning 11997 clauses out of 23995 with flag 200681/81116
14.92/9.00	c cleaning 12995 clauses out of 26000 with flag 237283/95118
17.16/10.08	c cleaning 14002 clauses out of 28004 with flag 275099/110117
19.81/11.35	c cleaning 15001 clauses out of 30001 with flag 316000/126116
22.81/12.80	c cleaning 15995 clauses out of 32000 with flag 360468/143116
26.16/14.44	c cleaning 17000 clauses out of 34006 with flag 411820/161117
29.54/16.12	c cleaning 18000 clauses out of 36006 with flag 458741/180117
33.68/18.14	c cleaning 19001 clauses out of 38006 with flag 510925/200117
37.50/20.09	c cleaning 19999 clauses out of 40006 with flag 566025/221118
41.85/22.14	c cleaning 21005 clauses out of 42009 with flag 624244/243120
45.64/24.02	c cleaning 22001 clauses out of 44001 with flag 679766/266117
50.04/26.26	c cleaning 22999 clauses out of 46001 with flag 746768/290118
54.44/28.50	c cleaning 24000 clauses out of 48000 with flag 810315/315116
59.25/30.85	c cleaning 25001 clauses out of 50001 with flag 887714/341117
64.24/33.31	c cleaning 26000 clauses out of 51999 with flag 952487/368116
69.24/35.81	c cleaning 26995 clauses out of 54002 with flag 1022493/396119
74.85/38.67	c cleaning 28003 clauses out of 56005 with flag 1097045/425117
80.44/41.46	c cleaning 28993 clauses out of 58001 with flag 1177645/455116
86.63/44.51	c cleaning 30003 clauses out of 60009 with flag 1261039/486117
93.04/47.71	c cleaning 31000 clauses out of 62005 with flag 1336815/518116
99.05/50.75	c cleaning 32000 clauses out of 64006 with flag 1414416/551117
106.23/54.31	c cleaning 32997 clauses out of 66006 with flag 1494092/585117
114.03/58.20	c cleaning 34003 clauses out of 68008 with flag 1578352/620116
121.83/62.18	c cleaning 35001 clauses out of 70006 with flag 1684182/656117
130.86/66.57	c cleaning 35995 clauses out of 72004 with flag 1781756/693116
139.66/70.91	c cleaning 37005 clauses out of 74012 with flag 1879336/731119
148.46/75.39	c cleaning 38003 clauses out of 76005 with flag 1974374/770117
162.26/82.36	c cleaning 38999 clauses out of 78002 with flag 2082043/810117
175.33/88.84	c cleaning 39997 clauses out of 80003 with flag 2203979/851117
190.03/96.17	c cleaning 41004 clauses out of 82010 with flag 2329719/893121
201.91/102.07	c cleaning 42001 clauses out of 84002 with flag 2439815/936117
212.71/107.43	c cleaning 43000 clauses out of 86001 with flag 2555430/980117
222.96/112.53	c cleaning 43997 clauses out of 88001 with flag 2685425/1025117
233.58/117.87	c cleaning 45002 clauses out of 90003 with flag 2809644/1071116
246.16/124.19	c cleaning 45998 clauses out of 92001 with flag 2929289/1118116
260.34/131.19	c cleaning 46999 clauses out of 94004 with flag 3056277/1166117
275.22/138.53	c cleaning 47998 clauses out of 96005 with flag 3180492/1215117
292.72/147.58	c cleaning 49003 clauses out of 98006 with flag 3314391/1265116
311.30/156.83	c cleaning 50002 clauses out of 100003 with flag 3464232/1316116
329.16/165.79	c cleaning 51000 clauses out of 102001 with flag 3621968/1368116
351.06/176.63	c cleaning 52001 clauses out of 104002 with flag 3775966/1421117
371.29/186.80	c cleaning 52998 clauses out of 106002 with flag 3937951/1475118
388.76/195.43	c cleaning 54000 clauses out of 108002 with flag 4087634/1530116
406.16/204.18	c cleaning 55002 clauses out of 110004 with flag 4237622/1586118
423.36/212.77	c cleaning 55997 clauses out of 112000 with flag 4399651/1643116
443.23/222.61	c cleaning 57003 clauses out of 114006 with flag 4548491/1701119
469.97/235.95	c cleaning 57998 clauses out of 116000 with flag 4730176/1760116
496.16/249.01	c cleaning 58997 clauses out of 118002 with flag 4901769/1820116
520.93/261.34	c cleaning 59998 clauses out of 120006 with flag 5084161/1881117
552.72/277.14	c cleaning 60997 clauses out of 122007 with flag 5276703/1943116
590.33/295.97	c cleaning 62000 clauses out of 124010 with flag 5498547/2006116
629.43/315.78	c cleaning 63004 clauses out of 126010 with flag 5734257/2070116
665.21/333.62	c cleaning 64002 clauses out of 128007 with flag 5985537/2135117
702.41/352.28	c cleaning 64998 clauses out of 130004 with flag 6222762/2201116
725.20/363.65	c cleaning 66004 clauses out of 132010 with flag 6428738/2268120
749.60/375.86	c cleaning 66999 clauses out of 134002 with flag 6624090/2336116
769.40/385.78	c cleaning 68000 clauses out of 136003 with flag 6804609/2405116
791.79/396.94	c cleaning 69002 clauses out of 138003 with flag 6980582/2475116
813.78/407.98	c cleaning 69996 clauses out of 140002 with flag 7153584/2546117
837.38/419.79	c cleaning 71003 clauses out of 142006 with flag 7335059/2618117
860.18/431.17	c cleaning 71997 clauses out of 144003 with flag 7515746/2691117
888.48/445.24	c cleaning 73001 clauses out of 146006 with flag 7701687/2765117
925.48/463.78	c cleaning 73997 clauses out of 148005 with flag 7936918/2840117
967.68/484.83	c cleaning 74990 clauses out of 150007 with flag 8226514/2916116
1023.87/512.96	c cleaning 76004 clauses out of 152018 with flag 8536736/2993117
1081.66/541.87	c cleaning 77003 clauses out of 154016 with flag 8861692/3071119
1137.06/569.52	c cleaning 78002 clauses out of 156011 with flag 9179041/3150117
1197.26/599.61	c cleaning 79001 clauses out of 158009 with flag 9514345/3230117
1258.50/630.13	c cleaning 80000 clauses out of 160007 with flag 9851494/3311116
1312.10/656.99	c cleaning 80998 clauses out of 162011 with flag 10195235/3393120
1371.69/686.72	c cleaning 82003 clauses out of 164009 with flag 10543271/3476116
1426.68/714.25	c cleaning 82995 clauses out of 166007 with flag 10891405/3560117
1471.08/736.41	c cleaning 84006 clauses out of 168011 with flag 11217394/3645116
1508.27/755.08	c cleaning 85002 clauses out of 170005 with flag 11490588/3731116
1542.47/772.18	c cleaning 86000 clauses out of 172005 with flag 11752703/3818118
1575.26/788.53	c cleaning 86999 clauses out of 174005 with flag 12024130/3906118
1610.46/806.10	c cleaning 88002 clauses out of 176005 with flag 12282149/3995117
1644.65/823.25	c cleaning 88999 clauses out of 178002 with flag 12559092/4085116
1697.05/849.40	c cleaning 89995 clauses out of 180003 with flag 12903001/4176116
1763.84/882.85	c cleaning 90997 clauses out of 182008 with flag 13272550/4268116
1800.04/900.91	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.04/900.91	c starts		: 20551
1800.04/900.91	c conflicts		: 4345046
1800.04/900.91	c decisions		: 6781067
1800.04/900.91	c propagations		: 147165709
1800.04/900.91	c inspects		: 13661847304
1800.04/900.91	c shortcuts		: 0
1800.04/900.91	c learnt literals	: 0
1800.04/900.91	c learnt binary clauses	: 0
1800.04/900.91	c learnt ternary clauses	: 0
1800.04/900.91	c learnt constraints	: 4345046
1800.04/900.91	c ignored constraints	: 0
1800.04/900.91	c root simplifications	: 0
1800.04/900.91	c removed literals (reason simplification)	: 3151127
1800.04/900.91	c reason swapping (by a shorter reason)	: 0
1800.04/900.91	c Calls to reduceDB	: 88
1800.04/900.91	c Number of update (reduction) of LBD	: 224043
1800.04/900.91	c Imported unit clauses	: 0
1800.04/900.91	c number of reductions to clauses (during analyze)	: 0
1800.04/900.91	c number of learned constraints concerned by reduction	: 0
1800.04/900.91	c number of learning phase by resolution	: 0
1800.04/900.91	c number of learning phase by cutting planes	: 0
1800.04/900.91	c speed (assignments/second)	: 163396.73019380125
1800.04/900.91	c non guided choices	1
1800.04/900.94	c learnt constraints type 
1800.04/900.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167941
1800.04/900.94	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/900.94	c starts		: 26
1800.04/900.94	c conflicts		: 4562
1800.04/900.94	c decisions		: 10959
1800.04/900.94	c propagations		: 138859
1800.04/900.94	c inspects		: 89760570
1800.04/900.94	c shortcuts		: 0
1800.04/900.94	c learnt literals	: 0
1800.04/900.94	c learnt binary clauses	: 0
1800.04/900.94	c learnt ternary clauses	: 0
1800.04/900.94	c learnt constraints	: 4557
1800.04/900.94	c ignored constraints	: 0
1800.04/900.94	c root simplifications	: 0
1800.04/900.94	c removed literals (reason simplification)	: 0
1800.04/900.94	c reason swapping (by a shorter reason)	: 0
1800.04/900.94	c Calls to reduceDB	: 0
1800.04/900.94	c Number of update (reduction) of LBD	: 0
1800.04/900.94	c Imported unit clauses	: 0
1800.04/900.94	c number of reductions to clauses (during analyze)	: 0
1800.04/900.94	c number of learned constraints concerned by reduction	: 0
1800.04/900.94	c number of learning phase by resolution	: 0
1800.04/900.94	c number of learning phase by cutting planes	: 0
1800.04/900.94	c speed (assignments/second)	: 154.60006991901417
1800.04/900.94	c non guided choices	0
1800.04/900.94	c learnt constraints type 
1800.04/900.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.04/900.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4556
1800.04/900.94	s SATISFIABLE
1800.04/900.94	c Found 5 solution(s)
1800.04/900.94	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 
1800.04/900.94	c objective function=-31
1800.04/900.94	c Total wall clock time (in seconds): 900.822

Verifier Data

OK	-31

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-4118890-1467237500/watcher-4118890-1467237500 -o /tmp/evaluation-result-4118890-1467237500/solver-4118890-1467237500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9716 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118890-1467237500.opb 

pid=11947
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.27 4.21 4.07 5/197 11950
/proc/meminfo: memFree=24222908/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/11950/stat : 11950 (java) R 11947 11950 6338 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 4704792 8192 1 33554432000 0 0 0 140735563679304 229355711927 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2 1 0 0 0 2 0

[startup+0.100061 s]
/proc/loadavg: 4.27 4.21 4.07 5/197 11950
/proc/meminfo: memFree=24222908/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 4704792 9787879424 6041 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.27 4.21 4.07 5/197 11950
/proc/meminfo: memFree=24222908/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 4682 0 1 0 22 1 0 0 20 0 18 0 4704792 9787879424 7288 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2389619 7288 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 4.27 4.21 4.07 5/197 11950
/proc/meminfo: memFree=24222908/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 5360 0 1 0 33 2 0 0 20 0 19 0 4704792 10060525568 9359 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 9359 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824732

[startup+0.700244 s]
/proc/loadavg: 4.27 4.21 4.07 5/197 11950
/proc/meminfo: memFree=24222908/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 5360 0 1 0 33 2 0 0 20 0 19 0 4704792 10060525568 9359 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 9359 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.27 4.21 4.07 3/216 11975
/proc/meminfo: memFree=24185196/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 7225 0 1 0 64 6 0 0 20 0 19 0 4704792 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 12696 2250 9 0 2446860 0
[pid=11950/tid=11952] ppid=11947 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11950/task/11952/stat : 11952 (java) S 11947 11950 6338 0 -1 4202560 2454 0 1 0 21 0 0 0 20 0 19 0 4704793 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600265954168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11953] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11953/stat : 11953 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600255015208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11954] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11954/stat : 11954 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600253962408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11955] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11955/stat : 11955 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600252910120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4704794 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4704795 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4704795 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4704795 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704798 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) S 11947 11950 6338 0 -1 4202560 1812 0 0 0 15 0 0 0 20 0 19 0 4704798 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600085932728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) S 11947 11950 6338 0 -1 4202560 1612 0 0 0 15 0 0 0 20 0 19 0 4704798 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600084879928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704798 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4704798 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4704816 10060525568 12696 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.17 4.19 4.07 3/216 11981
/proc/meminfo: memFree=24168640/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 16690 0 1 0 225 11 0 0 20 0 22 0 4704792 10060525568 31648 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 32160 2265 9 0 2446860 0
[pid=11950/tid=11952] ppid=11947 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11950/task/11952/stat : 11952 (java) S 11947 11950 6338 0 -1 4202560 2455 0 1 0 21 0 0 0 20 0 22 0 4704793 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600265954168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11953] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11953/stat : 11953 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600255015208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11954] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11954/stat : 11954 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600253962408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11955] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11955/stat : 11955 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600252910120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4704794 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) R 11947 11950 6338 0 -1 4202560 7383 0 0 0 60 2 0 0 20 0 22 0 4704798 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600085926680 140600270043088 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) R 11947 11950 6338 0 -1 4202560 5455 0 0 0 58 0 0 0 20 0 22 0 4704798 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600084870880 140600268565531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704816 10060525568 32160 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1817 uid=0 cmd=

[startup+6.301 s]
/proc/loadavg: 4.17 4.19 4.07 5/219 11987
/proc/meminfo: memFree=23966708/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=9.55 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 19551 0 1 0 928 27 0 0 20 0 22 0 4704792 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 93186 2285 9 0 2446860 0
[pid=11950/tid=11952] ppid=11947 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/11950/task/11952/stat : 11952 (java) S 11947 11950 6338 0 -1 4202560 2455 0 1 0 21 0 0 0 20 0 22 0 4704793 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600265954168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11953] ppid=11947 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11950/task/11953/stat : 11953 (java) S 11947 11950 6338 0 -1 4202560 100 0 0 0 3 2 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600255015208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11954] ppid=11947 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11950/task/11954/stat : 11954 (java) S 11947 11950 6338 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600253962408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11955] ppid=11947 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11950/task/11955/stat : 11955 (java) S 11947 11950 6338 0 -1 4202560 78 0 0 0 3 0 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600252910120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 192 0 0 0 4 1 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 66 0 0 0 3 1 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 98 0 0 0 6 3 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 48 0 0 0 4 1 0 0 20 0 22 0 4704794 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) S 11947 11950 6338 0 -1 4202560 9308 0 0 0 100 2 0 0 20 0 22 0 4704798 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600085932728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) S 11947 11950 6338 0 -1 4202560 5458 0 0 0 73 0 0 0 20 0 22 0 4704798 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600084879928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704816 10060525568 93186 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11985] ppid=11947 vsize=9824732 CPUtime=3.36 cores=1,3,5,7

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

[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 439 0 0 0 58 11 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 519 0 0 0 73 13 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 468 0 0 0 76 16 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 737 0 0 0 75 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 514 0 0 0 74 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 1856 0 0 0 156 2 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) S 11947 11950 6338 0 -1 4202560 9322 0 0 0 112 2 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600085932728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) S 11947 11950 6338 0 -1 4202560 5458 0 0 0 73 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600084879928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 53 0 0 0 11 16 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704816 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11985] ppid=11947 vsize=9824732 CPUtime=873.64 cores=1,3,5,7
/proc/11950/task/11985/stat : 11985 (java) R 11947 11950 6338 0 -1 4202560 45 0 0 0 87346 18 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600078552928 140600134451490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11986] ppid=11947 vsize=9824732 CPUtime=873.65 cores=1,3,5,7
/proc/11950/task/11986/stat : 11986 (java) R 11947 11950 6338 0 -1 4202560 1204 0 0 0 87319 46 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600080664448 140600134460010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11987] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11987/stat : 11987 (java) S 11947 11950 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600081720488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1762.85
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.901 s]
/proc/loadavg: 4.22 4.24 4.14 6/219 12570
/proc/meminfo: memFree=20545852/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 26295 0 1 0 179806 198 0 0 20 0 22 0 4704792 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 857641 2295 9 0 2446860 0
[pid=11950/tid=11952] ppid=11947 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/11950/task/11952/stat : 11952 (java) S 11947 11950 6338 0 -1 4202560 2457 0 1 0 22 3 0 0 20 0 22 0 4704793 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600265954168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11953] ppid=11947 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/11950/task/11953/stat : 11953 (java) S 11947 11950 6338 0 -1 4202560 492 0 0 0 61 16 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600255015208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11954] ppid=11947 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/11950/task/11954/stat : 11954 (java) S 11947 11950 6338 0 -1 4202560 767 0 0 0 84 23 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600253962408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11955] ppid=11947 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/11950/task/11955/stat : 11955 (java) S 11947 11950 6338 0 -1 4202560 607 0 0 0 62 12 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600252910120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 439 0 0 0 58 11 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 519 0 0 0 73 13 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 468 0 0 0 76 16 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 737 0 0 0 75 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 514 0 0 0 74 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 1856 0 0 0 156 2 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) S 11947 11950 6338 0 -1 4202560 9322 0 0 0 112 2 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600085932728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) S 11947 11950 6338 0 -1 4202560 5458 0 0 0 73 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600084879928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704816 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11985] ppid=11947 vsize=9824732 CPUtime=892.19 cores=1,3,5,7
/proc/11950/task/11985/stat : 11985 (java) R 11947 11950 6338 0 -1 4202560 45 0 0 0 89201 18 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600078552928 140600133870295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11986] ppid=11947 vsize=9824732 CPUtime=892.2 cores=1,3,5,7
/proc/11950/task/11986/stat : 11986 (java) R 11947 11950 6338 0 -1 4202560 1204 0 0 0 89174 46 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600080664448 140600134449552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11987] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11987/stat : 11987 (java) S 11947 11950 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600081720488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 11950 sig 9
??? kill -11950 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.901 s]
/proc/loadavg: 4.22 4.24 4.14 6/219 12570
/proc/meminfo: memFree=20545852/32872528 swapFree=1370068/1517236
[pid=11950] ppid=11947 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/11950/stat : 11950 (java) S 11947 11950 6338 0 -1 4202496 26295 0 1 0 179806 198 0 0 20 0 22 0 4704792 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140733221475408 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11950/statm: 2456183 857641 2295 9 0 2446860 0
[pid=11950/tid=11952] ppid=11947 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/11950/task/11952/stat : 11952 (java) S 11947 11950 6338 0 -1 4202560 2457 0 1 0 22 3 0 0 20 0 22 0 4704793 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600265954168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11953] ppid=11947 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/11950/task/11953/stat : 11953 (java) S 11947 11950 6338 0 -1 4202560 492 0 0 0 61 16 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600255015208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11954] ppid=11947 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/11950/task/11954/stat : 11954 (java) S 11947 11950 6338 0 -1 4202560 767 0 0 0 84 23 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600253962408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11955] ppid=11947 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/11950/task/11955/stat : 11955 (java) S 11947 11950 6338 0 -1 4202560 607 0 0 0 62 12 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600252910120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11956] ppid=11947 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11950/task/11956/stat : 11956 (java) S 11947 11950 6338 0 -1 4202560 439 0 0 0 58 11 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600251857320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11957] ppid=11947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/11950/task/11957/stat : 11957 (java) S 11947 11950 6338 0 -1 4202560 519 0 0 0 73 13 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600105712424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11958] ppid=11947 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11950/task/11958/stat : 11958 (java) S 11947 11950 6338 0 -1 4202560 468 0 0 0 76 16 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600104659624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11959] ppid=11947 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11950/task/11959/stat : 11959 (java) S 11947 11950 6338 0 -1 4202560 737 0 0 0 75 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600103607336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11960] ppid=11947 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/11950/task/11960/stat : 11960 (java) S 11947 11950 6338 0 -1 4202560 514 0 0 0 74 20 0 0 20 0 22 0 4704794 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600102554536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11961] ppid=11947 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/11950/task/11961/stat : 11961 (java) S 11947 11950 6338 0 -1 4202560 1856 0 0 0 156 2 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600090142952 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11962] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11962/stat : 11962 (java) S 11947 11950 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600089089016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11963] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11963/stat : 11963 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704795 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600088036616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11964] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11964/stat : 11964 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600086985104 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11965] ppid=11947 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/11950/task/11965/stat : 11965 (java) S 11947 11950 6338 0 -1 4202560 9322 0 0 0 112 2 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600085932728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11950/tid=11966] ppid=11947 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11950/task/11966/stat : 11966 (java) S 11947 11950 6338 0 -1 4202560 5458 0 0 0 73 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600084879928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11967] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11967/stat : 11967 (java) S 11947 11950 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600083827832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11968] ppid=11947 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/11950/task/11968/stat : 11968 (java) S 11947 11950 6338 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 4704798 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600082775240 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11971] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11971/stat : 11971 (java) S 11947 11950 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4704816 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600079615144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11950/tid=11985] ppid=11947 vsize=9824732 CPUtime=892.19 cores=1,3,5,7
/proc/11950/task/11985/stat : 11985 (java) R 11947 11950 6338 0 -1 4202560 45 0 0 0 89201 18 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600078552928 140600133870295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11950/tid=11986] ppid=11947 vsize=9824732 CPUtime=892.2 cores=1,3,5,7
/proc/11950/task/11986/stat : 11986 (java) R 11947 11950 6338 0 -1 4202560 1204 0 0 0 89174 46 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600080664448 140600134449552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11950/tid=11987] ppid=11947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11950/task/11987/stat : 11987 (java) S 11947 11950 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4705068 10060525568 857641 33554432000 1073741824 1073778376 140733221484272 140600081720488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11950 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=517343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=432630
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.97
CPU time (s): 1800.04
CPU user time (s): 1798.06
CPU system time (s): 1.98
CPU usage (%): 199.789
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.43263
maximum resident set size= 3430700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26340
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22143
involuntary context switches= 24513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54416 second user time and 7.66183 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-29 23:58:20
IDJOB=4118890
IDBENCH=111544
IDSOLVER=2543
FILE ID=node129/4118890-1467237500
RUNJOBID= node129-1467233815-9716
PBS_JOBID= 19997579
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0334-0334.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118890-1467237500/watcher-4118890-1467237500 -o /tmp/evaluation-result-4118890-1467237500/solver-4118890-1467237500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9716 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118890-1467237500.opb

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

MD5SUM BENCH= d676403c2473447aac5329bc65566c49
RANDOM SEED=1061802383

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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:        24223172 kB
Buffers:           91464 kB
Cached:          1784576 kB
SwapCached:            0 kB
Active:          4793248 kB
Inactive:        1580320 kB
Active(anon):    4500220 kB
Inactive(anon):        0 kB
Active(file):     293028 kB
Inactive(file):  1580320 kB
Unevictable:     1517236 kB
Mlocked:         1370068 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       6018828 kB
Mapped:            22220 kB
Shmem:               204 kB
Slab:             618336 kB
SReclaimable:      62404 kB
SUnreclaim:       555932 kB
KernelStack:        1608 kB
PageTables:        16528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6590464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4564992 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= 71600 MiB
End job on node129 at 2016-06-30 00:13:21