Trace number 4106737

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)-34 1800.11 893.264

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_5.opb
MD5SUM5ebd53ca3e688df11993cbeac431dac6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -42
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint111
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37500
Sum of products size (including duplicates)75000
Number of different products18750
Sum of products size37500

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106737-1466276387.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.49/1.02	c ... done. Wall clock time 0.899s.
2.49/1.02	c declared #vars     500
2.49/1.02	c internal #vars     19250
2.49/1.02	c #constraints  38500
2.49/1.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.49/1.02	c constraints type 
2.49/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18750
2.49/1.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 480
2.49/1.02	c org.sat4j.specs.Constr$1 => 511
2.49/1.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
2.49/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18750
2.49/1.02	c 38500 constraints processed.
2.49/1.02	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.49/1.02	c constraints type 
2.49/1.02	c org.sat4j.specs.Constr$1 => 511
2.49/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18750
2.49/1.02	c org.sat4j.pb.constraints.pb.UnitClausesPB => 480
2.49/1.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 9
2.49/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18750
2.49/1.02	c 38500 constraints processed.
2.49/1.02	c objective function length is 500 literals
3.28/1.21	c And the winner is solver0
3.34/1.52	c SATISFIABLE
3.34/1.52	c OPTIMIZING...
3.34/1.52	c Got one! Elapsed wall clock time (in seconds):1.403
3.34/1.52	o -25
3.34/1.56	c And the winner is solver0
3.69/2.02	c Got one! Elapsed wall clock time (in seconds):1.906
3.69/2.02	o -26
3.69/2.08	c And the winner is solver1
4.09/2.53	c Got one! Elapsed wall clock time (in seconds):2.409
4.09/2.53	o -27
4.09/2.59	c And the winner is solver0
4.36/3.03	c Got one! Elapsed wall clock time (in seconds):2.915
4.36/3.03	o -28
4.83/3.24	c And the winner is solver1
5.20/3.54	c Got one! Elapsed wall clock time (in seconds):3.421
5.20/3.54	o -29
5.20/3.55	c And the winner is solver0
5.24/4.04	c Got one! Elapsed wall clock time (in seconds):3.922
5.24/4.04	o -31
7.51/5.01	c And the winner is solver1
7.51/5.03	c cleaning 2821 clauses out of 5650 with flag 9011/5650
7.51/5.04	c Got one! Elapsed wall clock time (in seconds):4.924
7.51/5.04	o -32
10.07/6.22	c cleaning 3916 clauses out of 7831 with flag 11569/10652
13.05/7.66	c cleaning 4955 clauses out of 9916 with flag 25370/16653
16.82/9.40	c cleaning 5975 clauses out of 11958 with flag 42054/23650
20.08/11.03	c cleaning 6992 clauses out of 13984 with flag 59869/31651
23.06/12.46	c cleaning 7994 clauses out of 15991 with flag 78768/40650
26.26/14.00	c cleaning 8999 clauses out of 17998 with flag 99710/50651
30.25/15.90	c cleaning 9999 clauses out of 19998 with flag 123130/61650
34.26/17.94	c cleaning 11000 clauses out of 21999 with flag 148426/73650
38.86/20.24	c cleaning 12000 clauses out of 23999 with flag 175914/86650
44.12/22.79	c cleaning 13000 clauses out of 26000 with flag 205397/100651
49.92/25.68	c cleaning 14000 clauses out of 27999 with flag 237266/115650
54.99/28.01	c And the winner is solver1
54.99/28.10	c Got one! Elapsed wall clock time (in seconds):27.984
54.99/28.10	o -33
59.18/30.25	c cleaning 15561 clauses out of 31121 with flag 12510/132772
63.18/32.29	c cleaning 10774 clauses out of 21559 with flag 26944/138771
67.78/34.58	c cleaning 8889 clauses out of 17786 with flag 45024/145772
75.18/39.24	c cleaning 8445 clauses out of 16899 with flag 64776/153774
79.98/41.63	c cleaning 8724 clauses out of 17454 with flag 85863/162774
85.77/44.53	c cleaning 9364 clauses out of 18728 with flag 110336/172772
92.41/47.86	c cleaning 10178 clauses out of 20363 with flag 137148/183771
99.64/51.49	c cleaning 11090 clauses out of 22185 with flag 168748/195771
108.04/55.67	c cleaning 12042 clauses out of 24096 with flag 201849/208772
117.56/60.38	c cleaning 13020 clauses out of 26053 with flag 237793/222771
128.30/65.63	c cleaning 14015 clauses out of 28033 with flag 275736/237771
139.10/71.04	c cleaning 15002 clauses out of 30018 with flag 314398/253771
152.12/77.43	c cleaning 16004 clauses out of 32016 with flag 355935/270771
165.73/84.22	c cleaning 17006 clauses out of 34012 with flag 400975/288771
181.36/91.91	c cleaning 18003 clauses out of 36006 with flag 448283/307771
198.23/100.23	c cleaning 19000 clauses out of 38005 with flag 497310/327773
216.00/109.08	c cleaning 19999 clauses out of 40004 with flag 549164/348772
228.30/115.12	c cleaning 0 clauses out of 6034 with flag 0/6034
232.73/117.29	c cleaning 20999 clauses out of 42005 with flag 600513/370772
253.81/127.63	c cleaning 21995 clauses out of 44006 with flag 655911/393772
279.48/140.30	c cleaning 23006 clauses out of 46011 with flag 717885/417772
304.42/153.11	c cleaning 24002 clauses out of 48004 with flag 778233/442771
311.42/156.67	c And the winner is solver1
311.42/156.95	c Got one! Elapsed wall clock time (in seconds):156.837
311.42/156.95	o -34
316.10/159.40	c cleaning 21658 clauses out of 43330 with flag 11978/462099
320.36/161.38	c cleaning 13828 clauses out of 27671 with flag 26963/468098
324.96/163.63	c cleaning 10412 clauses out of 20843 with flag 44189/475098
329.55/166.00	c cleaning 9209 clauses out of 18431 with flag 64745/483098
334.36/168.37	c cleaning 9107 clauses out of 18223 with flag 86399/492099
340.08/171.12	c cleaning 9557 clauses out of 19117 with flag 109792/502100
346.88/174.54	c cleaning 10279 clauses out of 20558 with flag 138817/513098
354.29/178.28	c cleaning 11137 clauses out of 22282 with flag 168731/525101
362.79/182.48	c cleaning 12071 clauses out of 24142 with flag 201601/538098
372.20/187.13	c cleaning 13034 clauses out of 26071 with flag 236864/552098
381.97/191.90	c cleaning 14018 clauses out of 28039 with flag 274506/567100
392.97/197.49	c cleaning 15008 clauses out of 30021 with flag 314420/583100
405.74/203.78	c cleaning 15993 clauses out of 32012 with flag 358991/600099
418.80/210.11	c cleaning 17006 clauses out of 34019 with flag 403017/618099
432.40/216.91	c cleaning 18004 clauses out of 36012 with flag 450622/637098
449.22/225.22	c cleaning 19003 clauses out of 38012 with flag 504128/657102
467.07/234.07	c cleaning 19999 clauses out of 40005 with flag 557011/678098
485.34/243.08	c cleaning 21001 clauses out of 42006 with flag 615163/700098
505.22/252.84	c cleaning 22001 clauses out of 44005 with flag 674614/723098
526.10/263.15	c cleaning 22999 clauses out of 46005 with flag 734367/747099
549.60/274.73	c cleaning 23993 clauses out of 48007 with flag 795571/772100
578.46/288.89	c cleaning 25006 clauses out of 50012 with flag 861309/798098
604.66/301.75	c cleaning 26003 clauses out of 52006 with flag 929623/825098
633.68/315.81	c cleaning 27002 clauses out of 54004 with flag 1002696/853099
667.99/332.62	c cleaning 28001 clauses out of 56002 with flag 1082624/882099
695.96/346.41	c cleaning 28994 clauses out of 58002 with flag 1156729/912100
730.65/363.41	c cleaning 29998 clauses out of 60006 with flag 1233202/943098
769.69/382.68	c cleaning 30999 clauses out of 62009 with flag 1320114/975099
809.33/401.94	c cleaning 32001 clauses out of 64010 with flag 1405860/1008099
847.24/421.69	c cleaning 33001 clauses out of 66011 with flag 1489767/1042101
890.06/442.96	c cleaning 34004 clauses out of 68007 with flag 1579210/1077098
934.44/465.08	c cleaning 34999 clauses out of 70005 with flag 1679140/1113100
977.03/486.12	c cleaning 36003 clauses out of 72005 with flag 1773560/1150099
983.63/489.48	c cleaning 0 clauses out of 11950 with flag 0/11950
1032.64/513.66	c cleaning 36996 clauses out of 74002 with flag 1870012/1188099
1084.77/539.32	c cleaning 38003 clauses out of 76006 with flag 1969708/1227099
1140.50/566.96	c cleaning 39000 clauses out of 78002 with flag 2078239/1267098
1195.51/593.93	c cleaning 39998 clauses out of 80002 with flag 2185304/1308098
1253.89/622.61	c cleaning 41002 clauses out of 82006 with flag 2295163/1350100
1315.09/652.57	c cleaning 42001 clauses out of 84003 with flag 2410326/1393099
1378.32/683.64	c cleaning 42990 clauses out of 86002 with flag 2523421/1437099
1438.87/713.45	c cleaning 44006 clauses out of 88012 with flag 2631561/1482099
1497.86/744.18	c cleaning 45003 clauses out of 90005 with flag 2727387/1528098
1551.42/770.79	c cleaning 45998 clauses out of 92002 with flag 2825661/1575098
1609.74/799.57	c cleaning 47002 clauses out of 94004 with flag 2925455/1623098
1664.57/826.71	c cleaning 47995 clauses out of 96003 with flag 3027241/1672099
1728.74/858.27	c cleaning 49005 clauses out of 98009 with flag 3131087/1722100
1784.34/885.55	c cleaning 50001 clauses out of 100002 with flag 3237039/1773098
1800.11/893.21	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.11/893.21	c starts		: 26498
1800.11/893.21	c conflicts		: 1794067
1800.11/893.21	c decisions		: 13111204
1800.11/893.21	c propagations		: 23189249
1800.11/893.21	c inspects		: 7885851190
1800.11/893.21	c shortcuts		: 0
1800.11/893.21	c learnt literals	: 0
1800.11/893.21	c learnt binary clauses	: 0
1800.11/893.21	c learnt ternary clauses	: 0
1800.11/893.21	c learnt constraints	: 1794067
1800.11/893.21	c ignored constraints	: 0
1800.11/893.21	c root simplifications	: 0
1800.11/893.21	c removed literals (reason simplification)	: 50978038
1800.11/893.21	c reason swapping (by a shorter reason)	: 0
1800.11/893.21	c Calls to reduceDB	: 80
1800.11/893.21	c Number of update (reduction) of LBD	: 105658
1800.11/893.21	c Imported unit clauses	: 0
1800.11/893.21	c number of reductions to clauses (during analyze)	: 0
1800.11/893.21	c number of learned constraints concerned by reduction	: 0
1800.11/893.21	c number of learning phase by resolution	: 0
1800.11/893.21	c number of learning phase by cutting planes	: 0
1800.11/893.21	c speed (assignments/second)	: 31496.304938655598
1800.11/893.21	c non guided choices	0
1800.11/893.23	c learnt constraints type 
1800.11/893.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70970
1800.11/893.23	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.11/893.23	c starts		: 52
1800.11/893.23	c conflicts		: 16122
1800.11/893.23	c decisions		: 18953
1800.11/893.23	c propagations		: 346994
1800.11/893.23	c inspects		: 804351622
1800.11/893.23	c shortcuts		: 0
1800.11/893.23	c learnt literals	: 0
1800.11/893.23	c learnt binary clauses	: 0
1800.11/893.23	c learnt ternary clauses	: 0
1800.11/893.23	c learnt constraints	: 16121
1800.11/893.23	c ignored constraints	: 0
1800.11/893.23	c root simplifications	: 0
1800.11/893.23	c removed literals (reason simplification)	: 0
1800.11/893.23	c reason swapping (by a shorter reason)	: 0
1800.11/893.23	c Calls to reduceDB	: 2
1800.11/893.23	c Number of update (reduction) of LBD	: 0
1800.11/893.23	c Imported unit clauses	: 0
1800.11/893.23	c number of reductions to clauses (during analyze)	: 0
1800.11/893.23	c number of learned constraints concerned by reduction	: 0
1800.11/893.23	c number of learning phase by resolution	: 0
1800.11/893.23	c number of learning phase by cutting planes	: 0
1800.11/893.23	c speed (assignments/second)	: 390.2360575355098
1800.11/893.23	c non guided choices	0
1800.11/893.24	c learnt constraints type 
1800.11/893.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 677
1800.11/893.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15444
1800.11/893.24	s SATISFIABLE
1800.11/893.24	c Found 9 solution(s)
1800.11/893.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 
1800.11/893.24	c objective function=-34
1800.11/893.24	c Total wall clock time (in seconds): 893.125

Verifier Data

OK	-34

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4106737-1466276387/watcher-4106737-1466276387 -o /tmp/evaluation-result-4106737-1466276387/solver-4106737-1466276387 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17660 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106737-1466276387.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.17 4.10 3.31 4/195 18180
/proc/meminfo: memFree=26634004/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18180/stat : 18180 (java) D 18177 18180 17643 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 29685679 9515008 186 33554432000 1073741824 1073778376 140734488867968 140734488857032 227503336743 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.17 4.10 3.31 4/195 18180
/proc/meminfo: memFree=26634004/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 29685679 9787879424 6030 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 4.17 4.10 3.31 4/195 18180
/proc/meminfo: memFree=26634004/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 4565 0 1 0 20 1 0 0 20 0 18 0 29685679 9787879424 7183 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2389619 7183 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 4.17 4.10 3.31 4/195 18180
/proc/meminfo: memFree=26634004/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 6081 0 1 0 45 2 0 0 20 0 18 0 29685679 9787879424 9001 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2389619 9001 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70016 s]
/proc/loadavg: 4.17 4.10 3.31 4/195 18180
/proc/meminfo: memFree=26634004/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9558476 CPUtime=1.6 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 24121 0 1 0 154 6 0 0 20 0 18 0 29685679 9787879424 28699 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2389619 28699 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 4.17 4.10 3.31 8/215 18200
/proc/meminfo: memFree=26474668/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 28281 0 1 0 324 10 0 0 20 0 19 0 29685679 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2456183 43413 2266 9 0 2446860 0
[pid=18180/tid=18182] ppid=18177 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18180/task/18182/stat : 18182 (java) S 18177 18180 17643 0 -1 4202560 2460 0 1 0 95 3 0 0 20 0 19 0 29685680 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579477246840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18183] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18183/stat : 18183 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579449698856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18184] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18184/stat : 18184 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579448646056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18185] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18185/stat : 18185 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579318573352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18186] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18186/stat : 18186 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579317520552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18187] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18187/stat : 18187 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579316468776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18188] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18188/stat : 18188 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579315415976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18189] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18189/stat : 18189 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140579314363176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18190] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29685681 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29685682 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29685683 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29685683 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685685 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) S 18177 18180 17643 0 -1 4202560 12622 0 0 0 94 3 0 0 20 0 19 0 29685685 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578826587064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) S 18177 18180 17643 0 -1 4202560 11879 0 0 0 94 2 0 0 20 0 19 0 29685685 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578825534264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685685 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29685685 10060525568 43413 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10066 s]
/proc/loadavg: 4.17 4.10 3.31 5/214 18208
/proc/meminfo: memFree=26444988/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 29242 0 1 0 432 21 0 0 20 0 22 0 29685679 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2456183 58921 2284 9 0 2446860 0
[pid=18180/tid=18182] ppid=18177 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18180/task/18182/stat : 18182 (java) S 18177 18180 17643 0 -1 4202560 2461 0 1 0 96 3 0 0 20 0 22 0 29685680 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579477246840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18183] ppid=18177 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18180/task/18183/stat : 18183 (java) S 18177 18180 17643 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579449698856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18184] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18184/stat : 18184 (java) S 18177 18180 17643 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579448646056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18185] ppid=18177 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18180/task/18185/stat : 18185 (java) S 18177 18180 17643 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579318573352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18186] ppid=18177 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18180/task/18186/stat : 18186 (java) S 18177 18180 17643 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579317520552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18187] ppid=18177 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18180/task/18187/stat : 18187 (java) S 18177 18180 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579316468776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18188] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18188/stat : 18188 (java) S 18177 18180 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579315415976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18189] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18189/stat : 18189 (java) S 18177 18180 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140579314363176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18190] ppid=18177 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29685681 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29685682 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) R 18177 18180 17643 0 -1 4202560 13329 0 0 0 122 3 0 0 20 0 22 0 29685685 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578826587240 140579484422967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) R 18177 18180 17643 0 -1 4202560 11921 0 0 0 128 2 0 0 20 0 22 0 29685685 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578825534144 140579483092893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 58921 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.72 4.21 3.35 6/217 18223
/proc/meminfo: memFree=26221596/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9824732 CPUtime=10.29 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 33423 0 1 0 984 45 0 0 20 0 22 0 29685679 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2456183 115048 2295 9 0 2446860 0
[pid=18180/tid=18182] ppid=18177 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18180/task/18182/stat : 18182 (java) S 18177 18180 17643 0 -1 4202560 2462 0 1 0 96 3 0 0 20 0 22 0 29685680 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579477246840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18183] ppid=18177 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18180/task/18183/stat : 18183 (java) S 18177 18180 17643 0 -1 4202560 132 0 0 0 3 2 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579449698856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18184] ppid=18177 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18180/task/18184/stat : 18184 (java) S 18177 18180 17643 0 -1 4202560 120 0 0 0 5 3 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579448646056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18185] ppid=18177 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18180/task/18185/stat : 18185 (java) S 18177 18180 17643 0 -1 4202560 48 0 0 0 5 3 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579318573352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18186] ppid=18177 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18180/task/18186/stat : 18186 (java) S 18177 18180 17643 0 -1 4202560 156 0 0 0 5 3 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579317520552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18187] ppid=18177 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/18180/task/18187/stat : 18187 (java) S 18177 18180 17643 0 -1 4202560 154 0 0 0 8 4 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579316468776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18188] ppid=18177 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18180/task/18188/stat : 18188 (java) S 18177 18180 17643 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579315415976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18189] ppid=18177 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18180/task/18189/stat : 18189 (java) S 18177 18180 17643 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140579314363176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18190] ppid=18177 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 29685681 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 29685682 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) S 18177 18180 17643 0 -1 4202560 16630 0 0 0 161 4 0 0 20 0 22 0 29685685 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578826587064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) S 18177 18180 17643 0 -1 4202560 11940 0 0 0 165 2 0 0 20 0 22 0 29685685 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578825534264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18220] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18220/stat : 18220 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29686084 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578819118632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18221] ppid=18177 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/18180/task/18221/stat : 18221 (java) R 18177 18180 17643 0 -1 4202560 4 0 0 0 115 0 0 0 20 0 22 0 29686184 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578822267168 140579330917771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18222] ppid=18177 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/18180/task/18222/stat : 18222 (java) R 18177 18180 17643 0 -1 4202560 4 0 0 0 115 0 0 0 20 0 22 0 29686184 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578821222776 140579330816937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18223] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18223/stat : 18223 (java) S 18177 18180 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29686184 10060525568 115048 33554432000 1073741824 1073778376 140734488867968 140578820170920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.29

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

/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 1264 0 0 0 579 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=8.47 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 2976 0 0 0 840 7 0 0 20 0 22 0 29685682 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) S 18177 18180 17643 0 -1 4202560 16848 0 0 0 228 4 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578826587064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) S 18177 18180 17643 0 -1 4202560 11949 0 0 0 177 2 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578825534264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18220] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18220/stat : 18220 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29686084 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578819118632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18363] ppid=18177 vsize=9824732 CPUtime=648.43 cores=1,3,5,7
/proc/18180/task/18363/stat : 18363 (java) R 18177 18180 17643 0 -1 4202560 21 0 0 0 64831 12 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578822275120 140579330726055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18364] ppid=18177 vsize=9824732 CPUtime=648.48 cores=1,3,5,7
/proc/18180/task/18364/stat : 18364 (java) R 18177 18180 17643 0 -1 4202560 64 0 0 0 64838 10 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578821221408 140579330962828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18365] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18365/stat : 18365 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578820171176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1655.29
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.47 4.39 3.93 5/217 18385
/proc/meminfo: memFree=21247992/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9824732 CPUtime=1777.1 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 53591 0 1 0 177443 267 0 0 20 0 22 0 29685679 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2456183 1002956 2303 9 0 2446860 0
[pid=18180/tid=18182] ppid=18177 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/18180/task/18182/stat : 18182 (java) S 18177 18180 17643 0 -1 4202560 2478 0 1 0 99 4 0 0 20 0 22 0 29685680 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579477246840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18183] ppid=18177 vsize=9824732 CPUtime=6.59 cores=1,3,5,7
/proc/18180/task/18183/stat : 18183 (java) S 18177 18180 17643 0 -1 4202560 1970 0 0 0 635 24 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579449698856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18184] ppid=18177 vsize=9824732 CPUtime=6.17 cores=1,3,5,7
/proc/18180/task/18184/stat : 18184 (java) S 18177 18180 17643 0 -1 4202560 1089 0 0 0 596 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579448646056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18185] ppid=18177 vsize=9824732 CPUtime=6.07 cores=1,3,5,7
/proc/18180/task/18185/stat : 18185 (java) S 18177 18180 17643 0 -1 4202560 2523 0 0 0 588 19 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579318573352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18186] ppid=18177 vsize=9824732 CPUtime=6.23 cores=1,3,5,7
/proc/18180/task/18186/stat : 18186 (java) S 18177 18180 17643 0 -1 4202560 3402 0 0 0 596 27 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579317520552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18187] ppid=18177 vsize=9824732 CPUtime=6.43 cores=1,3,5,7
/proc/18180/task/18187/stat : 18187 (java) S 18177 18180 17643 0 -1 4202560 1645 0 0 0 620 23 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579316468776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18188] ppid=18177 vsize=9824732 CPUtime=6.24 cores=1,3,5,7
/proc/18180/task/18188/stat : 18188 (java) S 18177 18180 17643 0 -1 4202560 1804 0 0 0 603 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579315415976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18189] ppid=18177 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/18180/task/18189/stat : 18189 (java) S 18177 18180 17643 0 -1 4202560 2437 0 0 0 617 20 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579314363176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18190] ppid=18177 vsize=9824732 CPUtime=6.52 cores=1,3,5,7
/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 1264 0 0 0 631 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=8.48 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 2988 0 0 0 840 8 0 0 20 0 22 0 29685682 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) S 18177 18180 17643 0 -1 4202560 16848 0 0 0 228 4 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578826587064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) S 18177 18180 17643 0 -1 4202560 11949 0 0 0 177 2 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578825534264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18220] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18220/stat : 18220 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29686084 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578819118632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18363] ppid=18177 vsize=9824732 CPUtime=707.32 cores=1,3,5,7
/proc/18180/task/18363/stat : 18363 (java) R 18177 18180 17643 0 -1 4202560 22 0 0 0 70719 13 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578822274256 140579330726060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18364] ppid=18177 vsize=9824732 CPUtime=707.39 cores=1,3,5,7
/proc/18180/task/18364/stat : 18364 (java) R 18177 18180 17643 0 -1 4202560 68 0 0 0 70728 11 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578821222304 140579330962815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18365] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18365/stat : 18365 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578820171176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1777.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.201 s]
/proc/loadavg: 4.36 4.37 3.93 5/217 18386
/proc/meminfo: memFree=21258852/32872528 swapFree=1316768/1463936
[pid=18180] ppid=18177 vsize=9824732 CPUtime=1799.62 cores=1,3,5,7
/proc/18180/stat : 18180 (java) S 18177 18180 17643 0 -1 4202496 53593 0 1 0 179694 268 0 0 20 0 22 0 29685679 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140734488859104 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18180/statm: 2456183 1002956 2303 9 0 2446860 0
[pid=18180/tid=18182] ppid=18177 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/18180/task/18182/stat : 18182 (java) S 18177 18180 17643 0 -1 4202560 2478 0 1 0 99 5 0 0 20 0 22 0 29685680 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579477246840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18183] ppid=18177 vsize=9824732 CPUtime=6.75 cores=1,3,5,7
/proc/18180/task/18183/stat : 18183 (java) S 18177 18180 17643 0 -1 4202560 1970 0 0 0 651 24 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579449698856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18184] ppid=18177 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/18180/task/18184/stat : 18184 (java) S 18177 18180 17643 0 -1 4202560 1089 0 0 0 616 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579448646056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18185] ppid=18177 vsize=9824732 CPUtime=6.27 cores=1,3,5,7
/proc/18180/task/18185/stat : 18185 (java) S 18177 18180 17643 0 -1 4202560 2523 0 0 0 608 19 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579318573352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18186] ppid=18177 vsize=9824732 CPUtime=6.37 cores=1,3,5,7
/proc/18180/task/18186/stat : 18186 (java) S 18177 18180 17643 0 -1 4202560 3402 0 0 0 610 27 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579317520552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18187] ppid=18177 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/18180/task/18187/stat : 18187 (java) S 18177 18180 17643 0 -1 4202560 1645 0 0 0 633 23 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579316468776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18188] ppid=18177 vsize=9824732 CPUtime=6.59 cores=1,3,5,7
/proc/18180/task/18188/stat : 18188 (java) S 18177 18180 17643 0 -1 4202560 1804 0 0 0 638 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579315415976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18189] ppid=18177 vsize=9824732 CPUtime=6.49 cores=1,3,5,7
/proc/18180/task/18189/stat : 18189 (java) S 18177 18180 17643 0 -1 4202560 2437 0 0 0 629 20 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140579314363176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18190] ppid=18177 vsize=9824732 CPUtime=6.69 cores=1,3,5,7
/proc/18180/task/18190/stat : 18190 (java) S 18177 18180 17643 0 -1 4202560 1264 0 0 0 648 21 0 0 20 0 22 0 29685681 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578842995368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18191] ppid=18177 vsize=9824732 CPUtime=8.48 cores=1,3,5,7
/proc/18180/task/18191/stat : 18191 (java) S 18177 18180 17643 0 -1 4202560 2988 0 0 0 840 8 0 0 20 0 22 0 29685682 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578830797288 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18192] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18192/stat : 18192 (java) S 18177 18180 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578829743352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18193] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18193/stat : 18193 (java) S 18177 18180 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29685683 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578828690440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18194] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18194/stat : 18194 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578827638928 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18195] ppid=18177 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18180/task/18195/stat : 18195 (java) S 18177 18180 17643 0 -1 4202560 16848 0 0 0 228 4 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578826587064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18196] ppid=18177 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/18180/task/18196/stat : 18196 (java) S 18177 18180 17643 0 -1 4202560 11949 0 0 0 177 2 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578825534264 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18180/tid=18197] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18197/stat : 18197 (java) S 18177 18180 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578824481656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18198] ppid=18177 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18180/task/18198/stat : 18198 (java) S 18177 18180 17643 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 29685685 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578823429064 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18180/tid=18220] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18220/stat : 18220 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29686084 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578819118632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18363] ppid=18177 vsize=9824732 CPUtime=717.82 cores=1,3,5,7
/proc/18180/task/18363/stat : 18363 (java) R 18177 18180 17643 0 -1 4202560 22 0 0 0 71769 13 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578822274096 140579330319501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18180/tid=18364] ppid=18177 vsize=9824732 CPUtime=717.89 cores=1,3,5,7
/proc/18180/task/18364/stat : 18364 (java) R 18177 18180 17643 0 -1 4202560 70 0 0 0 71778 11 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578821222176 140579330796379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18180/tid=18365] ppid=18177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18180/task/18365/stat : 18365 (java) S 18177 18180 17643 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29701375 10060525568 1002956 33554432000 1073741824 1073778376 140734488867968 140578820171176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
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 18180 sig 9
??? kill -18180 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18180 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=218389
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=43537
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.490021
#  lost CPU user time (s): 0.530022
#  lost CPU system time (s): -0.0400001

Real time (s): 893.264
CPU time (s): 1800.11
CPU user time (s): 1797.47
CPU system time (s): 2.64
CPU usage (%): 201.521
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 3.04354
maximum resident set size= 4011936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53629
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25175
involuntary context switches= 40821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2912 second user time and 7.39487 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 20:59:48
IDJOB=4106737
IDBENCH=48221
IDSOLVER=2543
FILE ID=node121/4106737-1466276387
RUNJOBID= node121-1466275489-17660
PBS_JOBID= 19918247
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 5ebd53ca3e688df11993cbeac431dac6
RANDOM SEED=295747730

node121.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.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.38
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.691
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.691
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.691
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.691
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.54
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.691
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.691
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.691
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:        26634384 kB
Buffers:          164308 kB
Cached:           220196 kB
SwapCached:         1900 kB
Active:          3691144 kB
Inactive:         291360 kB
Active(anon):    3597684 kB
Inactive(anon):     2792 kB
Active(file):      93460 kB
Inactive(file):   288568 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       5099524 kB
Mapped:            16932 kB
Shmem:                 0 kB
Slab:             613500 kB
SReclaimable:      57372 kB
SUnreclaim:       556128 kB
KernelStack:        1576 kB
PageTables:        14184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5265360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3725312 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= 71720 MiB
End job on node121 at 2016-06-18 21:14:41