Trace number 4081159

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 PB16OPT60 951.36 477.254

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.183971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
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 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081159-1465224956.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.27/0.29	c ... done. Wall clock time 0.188s.
0.27/0.29	c declared #vars     696
0.27/0.29	c #constraints  2096
0.50/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
0.50/0.30	c 2096 constraints processed.
0.50/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.50/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.50/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.50/0.30	c 2096 constraints processed.
0.50/0.30	c objective function length is 696 literals
1.27/0.51	c And the winner is solver1
1.57/0.80	c SATISFIABLE
1.57/0.80	c OPTIMIZING...
1.57/0.80	c Got one! Elapsed wall clock time (in seconds):0.693
1.57/0.80	o 70
1.89/0.95	c And the winner is solver1
2.31/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
2.31/1.30	o 68
2.31/1.37	c cleaning 3094 clauses out of 6194 with flag 2956/6194
2.99/1.54	c And the winner is solver1
3.36/1.81	c Got one! Elapsed wall clock time (in seconds):1.702
3.36/1.81	o 66
3.36/1.87	c cleaning 4379 clauses out of 8761 with flag 4210/11855
3.75/2.01	c And the winner is solver1
3.79/2.31	c Got one! Elapsed wall clock time (in seconds):2.207
3.79/2.31	o 64
3.97/2.42	c cleaning 5145 clauses out of 10292 with flag 7229/17765
4.38/2.67	c cleaning 5568 clauses out of 11150 with flag 30781/23768
5.43/3.16	c cleaning 6286 clauses out of 12578 with flag 56299/30764
6.31/3.58	c cleaning 7144 clauses out of 14293 with flag 88289/38765
7.61/4.12	c cleaning 8069 clauses out of 16149 with flag 126260/47765
8.86/4.74	c cleaning 9026 clauses out of 18081 with flag 163166/57767
9.26/4.92	c And the winner is solver1
9.33/5.32	c Got one! Elapsed wall clock time (in seconds):5.21
9.33/5.32	o 62
9.73/5.54	c cleaning 7425 clauses out of 14850 with flag 16051/63562
10.55/5.94	c cleaning 6700 clauses out of 13425 with flag 36468/69562
11.18/6.25	c cleaning 6854 clauses out of 13725 with flag 65234/76562
12.28/6.75	c cleaning 7428 clauses out of 14868 with flag 94528/84562
13.53/7.39	c cleaning 8209 clauses out of 16442 with flag 128072/93564
14.93/8.06	c cleaning 9106 clauses out of 18231 with flag 167650/103562
16.54/8.86	c cleaning 10057 clauses out of 20125 with flag 211826/114562
18.13/9.66	c cleaning 11032 clauses out of 22068 with flag 265408/126562
20.23/10.67	c cleaning 12014 clauses out of 24036 with flag 313237/139562
22.43/11.80	c cleaning 13003 clauses out of 26021 with flag 375638/153562
24.94/12.98	c cleaning 13999 clauses out of 28018 with flag 435418/168562
27.96/14.42	c cleaning 14996 clauses out of 30019 with flag 508803/184563
31.55/16.22	c cleaning 16009 clauses out of 32021 with flag 591593/201563
35.88/18.38	c cleaning 16997 clauses out of 34011 with flag 686316/219562
40.08/20.45	c cleaning 18002 clauses out of 36014 with flag 785526/238562
44.24/22.41	c And the winner is solver0
44.32/22.82	c Got one! Elapsed wall clock time (in seconds):22.714
44.32/22.82	o 60
45.48/23.46	c cleaning 19748 clauses out of 39507 with flag 20976/260057
46.67/24.03	c cleaning 12878 clauses out of 25759 with flag 45908/266057
48.11/24.71	c cleaning 9931 clauses out of 19880 with flag 76198/273056
49.51/25.48	c cleaning 8966 clauses out of 17948 with flag 111781/281055
51.10/26.26	c cleaning 8981 clauses out of 17983 with flag 151912/290056
53.10/27.24	c cleaning 9495 clauses out of 19003 with flag 203292/300057
54.90/28.19	c cleaning 10247 clauses out of 20506 with flag 247396/311055
57.66/29.40	c cleaning 11124 clauses out of 22259 with flag 293482/323055
60.06/30.66	c cleaning 12062 clauses out of 24135 with flag 344344/336055
63.06/32.10	c cleaning 13027 clauses out of 26073 with flag 412649/350055
66.06/33.64	c cleaning 14012 clauses out of 28047 with flag 485870/365056
69.76/35.45	c cleaning 15005 clauses out of 30035 with flag 560719/381056
73.39/37.29	c cleaning 16010 clauses out of 32029 with flag 632235/398055
77.58/39.30	c cleaning 17010 clauses out of 34021 with flag 710726/416057
82.18/41.65	c cleaning 18003 clauses out of 36010 with flag 784029/435056
86.78/43.99	c cleaning 19002 clauses out of 38006 with flag 863332/455055
92.48/46.77	c cleaning 19999 clauses out of 40004 with flag 964162/476055
97.68/49.32	c cleaning 21001 clauses out of 42006 with flag 1056334/498056
103.49/52.25	c cleaning 21998 clauses out of 44004 with flag 1157124/521055
109.61/55.21	c cleaning 22998 clauses out of 46007 with flag 1270227/545056
116.03/58.49	c cleaning 24001 clauses out of 48008 with flag 1381562/570055
122.81/61.82	c cleaning 25000 clauses out of 50010 with flag 1493106/596058
130.42/65.62	c cleaning 25999 clauses out of 52007 with flag 1604169/623055
138.72/69.77	c cleaning 27004 clauses out of 54008 with flag 1731456/651055
147.52/74.11	c cleaning 27994 clauses out of 56005 with flag 1871699/680056
156.43/78.50	c cleaning 29001 clauses out of 58010 with flag 2014633/710055
165.23/82.93	c cleaning 30001 clauses out of 60009 with flag 2157451/741055
175.95/88.67	c cleaning 31001 clauses out of 62009 with flag 2306421/773056
186.73/94.08	c cleaning 32000 clauses out of 64007 with flag 2463933/806055
198.16/99.78	c cleaning 33002 clauses out of 66007 with flag 2641045/840055
209.36/105.36	c cleaning 33996 clauses out of 68005 with flag 2806968/875055
220.43/110.84	c cleaning 35000 clauses out of 70009 with flag 2966289/911055
233.03/117.18	c cleaning 36005 clauses out of 72010 with flag 3150744/948056
246.97/124.01	c cleaning 36999 clauses out of 74004 with flag 3320088/986055
260.57/130.85	c cleaning 37995 clauses out of 76006 with flag 3524674/1025056
276.51/138.71	c cleaning 38993 clauses out of 78010 with flag 3725279/1065055
292.60/146.72	c cleaning 40005 clauses out of 80017 with flag 3913256/1106055
308.60/154.79	c cleaning 41000 clauses out of 82013 with flag 4107400/1148056
323.53/162.16	c cleaning 41999 clauses out of 84012 with flag 4307167/1191055
339.92/170.32	c cleaning 43002 clauses out of 86014 with flag 4525075/1235056
356.72/178.76	c cleaning 43999 clauses out of 88011 with flag 4766421/1280055
375.54/188.12	c cleaning 44999 clauses out of 90014 with flag 5025169/1326057
397.01/198.86	c cleaning 46004 clauses out of 92013 with flag 5300847/1373055
416.30/208.49	c cleaning 46998 clauses out of 94009 with flag 5521859/1421055
435.70/218.17	c cleaning 47999 clauses out of 96011 with flag 5755776/1470055
454.99/227.71	c cleaning 48994 clauses out of 98012 with flag 5989206/1520055
473.17/236.85	c cleaning 50005 clauses out of 100018 with flag 6197784/1571055
494.92/247.62	c cleaning 51001 clauses out of 102014 with flag 6449816/1623056
516.50/258.41	c cleaning 52005 clauses out of 104013 with flag 6658983/1676056
537.82/269.07	c cleaning 53002 clauses out of 106008 with flag 6908280/1730057
561.82/281.01	c cleaning 53996 clauses out of 108004 with flag 7180598/1785055
586.52/293.39	c cleaning 55000 clauses out of 110008 with flag 7504260/1841055
611.72/305.96	c cleaning 55997 clauses out of 112009 with flag 7772551/1898056
636.90/318.59	c cleaning 57001 clauses out of 114010 with flag 8006336/1956055
662.71/331.48	c cleaning 57997 clauses out of 116009 with flag 8268569/2015055
691.34/346.10	c cleaning 58998 clauses out of 118012 with flag 8558635/2075055
719.34/360.04	c cleaning 60003 clauses out of 120015 with flag 8802810/2136056
749.86/375.26	c cleaning 60998 clauses out of 122011 with flag 9092642/2198055
780.45/390.56	c cleaning 61999 clauses out of 124013 with flag 9422200/2261056
783.81/392.11	c cleaning 0 clauses out of 6322 with flag 0/6323
812.29/406.12	c cleaning 62999 clauses out of 126013 with flag 9716802/2325055
844.82/422.35	c cleaning 64001 clauses out of 128015 with flag 10069748/2390056
874.81/437.33	c cleaning 65003 clauses out of 130014 with flag 10401989/2456056
905.96/452.81	c cleaning 66004 clauses out of 132011 with flag 10695897/2523057
940.37/469.98	c cleaning 66994 clauses out of 134002 with flag 10999618/2591056
946.97/473.22	c And the winner is solver0
951.16/477.23	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
951.16/477.23	c starts		: 10165
951.16/477.23	c conflicts		: 2608867
951.16/477.23	c decisions		: 2960921
951.16/477.23	c propagations		: 168092078
951.16/477.23	c inspects		: 7035466376
951.16/477.23	c shortcuts		: 0
951.16/477.23	c learnt literals	: 25
951.16/477.23	c learnt binary clauses	: 244
951.16/477.23	c learnt ternary clauses	: 1530
951.16/477.23	c learnt constraints	: 2608841
951.16/477.23	c ignored constraints	: 0
951.16/477.23	c root simplifications	: 0
951.16/477.23	c removed literals (reason simplification)	: 87536900
951.16/477.23	c reason swapping (by a shorter reason)	: 0
951.16/477.23	c Calls to reduceDB	: 87
951.16/477.23	c Number of update (reduction) of LBD	: 270967
951.16/477.23	c Imported unit clauses	: 0
951.16/477.23	c number of reductions to clauses (during analyze)	: 0
951.16/477.23	c number of learned constraints concerned by reduction	: 0
951.16/477.23	c number of learning phase by resolution	: 0
951.16/477.23	c number of learning phase by cutting planes	: 0
951.16/477.23	c speed (assignments/second)	: 356191.42854115675
951.16/477.23	c non guided choices	274
951.16/477.23	c learnt constraints type 
951.16/477.23	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
951.16/477.23	c starts		: 38
951.16/477.23	c conflicts		: 6551
951.16/477.23	c decisions		: 33881
951.16/477.23	c propagations		: 428956
951.16/477.23	c inspects		: 129457257
951.16/477.23	c shortcuts		: 0
951.16/477.23	c learnt literals	: 0
951.16/477.23	c learnt binary clauses	: 0
951.16/477.23	c learnt ternary clauses	: 3
951.16/477.23	c learnt constraints	: 6549
951.16/477.23	c ignored constraints	: 0
951.16/477.23	c root simplifications	: 0
951.16/477.23	c removed literals (reason simplification)	: 0
951.16/477.23	c reason swapping (by a shorter reason)	: 0
951.16/477.23	c Calls to reduceDB	: 1
951.16/477.23	c Number of update (reduction) of LBD	: 0
951.16/477.23	c Imported unit clauses	: 0
951.16/477.23	c number of reductions to clauses (during analyze)	: 0
951.16/477.23	c number of learned constraints concerned by reduction	: 0
951.16/477.23	c number of learning phase by resolution	: 0
951.16/477.23	c number of learning phase by cutting planes	: 0
951.16/477.23	c speed (assignments/second)	: 943.9865847727488
951.16/477.23	c non guided choices	0
951.16/477.23	c learnt constraints type 
951.16/477.23	s OPTIMUM FOUND
951.16/477.23	c Found 6 solution(s)
951.16/477.24	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 -x695 -x696 
951.16/477.24	c objective function=60
951.16/477.24	c Total wall clock time (in seconds): 477.131

Verifier Data

OK	60

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-4081159-1465224956/watcher-4081159-1465224956 -o /tmp/evaluation-result-4081159-1465224956/solver-4081159-1465224956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081159-1465224956.opb 

pid=9677
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.63 4.41 4.29 4/199 9680
/proc/meminfo: memFree=27423028/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 104428359 98570240 977 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 24065 977 744 9 0 16771 0
[pid=9680/tid=9681] ppid=9677 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104428359 98570240 977 33554432000 1073741824 1073778376 140736222007792 140619624906280 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 4.63 4.41 4.29 4/199 9680
/proc/meminfo: memFree=27423028/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 4488 0 1 0 9 2 0 0 20 0 18 0 104428359 9787879424 6128 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2389619 6128 2156 9 0 2380296 0
[pid=9680/tid=9681] ppid=9677 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 104428359 9787879424 6128 33554432000 1073741824 1073778376 140736222007792 140619624909728 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 4.63 4.41 4.29 4/199 9680
/proc/meminfo: memFree=27423028/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 4705 0 1 0 25 2 0 0 20 0 18 0 104428359 9787879424 6778 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2389619 6778 2215 9 0 2380296 0
[pid=9680/tid=9681] ppid=9677 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 104428359 9787879424 6778 33554432000 1073741824 1073778376 140736222007792 140619624895552 140619460717616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300311 s]
/proc/loadavg: 4.63 4.41 4.29 4/199 9680
/proc/meminfo: memFree=27423028/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 5875 0 1 0 48 2 0 0 20 0 18 0 104428359 9787879424 9614 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2389619 9614 2240 9 0 2380296 0
[pid=9680/tid=9681] ppid=9677 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 104428359 9787879424 9614 33554432000 1073741824 1073778376 140736222007792 140619624895552 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700282 s]
/proc/loadavg: 4.63 4.41 4.29 4/199 9680
/proc/meminfo: memFree=27423028/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 14274 0 1 0 152 5 0 0 20 0 19 0 104428359 10060525568 15359 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 15359 2258 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) S 9677 9680 8273 0 -1 4202560 2418 0 1 0 26 2 0 0 20 0 19 0 104428359 10060525568 15359 33554432000 1073741824 1073778376 140736222007792 140619624911736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.58 4.41 4.29 3/218 9705
/proc/meminfo: memFree=27348664/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 17926 0 1 0 290 9 0 0 20 0 22 0 104428359 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 31776 2272 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) S 9677 9680 8273 0 -1 4202560 2418 0 1 0 27 2 0 0 20 0 22 0 104428359 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619624911736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104428361 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 6158 0 0 0 71 0 0 0 20 0 22 0 104428364 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) R 9677 9680 8273 0 -1 4202560 7977 0 0 0 84 0 0 0 20 0 22 0 104428364 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140618704601384 140619627817048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9702] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9702/stat : 9702 (java) S 9677 9680 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104428390 10060525568 31776 33554432000 1073741824 1073778376 140736222007792 140618698290472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.58 4.41 4.29 3/218 9711
/proc/meminfo: memFree=27254108/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=5.43 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 20042 0 1 0 530 13 0 0 20 0 22 0 104428359 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 47687 2285 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) S 9677 9680 8273 0 -1 4202560 2420 0 1 0 27 2 0 0 20 0 22 0 104428359 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619624911736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104428360 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104428361 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 6164 0 0 0 80 0 0 0 20 0 22 0 104428364 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) S 9677 9680 8273 0 -1 4202560 10007 0 0 0 111 1 0 0 20 0 22 0 104428364 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140618704607544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9702] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9702/stat : 9702 (java) S 9677 9680 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104428390 10060525568 47687 33554432000 1073741824 1073778376 140736222007792 140618698290472 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.45 4.38 4.28 6/221 9717
/proc/meminfo: memFree=27178152/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=11.39 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 20634 0 1 0 1114 25 0 0 20 0 22 0 104428359 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 81353 2287 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) S 9677 9680 8273 0 -1 4202560 2420 0 1 0 28 2 0 0 20 0 22 0 104428359 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619624911736 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 111 0 0 0 3 1 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 73 0 0 0 3 0 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 110 0 0 0 2 2 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 97 0 0 0 4 2 0 0 20 0 22 0 104428360 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104428361 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104428362 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104428364 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 6164 0 0 0 82 0 0 0 20 0 22 0 104428364 10060525568 81353 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.3 cores=0,2,4,6

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

[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 440 0 0 0 83 12 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 68 12 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 389 0 0 0 95 14 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 439 0 0 0 101 17 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 513 0 0 0 105 17 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 426 0 0 0 85 13 0 0 20 0 19 0 104428360 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 2258 0 0 0 169 4 0 0 20 0 19 0 104428361 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 12268 0 0 0 135 2 0 0 20 0 19 0 104428364 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) S 9677 9680 8273 0 -1 4202560 10017 0 0 0 141 2 0 0 20 0 19 0 104428364 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140618704607544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 27 0 0 0 5 8 0 0 20 0 19 0 104428364 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9717] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9717/stat : 9717 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104428891 10060525568 829226 33554432000 1073741824 1073778376 140736222007792 140618699343272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 949.17
Current children cumulated vsize (KiB) 9824732

[startup+476.001 s]
/proc/loadavg: 4.58 4.32 4.26 4/218 9945
/proc/meminfo: memFree=25051796/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=949.96 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 32944 0 1 0 94811 185 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 829210 2295 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2426 0 1 0 284 3 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619624911496 140619462034160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 290 0 0 0 88 11 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 97 15 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 440 0 0 0 83 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 68 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 389 0 0 0 95 14 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 439 0 0 0 101 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 513 0 0 0 105 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 426 0 0 0 85 13 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 2258 0 0 0 169 4 0 0 20 0 19 0 104428361 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 12268 0 0 0 135 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) S 9677 9680 8273 0 -1 4202560 10017 0 0 0 141 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618704607544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 27 0 0 0 5 8 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9717] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9717/stat : 9717 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104428891 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618699343272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 949.96
Current children cumulated vsize (KiB) 9824732

[startup+476.801 s]
/proc/loadavg: 4.46 4.29 4.26 4/218 9945
/proc/meminfo: memFree=25051796/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=950.76 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 32944 0 1 0 94891 185 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 829210 2295 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2426 0 1 0 364 3 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619624911496 140619462034214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 290 0 0 0 88 11 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 97 15 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 440 0 0 0 83 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 68 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 389 0 0 0 95 14 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 439 0 0 0 101 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 513 0 0 0 105 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 426 0 0 0 85 13 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 2258 0 0 0 169 4 0 0 20 0 19 0 104428361 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 12268 0 0 0 135 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) S 9677 9680 8273 0 -1 4202560 10017 0 0 0 141 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618704607544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 27 0 0 0 5 8 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9717] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9717/stat : 9717 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104428891 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618699343272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 950.76
Current children cumulated vsize (KiB) 9824732

[startup+477.201 s]
/proc/loadavg: 4.46 4.29 4.26 4/218 9945
/proc/meminfo: memFree=25051796/32872528 swapFree=15540/1663004
[pid=9680] ppid=9677 vsize=9824732 CPUtime=951.16 cores=0,2,4,6
/proc/9680/stat : 9680 (java) S 9677 9680 8273 0 -1 4202496 32946 0 1 0 94931 185 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140736221998928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9680/statm: 2456183 829210 2295 9 0 2446860 0
[pid=9680/tid=9681] ppid=9677 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/9680/task/9681/stat : 9681 (java) R 9677 9680 8273 0 -1 4202560 2426 0 1 0 404 3 0 0 20 0 19 0 104428359 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619624911496 140619460908982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9683] ppid=9677 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/9680/task/9683/stat : 9683 (java) S 9677 9680 8273 0 -1 4202560 290 0 0 0 88 11 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619586403368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9684] ppid=9677 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/9680/task/9684/stat : 9684 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 97 15 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619585350568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9685] ppid=9677 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/9680/task/9685/stat : 9685 (java) S 9677 9680 8273 0 -1 4202560 440 0 0 0 83 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619584297768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9686] ppid=9677 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/9680/task/9686/stat : 9686 (java) S 9677 9680 8273 0 -1 4202560 385 0 0 0 68 12 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619583244968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9687] ppid=9677 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/9680/task/9687/stat : 9687 (java) S 9677 9680 8273 0 -1 4202560 389 0 0 0 95 14 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619582192168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9688] ppid=9677 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/9680/task/9688/stat : 9688 (java) S 9677 9680 8273 0 -1 4202560 439 0 0 0 101 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619581139368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9689] ppid=9677 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/9680/task/9689/stat : 9689 (java) S 9677 9680 8273 0 -1 4202560 513 0 0 0 105 17 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619580086568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9690] ppid=9677 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/9680/task/9690/stat : 9690 (java) S 9677 9680 8273 0 -1 4202560 426 0 0 0 85 13 0 0 20 0 19 0 104428360 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619460634792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9691] ppid=9677 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9680/task/9691/stat : 9691 (java) S 9677 9680 8273 0 -1 4202560 2258 0 0 0 169 4 0 0 20 0 19 0 104428361 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619448437736 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9692] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9692/stat : 9692 (java) S 9677 9680 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619447383800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9693] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9693/stat : 9693 (java) S 9677 9680 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104428362 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619446330888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9694] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9694/stat : 9694 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140619445279376 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9680/tid=9695] ppid=9677 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/9680/task/9695/stat : 9695 (java) S 9677 9680 8273 0 -1 4202560 12268 0 0 0 135 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618705660344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9680/tid=9696] ppid=9677 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/9680/task/9696/stat : 9696 (java) S 9677 9680 8273 0 -1 4202560 10017 0 0 0 141 2 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618704607544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9697] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9697/stat : 9697 (java) S 9677 9680 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618703554936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9680/tid=9698] ppid=9677 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9680/task/9698/stat : 9698 (java) S 9677 9680 8273 0 -1 4202560 29 0 0 0 5 8 0 0 20 0 19 0 104428364 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618702502344 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9680/tid=9717] ppid=9677 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9680/task/9717/stat : 9717 (java) S 9677 9680 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104428891 10060525568 829210 33554432000 1073741824 1073778376 140736222007792 140618699343272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 951.16
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 477.254
CPU time (s): 951.36
CPU user time (s): 949.327
CPU system time (s): 2.03369
CPU usage (%): 199.34
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 949.327
system time used= 2.03369
maximum resident set size= 3367548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32954
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12451
involuntary context switches= 12480

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2915 second user time and 4.37434 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 16:55:56
IDJOB=4081159
IDBENCH=2028
IDSOLVER=2543
FILE ID=node134/4081159-1465224956
RUNJOBID= node134-1465220363-8289
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081159-1465224956/watcher-4081159-1465224956 -o /tmp/evaluation-result-4081159-1465224956/solver-4081159-1465224956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081159-1465224956.opb

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=1355829598

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.403
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:        27423564 kB
Buffers:           15736 kB
Cached:            82100 kB
SwapCached:         1820 kB
Active:          3036604 kB
Inactive:          40124 kB
Active(anon):    2980232 kB
Inactive(anon):     1036 kB
Active(file):      56372 kB
Inactive(file):    39088 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098276 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       4665848 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             566540 kB
SReclaimable:      10204 kB
SUnreclaim:       556336 kB
KernelStack:        1800 kB
PageTables:        13116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4829856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4601856 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= 71732 MiB
End job on node134 at 2016-06-06 17:03:53