Trace number 4106716

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)-34 1800.76 893.068

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_4.opb
MD5SUM468c9636f2c99e512d4c3bca04b78033
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -42
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint106
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37458
Sum of products size (including duplicates)74916
Number of different products18729
Sum of products size37458

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106716-1466276063.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.52/1.04	c ... done. Wall clock time 0.931s.
2.52/1.04	c declared #vars     500
2.52/1.04	c internal #vars     19229
2.52/1.04	c #constraints  38458
2.52/1.04	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.52/1.04	c constraints type 
2.52/1.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18729
2.52/1.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 482
2.52/1.04	c org.sat4j.specs.Constr$1 => 512
2.52/1.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 6
2.52/1.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18729
2.52/1.04	c 38458 constraints processed.
2.52/1.04	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.52/1.04	c constraints type 
2.52/1.04	c org.sat4j.specs.Constr$1 => 512
2.52/1.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18729
2.52/1.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 482
2.52/1.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 6
2.52/1.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18729
2.52/1.04	c 38458 constraints processed.
2.52/1.04	c objective function length is 500 literals
3.67/1.38	c And the winner is solver0
4.04/1.55	c SATISFIABLE
4.04/1.55	c OPTIMIZING...
4.04/1.55	c Got one! Elapsed wall clock time (in seconds):1.436
4.04/1.55	o -26
4.24/1.67	c And the winner is solver0
4.77/2.05	c Got one! Elapsed wall clock time (in seconds):1.939
4.77/2.05	o -27
4.92/2.13	c And the winner is solver0
5.03/2.55	c Got one! Elapsed wall clock time (in seconds):2.441
5.03/2.55	o -28
5.57/2.78	c And the winner is solver1
5.76/3.05	c Got one! Elapsed wall clock time (in seconds):2.943
5.76/3.05	o -29
5.86/3.13	c And the winner is solver1
6.03/3.56	c Got one! Elapsed wall clock time (in seconds):3.445
6.03/3.56	o -30
7.39/4.28	c And the winner is solver1
7.55/4.56	c Got one! Elapsed wall clock time (in seconds):4.446
7.55/4.56	o -31
8.20/4.89	c cleaning 2845 clauses out of 5689 with flag 2205/5689
9.74/5.46	c And the winner is solver1
9.88/5.56	c Got one! Elapsed wall clock time (in seconds):5.448
9.88/5.56	o -32
11.45/6.32	c cleaning 4041 clauses out of 8090 with flag 7218/10935
14.60/7.89	c cleaning 5023 clauses out of 10048 with flag 21649/16934
18.53/9.76	c cleaning 6014 clauses out of 12028 with flag 37745/23937
23.37/12.04	c cleaning 7006 clauses out of 14011 with flag 56426/31934
24.77/12.71	c And the winner is solver1
24.80/13.06	c Got one! Elapsed wall clock time (in seconds):12.95
24.80/13.06	o -33
26.48/13.91	c cleaning 6410 clauses out of 12829 with flag 6974/37758
29.48/15.33	c And the winner is solver1
29.54/15.56	c Got one! Elapsed wall clock time (in seconds):15.452
29.54/15.56	o -34
32.64/17.11	c cleaning 8253 clauses out of 16506 with flag 11868/47845
36.05/18.87	c cleaning 7127 clauses out of 14253 with flag 26439/53845
40.04/20.84	c cleaning 7059 clauses out of 14127 with flag 43517/60846
44.94/23.19	c cleaning 7534 clauses out of 15067 with flag 63285/68845
49.92/25.69	c cleaning 8266 clauses out of 16534 with flag 85816/77846
56.84/28.95	c cleaning 9134 clauses out of 18268 with flag 112202/87846
63.44/32.27	c cleaning 10068 clauses out of 20135 with flag 140313/98847
70.84/35.93	c cleaning 11034 clauses out of 22068 with flag 168508/110848
81.43/41.47	c cleaning 12014 clauses out of 24034 with flag 200387/123848
91.83/46.66	c cleaning 13001 clauses out of 26018 with flag 235269/137846
101.89/51.66	c cleaning 14010 clauses out of 28019 with flag 273309/152848
109.70/55.53	c cleaning 15003 clauses out of 30006 with flag 306622/168845
118.24/59.71	c cleaning 16003 clauses out of 32006 with flag 341970/185848
126.84/64.07	c cleaning 17001 clauses out of 34002 with flag 379427/203847
136.59/68.85	c cleaning 18001 clauses out of 36002 with flag 419266/222848
146.07/73.56	c cleaning 18997 clauses out of 37998 with flag 460985/242845
157.47/79.15	c cleaning 19997 clauses out of 40002 with flag 504783/263846
169.27/85.01	c cleaning 21003 clauses out of 42006 with flag 550521/285847
183.20/92.33	c cleaning 21999 clauses out of 44001 with flag 598296/308845
196.47/99.00	c cleaning 23000 clauses out of 46002 with flag 647700/332845
210.87/106.17	c cleaning 24000 clauses out of 48003 with flag 699445/357846
223.98/112.69	c cleaning 0 clauses out of 5836 with flag 0/5837
226.44/113.78	c cleaning 25002 clauses out of 50004 with flag 753654/383847
243.00/121.97	c cleaning 26000 clauses out of 52000 with flag 810033/410845
260.39/130.59	c cleaning 27001 clauses out of 54001 with flag 867954/438846
280.43/140.46	c cleaning 27998 clauses out of 56000 with flag 928144/467846
299.83/150.15	c cleaning 28995 clauses out of 58002 with flag 990480/497846
320.16/160.21	c cleaning 30004 clauses out of 60008 with flag 1054695/528847
340.97/170.58	c cleaning 30997 clauses out of 62004 with flag 1121277/560847
365.11/183.11	c cleaning 32002 clauses out of 64006 with flag 1190165/593846
389.30/195.10	c cleaning 33002 clauses out of 66003 with flag 1260853/627845
415.06/207.90	c cleaning 34001 clauses out of 68001 with flag 1333473/662845
444.83/222.71	c cleaning 34993 clauses out of 70000 with flag 1408135/698845
473.45/236.95	c cleaning 36004 clauses out of 72007 with flag 1484858/735845
503.97/251.95	c cleaning 37002 clauses out of 74003 with flag 1563482/773845
537.78/268.55	c cleaning 37992 clauses out of 76002 with flag 1644952/812846
570.09/284.57	c cleaning 39002 clauses out of 78009 with flag 1728299/852845
605.57/301.94	c cleaning 40000 clauses out of 80008 with flag 1813245/893846
642.87/320.07	c cleaning 40997 clauses out of 82007 with flag 1900718/935845
682.05/339.37	c cleaning 41997 clauses out of 84010 with flag 1989885/978845
723.92/361.12	c cleaning 43000 clauses out of 86013 with flag 2080963/1022845
761.74/379.93	c cleaning 44008 clauses out of 88015 with flag 2174562/1067847
803.98/400.85	c cleaning 44995 clauses out of 90006 with flag 2269902/1113846
846.54/421.98	c cleaning 46003 clauses out of 92012 with flag 2367764/1160847
891.81/444.25	c cleaning 47001 clauses out of 94007 with flag 2467406/1208845
935.79/465.97	c cleaning 48002 clauses out of 96006 with flag 2569136/1257845
984.02/489.72	c cleaning 49003 clauses out of 98007 with flag 2673258/1307848
1006.99/500.95	c cleaning 0 clauses out of 11834 with flag 0/11835
1035.18/514.90	c cleaning 50001 clauses out of 100001 with flag 2778237/1358845
1090.68/541.91	c cleaning 50999 clauses out of 102002 with flag 2885647/1410847
1144.02/568.16	c cleaning 51994 clauses out of 104002 with flag 2995738/1463846
1202.69/598.25	c cleaning 53005 clauses out of 106011 with flag 3108506/1517849
1258.75/626.03	c cleaning 54001 clauses out of 108002 with flag 3222521/1572845
1318.24/655.35	c cleaning 55001 clauses out of 110001 with flag 3338039/1628845
1378.32/685.08	c cleaning 55998 clauses out of 112000 with flag 3456334/1685845
1438.78/714.84	c cleaning 57000 clauses out of 114003 with flag 3576962/1743846
1501.04/745.58	c cleaning 57995 clauses out of 116002 with flag 3698621/1802845
1565.44/777.11	c cleaning 59004 clauses out of 118007 with flag 3822712/1862845
1635.77/811.74	c cleaning 59999 clauses out of 120003 with flag 3949709/1923845
1711.64/849.23	c cleaning 60996 clauses out of 122004 with flag 4078914/1985845
1785.62/885.97	c cleaning 62005 clauses out of 124011 with flag 4209297/2048848
1800.05/893.00	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.05/893.00	c starts		: 2876
1800.05/893.00	c conflicts		: 2065393
1800.05/893.00	c decisions		: 3339170
1800.05/893.00	c propagations		: 13011798
1800.05/893.00	c inspects		: 8057060000
1800.05/893.00	c shortcuts		: 0
1800.05/893.00	c learnt literals	: 0
1800.05/893.00	c learnt binary clauses	: 0
1800.05/893.00	c learnt ternary clauses	: 0
1800.05/893.00	c learnt constraints	: 2065393
1800.05/893.00	c ignored constraints	: 0
1800.05/893.00	c root simplifications	: 0
1800.05/893.00	c removed literals (reason simplification)	: 74382569
1800.05/893.00	c reason swapping (by a shorter reason)	: 0
1800.05/893.00	c Calls to reduceDB	: 65
1800.05/893.00	c Number of update (reduction) of LBD	: 66338
1800.05/893.00	c Imported unit clauses	: 0
1800.05/893.00	c number of reductions to clauses (during analyze)	: 0
1800.05/893.00	c number of learned constraints concerned by reduction	: 0
1800.05/893.00	c number of learning phase by resolution	: 0
1800.05/893.00	c number of learning phase by cutting planes	: 0
1800.05/893.00	c speed (assignments/second)	: 14829.307597801782
1800.05/893.00	c non guided choices	0
1800.05/893.03	c learnt constraints type 
1800.05/893.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78551
1800.05/893.03	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.05/893.03	c starts		: 52
1800.05/893.03	c conflicts		: 15663
1800.05/893.03	c decisions		: 18146
1800.05/893.03	c propagations		: 343211
1800.05/893.03	c inspects		: 784261686
1800.05/893.03	c shortcuts		: 0
1800.05/893.03	c learnt literals	: 0
1800.05/893.03	c learnt binary clauses	: 0
1800.05/893.03	c learnt ternary clauses	: 0
1800.05/893.03	c learnt constraints	: 15662
1800.05/893.03	c ignored constraints	: 0
1800.05/893.03	c root simplifications	: 0
1800.05/893.03	c removed literals (reason simplification)	: 0
1800.05/893.03	c reason swapping (by a shorter reason)	: 0
1800.05/893.03	c Calls to reduceDB	: 2
1800.05/893.03	c Number of update (reduction) of LBD	: 0
1800.05/893.03	c Imported unit clauses	: 0
1800.05/893.03	c number of reductions to clauses (during analyze)	: 0
1800.05/893.03	c number of learned constraints concerned by reduction	: 0
1800.05/893.03	c number of learning phase by resolution	: 0
1800.05/893.03	c number of learning phase by cutting planes	: 0
1800.05/893.03	c speed (assignments/second)	: 385.42636424993066
1800.05/893.03	c non guided choices	0
1800.05/893.03	c learnt constraints type 
1800.05/893.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
1800.05/893.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15296
1800.05/893.03	s SATISFIABLE
1800.05/893.03	c Found 9 solution(s)
1800.05/893.03	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 x249 x250 -x251 -x252 -x253 x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 x423 -x424 x425 -x426 -x427 x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.05/893.03	c objective function=-34
1800.05/893.03	c Total wall clock time (in seconds): 892.924

Verifier Data

OK	-34

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-4106716-1466276063/watcher-4106716-1466276063 -o /tmp/evaluation-result-4106716-1466276063/solver-4106716-1466276063 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106716-1466276063.opb 

pid=10248
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.11 4.32 4.29 4/197 10251
/proc/meminfo: memFree=25353596/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 29653104 94019584 917 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 22954 917 697 9 0 16769 0
[pid=10251/tid=10252] ppid=10248 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) D 10248 10251 3621 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 29653105 94019584 917 33554432000 1073741824 1073778376 140737380690224 140533670714920 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.11 4.32 4.29 4/197 10251
/proc/meminfo: memFree=25353596/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 4449 0 1 0 9 1 0 0 20 0 18 0 29653104 9787879424 6078 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2389619 6078 2141 9 0 2380296 0
[pid=10251/tid=10252] ppid=10248 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) R 10248 10251 3621 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 29653105 9787879424 6078 33554432000 1073741824 1073778376 140737380690224 140533670718368 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 4.11 4.32 4.29 4/197 10251
/proc/meminfo: memFree=25353596/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 4608 0 1 0 23 1 0 0 20 0 18 0 29653104 9787879424 7231 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2389619 7231 2213 9 0 2380296 0
[pid=10251/tid=10252] ppid=10248 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) R 10248 10251 3621 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 29653105 9787879424 7231 33554432000 1073741824 1073778376 140737380690224 140533670718368 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300335 s]
/proc/loadavg: 4.11 4.32 4.29 4/197 10251
/proc/meminfo: memFree=25353596/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 5952 0 1 0 48 1 0 0 20 0 18 0 29653104 9787879424 8992 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2389619 8992 2240 9 0 2380296 0
[pid=10251/tid=10252] ppid=10248 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) R 10248 10251 3621 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 29653105 9787879424 8992 33554432000 1073741824 1073778376 140737380690224 140533670718368 140533494272266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700299 s]
/proc/loadavg: 4.11 4.32 4.29 4/197 10251
/proc/meminfo: memFree=25353596/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9558476 CPUtime=1.63 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 31341 0 1 0 157 6 0 0 20 0 18 0 29653104 9787879424 34722 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2389619 34722 2255 9 0 2380296 0
[pid=10251/tid=10252] ppid=10248 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) R 10248 10251 3621 0 -1 4202560 2431 0 1 0 66 1 0 0 20 0 18 0 29653105 9787879424 34722 33554432000 1073741824 1073778376 140737380690224 140533670711152 140533674005399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.11 4.32 4.29 7/217 10271
/proc/meminfo: memFree=25179864/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=4.04 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 34057 0 1 0 395 9 0 0 20 0 19 0 29653104 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 46536 2268 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2466 0 1 0 99 3 0 0 20 0 19 0 29653105 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29653106 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29653107 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29653107 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29653107 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653109 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12390 0 0 0 113 2 0 0 20 0 19 0 29653109 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) S 10248 10251 3621 0 -1 4202560 17884 0 0 0 111 4 0 0 20 0 19 0 29653109 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533488916664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653109 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10269/stat : 10269 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29653109 10060525568 46536 33554432000 1073741824 1073778376 140737380690224 140533486811976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10071 s]
/proc/loadavg: 4.11 4.32 4.29 3/216 10279
/proc/meminfo: memFree=25113564/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=5.86 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 34271 0 1 0 568 18 0 0 20 0 22 0 29653104 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 62008 2289 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2466 0 1 0 100 3 0 0 20 0 22 0 29653105 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29653106 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12393 0 0 0 149 2 0 0 20 0 22 0 29653109 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) R 10248 10251 3621 0 -1 4202560 17890 0 0 0 152 4 0 0 20 0 22 0 29653109 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533488916504 140533678458991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10269/stat : 10269 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 62008 33554432000 1073741824 1073778376 140737380690224 140533486811976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 3.94 4.28 4.28 3/216 10291
/proc/meminfo: memFree=24891268/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=11.45 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 35396 0 1 0 1103 42 0 0 20 0 22 0 29653104 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 123997 2296 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2466 0 1 0 100 3 0 0 20 0 22 0 29653105 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 116 0 0 0 9 4 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 84 0 0 0 7 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 227 0 0 0 6 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 22 0 29653106 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12484 0 0 0 179 2 0 0 20 0 22 0 29653109 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) S 10248 10251 3621 0 -1 4202560 17893 0 0 0 175 4 0 0 20 0 22 0 29653109 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533488916664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 123997 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.39 4.27 4.26 5/219 10508
/proc/meminfo: memFree=23734072/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=1657.22 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 46897 0 1 0 165436 286 0 0 20 0 22 0 29653104 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 1078254 2304 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2474 0 1 0 104 4 0 0 20 0 22 0 29653105 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=5.9 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 967 0 0 0 559 31 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=5.7 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 1094 0 0 0 538 32 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=5.78 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 1087 0 0 0 545 33 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=5.35 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 1009 0 0 0 513 22 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=5.69 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 625 0 0 0 547 22 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=5.45 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 835 0 0 0 523 22 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=5.86 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 935 0 0 0 560 26 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=5.82 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 937 0 0 0 559 23 0 0 20 0 22 0 29653106 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 3016 0 0 0 719 10 0 0 20 0 22 0 29653107 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12492 0 0 0 189 2 0 0 20 0 22 0 29653109 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) S 10248 10251 3621 0 -1 4202560 17907 0 0 0 225 4 0 0 20 0 22 0 29653109 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533488916664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/10251/task/10269/stat : 10269 (java) S 10248 10251 3621 0 -1 4202560 47 0 0 0 14 22 0 0 20 0 22 0 29653109 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533486811976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10282] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10282/stat : 10282 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29653360 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533482599208 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10298] ppid=10248 vsize=9824732 CPUtime=788.14 cores=1,3,5,7
/proc/10251/task/10298/stat : 10298 (java) R 10248 10251 3621 0 -1 4202560 23 0 0 0 78801 13 0 0 20 0 22 0 29654661 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533484702912 140533495704259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10299] ppid=10248 vsize=9824732 CPUtime=788.1 cores=1,3,5,7
/proc/10251/task/10299/stat : 10299 (java) R 10248 10251 3621 0 -1 4202560 994 0 0 0 78781 29 0 0 20 0 22 0 29654661 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533483649328 140533495574908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10300] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10300/stat : 10300 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29654661 10060525568 1078254 33554432000 1073741824 1073778376 140737380690224 140533485757480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1657.22
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.25 4.26 5/219 10510
/proc/meminfo: memFree=23696032/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=1778.44 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 46973 0 1 0 177554 290 0 0 20 0 22 0 29653104 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 1094104 2304 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2475 0 1 0 104 4 0 0 20 0 22 0 29653105 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=6.25 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 981 0 0 0 593 32 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 1100 0 0 0 577 33 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=6.09 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 1098 0 0 0 576 33 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=5.63 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 1015 0 0 0 541 22 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=6.05 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 629 0 0 0 583 22 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=5.71 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 840 0 0 0 548 23 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=6.1 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 943 0 0 0 584 26 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=6.17 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 940 0 0 0 593 24 0 0 20 0 22 0 29653106 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 3025 0 0 0 719 10 0 0 20 0 22 0 29653107 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12492 0 0 0 189 2 0 0 20 0 22 0 29653109 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) S 10248 10251 3621 0 -1 4202560 17907 0 0 0 225 4 0 0 20 0 22 0 29653109 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533488916664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/10251/task/10269/stat : 10269 (java) S 10248 10251 3621 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 29653109 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533486811976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10282] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10282/stat : 10282 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29653360 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533482599208 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10298] ppid=10248 vsize=9824732 CPUtime=847.47 cores=1,3,5,7
/proc/10251/task/10298/stat : 10298 (java) R 10248 10251 3621 0 -1 4202560 23 0 0 0 84733 14 0 0 20 0 22 0 29654661 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533484702912 140533495692093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10299] ppid=10248 vsize=9824732 CPUtime=847.41 cores=1,3,5,7
/proc/10251/task/10299/stat : 10299 (java) R 10248 10251 3621 0 -1 4202560 999 0 0 0 84711 30 0 0 20 0 22 0 29654661 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533483649472 140533495744639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10300] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10300/stat : 10300 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29654661 10060525568 1094104 33554432000 1073741824 1073778376 140737380690224 140533485757480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1778.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.001 s]
/proc/loadavg: 4.23 4.24 4.25 5/219 10510
/proc/meminfo: memFree=23705648/32872528 swapFree=1286400/1433568
[pid=10251] ppid=10248 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/10251/stat : 10251 (java) S 10248 10251 3621 0 -1 4202496 46996 0 1 0 179715 290 0 0 20 0 22 0 29653104 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140737380681360 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10251/statm: 2456183 1094126 2304 9 0 2446860 0
[pid=10251/tid=10252] ppid=10248 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10251/task/10252/stat : 10252 (java) S 10248 10251 3621 0 -1 4202560 2476 0 1 0 104 4 0 0 20 0 22 0 29653105 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533670720376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10254] ppid=10248 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/10251/task/10254/stat : 10254 (java) S 10248 10251 3621 0 -1 4202560 981 0 0 0 596 32 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533632211624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10255] ppid=10248 vsize=9824732 CPUtime=6.22 cores=1,3,5,7
/proc/10251/task/10255/stat : 10255 (java) S 10248 10251 3621 0 -1 4202560 1100 0 0 0 589 33 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533631159080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10256] ppid=10248 vsize=9824732 CPUtime=6.11 cores=1,3,5,7
/proc/10251/task/10256/stat : 10256 (java) S 10248 10251 3621 0 -1 4202560 1098 0 0 0 578 33 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533630106536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10257] ppid=10248 vsize=9824732 CPUtime=5.7 cores=1,3,5,7
/proc/10251/task/10257/stat : 10257 (java) S 10248 10251 3621 0 -1 4202560 1015 0 0 0 548 22 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533629053992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10251/tid=10258] ppid=10248 vsize=9824732 CPUtime=6.17 cores=1,3,5,7
/proc/10251/task/10258/stat : 10258 (java) S 10248 10251 3621 0 -1 4202560 629 0 0 0 595 22 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533628000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10259] ppid=10248 vsize=9824732 CPUtime=5.74 cores=1,3,5,7
/proc/10251/task/10259/stat : 10259 (java) S 10248 10251 3621 0 -1 4202560 840 0 0 0 551 23 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533626947880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10260] ppid=10248 vsize=9824732 CPUtime=6.18 cores=1,3,5,7
/proc/10251/task/10260/stat : 10260 (java) S 10248 10251 3621 0 -1 4202560 943 0 0 0 592 26 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533625895336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10261] ppid=10248 vsize=9824732 CPUtime=6.2 cores=1,3,5,7
/proc/10251/task/10261/stat : 10261 (java) S 10248 10251 3621 0 -1 4202560 940 0 0 0 596 24 0 0 20 0 22 0 29653106 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533624842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10262] ppid=10248 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/10251/task/10262/stat : 10262 (java) S 10248 10251 3621 0 -1 4202560 3047 0 0 0 719 10 0 0 20 0 22 0 29653107 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533494180456 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10263] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10263/stat : 10263 (java) S 10248 10251 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533493126776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10264] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10264/stat : 10264 (java) S 10248 10251 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29653107 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533492074120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10265] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10265/stat : 10265 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533491022864 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10266] ppid=10248 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/10251/task/10266/stat : 10266 (java) S 10248 10251 3621 0 -1 4202560 12492 0 0 0 189 2 0 0 20 0 22 0 29653109 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533489969208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10267] ppid=10248 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/10251/task/10267/stat : 10267 (java) S 10248 10251 3621 0 -1 4202560 17907 0 0 0 225 4 0 0 20 0 22 0 29653109 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533488916664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10268] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10268/stat : 10268 (java) S 10248 10251 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29653109 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533487864312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10269] ppid=10248 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/10251/task/10269/stat : 10269 (java) S 10248 10251 3621 0 -1 4202560 51 0 0 0 16 24 0 0 20 0 22 0 29653109 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533486811976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10282] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10282/stat : 10282 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29653360 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533482599208 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10251/tid=10298] ppid=10248 vsize=9824732 CPUtime=858.04 cores=1,3,5,7
/proc/10251/task/10298/stat : 10298 (java) R 10248 10251 3621 0 -1 4202560 23 0 0 0 85789 15 0 0 20 0 22 0 29654661 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533484702912 140533495495285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10251/tid=10299] ppid=10248 vsize=9824732 CPUtime=857.96 cores=1,3,5,7
/proc/10251/task/10299/stat : 10299 (java) R 10248 10251 3621 0 -1 4202560 999 0 0 0 85765 31 0 0 20 0 22 0 29654661 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533483649552 140533495744639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10251/tid=10300] ppid=10248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10251/task/10300/stat : 10300 (java) S 10248 10251 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29654661 10060525568 1094126 33554432000 1073741824 1073778376 140737380690224 140533485757480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 10251 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 893.068
CPU time (s): 1800.76
CPU user time (s): 1797.25
CPU system time (s): 3.51247
CPU usage (%): 201.638
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 3.51247
maximum resident set size= 4376616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47032
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24396
involuntary context switches= 37093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99409 second user time and 7.29289 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 20:54:23
IDJOB=4106716
IDBENCH=48202
IDSOLVER=2543
FILE ID=node130/4106716-1466276063
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106716-1466276063/watcher-4106716-1466276063 -o /tmp/evaluation-result-4106716-1466276063/solver-4106716-1466276063 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106716-1466276063.opb

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

MD5SUM BENCH= 468c9636f2c99e512d4c3bca04b78033
RANDOM SEED=659288230

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        25354240 kB
Buffers:           52520 kB
Cached:           170548 kB
SwapCached:         1872 kB
Active:          5166788 kB
Inactive:         169748 kB
Active(anon):    5113744 kB
Inactive(anon):     2212 kB
Active(file):      53044 kB
Inactive(file):   167536 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              1196 kB
Writeback:             0 kB
AnonPages:       6550524 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             602084 kB
SReclaimable:      45248 kB
SUnreclaim:       556836 kB
KernelStack:        1624 kB
PageTables:        17256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7048564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5171200 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= 71748 MiB
End job on node130 at 2016-06-18 21:09:17