Trace number 4081239

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)-28 1800.16 891.272

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark65.593
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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-4081239-1465228665.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.62/0.71	c ... done. Wall clock time 0.588s.
1.62/0.71	c declared #vars     595
1.62/0.71	c #constraints  27847
1.62/0.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.71	c constraints type 
1.62/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1.62/0.71	c 27847 constraints processed.
1.62/0.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.71	c constraints type 
1.62/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1.62/0.71	c 27847 constraints processed.
1.62/0.71	c objective function length is 595 literals
1.62/0.72	c And the winner is solver0
1.92/1.21	c SATISFIABLE
1.92/1.21	c OPTIMIZING...
1.92/1.21	c Got one! Elapsed wall clock time (in seconds):1.094
1.92/1.21	o -23
1.92/1.24	c And the winner is solver0
2.07/1.72	c Got one! Elapsed wall clock time (in seconds):1.6
2.07/1.72	o -24
2.07/1.72	c And the winner is solver0
2.10/2.22	c Got one! Elapsed wall clock time (in seconds):2.103
2.10/2.22	o -25
2.10/2.26	c And the winner is solver0
2.23/2.72	c Got one! Elapsed wall clock time (in seconds):2.605
2.23/2.72	o -26
4.51/3.36	c And the winner is solver1
4.68/3.72	c Got one! Elapsed wall clock time (in seconds):3.607
4.68/3.72	o -27
4.82/3.88	c cleaning 2618 clauses out of 5247 with flag 2465/5247
6.71/4.69	c cleaning 4315 clauses out of 8629 with flag 15892/11247
8.91/5.70	c cleaning 5655 clauses out of 11314 with flag 32253/18247
11.42/6.87	c cleaning 6830 clauses out of 13659 with flag 49253/26247
14.62/8.38	c cleaning 7904 clauses out of 15829 with flag 67803/35247
18.21/10.10	c cleaning 8962 clauses out of 17929 with flag 88361/45251
22.65/12.11	c cleaning 9979 clauses out of 19963 with flag 111013/56247
27.27/14.33	c cleaning 10991 clauses out of 21985 with flag 135728/68248
31.87/16.68	c cleaning 11995 clauses out of 23994 with flag 162457/81248
38.40/20.00	c cleaning 12984 clauses out of 25999 with flag 191194/95248
44.00/22.88	c cleaning 14006 clauses out of 28016 with flag 222098/110249
50.90/26.22	c cleaning 15004 clauses out of 30008 with flag 255025/126247
58.11/29.86	c cleaning 15995 clauses out of 32006 with flag 289966/143249
66.67/34.07	c cleaning 17000 clauses out of 34011 with flag 327019/161249
76.08/38.63	c cleaning 17999 clauses out of 36009 with flag 366158/180247
85.87/43.55	c cleaning 19005 clauses out of 38010 with flag 407177/200247
97.62/49.68	c cleaning 19998 clauses out of 40005 with flag 450426/221247
108.29/55.00	c cleaning 21004 clauses out of 42008 with flag 495667/243248
119.70/60.64	c cleaning 21997 clauses out of 44004 with flag 542945/266248
132.03/66.72	c cleaning 23003 clauses out of 46006 with flag 592447/290247
143.04/72.11	c cleaning 0 clauses out of 5151 with flag 0/5152
146.02/73.46	c cleaning 23993 clauses out of 48004 with flag 643867/315248
160.93/80.83	c cleaning 25006 clauses out of 50012 with flag 697386/341249
176.93/88.80	c cleaning 25998 clauses out of 52004 with flag 752952/368247
193.72/97.16	c cleaning 26999 clauses out of 54006 with flag 810529/396247
212.35/106.82	c cleaning 28000 clauses out of 56007 with flag 870248/425247
230.61/115.91	c cleaning 28995 clauses out of 58007 with flag 931839/455247
249.52/125.37	c cleaning 30003 clauses out of 60015 with flag 995602/486250
271.68/136.30	c cleaning 30998 clauses out of 62010 with flag 1061498/518248
294.90/147.85	c cleaning 32006 clauses out of 64013 with flag 1129669/551249
319.76/160.06	c cleaning 33003 clauses out of 66006 with flag 1199540/585248
346.58/173.36	c cleaning 33997 clauses out of 68004 with flag 1271283/620249
374.50/187.06	c cleaning 35003 clauses out of 70007 with flag 1345316/656249
401.98/200.51	c cleaning 35992 clauses out of 72003 with flag 1421477/693248
432.68/215.50	c cleaning 37004 clauses out of 74014 with flag 1499724/731251
464.32/230.94	c cleaning 37997 clauses out of 76006 with flag 1580045/770247
500.86/249.51	c cleaning 39005 clauses out of 78010 with flag 1662310/810248
533.98/266.01	c cleaning 39994 clauses out of 80004 with flag 1746586/851247
566.92/282.33	c cleaning 40999 clauses out of 82011 with flag 1833202/893248
593.82/295.69	c And the winner is solver1
593.82/296.14	c Got one! Elapsed wall clock time (in seconds):296.018
593.82/296.14	o -28
599.74/299.15	c cleaning 40455 clauses out of 80925 with flag 11018/933161
604.08/301.21	c cleaning 23230 clauses out of 46470 with flag 25092/939161
606.69/302.60	c cleaning 15112 clauses out of 30241 with flag 40979/946162
609.27/303.84	c cleaning 11559 clauses out of 23128 with flag 58816/954161
612.08/305.29	c cleaning 10283 clauses out of 20571 with flag 80311/963163
615.28/306.85	c cleaning 10133 clauses out of 20287 with flag 103163/973162
618.83/308.57	c cleaning 10572 clauses out of 21153 with flag 128424/984161
623.03/310.65	c cleaning 11291 clauses out of 22582 with flag 156759/996162
627.63/312.98	c cleaning 12144 clauses out of 24290 with flag 187561/1009161
633.22/315.65	c cleaning 13073 clauses out of 26146 with flag 221210/1023161
638.82/318.42	c cleaning 14033 clauses out of 28073 with flag 255844/1038161
645.62/321.87	c cleaning 15018 clauses out of 30040 with flag 295407/1054161
653.63/325.77	c cleaning 16009 clauses out of 32024 with flag 336115/1071163
662.19/329.93	c cleaning 17003 clauses out of 34014 with flag 379639/1089162
671.23/334.48	c cleaning 18001 clauses out of 36012 with flag 426286/1108163
682.46/339.94	c cleaning 19004 clauses out of 38009 with flag 474603/1128161
693.25/345.34	c cleaning 20001 clauses out of 40006 with flag 524095/1149162
706.32/351.73	c cleaning 21002 clauses out of 42004 with flag 579452/1171161
719.35/358.18	c cleaning 21998 clauses out of 44003 with flag 633786/1194162
734.23/365.44	c cleaning 22993 clauses out of 46004 with flag 692678/1218161
748.74/372.56	c cleaning 24001 clauses out of 48012 with flag 751362/1243162
751.54/373.92	c cleaning 0 clauses out of 10470 with flag 0/10471
765.47/380.71	c cleaning 25006 clauses out of 50012 with flag 811190/1269163
782.90/389.31	c cleaning 25997 clauses out of 52005 with flag 875599/1296162
802.96/399.27	c cleaning 27002 clauses out of 54007 with flag 943114/1324161
827.19/411.22	c cleaning 28003 clauses out of 56006 with flag 1016664/1353162
852.14/423.49	c cleaning 28998 clauses out of 58002 with flag 1087682/1383161
878.85/436.70	c cleaning 30001 clauses out of 60005 with flag 1161943/1414162
906.31/450.23	c cleaning 30997 clauses out of 62003 with flag 1238110/1446161
934.89/464.29	c cleaning 32004 clauses out of 64007 with flag 1316744/1479162
965.02/479.02	c cleaning 32997 clauses out of 66003 with flag 1395618/1513162
996.10/494.47	c cleaning 34000 clauses out of 68008 with flag 1479218/1548164
1030.31/511.26	c cleaning 35000 clauses out of 70007 with flag 1564333/1584163
1066.95/529.26	c cleaning 35995 clauses out of 72006 with flag 1652390/1621162
1101.67/546.24	c cleaning 37003 clauses out of 74011 with flag 1741319/1659162
1139.89/564.98	c cleaning 38004 clauses out of 76008 with flag 1833993/1698162
1181.65/585.41	c cleaning 38998 clauses out of 78005 with flag 1933258/1738163
1222.37/605.48	c cleaning 39992 clauses out of 80006 with flag 2030212/1779162
1270.25/630.17	c cleaning 40998 clauses out of 82013 with flag 2133562/1821161
1311.88/650.85	c cleaning 42008 clauses out of 84016 with flag 2236231/1864162
1356.76/673.05	c cleaning 42997 clauses out of 86007 with flag 2344230/1908161
1401.71/695.30	c cleaning 44002 clauses out of 88011 with flag 2452546/1953162
1447.92/718.17	c cleaning 44999 clauses out of 90008 with flag 2561273/1999161
1500.92/744.28	c cleaning 46005 clauses out of 92011 with flag 2673664/2046163
1558.74/772.56	c cleaning 46998 clauses out of 94004 with flag 2796851/2094161
1617.71/801.54	c cleaning 47999 clauses out of 96007 with flag 2920226/2143162
1688.93/836.56	c cleaning 49000 clauses out of 98010 with flag 3045317/2193164
1754.54/868.83	c cleaning 50002 clauses out of 100007 with flag 3169840/2244161
1800.16/891.20	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.16/891.20	c starts		: 27030
1800.16/891.20	c conflicts		: 2283824
1800.16/891.20	c decisions		: 16873508
1800.16/891.20	c propagations		: 27986948
1800.16/891.20	c inspects		: 8230720163
1800.16/891.20	c shortcuts		: 0
1800.16/891.20	c learnt literals	: 0
1800.16/891.20	c learnt binary clauses	: 0
1800.16/891.20	c learnt ternary clauses	: 0
1800.16/891.20	c learnt constraints	: 2283824
1800.16/891.20	c ignored constraints	: 0
1800.16/891.20	c root simplifications	: 0
1800.16/891.20	c removed literals (reason simplification)	: 58795433
1800.16/891.20	c reason swapping (by a shorter reason)	: 0
1800.16/891.20	c Calls to reduceDB	: 85
1800.16/891.20	c Number of update (reduction) of LBD	: 82242
1800.16/891.20	c Imported unit clauses	: 0
1800.16/891.20	c number of reductions to clauses (during analyze)	: 0
1800.16/891.20	c number of learned constraints concerned by reduction	: 0
1800.16/891.20	c number of learning phase by resolution	: 0
1800.16/891.20	c number of learning phase by cutting planes	: 0
1800.16/891.20	c speed (assignments/second)	: 47031.67043655662
1800.16/891.20	c non guided choices	0
1800.16/891.23	c learnt constraints type 
1800.16/891.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89668
1800.16/891.23	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.16/891.23	c starts		: 47
1800.16/891.23	c conflicts		: 15917
1800.16/891.23	c decisions		: 18560
1800.16/891.23	c propagations		: 156589
1800.16/891.23	c inspects		: 852468877
1800.16/891.23	c shortcuts		: 0
1800.16/891.23	c learnt literals	: 0
1800.16/891.23	c learnt binary clauses	: 0
1800.16/891.23	c learnt ternary clauses	: 0
1800.16/891.23	c learnt constraints	: 15915
1800.16/891.23	c ignored constraints	: 0
1800.16/891.23	c root simplifications	: 0
1800.16/891.23	c removed literals (reason simplification)	: 0
1800.16/891.23	c reason swapping (by a shorter reason)	: 0
1800.16/891.23	c Calls to reduceDB	: 2
1800.16/891.23	c Number of update (reduction) of LBD	: 0
1800.16/891.23	c Imported unit clauses	: 0
1800.16/891.23	c number of reductions to clauses (during analyze)	: 0
1800.16/891.23	c number of learned constraints concerned by reduction	: 0
1800.16/891.23	c number of learning phase by resolution	: 0
1800.16/891.23	c number of learning phase by cutting planes	: 0
1800.16/891.23	c speed (assignments/second)	: 176.23953152556948
1800.16/891.23	c non guided choices	0
1800.16/891.23	c learnt constraints type 
1800.16/891.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 382
1800.16/891.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15533
1800.16/891.23	s SATISFIABLE
1800.16/891.23	c Found 6 solution(s)
1800.16/891.24	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1800.16/891.24	c objective function=-28
1800.16/891.24	c Total wall clock time (in seconds): 891.121

Verifier Data

OK	-28

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

pid=6657
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.22 4.47 4.34 4/197 6660
/proc/meminfo: memFree=26336172/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6660/stat : 6660 (java) R 6657 6660 32147 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 104801106 9515008 175 33554432000 1073741824 1073778376 140734397259872 140734397257000 219513963408 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.47 4.34 4/197 6660
/proc/meminfo: memFree=26336172/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 4465 0 1 0 8 1 0 0 20 0 18 0 104801106 9787879424 5581 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2389619 5581 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.22 4.47 4.34 4/197 6660
/proc/meminfo: memFree=26336172/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 4722 0 1 0 22 1 0 0 20 0 18 0 104801106 9787879424 6298 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2389619 6298 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300296 s]
/proc/loadavg: 4.22 4.47 4.34 4/197 6660
/proc/meminfo: memFree=26336172/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 5719 0 1 0 45 1 0 0 20 0 18 0 104801106 9787879424 8064 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2389619 8064 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.22 4.47 4.34 4/197 6660
/proc/meminfo: memFree=26336172/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9558476 CPUtime=1.62 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 23346 0 1 0 157 5 0 0 20 0 18 0 104801106 9787879424 32865 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2389619 32865 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.22 4.47 4.34 3/216 6682
/proc/meminfo: memFree=26206720/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 23563 0 1 0 197 10 0 0 20 0 19 0 104801106 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2456183 36633 2263 9 0 2446860 0
[pid=6660/tid=6662] ppid=6657 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/6660/task/6662/stat : 6662 (java) S 6657 6660 32147 0 -1 4202560 2509 0 1 0 66 2 0 0 20 0 19 0 104801107 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140056127443832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6663] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6663/stat : 6663 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140056066173480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6664] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6664/stat : 6664 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055970265512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6665] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6665/stat : 6665 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055969212712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6666] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6666/stat : 6666 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055968159912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6667] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6667/stat : 6667 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055967108136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6668] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6668/stat : 6668 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055966055336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6669] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6669/stat : 6669 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055965002536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104801108 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104801109 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104801110 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104801110 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801112 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) S 6657 6660 32147 0 -1 4202560 8815 0 0 0 61 2 0 0 20 0 19 0 104801112 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055947328440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) S 6657 6660 32147 0 -1 4202560 10899 0 0 0 59 3 0 0 20 0 19 0 104801112 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055946275640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801112 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801112 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6682] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6682/stat : 6682 (java) S 6657 6660 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104801178 10060525568 36633 33554432000 1073741824 1073778376 140734397259872 140055939957544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.22 4.47 4.34 3/217 6688
/proc/meminfo: memFree=26191028/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 25905 0 1 0 357 12 0 0 20 0 22 0 104801106 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2456183 46709 2268 9 0 2446860 0
[pid=6660/tid=6662] ppid=6657 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/6660/task/6662/stat : 6662 (java) S 6657 6660 32147 0 -1 4202560 2510 0 1 0 67 2 0 0 20 0 22 0 104801107 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140056127443832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6663] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6663/stat : 6663 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140056066173480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6664] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6664/stat : 6664 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055970265512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6665] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6665/stat : 6665 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055969212712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6666] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6666/stat : 6666 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055968159912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6667] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6667/stat : 6667 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055967108136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6668] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6668/stat : 6668 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055966055336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6669] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6669/stat : 6669 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055965002536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104801108 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104801109 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) R 6657 6660 32147 0 -1 4202560 9564 0 0 0 102 2 0 0 20 0 22 0 104801112 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055947305968 140056131020186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) R 6657 6660 32147 0 -1 4202560 12446 0 0 0 100 3 0 0 20 0 22 0 104801112 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055946275640 140056133470376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6682] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6682/stat : 6682 (java) S 6657 6660 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104801178 10060525568 46709 33554432000 1073741824 1073778376 140734397259872 140055939957544 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.04 4.43 4.33 5/219 6696
/proc/meminfo: memFree=25901728/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9824732 CPUtime=10.41 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 27632 0 1 0 1006 35 0 0 20 0 22 0 104801106 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2456183 121168 2292 9 0 2446860 0
[pid=6660/tid=6662] ppid=6657 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/6660/task/6662/stat : 6662 (java) S 6657 6660 32147 0 -1 4202560 2510 0 1 0 67 2 0 0 20 0 22 0 104801107 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140056127443832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6663] ppid=6657 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6660/task/6663/stat : 6663 (java) S 6657 6660 32147 0 -1 4202560 86 0 0 0 5 2 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140056066173480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6664] ppid=6657 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6660/task/6664/stat : 6664 (java) S 6657 6660 32147 0 -1 4202560 142 0 0 0 6 3 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055970265512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6665] ppid=6657 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/6660/task/6665/stat : 6665 (java) S 6657 6660 32147 0 -1 4202560 203 0 0 0 8 4 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055969212712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6666] ppid=6657 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/6660/task/6666/stat : 6666 (java) S 6657 6660 32147 0 -1 4202560 171 0 0 0 6 3 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055968159912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6667] ppid=6657 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/6660/task/6667/stat : 6667 (java) S 6657 6660 32147 0 -1 4202560 186 0 0 0 11 4 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055967108136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6668] ppid=6657 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6660/task/6668/stat : 6668 (java) S 6657 6660 32147 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055966055336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6669] ppid=6657 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6660/task/6669/stat : 6669 (java) S 6657 6660 32147 0 -1 4202560 140 0 0 0 6 2 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055965002536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 234 0 0 0 4 2 0 0 20 0 22 0 104801108 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 229 0 0 0 0 0 0 0 20 0 22 0 104801109 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) S 6657 6660 32147 0 -1 4202560 9594 0 0 0 130 2 0 0 20 0 22 0 104801112 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055947328440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) S 6657 6660 32147 0 -1 4202560 12508 0 0 0 143 3 0 0 20 0 22 0 104801112 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055946275640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6693] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6693/stat : 6693 (java) S 6657 6660 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801379 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055941010856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6694] ppid=6657 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/6660/task/6694/stat : 6694 (java) R 6657 6660 32147 0 -1 4202560 12 0 0 0 234 0 0 0 20 0 22 0 104801479 10060525568 121168 33554432000 1073741824 1073778376 140734397259872 140055942061016 140056068215768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6695] ppid=6657 vsize=9824732 CPUtime=2.33 cores=1,3,5,7

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

[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=6.29 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 944 0 0 0 604 25 0 0 20 0 22 0 104801108 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=6.51 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 3055 0 0 0 643 8 0 0 20 0 22 0 104801109 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) S 6657 6660 32147 0 -1 4202560 9767 0 0 0 207 2 0 0 20 0 22 0 104801112 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055947328440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) S 6657 6660 32147 0 -1 4202560 12511 0 0 0 146 3 0 0 20 0 22 0 104801112 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055946275640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 47 0 0 0 12 23 0 0 20 0 22 0 104801112 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6693] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6693/stat : 6693 (java) S 6657 6660 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801379 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055941010856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6728] ppid=6657 vsize=9824732 CPUtime=513.76 cores=1,3,5,7
/proc/6660/task/6728/stat : 6728 (java) R 6657 6660 32147 0 -1 4202560 20 0 0 0 51369 7 0 0 20 0 22 0 104830720 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055942060608 140056068120085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6729] ppid=6657 vsize=9824732 CPUtime=513.72 cores=1,3,5,7
/proc/6660/task/6729/stat : 6729 (java) R 6657 6660 32147 0 -1 4202560 40 0 0 0 51364 8 0 0 20 0 22 0 104830720 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055943113712 140056068520708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6730] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6730/stat : 6730 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104830720 10060525568 1050296 33554432000 1073741824 1073778376 140734397259872 140055939958440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1659.01
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.34 4.34 5/219 6946
/proc/meminfo: memFree=24533744/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9824732 CPUtime=1780.83 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 38294 0 1 0 177772 311 0 0 20 0 22 0 104801106 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2456183 1097436 2301 9 0 2446860 0
[pid=6660/tid=6662] ppid=6657 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/6660/task/6662/stat : 6662 (java) S 6657 6660 32147 0 -1 4202560 2535 0 1 0 70 4 0 0 20 0 22 0 104801107 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140056127443832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6663] ppid=6657 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/6660/task/6663/stat : 6663 (java) S 6657 6660 32147 0 -1 4202560 812 0 0 0 660 33 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140056066173480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6664] ppid=6657 vsize=9824732 CPUtime=6.82 cores=1,3,5,7
/proc/6660/task/6664/stat : 6664 (java) S 6657 6660 32147 0 -1 4202560 1254 0 0 0 652 30 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055970265512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6665] ppid=6657 vsize=9824732 CPUtime=7.26 cores=1,3,5,7
/proc/6660/task/6665/stat : 6665 (java) S 6657 6660 32147 0 -1 4202560 977 0 0 0 691 35 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055969212712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6666] ppid=6657 vsize=9824732 CPUtime=6.9 cores=1,3,5,7
/proc/6660/task/6666/stat : 6666 (java) S 6657 6660 32147 0 -1 4202560 1052 0 0 0 662 28 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055968159912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6667] ppid=6657 vsize=9824732 CPUtime=6.67 cores=1,3,5,7
/proc/6660/task/6667/stat : 6667 (java) S 6657 6660 32147 0 -1 4202560 957 0 0 0 636 31 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055967108136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6668] ppid=6657 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/6660/task/6668/stat : 6668 (java) S 6657 6660 32147 0 -1 4202560 892 0 0 0 660 29 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055966055336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6669] ppid=6657 vsize=9824732 CPUtime=7.01 cores=1,3,5,7
/proc/6660/task/6669/stat : 6669 (java) S 6657 6660 32147 0 -1 4202560 832 0 0 0 677 24 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055965002536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=6.72 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 956 0 0 0 647 25 0 0 20 0 22 0 104801108 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=6.52 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 3104 0 0 0 643 9 0 0 20 0 22 0 104801109 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) S 6657 6660 32147 0 -1 4202560 9768 0 0 0 207 2 0 0 20 0 22 0 104801112 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055947328440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) S 6657 6660 32147 0 -1 4202560 12511 0 0 0 146 3 0 0 20 0 22 0 104801112 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055946275640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 104801112 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6693] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6693/stat : 6693 (java) S 6657 6660 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801379 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055941010856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6728] ppid=6657 vsize=9824732 CPUtime=572.66 cores=1,3,5,7
/proc/6660/task/6728/stat : 6728 (java) R 6657 6660 32147 0 -1 4202560 23 0 0 0 57258 8 0 0 20 0 22 0 104830720 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055942061456 140056068120085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6729] ppid=6657 vsize=9824732 CPUtime=572.62 cores=1,3,5,7
/proc/6660/task/6729/stat : 6729 (java) R 6657 6660 32147 0 -1 4202560 43 0 0 0 57253 9 0 0 20 0 22 0 104830720 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055943113136 140056068685013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6730] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6730/stat : 6730 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104830720 10060525568 1097436 33554432000 1073741824 1073778376 140734397259872 140055939958440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.201 s]
/proc/loadavg: 4.25 4.34 4.34 5/219 6946
/proc/meminfo: memFree=24500728/32872528 swapFree=12208/1156848
[pid=6660] ppid=6657 vsize=9824732 CPUtime=1798.92 cores=1,3,5,7
/proc/6660/stat : 6660 (java) S 6657 6660 32147 0 -1 4202496 38327 0 1 0 179577 315 0 0 20 0 22 0 104801106 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140734397251008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6660/statm: 2456183 1105626 2301 9 0 2446860 0
[pid=6660/tid=6662] ppid=6657 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/6660/task/6662/stat : 6662 (java) S 6657 6660 32147 0 -1 4202560 2535 0 1 0 70 4 0 0 20 0 22 0 104801107 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140056127443832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6663] ppid=6657 vsize=9824732 CPUtime=6.97 cores=1,3,5,7
/proc/6660/task/6663/stat : 6663 (java) S 6657 6660 32147 0 -1 4202560 814 0 0 0 664 33 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140056066173480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6664] ppid=6657 vsize=9824732 CPUtime=6.92 cores=1,3,5,7
/proc/6660/task/6664/stat : 6664 (java) S 6657 6660 32147 0 -1 4202560 1259 0 0 0 662 30 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055970265512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6665] ppid=6657 vsize=9824732 CPUtime=7.34 cores=1,3,5,7
/proc/6660/task/6665/stat : 6665 (java) S 6657 6660 32147 0 -1 4202560 983 0 0 0 698 36 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055969212712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6666] ppid=6657 vsize=9824732 CPUtime=6.95 cores=1,3,5,7
/proc/6660/task/6666/stat : 6666 (java) S 6657 6660 32147 0 -1 4202560 1052 0 0 0 667 28 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055968159912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6667] ppid=6657 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/6660/task/6667/stat : 6667 (java) S 6657 6660 32147 0 -1 4202560 965 0 0 0 645 32 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055967108136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6668] ppid=6657 vsize=9824732 CPUtime=6.93 cores=1,3,5,7
/proc/6660/task/6668/stat : 6668 (java) S 6657 6660 32147 0 -1 4202560 896 0 0 0 663 30 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055966055336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6669] ppid=6657 vsize=9824732 CPUtime=7.09 cores=1,3,5,7
/proc/6660/task/6669/stat : 6669 (java) S 6657 6660 32147 0 -1 4202560 833 0 0 0 685 24 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055965002536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6670] ppid=6657 vsize=9824732 CPUtime=6.86 cores=1,3,5,7
/proc/6660/task/6670/stat : 6670 (java) S 6657 6660 32147 0 -1 4202560 962 0 0 0 660 26 0 0 20 0 22 0 104801108 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055963949736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6671] ppid=6657 vsize=9824732 CPUtime=6.52 cores=1,3,5,7
/proc/6660/task/6671/stat : 6671 (java) S 6657 6660 32147 0 -1 4202560 3104 0 0 0 643 9 0 0 20 0 22 0 104801109 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055951538664 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6672] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6672/stat : 6672 (java) S 6657 6660 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055950484728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6673] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6673/stat : 6673 (java) S 6657 6660 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801110 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055949431816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6674] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6674/stat : 6674 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055948380304 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6675] ppid=6657 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/6660/task/6675/stat : 6675 (java) S 6657 6660 32147 0 -1 4202560 9768 0 0 0 207 2 0 0 20 0 22 0 104801112 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055947328440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6676] ppid=6657 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/6660/task/6676/stat : 6676 (java) S 6657 6660 32147 0 -1 4202560 12511 0 0 0 146 3 0 0 20 0 22 0 104801112 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055946275640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6660/tid=6677] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6677/stat : 6677 (java) S 6657 6660 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801112 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055945223032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6678] ppid=6657 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/6660/task/6678/stat : 6678 (java) S 6657 6660 32147 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 104801112 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055944170440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6660/tid=6693] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6693/stat : 6693 (java) S 6657 6660 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801379 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055941010856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6728] ppid=6657 vsize=9824732 CPUtime=581.37 cores=1,3,5,7
/proc/6660/task/6728/stat : 6728 (java) R 6657 6660 32147 0 -1 4202560 23 0 0 0 58129 8 0 0 20 0 22 0 104830720 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055942060608 140056068120085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6660/tid=6729] ppid=6657 vsize=9824732 CPUtime=581.32 cores=1,3,5,7
/proc/6660/task/6729/stat : 6729 (java) R 6657 6660 32147 0 -1 4202560 44 0 0 0 58123 9 0 0 20 0 22 0 104830720 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055943113920 140056068520588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6660/tid=6730] ppid=6657 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6660/task/6730/stat : 6730 (java) S 6657 6660 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104830720 10060525568 1105626 33554432000 1073741824 1073778376 140734397259872 140055939958440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.92
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 6660 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 6660 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=699468
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=560458
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1798.92
#
# 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): 1.24005
#  lost CPU user time (s): 1.32001
#  lost CPU system time (s): -0.0799999

Real time (s): 891.272
CPU time (s): 1800.16
CPU user time (s): 1797.09
CPU system time (s): 3.07
CPU usage (%): 201.977
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.7
system time used= 3.56046
maximum resident set size= 4422636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38370
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24529
involuntary context switches= 35861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11207 second user time and 7.41487 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 17:57:45
IDJOB=4081239
IDBENCH=2274
IDSOLVER=2543
FILE ID=node114/4081239-1465228665
RUNJOBID= node114-1465217569-32164
PBS_JOBID= 19843208
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081239-1465228665/watcher-4081239-1465228665 -o /tmp/evaluation-result-4081239-1465228665/solver-4081239-1465228665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081239-1465228665.opb

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=57754726

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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.54
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.852
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:        26336452 kB
Buffers:           24824 kB
Cached:           135264 kB
SwapCached:         1736 kB
Active:          4574496 kB
Inactive:          98748 kB
Active(anon):    4514312 kB
Inactive(anon):     1200 kB
Active(file):      60184 kB
Inactive(file):    97548 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       5668992 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             567192 kB
SReclaimable:      11040 kB
SUnreclaim:       556152 kB
KernelStack:        1616 kB
PageTables:        15536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6204548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5568512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node114 at 2016-06-06 18:12:37