Trace number 4109065

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)42 1800.09 901.569

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-iis-bupa-cov.opb
MD5SUM7fb5c1a630b78d8604b800edf1958e29
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables341
Total number of constraints4803
Number of constraints which are clauses4803
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 constraint7
Maximum length of a constraint8
Number of terms in the objective function 341
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 341
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 341
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4109065-1466290383.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.50/0.38	c ... done. Wall clock time 0.257s.
0.50/0.38	c declared #vars     341
0.50/0.38	c #constraints  4803
0.50/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4803
0.50/0.38	c 4803 constraints processed.
0.50/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4803
0.50/0.38	c 4803 constraints processed.
0.50/0.38	c objective function length is 341 literals
0.50/0.39	c And the winner is solver0
0.78/0.88	c SATISFIABLE
0.78/0.88	c OPTIMIZING...
0.78/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
0.78/0.88	o 48
0.81/0.91	c And the winner is solver0
0.90/1.39	c Got one! Elapsed wall clock time (in seconds):1.267
0.90/1.39	o 47
0.92/1.42	c And the winner is solver0
1.11/1.89	c Got one! Elapsed wall clock time (in seconds):1.77
1.11/1.89	o 46
1.13/1.93	c And the winner is solver1
1.31/2.39	c Got one! Elapsed wall clock time (in seconds):2.272
1.31/2.39	o 45
1.36/2.47	c And the winner is solver1
1.97/2.89	c Got one! Elapsed wall clock time (in seconds):2.774
1.97/2.89	o 44
2.35/3.02	c And the winner is solver1
2.72/3.40	c Got one! Elapsed wall clock time (in seconds):3.276
2.72/3.40	o 43
3.50/3.70	c cleaning 3422 clauses out of 6844 with flag 10604/6844
3.83/3.82	c And the winner is solver1
3.89/3.90	c Got one! Elapsed wall clock time (in seconds):3.778
3.89/3.90	o 42
4.33/4.16	c cleaning 4471 clauses out of 8942 with flag 11046/12364
5.39/4.61	c cleaning 5235 clauses out of 10470 with flag 27881/18363
6.25/5.06	c cleaning 6118 clauses out of 12236 with flag 47798/25364
7.60/5.69	c cleaning 7058 clauses out of 14118 with flag 70399/33364
9.05/6.37	c cleaning 8030 clauses out of 16060 with flag 95354/42364
10.80/7.17	c cleaning 9015 clauses out of 18030 with flag 123249/52364
12.50/7.99	c cleaning 10005 clauses out of 20014 with flag 154644/63363
14.52/8.91	c cleaning 11001 clauses out of 22009 with flag 185859/75363
16.84/10.07	c cleaning 11997 clauses out of 24008 with flag 218339/88363
19.48/11.32	c cleaning 13001 clauses out of 26012 with flag 253831/102364
22.08/12.65	c cleaning 14001 clauses out of 28012 with flag 290276/117365
25.09/14.16	c cleaning 15006 clauses out of 30011 with flag 330759/133365
28.56/15.85	c cleaning 16001 clauses out of 32003 with flag 373049/150363
32.30/17.68	c cleaning 17002 clauses out of 34003 with flag 417852/168364
36.29/19.60	c cleaning 18001 clauses out of 36001 with flag 465010/187364
40.28/21.64	c cleaning 18994 clauses out of 37999 with flag 514346/207363
44.41/23.67	c cleaning 19996 clauses out of 40005 with flag 568850/228363
48.41/25.64	c cleaning 20990 clauses out of 42010 with flag 621798/250364
52.61/27.74	c cleaning 22000 clauses out of 44019 with flag 678364/273363
57.41/30.13	c cleaning 23000 clauses out of 46023 with flag 738974/297367
62.42/32.66	c cleaning 24008 clauses out of 48019 with flag 800749/322363
68.31/35.59	c cleaning 25003 clauses out of 50012 with flag 866059/348364
74.32/38.60	c cleaning 25997 clauses out of 52009 with flag 933310/375364
80.71/41.75	c cleaning 26996 clauses out of 54011 with flag 1002784/403363
87.04/44.84	c cleaning 28002 clauses out of 56016 with flag 1076114/432364
93.65/48.14	c cleaning 29001 clauses out of 58014 with flag 1148640/462364
102.36/52.46	c cleaning 30004 clauses out of 60012 with flag 1226276/493363
110.56/56.54	c cleaning 31001 clauses out of 62009 with flag 1306055/525364
119.85/61.15	c cleaning 32002 clauses out of 64008 with flag 1387213/558364
129.26/65.80	c cleaning 32998 clauses out of 66005 with flag 1473835/592363
138.76/70.56	c cleaning 33998 clauses out of 68007 with flag 1562135/627363
139.55/70.92	c cleaning 0 clauses out of 5241 with flag 0/5241
150.20/76.03	c cleaning 35007 clauses out of 70013 with flag 1654568/663367
163.34/82.58	c cleaning 35997 clauses out of 72002 with flag 1745999/700363
175.72/88.72	c cleaning 37000 clauses out of 74006 with flag 1839661/738364
188.94/95.65	c cleaning 38003 clauses out of 76009 with flag 1937145/777367
202.38/102.38	c cleaning 39001 clauses out of 78002 with flag 2038717/817363
214.56/108.41	c cleaning 39994 clauses out of 80001 with flag 2141646/858363
225.36/113.83	c cleaning 41000 clauses out of 82007 with flag 2244554/900363
237.78/120.02	c cleaning 42001 clauses out of 84007 with flag 2354807/943363
251.36/126.86	c cleaning 43000 clauses out of 86006 with flag 2464488/987363
265.16/133.77	c cleaning 43996 clauses out of 88007 with flag 2573146/1032364
277.56/139.99	c cleaning 44999 clauses out of 90010 with flag 2687071/1078363
290.96/146.62	c cleaning 46004 clauses out of 92012 with flag 2800727/1125364
304.35/153.38	c cleaning 47003 clauses out of 94007 with flag 2918963/1173363
318.16/160.27	c cleaning 48001 clauses out of 96004 with flag 3037581/1222363
331.96/167.16	c cleaning 48996 clauses out of 98004 with flag 3161589/1272364
346.87/174.57	c cleaning 49996 clauses out of 100007 with flag 3292377/1323363
362.87/182.51	c cleaning 50997 clauses out of 102012 with flag 3424470/1375364
378.48/190.35	c cleaning 52002 clauses out of 104014 with flag 3568040/1428363
394.86/198.52	c cleaning 52995 clauses out of 106013 with flag 3702061/1482364
413.05/207.65	c cleaning 53996 clauses out of 108017 with flag 3836645/1537363
430.66/216.47	c cleaning 55001 clauses out of 110021 with flag 3977058/1593363
449.45/225.88	c cleaning 56005 clauses out of 112020 with flag 4118374/1650363
468.45/235.30	c cleaning 57004 clauses out of 114015 with flag 4259488/1708363
489.64/245.91	c cleaning 58001 clauses out of 116011 with flag 4401821/1767363
511.04/256.69	c cleaning 59003 clauses out of 118010 with flag 4552513/1827363
533.43/267.87	c cleaning 59992 clauses out of 120007 with flag 4707568/1888363
556.43/279.40	c cleaning 61004 clauses out of 122015 with flag 4876159/1950363
579.43/290.88	c cleaning 62004 clauses out of 124011 with flag 5041230/2013363
602.62/302.41	c cleaning 63001 clauses out of 126008 with flag 5198092/2077364
629.62/315.97	c cleaning 64002 clauses out of 128007 with flag 5362214/2142364
654.42/328.30	c cleaning 64995 clauses out of 130005 with flag 5526783/2208364
681.81/342.06	c cleaning 66000 clauses out of 132011 with flag 5694131/2275365
709.01/355.62	c cleaning 67004 clauses out of 134010 with flag 5869788/2343364
738.20/370.23	c cleaning 67997 clauses out of 136005 with flag 6044340/2412363
767.60/384.92	c cleaning 68992 clauses out of 138008 with flag 6216086/2482363
795.99/399.17	c cleaning 70008 clauses out of 140017 with flag 6393110/2553364
825.59/413.90	c cleaning 70997 clauses out of 142008 with flag 6572487/2625363
855.38/428.83	c cleaning 71997 clauses out of 144011 with flag 6749470/2698363
886.17/444.27	c cleaning 73001 clauses out of 146014 with flag 6927082/2772363
916.38/459.33	c cleaning 74004 clauses out of 148014 with flag 7111127/2847364
946.37/474.38	c cleaning 75003 clauses out of 150009 with flag 7299771/2923363
981.18/491.71	c cleaning 75999 clauses out of 152008 with flag 7494742/3000365
1015.56/508.93	c cleaning 77002 clauses out of 154007 with flag 7695952/3078363
1052.15/527.20	c cleaning 77989 clauses out of 156005 with flag 7892663/3157363
1090.74/546.59	c cleaning 78995 clauses out of 158016 with flag 8098543/3237363
1132.34/567.34	c cleaning 80002 clauses out of 160022 with flag 8302674/3318364
1175.33/588.80	c cleaning 80991 clauses out of 162019 with flag 8508548/3400363
1215.73/609.06	c cleaning 82006 clauses out of 164029 with flag 8718386/3483364
1255.32/628.89	c cleaning 83003 clauses out of 166023 with flag 8925049/3567364
1294.51/648.49	c cleaning 84003 clauses out of 168019 with flag 9138143/3652363
1330.30/666.63	c cleaning 84997 clauses out of 170016 with flag 9353566/3738363
1367.29/685.15	c cleaning 86000 clauses out of 172019 with flag 9568942/3825363
1404.49/703.75	c cleaning 86998 clauses out of 174020 with flag 9784116/3913364
1445.09/724.03	c cleaning 87997 clauses out of 176021 with flag 10003882/4002363
1487.09/745.05	c cleaning 89007 clauses out of 178024 with flag 10221578/4092363
1528.50/765.78	c cleaning 90006 clauses out of 180017 with flag 10442950/4183363
1571.48/787.20	c cleaning 91003 clauses out of 182013 with flag 10670504/4275365
1612.10/807.57	c cleaning 91996 clauses out of 184008 with flag 10907928/4368363
1657.88/830.44	c cleaning 93002 clauses out of 186012 with flag 11150146/4462363
1703.08/853.00	c cleaning 93997 clauses out of 188010 with flag 11390785/4557363
1749.89/876.48	c cleaning 95005 clauses out of 190014 with flag 11629840/4653364
1800.09/901.50	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.09/901.50	c starts		: 802
1800.09/901.50	c conflicts		: 4744814
1800.09/901.50	c decisions		: 8631331
1800.09/901.50	c propagations		: 93834552
1800.09/901.50	c inspects		: 17917431944
1800.09/901.50	c shortcuts		: 0
1800.09/901.50	c learnt literals	: 0
1800.09/901.50	c learnt binary clauses	: 0
1800.09/901.50	c learnt ternary clauses	: 0
1800.09/901.50	c learnt constraints	: 4744814
1800.09/901.50	c ignored constraints	: 0
1800.09/901.50	c root simplifications	: 0
1800.09/901.50	c removed literals (reason simplification)	: 7192270
1800.09/901.50	c reason swapping (by a shorter reason)	: 0
1800.09/901.50	c Calls to reduceDB	: 93
1800.09/901.50	c Number of update (reduction) of LBD	: 920833
1800.09/901.50	c Imported unit clauses	: 0
1800.09/901.50	c number of reductions to clauses (during analyze)	: 0
1800.09/901.50	c number of learned constraints concerned by reduction	: 0
1800.09/901.50	c number of learning phase by resolution	: 0
1800.09/901.50	c number of learning phase by cutting planes	: 0
1800.09/901.50	c speed (assignments/second)	: 104539.05568497432
1800.09/901.50	c non guided choices	0
1800.09/901.53	c learnt constraints type 
1800.09/901.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186460
1800.09/901.53	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.09/901.53	c starts		: 32
1800.09/901.53	c conflicts		: 5872
1800.09/901.53	c decisions		: 44881
1800.09/901.53	c propagations		: 219802
1800.09/901.53	c inspects		: 82070482
1800.09/901.53	c shortcuts		: 0
1800.09/901.53	c learnt literals	: 0
1800.09/901.53	c learnt binary clauses	: 0
1800.09/901.53	c learnt ternary clauses	: 0
1800.09/901.53	c learnt constraints	: 5871
1800.09/901.53	c ignored constraints	: 0
1800.09/901.53	c root simplifications	: 0
1800.09/901.53	c removed literals (reason simplification)	: 0
1800.09/901.53	c reason swapping (by a shorter reason)	: 0
1800.09/901.53	c Calls to reduceDB	: 1
1800.09/901.53	c Number of update (reduction) of LBD	: 0
1800.09/901.53	c Imported unit clauses	: 0
1800.09/901.53	c number of reductions to clauses (during analyze)	: 0
1800.09/901.53	c number of learned constraints concerned by reduction	: 0
1800.09/901.53	c number of learning phase by resolution	: 0
1800.09/901.53	c number of learning phase by cutting planes	: 0
1800.09/901.53	c speed (assignments/second)	: 244.32298804962448
1800.09/901.53	c non guided choices	0
1800.09/901.53	c learnt constraints type 
1800.09/901.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 247
1800.09/901.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5624
1800.09/901.53	s SATISFIABLE
1800.09/901.53	c Found 7 solution(s)
1800.09/901.53	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 
1800.09/901.53	c objective function=42
1800.09/901.53	c Total wall clock time (in seconds): 901.414

Verifier Data

OK	42

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-4109065-1466290383/watcher-4109065-1466290383 -o /tmp/evaluation-result-4109065-1466290383/solver-4109065-1466290383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466289484-30826 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109065-1466290383.opb 

pid=31177
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.00 3.98 3.09 4/197 31180
/proc/meminfo: memFree=29791020/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31180/stat : 31180 (java) D 31177 31180 29682 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 31087581 9515008 175 33554432000 1073741824 1073778376 140735355684992 140735355667720 219513963408 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.00 3.98 3.09 4/197 31180
/proc/meminfo: memFree=29791020/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 31087581 9787879424 6032 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 4.00 3.98 3.09 4/197 31180
/proc/meminfo: memFree=29791020/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 4700 0 1 0 24 1 0 0 20 0 18 0 31087581 9787879424 6781 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389619 6781 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300352 s]
/proc/loadavg: 4.00 3.98 3.09 4/197 31180
/proc/meminfo: memFree=29791020/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 5685 0 1 0 49 1 0 0 20 0 18 0 31087581 9787879424 9108 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389619 9108 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 4.00 3.98 3.09 4/197 31180
/proc/meminfo: memFree=29791020/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 9366 0 1 0 74 4 0 0 20 0 19 0 31087581 10060525568 17060 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 17060 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.00 3.98 3.09 3/216 31205
/proc/meminfo: memFree=29716996/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 10403 0 1 0 103 8 0 0 20 0 19 0 31087581 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 19943 2266 9 0 2446860 0
[pid=31180/tid=31182] ppid=31177 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/31180/task/31182/stat : 31182 (java) S 31177 31180 29682 0 -1 4202560 2474 0 1 0 33 2 0 0 20 0 19 0 31087582 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590812132216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31183] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31183/stat : 31183 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087583 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590790232616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31184] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087583 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590587046312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31185] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31177 31180 29682 0 -1 4202560 3837 0 0 0 30 0 0 0 20 0 19 0 31087587 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590564322232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) S 31177 31180 29682 0 -1 4202560 2721 0 0 0 25 0 0 0 20 0 19 0 31087587 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590563269432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31201] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31177 31180 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087620 10060525568 19943 33554432000 1073741824 1073778376 140736530475424 140590557057960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 3.84 3.95 3.08 3/216 31211
/proc/meminfo: memFree=29688744/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 19085 0 1 0 245 16 0 0 20 0 19 0 31087581 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 30515 2274 9 0 2446860 0
[pid=31180/tid=31182] ppid=31177 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31180/task/31182/stat : 31182 (java) S 31177 31180 29682 0 -1 4202560 2474 0 1 0 34 2 0 0 20 0 19 0 31087582 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590812132216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31183] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31183/stat : 31183 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087583 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590790232616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31184] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087583 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590587046312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31185] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087584 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087585 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) R 31177 31180 29682 0 -1 4202560 7690 0 0 0 76 2 0 0 20 0 19 0 31087587 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590564322072 140590817975231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) R 31177 31180 29682 0 -1 4202560 7513 0 0 0 74 1 0 0 20 0 19 0 31087587 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590563269272 140590819107611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087587 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31211] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31211/stat : 31211 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31087771 10060525568 30515 33554432000 1073741824 1073778376 140736530475424 140590560011944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 3.84 3.95 3.08 5/219 31223
/proc/meminfo: memFree=29511304/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=9.05 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 19730 0 1 0 879 26 0 0 20 0 22 0 31087581 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 72732 2293 9 0 2446860 0
[pid=31180/tid=31182] ppid=31177 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31180/task/31182/stat : 31182 (java) S 31177 31180 29682 0 -1 4202560 2474 0 1 0 34 2 0 0 20 0 22 0 31087582 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590812132216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31183] ppid=31177 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31180/task/31183/stat : 31183 (java) S 31177 31180 29682 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 22 0 31087583 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590790232616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31184] ppid=31177 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) S 31177 31180 29682 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 31087583 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590587046312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31177 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 131 0 0 0 7 2 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 31087584 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31177 31180 29682 0 -1 4202560 7695 0 0 0 105 2 0 0 20 0 22 0 31087587 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590564322232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) S 31177 31180 29682 0 -1 4202560 7518 0 0 0 111 1 0 0 20 0 22 0 31087587 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590563269432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31211] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31211/stat : 31211 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087771 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590560011944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31221] ppid=31177 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/31180/task/31221/stat : 31221 (java) R 31177 31180 29682 0 -1 4202560 7 0 0 0 225 0 0 0 20 0 22 0 31087972 10060525568 72732 33554432000 1073741824 1073778376 140736530475424 140590558949648 140590671709060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31222] ppid=31177 vsize=9824732 CPUtime=2.24 cores=1,3,5,7

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

/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 1442 0 0 0 37 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 1214 0 0 0 39 12 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 761 0 0 0 31 9 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 670 0 0 0 41 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 1256 0 0 0 41 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 1471 0 0 0 42 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 2439 0 0 0 151 4 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31177 31180 29682 0 -1 4202560 11137 0 0 0 158 2 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590564322232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) S 31177 31180 29682 0 -1 4202560 7519 0 0 0 124 1 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590563269432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31211] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31211/stat : 31211 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087771 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590560011944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31221] ppid=31177 vsize=9824732 CPUtime=873.4 cores=1,3,5,7
/proc/31180/task/31221/stat : 31221 (java) R 31177 31180 29682 0 -1 4202560 44 0 0 0 87327 13 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590558949648 140590671530470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31222] ppid=31177 vsize=9824732 CPUtime=873.27 cores=1,3,5,7
/proc/31180/task/31222/stat : 31222 (java) R 31177 31180 29682 0 -1 4202560 1206 0 0 0 87280 47 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590556004032 140590671744689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31223] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31223/stat : 31223 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590557058216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1761.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.501 s]
/proc/loadavg: 2.80 3.73 3.57 3/191 31302
/proc/meminfo: memFree=27341172/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 35209 0 1 0 179835 174 0 0 20 0 22 0 31087581 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 835859 2302 9 0 2446860 0
[pid=31180/tid=31182] ppid=31177 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/31180/task/31182/stat : 31182 (java) S 31177 31180 29682 0 -1 4202560 2476 0 1 0 36 3 0 0 20 0 22 0 31087582 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590812132216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31183] ppid=31177 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/31180/task/31183/stat : 31183 (java) S 31177 31180 29682 0 -1 4202560 1065 0 0 0 47 14 0 0 20 0 22 0 31087583 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590790232616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31184] ppid=31177 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) S 31177 31180 29682 0 -1 4202560 1022 0 0 0 33 11 0 0 20 0 22 0 31087583 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590587046312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31185] ppid=31177 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 1442 0 0 0 37 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 1214 0 0 0 39 12 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 761 0 0 0 31 9 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 670 0 0 0 41 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 1256 0 0 0 41 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 1471 0 0 0 42 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 2439 0 0 0 151 4 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31177 31180 29682 0 -1 4202560 11137 0 0 0 158 2 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590564322232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) S 31177 31180 29682 0 -1 4202560 7519 0 0 0 124 1 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590563269432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 53 0 0 0 11 16 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31211] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31211/stat : 31211 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087771 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590560011944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31221] ppid=31177 vsize=9824732 CPUtime=892.55 cores=1,3,5,7
/proc/31180/task/31221/stat : 31221 (java) R 31177 31180 29682 0 -1 4202560 44 0 0 0 89242 13 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590558949648 140590671530470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31222] ppid=31177 vsize=9824732 CPUtime=892.41 cores=1,3,5,7
/proc/31180/task/31222/stat : 31222 (java) R 31177 31180 29682 0 -1 4202560 1206 0 0 0 89194 47 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590556004032 140590671779904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31223] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31223/stat : 31223 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590557058216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 31180 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.501 s]
/proc/loadavg: 2.80 3.73 3.57 3/191 31302
/proc/meminfo: memFree=27341172/32872528 swapFree=1074772/1156532
[pid=31180] ppid=31177 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31177 31180 29682 0 -1 4202496 35209 0 1 0 179835 174 0 0 20 0 22 0 31087581 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140736530466560 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2456183 835859 2302 9 0 2446860 0
[pid=31180/tid=31182] ppid=31177 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/31180/task/31182/stat : 31182 (java) S 31177 31180 29682 0 -1 4202560 2476 0 1 0 36 3 0 0 20 0 22 0 31087582 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590812132216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31183] ppid=31177 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/31180/task/31183/stat : 31183 (java) S 31177 31180 29682 0 -1 4202560 1065 0 0 0 47 14 0 0 20 0 22 0 31087583 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590790232616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31184] ppid=31177 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) S 31177 31180 29682 0 -1 4202560 1022 0 0 0 33 11 0 0 20 0 22 0 31087583 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590587046312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31185] ppid=31177 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31177 31180 29682 0 -1 4202560 1442 0 0 0 37 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590585993512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31177 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31177 31180 29682 0 -1 4202560 1214 0 0 0 39 12 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590584940712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31177 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31177 31180 29682 0 -1 4202560 761 0 0 0 31 9 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590583888936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31188] ppid=31177 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31177 31180 29682 0 -1 4202560 670 0 0 0 41 13 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590582836136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31189] ppid=31177 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31177 31180 29682 0 -1 4202560 1256 0 0 0 41 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590581783336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31177 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31177 31180 29682 0 -1 4202560 1471 0 0 0 42 14 0 0 20 0 22 0 31087584 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590580730536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31191] ppid=31177 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31177 31180 29682 0 -1 4202560 2439 0 0 0 151 4 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590568532456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31192] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31177 31180 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590567478520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31193] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31177 31180 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31087585 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590566425608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31194] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590565374096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31195] ppid=31177 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31177 31180 29682 0 -1 4202560 11137 0 0 0 158 2 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590564322232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31196] ppid=31177 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/31180/task/31196/stat : 31196 (java) S 31177 31180 29682 0 -1 4202560 7519 0 0 0 124 1 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590563269432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31197] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31197/stat : 31197 (java) S 31177 31180 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590562216824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31198] ppid=31177 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/31180/task/31198/stat : 31198 (java) S 31177 31180 29682 0 -1 4202560 53 0 0 0 11 16 0 0 20 0 22 0 31087587 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590561164232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31211] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31211/stat : 31211 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087771 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590560011944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31221] ppid=31177 vsize=9824732 CPUtime=892.55 cores=1,3,5,7
/proc/31180/task/31221/stat : 31221 (java) R 31177 31180 29682 0 -1 4202560 44 0 0 0 89242 13 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590558949648 140590671530470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31222] ppid=31177 vsize=9824732 CPUtime=892.41 cores=1,3,5,7
/proc/31180/task/31222/stat : 31222 (java) R 31177 31180 29682 0 -1 4202560 1206 0 0 0 89194 47 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590556004032 140590671779904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31223] ppid=31177 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31223/stat : 31223 (java) S 31177 31180 29682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31087972 10060525568 835859 33554432000 1073741824 1073778376 140736530475424 140590557058216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 901.569
CPU time (s): 1800.09
CPU user time (s): 1798.35
CPU system time (s): 1.74
CPU usage (%): 199.662
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 2.17067
maximum resident set size= 3345596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22023
involuntary context switches= 18317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40318 second user time and 7.66383 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 00:53:04
IDJOB=4109065
IDBENCH=89845
IDSOLVER=2543
FILE ID=node114/4109065-1466290383
RUNJOBID= node114-1466289484-30826
PBS_JOBID= 19918267
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-iis-bupa-cov.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109065-1466290383/watcher-4109065-1466290383 -o /tmp/evaluation-result-4109065-1466290383/solver-4109065-1466290383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466289484-30826 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109065-1466290383.opb

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

MD5SUM BENCH= 7fb5c1a630b78d8604b800edf1958e29
RANDOM SEED=418807358

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        29791896 kB
Buffers:          109580 kB
Cached:           193604 kB
SwapCached:          800 kB
Active:           943700 kB
Inactive:         202768 kB
Active(anon):     843868 kB
Inactive(anon):     1668 kB
Active(file):      99832 kB
Inactive(file):   201100 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:       2033452 kB
Mapped:            16372 kB
Shmem:                 0 kB
Slab:             609596 kB
SReclaimable:      53264 kB
SUnreclaim:       556332 kB
KernelStack:        1640 kB
PageTables:         8384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2871632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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= 71724 MiB
End job on node114 at 2016-06-19 01:08:05