Trace number 4102970

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)235 1800.85 900.862

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
MD5SUMf7c5bacdcc30466dd8339bd5adcf7c5b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark34.7437
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 235
Optimality of the best value was proved YES
Number of variables534
Total number of constraints3013
Number of constraints which are clauses3013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 534
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 534
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version PB16.v20160501
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		501472288
0.08/0.11	c Max memory 		7480803328
0.08/0.11	c Total memory 		504102912
0.08/0.11	c Number of processors 	8
0.08/0.14	c Pseudo Boolean Optimization by upper bound
0.08/0.14	c ManyCore solver with 2 solvers running in parallel
0.08/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Glucose 2.1 dynamic restart strategy
0.08/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-4102970-1466218820.opb
0.08/0.14	c reading problem ... 
0.08/0.14	c  objective function found
0.51/0.35	c ... done. Wall clock time 0.216s.
0.51/0.35	c declared #vars     534
0.51/0.35	c #constraints  3013
0.51/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2763
0.51/0.36	c 3013 constraints processed.
0.51/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2763
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
0.51/0.36	c 3013 constraints processed.
0.51/0.36	c objective function length is 534 literals
0.77/0.40	c And the winner is solver0
0.90/0.86	c SATISFIABLE
0.90/0.86	c OPTIMIZING...
0.90/0.86	c Got one! Elapsed wall clock time (in seconds):0.723
0.90/0.86	o 265
0.90/0.88	c And the winner is solver0
1.00/1.37	c Got one! Elapsed wall clock time (in seconds):1.228
1.00/1.37	o 264
1.00/1.37	c And the winner is solver0
1.02/1.87	c Got one! Elapsed wall clock time (in seconds):1.732
1.02/1.87	o 250
1.51/2.00	c And the winner is solver0
2.00/2.38	c Got one! Elapsed wall clock time (in seconds):2.238
2.00/2.38	o 249
2.08/2.42	c And the winner is solver0
2.31/2.88	c Got one! Elapsed wall clock time (in seconds):2.74
2.31/2.88	o 248
2.59/3.07	c And the winner is solver0
2.83/3.38	c Got one! Elapsed wall clock time (in seconds):3.243
2.83/3.38	o 247
2.83/3.40	c And the winner is solver1
2.89/3.88	c Got one! Elapsed wall clock time (in seconds):3.745
2.89/3.88	o 237
3.45/4.11	c And the winner is solver1
3.48/4.38	c Got one! Elapsed wall clock time (in seconds):4.247
3.48/4.38	o 236
3.52/4.49	c cleaning 3339 clauses out of 6697 with flag 2925/6697
4.62/4.97	c And the winner is solver0
4.79/5.39	c Got one! Elapsed wall clock time (in seconds):5.249
4.79/5.39	o 235
5.96/5.92	c cleaning 6822 clauses out of 13677 with flag 12314/17016
7.29/6.56	c cleaning 6405 clauses out of 12856 with flag 30154/23017
8.58/7.18	c cleaning 6711 clauses out of 13450 with flag 46692/30016
10.21/7.92	c cleaning 7363 clauses out of 14739 with flag 74539/38016
12.01/8.83	c cleaning 8185 clauses out of 16376 with flag 95327/47016
14.34/10.00	c cleaning 9092 clauses out of 18192 with flag 118477/57017
16.64/11.09	c cleaning 10042 clauses out of 20100 with flag 147393/68017
19.06/12.21	c cleaning 11025 clauses out of 22058 with flag 176787/80017
21.67/13.53	c cleaning 12013 clauses out of 24034 with flag 206406/93018
24.53/14.98	c cleaning 13012 clauses out of 26024 with flag 238996/107021
28.00/16.62	c cleaning 14004 clauses out of 28013 with flag 273207/122022
31.39/18.40	c cleaning 15000 clauses out of 30003 with flag 309144/138016
35.19/20.23	c cleaning 15997 clauses out of 32004 with flag 347495/155017
39.24/22.24	c cleaning 17003 clauses out of 34006 with flag 387615/173016
43.64/24.43	c cleaning 18002 clauses out of 36003 with flag 429842/192016
48.66/26.99	c cleaning 18996 clauses out of 38001 with flag 476312/212016
54.48/29.80	c cleaning 20000 clauses out of 40006 with flag 523356/233017
60.72/33.00	c cleaning 20999 clauses out of 42007 with flag 573120/255018
67.72/36.49	c cleaning 21991 clauses out of 44007 with flag 624995/278017
74.90/40.02	c cleaning 23002 clauses out of 46015 with flag 678413/302016
82.17/43.68	c cleaning 24000 clauses out of 48013 with flag 736291/327016
89.37/47.23	c cleaning 24995 clauses out of 50013 with flag 797062/353016
96.48/50.75	c cleaning 26005 clauses out of 52018 with flag 856345/380016
104.66/54.84	c cleaning 27003 clauses out of 54013 with flag 917651/408016
113.74/59.30	c cleaning 28005 clauses out of 56011 with flag 981576/437017
122.81/63.82	c cleaning 29002 clauses out of 58006 with flag 1049777/467017
133.00/68.94	c cleaning 30002 clauses out of 60004 with flag 1118039/498017
143.68/74.24	c cleaning 30999 clauses out of 62002 with flag 1190445/530017
155.12/79.98	c cleaning 31991 clauses out of 64003 with flag 1260608/563017
167.18/85.98	c cleaning 33000 clauses out of 66011 with flag 1336466/597016
179.61/92.19	c cleaning 34006 clauses out of 68012 with flag 1414517/632017
192.64/98.69	c cleaning 35003 clauses out of 70005 with flag 1494050/668016
206.49/105.53	c cleaning 35997 clauses out of 72002 with flag 1576072/705016
219.19/111.90	c cleaning 37001 clauses out of 74006 with flag 1657909/743017
234.02/119.24	c cleaning 38001 clauses out of 76004 with flag 1742827/782016
251.70/128.08	c cleaning 39001 clauses out of 78004 with flag 1831657/822017
267.37/135.85	c cleaning 40001 clauses out of 80003 with flag 1921564/863017
284.43/144.38	c cleaning 40998 clauses out of 82002 with flag 2016894/905017
302.51/153.33	c cleaning 42002 clauses out of 84004 with flag 2111806/948017
320.20/162.14	c cleaning 42996 clauses out of 86002 with flag 2209180/992017
339.13/171.57	c cleaning 43996 clauses out of 88005 with flag 2307162/1037016
360.46/182.14	c cleaning 44996 clauses out of 90010 with flag 2407483/1083017
378.30/191.04	c cleaning 46007 clauses out of 92014 with flag 2511940/1130017
399.17/201.73	c cleaning 46996 clauses out of 94006 with flag 2617153/1178016
421.48/212.85	c cleaning 47998 clauses out of 96011 with flag 2725388/1227017
425.11/214.69	c cleaning 0 clauses out of 5395 with flag 0/5401
446.34/225.07	c cleaning 49001 clauses out of 98014 with flag 2834568/1277018
472.80/238.25	c cleaning 50006 clauses out of 100011 with flag 2946721/1328016
501.10/252.38	c cleaning 51001 clauses out of 102005 with flag 3059112/1380016
528.65/266.02	c cleaning 52001 clauses out of 104004 with flag 3176118/1433016
556.57/279.92	c cleaning 52995 clauses out of 106004 with flag 3294674/1487017
582.46/292.87	c cleaning 54003 clauses out of 108008 with flag 3415002/1542016
610.39/306.73	c cleaning 54995 clauses out of 110005 with flag 3535699/1598016
642.51/323.01	c cleaning 56004 clauses out of 112011 with flag 3656540/1655017
672.21/337.83	c cleaning 57003 clauses out of 114006 with flag 3782834/1713016
703.49/353.47	c cleaning 58002 clauses out of 116003 with flag 3909829/1772016
734.65/368.97	c cleaning 58987 clauses out of 118001 with flag 4043737/1832016
763.36/383.21	c cleaning 60002 clauses out of 120014 with flag 4180469/1893016
795.25/399.10	c cleaning 61001 clauses out of 122017 with flag 4317471/1955021
831.22/417.09	c cleaning 62003 clauses out of 124011 with flag 4459059/2018016
867.20/434.92	c cleaning 62998 clauses out of 126009 with flag 4600216/2082017
899.54/451.08	c cleaning 63999 clauses out of 128011 with flag 4743002/2147017
925.47/463.90	c cleaning 64992 clauses out of 130012 with flag 4887193/2213017
956.16/479.22	c cleaning 66002 clauses out of 132019 with flag 5037491/2280016
988.72/495.42	c cleaning 67000 clauses out of 134020 with flag 5186298/2348019
1019.84/510.92	c cleaning 68002 clauses out of 136018 with flag 5339817/2417017
1056.20/529.01	c cleaning 69006 clauses out of 138016 with flag 5496611/2487017
1091.34/546.99	c cleaning 70000 clauses out of 140010 with flag 5654185/2558017
1129.95/566.14	c cleaning 71001 clauses out of 142014 with flag 5816679/2630021
1171.30/586.72	c cleaning 72001 clauses out of 144008 with flag 5978910/2703016
1208.69/605.33	c cleaning 73001 clauses out of 146008 with flag 6141200/2777017
1247.66/624.75	c cleaning 73995 clauses out of 148008 with flag 6305106/2852018
1286.04/643.83	c cleaning 74998 clauses out of 150012 with flag 6470055/2928017
1327.20/664.38	c cleaning 76004 clauses out of 152014 with flag 6641311/3005017
1370.44/685.83	c cleaning 77000 clauses out of 154009 with flag 6812944/3083016
1416.22/708.67	c cleaning 77998 clauses out of 156009 with flag 6984993/3162016
1460.98/731.51	c cleaning 79005 clauses out of 158015 with flag 7163793/3242020
1498.99/750.43	c cleaning 79999 clauses out of 160007 with flag 7362136/3323017
1532.08/766.91	c cleaning 80994 clauses out of 162007 with flag 7557638/3405016
1570.96/786.36	c cleaning 82005 clauses out of 164019 with flag 7747868/3488022
1611.59/806.67	c cleaning 83004 clauses out of 166009 with flag 7932127/3572017
1650.45/826.06	c cleaning 83999 clauses out of 168005 with flag 8122510/3657017
1690.64/846.13	c cleaning 84996 clauses out of 170006 with flag 8312234/3743017
1724.83/863.28	c cleaning 86005 clauses out of 172012 with flag 8518033/3830019
1761.43/881.53	c cleaning 87001 clauses out of 174004 with flag 8746331/3918016
1800.17/900.80	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
1800.17/900.80	c starts		: 1509
1800.17/900.80	c conflicts		: 3994809
1800.17/900.80	c decisions		: 5351879
1800.17/900.80	c propagations		: 62013014
1800.17/900.80	c inspects		: 13425272424
1800.17/900.80	c shortcuts		: 0
1800.17/900.80	c learnt literals	: 0
1800.17/900.80	c learnt binary clauses	: 1
1800.17/900.80	c learnt ternary clauses	: 15
1800.17/900.80	c learnt constraints	: 3994809
1800.17/900.80	c ignored constraints	: 0
1800.17/900.80	c root simplifications	: 0
1800.17/900.80	c removed literals (reason simplification)	: 838305363
1800.17/900.80	c reason swapping (by a shorter reason)	: 0
1800.17/900.80	c Calls to reduceDB	: 85
1800.17/900.80	c Number of update (reduction) of LBD	: 497924
1800.17/900.80	c Imported unit clauses	: 0
1800.17/900.80	c number of reductions to clauses (during analyze)	: 0
1800.17/900.80	c number of learned constraints concerned by reduction	: 0
1800.17/900.80	c number of learning phase by resolution	: 0
1800.17/900.80	c number of learning phase by cutting planes	: 0
1800.17/900.80	c speed (assignments/second)	: 69178.83438046621
1800.17/900.80	c non guided choices	0
1800.17/900.83	c learnt constraints type 
1800.17/900.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/900.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163795
1800.17/900.83	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.17/900.83	c starts		: 40
1800.17/900.83	c conflicts		: 8892
1800.17/900.83	c decisions		: 21389
1800.17/900.83	c propagations		: 522019
1800.17/900.83	c inspects		: 798817015
1800.17/900.83	c shortcuts		: 0
1800.17/900.83	c learnt literals	: 0
1800.17/900.83	c learnt binary clauses	: 1
1800.17/900.83	c learnt ternary clauses	: 1
1800.17/900.83	c learnt constraints	: 8885
1800.17/900.83	c ignored constraints	: 0
1800.17/900.83	c root simplifications	: 0
1800.17/900.83	c removed literals (reason simplification)	: 0
1800.17/900.83	c reason swapping (by a shorter reason)	: 0
1800.17/900.83	c Calls to reduceDB	: 1
1800.17/900.83	c Number of update (reduction) of LBD	: 0
1800.17/900.83	c Imported unit clauses	: 0
1800.17/900.83	c number of reductions to clauses (during analyze)	: 0
1800.17/900.83	c number of learned constraints concerned by reduction	: 0
1800.17/900.83	c number of learning phase by resolution	: 0
1800.17/900.83	c number of learning phase by cutting planes	: 0
1800.17/900.83	c speed (assignments/second)	: 582.9755014021056
1800.17/900.83	c non guided choices	0
1800.17/900.83	c learnt constraints type 
1800.17/900.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2062
1800.17/900.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
1800.17/900.83	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.17/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6596
1800.17/900.83	s SATISFIABLE
1800.17/900.83	c Found 9 solution(s)
1800.17/900.83	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 
1800.17/900.84	c objective function=235
1800.17/900.84	c Total wall clock time (in seconds): 900.697

Verifier Data

OK	235

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-4102970-1466218820/watcher-4102970-1466218820 -o /tmp/evaluation-result-4102970-1466218820/solver-4102970-1466218820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102970-1466218820.opb 

pid=19078
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.15 4.14 4.09 4/198 19081
/proc/meminfo: memFree=27708940/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19081/stat : 19081 (java) R 19078 19081 14474 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 23928783 9515008 182 33554432000 1073741824 1073778376 140735273880704 140735273871736 242167398069 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19081/statm: 2323 182 140 9 0 71 0

[startup+0.100142 s]
/proc/loadavg: 4.15 4.14 4.09 4/198 19081
/proc/meminfo: memFree=27708940/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 3830 0 1 0 7 1 0 0 20 0 18 0 23928783 9787879424 4451 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2389619 4451 1949 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200298 s]
/proc/loadavg: 4.15 4.14 4.09 4/198 19081
/proc/meminfo: memFree=27708940/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 4735 0 1 0 22 2 0 0 20 0 18 0 23928783 9787879424 6306 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2389619 6308 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 4.15 4.14 4.09 4/198 19081
/proc/meminfo: memFree=27708940/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 7110 0 1 0 49 2 0 0 20 0 18 0 23928783 9787879424 8205 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2389619 8205 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700258 s]
/proc/loadavg: 4.15 4.14 4.09 4/198 19081
/proc/meminfo: memFree=27708940/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 8223 0 1 0 85 5 0 0 20 0 19 0 23928783 10060525568 11381 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 11381 2264 9 0 2446860 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.97 4.11 4.08 7/217 19106
/proc/meminfo: memFree=27667864/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 8400 0 1 0 95 7 0 0 20 0 19 0 23928783 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 13954 2264 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2480 0 1 0 32 2 0 0 20 0 19 0 23928784 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23928786 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23928787 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23928787 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 2079 0 0 0 23 0 0 0 20 0 19 0 23928790 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 2502 0 0 0 27 0 0 0 20 0 19 0 23928790 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19102] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19102/stat : 19102 (java) S 19078 19081 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23928819 10060525568 13954 33554432000 1073741824 1073778376 140735199702384 140281910932776 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.97 4.11 4.08 4/217 19112
/proc/meminfo: memFree=27633176/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 21336 0 1 0 268 15 0 0 20 0 19 0 23928783 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 34436 2272 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2480 0 1 0 33 2 0 0 20 0 19 0 23928784 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23928785 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23928786 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23928787 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23928787 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 6668 0 0 0 67 1 0 0 20 0 19 0 23928790 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 10789 0 0 0 82 3 0 0 20 0 19 0 23928790 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23928790 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19102] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19102/stat : 19102 (java) S 19078 19081 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23928819 10060525568 34436 33554432000 1073741824 1073778376 140735199702384 140281910932776 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 3.82 4.07 4.07 5/220 19130
/proc/meminfo: memFree=27506972/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=6.85 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 23566 0 1 0 656 29 0 0 20 0 22 0 23928783 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 61968 2293 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2480 0 1 0 33 2 0 0 20 0 22 0 23928784 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 23928785 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23928786 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 8276 0 0 0 93 2 0 0 20 0 22 0 23928790 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 10800 0 0 0 95 3 0 0 20 0 22 0 23928790 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19127] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19127/stat : 19127 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23929222 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281911985576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19128] ppid=19078 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19081/task/19128/stat : 19128 (java) R 19078 19081 14474 0 -1 4202560 5 0 0 0 81 0 0 0 20 0 22 0 23929322 10060525568 61968 33554432000 1073741824 1073778376 140735199702384 140281910930080 140281969636496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19129] ppid=19078 vsize=9824732 CPUtime=0.82 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.13 4.19 4.13 5/219 19358
/proc/meminfo: memFree=27112804/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=1643.05 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 31054 0 1 0 164133 172 0 0 20 0 22 0 23928783 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 619449 2302 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2487 0 1 0 37 3 0 0 20 0 22 0 23928784 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 461 0 0 0 194 10 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 486 0 0 0 199 13 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 575 0 0 0 197 12 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 375 0 0 0 195 9 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 599 0 0 0 200 11 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 441 0 0 0 194 11 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 540 0 0 0 205 14 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 583 0 0 0 199 12 0 0 20 0 22 0 23928785 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 1858 0 0 0 328 14 0 0 20 0 22 0 23928786 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 8787 0 0 0 110 2 0 0 20 0 22 0 23928790 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 10872 0 0 0 147 3 0 0 20 0 22 0 23928790 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 47 0 0 0 17 16 0 0 20 0 22 0 23928790 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19127] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19127/stat : 19127 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23929222 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281911985576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19128] ppid=19078 vsize=9824732 CPUtime=808.66 cores=0,2,4,6
/proc/19081/task/19128/stat : 19128 (java) R 19078 19081 14474 0 -1 4202560 148 0 0 0 80851 15 0 0 20 0 22 0 23929322 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281910929984 140281969762637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19129] ppid=19078 vsize=9824732 CPUtime=808.64 cores=0,2,4,6
/proc/19081/task/19129/stat : 19129 (java) R 19078 19081 14474 0 -1 4202560 1356 0 0 0 80821 43 0 0 20 0 22 0 23929322 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281913036016 140281970246345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19130] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19130/stat : 19130 (java) S 19078 19081 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23929322 10060525568 619449 33554432000 1073741824 1073778376 140735199702384 140281909879592 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.05
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.19 4.13 5/219 19359
/proc/meminfo: memFree=27032672/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=1763.04 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 31059 0 1 0 176132 172 0 0 20 0 22 0 23928783 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 619450 2302 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2487 0 1 0 37 3 0 0 20 0 22 0 23928784 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 461 0 0 0 194 10 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 486 0 0 0 199 13 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 575 0 0 0 197 12 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 375 0 0 0 195 9 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 599 0 0 0 200 11 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 441 0 0 0 194 11 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 540 0 0 0 205 14 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 583 0 0 0 199 12 0 0 20 0 22 0 23928785 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 1858 0 0 0 328 14 0 0 20 0 22 0 23928786 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 8787 0 0 0 110 2 0 0 20 0 22 0 23928790 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 10872 0 0 0 147 3 0 0 20 0 22 0 23928790 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 23928790 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19127] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19127/stat : 19127 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23929222 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281911985576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19128] ppid=19078 vsize=9824732 CPUtime=868.65 cores=0,2,4,6
/proc/19081/task/19128/stat : 19128 (java) R 19078 19081 14474 0 -1 4202560 149 0 0 0 86849 16 0 0 20 0 22 0 23929322 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281910923152 140281969631644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19129] ppid=19078 vsize=9824732 CPUtime=868.65 cores=0,2,4,6
/proc/19081/task/19129/stat : 19129 (java) R 19078 19081 14474 0 -1 4202560 1356 0 0 0 86821 44 0 0 20 0 22 0 23929322 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281913036016 140281970345558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19130] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19130/stat : 19130 (java) S 19078 19081 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23929322 10060525568 619450 33554432000 1073741824 1073778376 140735199702384 140281909879592 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.04
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 4.14 4.18 4.13 5/219 19359
/proc/meminfo: memFree=27006292/32872528 swapFree=338416/354768
[pid=19081] ppid=19078 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/19081/stat : 19081 (java) S 19078 19081 14474 0 -1 4202496 31170 0 1 0 179838 179 0 0 20 0 22 0 23928783 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140735199693520 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19081/statm: 2456183 631754 2302 9 0 2446860 0
[pid=19081/tid=19083] ppid=19078 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/19081/task/19083/stat : 19083 (java) S 19078 19081 14474 0 -1 4202560 2487 0 1 0 37 3 0 0 20 0 22 0 23928784 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140282097271672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19084] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19084/stat : 19084 (java) S 19078 19081 14474 0 -1 4202560 501 0 0 0 200 11 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281941289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19085] ppid=19078 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/19081/task/19085/stat : 19085 (java) S 19078 19081 14474 0 -1 4202560 506 0 0 0 206 14 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281940237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19086] ppid=19078 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19081/task/19086/stat : 19086 (java) S 19078 19081 14474 0 -1 4202560 580 0 0 0 198 13 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281939184296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19087] ppid=19078 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/19081/task/19087/stat : 19087 (java) S 19078 19081 14474 0 -1 4202560 383 0 0 0 199 9 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281938131752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19088] ppid=19078 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/19081/task/19088/stat : 19088 (java) S 19078 19081 14474 0 -1 4202560 609 0 0 0 200 12 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281937078696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19089] ppid=19078 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/19081/task/19089/stat : 19089 (java) S 19078 19081 14474 0 -1 4202560 456 0 0 0 197 11 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281936026152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19090] ppid=19078 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/19081/task/19090/stat : 19090 (java) S 19078 19081 14474 0 -1 4202560 548 0 0 0 206 14 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281934973096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19091] ppid=19078 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/19081/task/19091/stat : 19091 (java) S 19078 19081 14474 0 -1 4202560 583 0 0 0 200 12 0 0 20 0 22 0 23928785 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281933920552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19092] ppid=19078 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/19081/task/19092/stat : 19092 (java) S 19078 19081 14474 0 -1 4202560 1860 0 0 0 328 15 0 0 20 0 22 0 23928786 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281921510248 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19093] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19093/stat : 19093 (java) S 19078 19081 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281920456568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19094] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19094/stat : 19094 (java) S 19078 19081 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23928787 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281919403400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19095] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19095/stat : 19095 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281918352144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19096] ppid=19078 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19081/task/19096/stat : 19096 (java) S 19078 19081 14474 0 -1 4202560 8787 0 0 0 110 2 0 0 20 0 22 0 23928790 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281917299000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19097] ppid=19078 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/19081/task/19097/stat : 19097 (java) S 19078 19081 14474 0 -1 4202560 10873 0 0 0 148 3 0 0 20 0 22 0 23928790 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281916246456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19098] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19098/stat : 19098 (java) S 19078 19081 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23928790 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281915193592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19081/tid=19099] ppid=19078 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19081/task/19099/stat : 19099 (java) S 19078 19081 14474 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 23928790 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281914141256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19127] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19127/stat : 19127 (java) S 19078 19081 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23929222 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281911985576 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19081/tid=19128] ppid=19078 vsize=9824732 CPUtime=887.06 cores=0,2,4,6
/proc/19081/task/19128/stat : 19128 (java) R 19078 19081 14474 0 -1 4202560 150 0 0 0 88690 16 0 0 20 0 22 0 23929322 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281910930080 140281969762651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19081/tid=19129] ppid=19078 vsize=9824732 CPUtime=887.06 cores=0,2,4,6
/proc/19081/task/19129/stat : 19129 (java) R 19078 19081 14474 0 -1 4202560 1357 0 0 0 88662 44 0 0 20 0 22 0 23929322 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281913036336 140281970079236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19081/tid=19130] ppid=19078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19081/task/19130/stat : 19130 (java) S 19078 19081 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23929322 10060525568 631754 33554432000 1073741824 1073778376 140735199702384 140281909879592 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 19081 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 900.862
CPU time (s): 1800.85
CPU user time (s): 1798.58
CPU system time (s): 2.27065
CPU usage (%): 199.903
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 2.27065
maximum resident set size= 2938744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31204
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27430
involuntary context switches= 41706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35603 second user time and 8.17376 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 05:00:21
IDJOB=4102970
IDBENCH=2201
IDSOLVER=2543
FILE ID=node126/4102970-1466218820
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102970-1466218820/watcher-4102970-1466218820 -o /tmp/evaluation-result-4102970-1466218820/solver-4102970-1466218820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102970-1466218820.opb

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

MD5SUM BENCH= f7c5bacdcc30466dd8339bd5adcf7c5b
RANDOM SEED=1411337352

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        27709732 kB
Buffers:          101900 kB
Cached:           105528 kB
SwapCached:         1076 kB
Active:          3921652 kB
Inactive:         147132 kB
Active(anon):    3862700 kB
Inactive(anon):     1004 kB
Active(file):      58952 kB
Inactive(file):   146128 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       4215600 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             601924 kB
SReclaimable:      45736 kB
SUnreclaim:       556188 kB
KernelStack:        1608 kB
PageTables:        12900 kB
NFS_Unstable:          8 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4958688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3790848 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= 71740 MiB
End job on node126 at 2016-06-18 05:15:21