Trace number 4102613

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 Resolution PB16OPT364 461.19 454.808

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
MD5SUM898f4661a42594ef028c1f962398614b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark4.28935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 364
Optimality of the best value was proved YES
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 774
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 774
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 774
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4102613-1466230712.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.51/0.39	c ... done. Wall clock time 0.259s.
0.51/0.39	c declared #vars     774
0.51/0.39	c #constraints  7493
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 770
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6723
0.51/0.39	c 7493 constraints processed.
0.51/0.39	c objective function length is 774 literals
0.71/0.46	c SATISFIABLE
0.71/0.46	c OPTIMIZING...
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.334
0.71/0.46	o 385
0.97/0.58	c Got one! Elapsed wall clock time (in seconds):0.45
0.97/0.58	o 384
1.14/0.64	c Got one! Elapsed wall clock time (in seconds):0.509
1.14/0.64	o 383
1.14/0.64	c Got one! Elapsed wall clock time (in seconds):0.515
1.14/0.64	o 382
1.14/0.65	c Got one! Elapsed wall clock time (in seconds):0.521
1.14/0.65	o 380
1.14/0.65	c Got one! Elapsed wall clock time (in seconds):0.526
1.14/0.65	o 373
1.71/1.03	c cleaning 3072 clauses out of 6150 with flag 10544/6151
2.18/1.47	c cleaning 4537 clauses out of 9078 with flag 22544/12151
2.38/1.60	c Got one! Elapsed wall clock time (in seconds):1.476
2.38/1.60	o 372
2.69/1.93	c cleaning 5212 clauses out of 10424 with flag 8052/18034
3.20/2.44	c cleaning 5606 clauses out of 11212 with flag 20738/24034
3.81/3.09	c cleaning 6295 clauses out of 12606 with flag 34749/31034
4.53/3.71	c cleaning 7152 clauses out of 14311 with flag 50889/39034
5.24/4.47	c cleaning 8075 clauses out of 16159 with flag 69431/48034
5.93/5.14	c Got one! Elapsed wall clock time (in seconds):5.015
5.93/5.14	o 371
6.26/5.48	c Got one! Elapsed wall clock time (in seconds):5.35
6.26/5.48	o 370
6.46/5.67	c cleaning 10835 clauses out of 21669 with flag 4289/61619
7.00/6.13	c cleaning 8412 clauses out of 16833 with flag 16652/67618
7.50/6.66	c cleaning 7708 clauses out of 15422 with flag 31290/74619
8.10/7.29	c cleaning 7853 clauses out of 15715 with flag 48360/82620
8.60/7.71	c Got one! Elapsed wall clock time (in seconds):7.583
8.60/7.71	o 369
8.90/8.05	c cleaning 9101 clauses out of 18207 with flag 10857/92965
9.40/8.51	c cleaning 7549 clauses out of 15107 with flag 24824/98966
9.80/8.95	c cleaning 7273 clauses out of 14557 with flag 40198/105965
10.40/9.50	c cleaning 7637 clauses out of 15284 with flag 57175/113965
11.00/10.12	c cleaning 8318 clauses out of 16647 with flag 76805/122965
11.70/10.84	c cleaning 9164 clauses out of 18330 with flag 98599/132966
12.60/11.71	c cleaning 10077 clauses out of 20165 with flag 122281/143965
13.58/12.65	c cleaning 11045 clauses out of 22089 with flag 148731/155966
14.58/13.67	c cleaning 12018 clauses out of 24043 with flag 177838/168965
15.88/14.91	c cleaning 13010 clauses out of 26026 with flag 208134/182966
17.28/16.30	c cleaning 14007 clauses out of 28015 with flag 240835/197965
18.68/17.72	c cleaning 15001 clauses out of 30009 with flag 276742/213966
18.68/17.72	c Got one! Elapsed wall clock time (in seconds):17.592
18.68/17.72	o 368
19.08/18.18	c cleaning 10004 clauses out of 20008 with flag 11659/218966
19.58/18.63	c cleaning 8002 clauses out of 16005 with flag 24847/224967
20.19/19.13	c cleaning 7491 clauses out of 15002 with flag 40218/231966
20.29/19.28	c Got one! Elapsed wall clock time (in seconds):19.154
20.29/19.28	o 367
20.50/19.48	c cleaning 6637 clauses out of 13284 with flag 6443/237739
20.90/19.87	c cleaning 6320 clauses out of 12648 with flag 19990/243740
21.40/20.35	c cleaning 6664 clauses out of 13327 with flag 34783/250739
22.00/21.00	c cleaning 7324 clauses out of 14664 with flag 51776/258740
22.30/21.24	c Got one! Elapsed wall clock time (in seconds):21.116
22.30/21.24	o 366
22.45/21.39	c cleaning 6589 clauses out of 13182 with flag 4871/264582
22.85/21.78	c cleaning 6293 clauses out of 12594 with flag 19223/270583
23.35/22.26	c cleaning 6644 clauses out of 13300 with flag 37535/277582
23.95/22.88	c cleaning 7322 clauses out of 14655 with flag 57269/285581
24.65/23.59	c cleaning 8167 clauses out of 16333 with flag 78759/294581
25.45/24.38	c cleaning 9077 clauses out of 18166 with flag 100868/304581
26.44/25.30	c cleaning 10044 clauses out of 20090 with flag 125213/315582
27.44/26.28	c cleaning 11022 clauses out of 22046 with flag 151810/327582
28.54/27.34	c cleaning 12011 clauses out of 24024 with flag 180484/340582
29.85/28.63	c cleaning 13000 clauses out of 26012 with flag 210997/354581
31.24/30.03	c cleaning 14002 clauses out of 28013 with flag 243630/369582
32.84/31.63	c cleaning 15002 clauses out of 30010 with flag 278980/385581
34.76/33.44	c cleaning 16000 clauses out of 32009 with flag 315997/402582
36.66/35.39	c cleaning 17003 clauses out of 34008 with flag 355052/420581
38.86/37.55	c cleaning 18002 clauses out of 36006 with flag 397163/439582
41.36/40.02	c cleaning 18999 clauses out of 38003 with flag 442340/459581
43.20/41.72	c Got one! Elapsed wall clock time (in seconds):41.589
43.20/41.72	o 365
44.05/42.57	c cleaning 19356 clauses out of 38712 with flag 13522/479289
44.75/43.21	c cleaning 12673 clauses out of 25356 with flag 26810/485289
45.35/43.81	c cleaning 9835 clauses out of 19683 with flag 43416/492289
45.95/44.48	c cleaning 8923 clauses out of 17849 with flag 61902/500290
46.75/45.22	c cleaning 8959 clauses out of 17926 with flag 82744/509290
47.57/46.06	c cleaning 9479 clauses out of 18967 with flag 106408/519290
48.57/47.01	c cleaning 10241 clauses out of 20488 with flag 132589/530290
49.57/48.09	c cleaning 11119 clauses out of 22246 with flag 161471/542289
51.00/49.36	c cleaning 12064 clauses out of 24128 with flag 191001/555290
52.41/50.77	c cleaning 13033 clauses out of 26065 with flag 222641/569291
54.00/52.32	c cleaning 14013 clauses out of 28030 with flag 256016/584289
55.80/54.12	c cleaning 15008 clauses out of 30017 with flag 292212/600289
57.81/56.12	c cleaning 16003 clauses out of 32010 with flag 330591/617290
60.16/58.31	c cleaning 17004 clauses out of 34007 with flag 372178/635290
62.25/60.47	c cleaning 17992 clauses out of 36002 with flag 413317/654289
62.85/61.03	c Got one! Elapsed wall clock time (in seconds):60.898
62.85/61.03	o 364
63.46/61.63	c cleaning 14076 clauses out of 28168 with flag 12620/664447
64.05/62.24	c cleaning 10040 clauses out of 20092 with flag 28011/670447
64.66/62.81	c cleaning 8513 clauses out of 17052 with flag 45113/677447
65.25/63.43	c cleaning 8260 clauses out of 16540 with flag 62802/685448
66.06/64.19	c cleaning 8632 clauses out of 17279 with flag 84233/694447
66.97/65.10	c cleaning 9320 clauses out of 18648 with flag 108905/704448
68.07/66.14	c cleaning 10161 clauses out of 20327 with flag 134426/715447
69.26/67.38	c cleaning 11083 clauses out of 22167 with flag 162161/727448
70.76/68.83	c cleaning 12042 clauses out of 24084 with flag 192201/740448
72.30/70.21	c cleaning 13018 clauses out of 26041 with flag 224154/754447
74.10/72.02	c cleaning 14012 clauses out of 28023 with flag 260635/769447
75.81/73.74	c cleaning 15006 clauses out of 30012 with flag 297812/785448
77.60/75.54	c cleaning 15999 clauses out of 32005 with flag 336621/802447
79.81/77.69	c cleaning 17002 clauses out of 34007 with flag 376912/820448
82.21/80.04	c cleaning 18000 clauses out of 36004 with flag 419550/839447
84.61/82.48	c cleaning 18998 clauses out of 38005 with flag 464888/859448
87.67/85.41	c cleaning 19999 clauses out of 40006 with flag 511726/880447
90.77/88.52	c cleaning 20997 clauses out of 42007 with flag 561220/902447
94.06/91.83	c cleaning 22005 clauses out of 44009 with flag 613405/925447
97.23/94.93	c cleaning 23002 clauses out of 46006 with flag 665924/949449
100.53/98.22	c cleaning 23998 clauses out of 48002 with flag 722743/974447
104.51/102.10	c cleaning 25002 clauses out of 50004 with flag 782064/1000447
108.71/106.34	c cleaning 25997 clauses out of 52003 with flag 843096/1027448
113.22/110.79	c cleaning 26998 clauses out of 54005 with flag 907076/1055447
117.82/115.38	c cleaning 27996 clauses out of 56007 with flag 969861/1084447
122.37/119.90	c cleaning 28999 clauses out of 58011 with flag 1037212/1114447
127.47/124.94	c cleaning 30007 clauses out of 60013 with flag 1107714/1145448
133.44/130.81	c cleaning 30998 clauses out of 62005 with flag 1187116/1177448
137.73/135.09	c cleaning 31997 clauses out of 64006 with flag 1275681/1210447
142.93/140.24	c cleaning 33005 clauses out of 66010 with flag 1363769/1244448
147.92/145.12	c cleaning 33997 clauses out of 68005 with flag 1454763/1279448
152.63/149.70	c cleaning 35002 clauses out of 70008 with flag 1542150/1315448
158.44/154.92	c cleaning 35994 clauses out of 72005 with flag 1625059/1352447
163.75/160.28	c cleaning 37000 clauses out of 74011 with flag 1710015/1390447
170.08/166.59	c cleaning 38001 clauses out of 76011 with flag 1795242/1429447
176.73/173.11	c cleaning 38999 clauses out of 78010 with flag 1885932/1469447
182.72/179.00	c cleaning 40004 clauses out of 80011 with flag 1979401/1510447
190.10/186.34	c cleaning 41000 clauses out of 82007 with flag 2074108/1552447
198.36/194.58	c cleaning 42005 clauses out of 84010 with flag 2172667/1595450
206.24/202.35	c cleaning 42990 clauses out of 86001 with flag 2282008/1639447
214.27/210.33	c cleaning 44000 clauses out of 88011 with flag 2382704/1684447
224.02/220.08	c cleaning 44997 clauses out of 90011 with flag 2487014/1730447
233.79/229.73	c cleaning 46003 clauses out of 92015 with flag 2592733/1777448
241.04/236.91	c cleaning 47001 clauses out of 94010 with flag 2708460/1825447
250.75/246.59	c cleaning 48000 clauses out of 96009 with flag 2818576/1874447
258.81/254.51	c cleaning 49000 clauses out of 98010 with flag 2930923/1924448
268.55/264.18	c cleaning 49996 clauses out of 100010 with flag 3044106/1975448
278.83/274.35	c cleaning 50998 clauses out of 102016 with flag 3161017/2027450
287.74/283.16	c cleaning 52004 clauses out of 104015 with flag 3303191/2080448
299.69/295.03	c cleaning 52998 clauses out of 106011 with flag 3422890/2134448
311.87/307.14	c cleaning 54003 clauses out of 108012 with flag 3546582/2189447
325.19/320.36	c cleaning 55005 clauses out of 110009 with flag 3670121/2245447
339.03/334.08	c cleaning 55990 clauses out of 112003 with flag 3800760/2302447
353.89/348.76	c cleaning 56995 clauses out of 114011 with flag 3933153/2360447
363.81/358.44	c cleaning 58001 clauses out of 116015 with flag 4088504/2419447
375.99/370.45	c cleaning 59002 clauses out of 118015 with flag 4223918/2479448
392.54/386.86	c cleaning 60001 clauses out of 120013 with flag 4362799/2540448
406.51/400.60	c cleaning 60994 clauses out of 122009 with flag 4503734/2602447
421.96/415.96	c cleaning 62001 clauses out of 124015 with flag 4648434/2665447
438.77/432.65	c cleaning 63000 clauses out of 126013 with flag 4793838/2729447
455.71/449.47	c cleaning 64000 clauses out of 128014 with flag 4941461/2794448
461.10/454.80	c starts		: 5135
461.10/454.80	c conflicts		: 2821279
461.10/454.80	c decisions		: 4193436
461.10/454.80	c propagations		: 48005933
461.10/454.80	c inspects		: 8845392355
461.10/454.80	c shortcuts		: 0
461.10/454.80	c learnt literals	: 22
461.10/454.80	c learnt binary clauses	: 5
461.10/454.80	c learnt ternary clauses	: 23
461.10/454.80	c learnt constraints	: 2821256
461.10/454.80	c ignored constraints	: 0
461.10/454.80	c root simplifications	: 0
461.10/454.80	c removed literals (reason simplification)	: 0
461.10/454.80	c reason swapping (by a shorter reason)	: 0
461.10/454.80	c Calls to reduceDB	: 122
461.10/454.80	c Number of update (reduction) of LBD	: 222289
461.10/454.80	c Imported unit clauses	: 0
461.10/454.80	c number of reductions to clauses (during analyze)	: 0
461.10/454.80	c number of learned constraints concerned by reduction	: 0
461.10/454.80	c number of learning phase by resolution	: 0
461.10/454.80	c number of learning phase by cutting planes	: 0
461.10/454.80	c speed (assignments/second)	: 105645.92961329565
461.10/454.80	c non guided choices	0
461.10/454.80	c learnt constraints type 
461.10/454.80	s OPTIMUM FOUND
461.10/454.80	c Found 15 solution(s)
461.19/454.80	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 -x37 x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 -x89 x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 -x251 x252 x253 -x254 x255 -x256 x257 -x258 -x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 -x271 -x272 x273 -x274 x275 -x276 -x277 x278 x279 -x280 x281 -x282 -x283 x284 x285 -x286 -x287 x288 x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 x297 -x298 x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 x308 x309 -x310 -x311 -x312 -x313 -x314 x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 x323 -x324 x325 -x326 x327 -x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 -x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 -x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 -x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 -x384 -x385 x386 x387 -x388 -x389 x390 -x391 x392 x393 -x394 -x395 x396 x397 -x398 -x399 x400 -x401 x402 -x403 x404 x405 -x406 -x407 x408 -x409 -x410 x411 -x412 -x413 x414 -x415 x416 x417 -x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 -x439 x440 x441 -x442 -x443 x444 x445 -x446 -x447 x448 -x449 x450 -x451 x452 x453 -x454 -x455 x456 x457 -x458 -x459 x460 -x461 x462 x463 -x464 -x465 x466 -x467 x468 x469 -x470 -x471 x472 -x473 x474 x475 -x476 -x477 x478 -x479 x480 x481 -x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490 -x491 x492 -x493 x494 x495 -x496 -x497 x498 x499 -x500 -x501 x502 -x503 x504 -x505 -x506 x507 -x508 -x509 x510 -x511 x512 x513 -x514 -x515 x516 -x517 x518 x519 -x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 x529 -x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 -x539 x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 x549 -x550 -x551 x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 x565 -x566 -x567 x568 -x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 x581 -x582 x583 -x584 -x585 x586 -x587 x588 x589 -x590 -x591 x592 -x593 x594 x595 -x596 -x597 x598 -x599 x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 x609 -x610 -x611 x612 -x613 -x614 x615 -x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 x627 -x628 -x629 x630 x631 -x632 -x633 -x634 -x635 x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 x651 -x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661 x662 x663 -x664 -x665 x666 x667 -x668 -x669 x670 -x671 x672 -x673 x674 x675 -x676 -x677 x678 -x679 -x680 x681 -x682 -x683 x684 x685 -x686 -x687 x688 -x689 x690 x691 -x692 -x693 x694 -x695 x696 x697 -x698 -x699 -x700 -x701 x702 -x703 x704 x705 -x706 -x707 x708 x709 -x710 -x711 x712 -x713 x714 -x715 x716 x717 -x718 -x719 x720 -x721 x722 x723 -x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 x738 -x739 x740 x741 -x742 -x743 x744 x745 -x746 -x747 -x748 -x749 x750 x751 -x752 -x753 x754 -x755 x756 x757 -x758 -x759 x760 -x761 x762 -x763 x764 x765 -x766 -x767 x768 x769 -x770 -x771 x772 -x773 x774 
461.19/454.80	c objective function=364
461.19/454.80	c Total wall clock time (in seconds): 454.671

Verifier Data

OK	364

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-4102613-1466230712/watcher-4102613-1466230712 -o /tmp/evaluation-result-4102613-1466230712/solver-4102613-1466230712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102613-1466230712.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.43 1.95 2.05 4/173 24800
/proc/meminfo: memFree=30089956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24800/stat : 24800 (java) R 24797 24800 24760 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 25119837 9515008 175 33554432000 1073741824 1073778376 140733742921472 140733742918600 270330053520 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2323 175 133 9 0 71 0

[startup+0.100092 s]
/proc/loadavg: 1.43 1.95 2.05 4/173 24800
/proc/meminfo: memFree=30089956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 3756 0 6 0 6 1 0 0 20 0 18 0 25119837 9787879424 4893 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2389619 4893 1948 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200251 s]
/proc/loadavg: 1.43 1.95 2.05 4/173 24800
/proc/meminfo: memFree=30089956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 4705 0 6 0 22 1 0 0 20 0 18 0 25119837 9787879424 6782 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2389619 6782 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 1.43 1.95 2.05 4/173 24800
/proc/meminfo: memFree=30089956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 7260 0 6 0 49 2 0 0 20 0 18 0 25119837 9787879424 9460 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2389619 9460 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70026 s]
/proc/loadavg: 1.43 1.95 2.05 4/173 24800
/proc/meminfo: memFree=30089956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 8774 0 6 0 134 2 0 0 20 0 19 0 25119837 9856040960 14651 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 14651 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 1.43 1.95 2.05 3/213 24843
/proc/meminfo: memFree=29955328/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 9129 0 6 0 225 3 0 0 20 0 19 0 25119837 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 18782 2267 9 0 2396937 0
[pid=24800/tid=24809] ppid=24797 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) R 24797 24800 24760 0 -1 4202560 2428 0 3 0 143 2 0 0 20 0 19 0 25119839 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290486734200 140290359577763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 2425 0 0 0 37 0 0 0 20 0 19 0 25119845 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 41 0 0 0 20 0 19 0 25119845 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 18782 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.1065 s]
/proc/loadavg: 1.48 1.96 2.05 3/213 24843
/proc/meminfo: memFree=29895812/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=3.93 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 9146 0 6 0 390 3 0 0 20 0 19 0 25119837 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 26974 2267 9 0 2396937 0
[pid=24800/tid=24809] ppid=24797 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) R 24797 24800 24760 0 -1 4202560 2445 0 3 0 303 2 0 0 20 0 19 0 25119839 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290486733184 140290359535703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) R 24797 24800 24760 0 -1 4202560 2425 0 0 0 39 0 0 0 20 0 19 0 25119845 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290306632000 140290490828135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 43 0 0 0 20 0 19 0 25119845 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 26974 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.48 1.96 2.05 3/213 24843
/proc/meminfo: memFree=29752536/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=7.2 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 9234 0 6 0 714 6 0 0 20 0 19 0 25119837 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 45825 2282 9 0 2396937 0
[pid=24800/tid=24809] ppid=24797 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) R 24797 24800 24760 0 -1 4202560 2475 0 3 0 620 2 0 0 20 0 19 0 25119839 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290486734104 140290359399800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25119841 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 2426 0 0 0 43 0 0 0 20 0 19 0 25119845 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 44 0 0 0 20 0 19 0 25119845 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 45825 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 10966 0 0 0 109 2 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 52 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 27 0 0 0 4 6 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (KiB) 9625040

[startup+453.601 s]
/proc/loadavg: 2.21 2.17 2.11 3/213 24854
/proc/meminfo: memFree=28864352/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=459.91 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 20975 0 6 0 45920 71 0 0 20 0 19 0 25119837 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 121719 2292 9 0 2396937 0
[pid=24800/tid=24809] ppid=24797 vsize=9625040 CPUtime=449.72 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) R 24797 24800 24760 0 -1 4202560 2543 0 3 0 44963 9 0 0 20 0 19 0 25119839 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290486726352 140290359531323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 359 0 0 0 77 8 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 231 0 0 0 70 8 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 258 0 0 0 77 5 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 491 0 0 0 67 7 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 554 0 0 0 77 10 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 385 0 0 0 73 8 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 292 0 0 0 78 8 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 334 0 0 0 59 7 0 0 20 0 19 0 25119841 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 10966 0 0 0 109 2 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 52 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 27 0 0 0 4 6 0 0 20 0 19 0 25119845 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 121719 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 459.91
Current children cumulated vsize (KiB) 9625040

[startup+454.408 s]
/proc/loadavg: 2.21 2.17 2.11 3/213 24854
/proc/meminfo: memFree=28866956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9625040 CPUtime=460.8 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 21018 0 6 0 46009 71 0 0 20 0 19 0 25119837 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2406260 121056 2292 9 0 2396937 0
[pid=24800/tid=24809] ppid=24797 vsize=9625040 CPUtime=450.49 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) R 24797 24800 24760 0 -1 4202560 2544 0 3 0 45040 9 0 0 20 0 19 0 25119839 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290486734032 140290359432348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 359 0 0 0 78 8 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 231 0 0 0 72 8 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 260 0 0 0 78 5 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 491 0 0 0 69 7 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 554 0 0 0 78 10 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 385 0 0 0 74 8 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 332 0 0 0 80 8 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 334 0 0 0 60 7 0 0 20 0 19 0 25119841 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 25119842 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25119842 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 10966 0 0 0 109 2 0 0 20 0 19 0 25119845 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 52 0 0 0 20 0 19 0 25119845 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 27 0 0 0 4 6 0 0 20 0 19 0 25119845 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24842] ppid=24797 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24842/stat : 24842 (java) S 24797 24800 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25119877 9856040960 121056 33554432000 1073741824 1073778376 140736837931680 140290302420648 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 460.8
Current children cumulated vsize (KiB) 9625040

[startup+454.801 s]
/proc/loadavg: 2.21 2.17 2.11 3/213 24854
/proc/meminfo: memFree=28866956/32872528 swapFree=1556504/1720024
[pid=24800] ppid=24797 vsize=9691604 CPUtime=461.19 cores=0,2,4,6
/proc/24800/stat : 24800 (java) S 24797 24800 24760 0 -1 4202496 21029 0 6 0 46048 71 0 0 20 0 19 0 25119837 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140736837922816 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24800/statm: 2422901 121064 2293 9 0 2413578 0
[pid=24800/tid=24809] ppid=24797 vsize=9691604 CPUtime=450.88 cores=0,2,4,6
/proc/24800/task/24809/stat : 24809 (java) S 24797 24800 24760 0 -1 4202560 2546 0 3 0 45079 9 0 0 20 0 19 0 25119839 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290486735576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24814] ppid=24797 vsize=9691604 CPUtime=0.86 cores=0,2,4,6
/proc/24800/task/24814/stat : 24814 (java) S 24797 24800 24760 0 -1 4202560 359 0 0 0 78 8 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290330410024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24816] ppid=24797 vsize=9691604 CPUtime=0.8 cores=0,2,4,6
/proc/24800/task/24816/stat : 24816 (java) S 24797 24800 24760 0 -1 4202560 231 0 0 0 72 8 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290329357224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24817] ppid=24797 vsize=9691604 CPUtime=0.83 cores=0,2,4,6
/proc/24800/task/24817/stat : 24817 (java) S 24797 24800 24760 0 -1 4202560 260 0 0 0 78 5 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290328304424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24819] ppid=24797 vsize=9691604 CPUtime=0.76 cores=0,2,4,6
/proc/24800/task/24819/stat : 24819 (java) S 24797 24800 24760 0 -1 4202560 491 0 0 0 69 7 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290327251624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24821] ppid=24797 vsize=9691604 CPUtime=0.88 cores=0,2,4,6
/proc/24800/task/24821/stat : 24821 (java) S 24797 24800 24760 0 -1 4202560 554 0 0 0 78 10 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290326198824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24822] ppid=24797 vsize=9691604 CPUtime=0.82 cores=0,2,4,6
/proc/24800/task/24822/stat : 24822 (java) S 24797 24800 24760 0 -1 4202560 385 0 0 0 74 8 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290325146024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24824] ppid=24797 vsize=9691604 CPUtime=0.88 cores=0,2,4,6
/proc/24800/task/24824/stat : 24824 (java) S 24797 24800 24760 0 -1 4202560 332 0 0 0 80 8 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290324093224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24825] ppid=24797 vsize=9691604 CPUtime=0.67 cores=0,2,4,6
/proc/24800/task/24825/stat : 24825 (java) S 24797 24800 24760 0 -1 4202560 334 0 0 0 60 7 0 0 20 0 19 0 25119841 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290323040424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24827] ppid=24797 vsize=9691604 CPUtime=0.81 cores=0,2,4,6
/proc/24800/task/24827/stat : 24827 (java) S 24797 24800 24760 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 25119842 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290310843368 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24800/tid=24830] ppid=24797 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24830/stat : 24830 (java) S 24797 24800 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25119842 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290309789432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24831] ppid=24797 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24831/stat : 24831 (java) S 24797 24800 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25119842 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290308736520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24832] ppid=24797 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24832/stat : 24832 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290307685008 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24800/tid=24835] ppid=24797 vsize=9691604 CPUtime=1.11 cores=0,2,4,6
/proc/24800/task/24835/stat : 24835 (java) S 24797 24800 24760 0 -1 4202560 10967 0 0 0 109 2 0 0 20 0 19 0 25119845 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290306632120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24800/tid=24836] ppid=24797 vsize=9691604 CPUtime=0.53 cores=0,2,4,6
/proc/24800/task/24836/stat : 24836 (java) S 24797 24800 24760 0 -1 4202560 3007 0 0 0 53 0 0 0 20 0 19 0 25119845 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290305579320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24839] ppid=24797 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24800/task/24839/stat : 24839 (java) S 24797 24800 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25119845 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290304526712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24800/tid=24840] ppid=24797 vsize=9691604 CPUtime=0.1 cores=0,2,4,6
/proc/24800/task/24840/stat : 24840 (java) S 24797 24800 24760 0 -1 4202560 27 0 0 0 4 6 0 0 20 0 19 0 25119845 9924202496 121064 33554432000 1073741824 1073778376 140736837931680 140290303474120 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 461.19
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24800 and gives
#  childrusage.ru_utime.tv_sec=459
#  childrusage.ru_utime.tv_usec=262181
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=931858
# CPU time returned by wait4() is 460.194
# while last known CPU time is 461.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 454.808
CPU time (s): 461.19
CPU user time (s): 460.48
CPU system time (s): 0.71
CPU usage (%): 101.403
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.262
system time used= 0.931858
maximum resident set size= 636536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21040
page faults= 6
swaps= 0
block input operations= 1296
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11925
involuntary context switches= 10986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98255 second user time and 2.91656 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 08:18:32
IDJOB=4102613
IDBENCH=2146
IDSOLVER=2546
FILE ID=node117/4102613-1466230712
RUNJOBID= node117-1466230712-24776
PBS_JOBID= 19918181
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102613-1466230712/watcher-4102613-1466230712 -o /tmp/evaluation-result-4102613-1466230712/solver-4102613-1466230712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102613-1466230712.opb

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

MD5SUM BENCH= 898f4661a42594ef028c1f962398614b
RANDOM SEED=1360205701

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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.912
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:        30088840 kB
Buffers:           95708 kB
Cached:           203640 kB
SwapCached:            0 kB
Active:            98148 kB
Inactive:         211848 kB
Active(anon):       2216 kB
Inactive(anon):    11372 kB
Active(file):      95932 kB
Inactive(file):   200476 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1552 kB
Writeback:             0 kB
AnonPages:       1730940 kB
Mapped:            12552 kB
Shmem:               204 kB
Slab:             618748 kB
SReclaimable:      63316 kB
SUnreclaim:       555432 kB
KernelStack:        1336 kB
PageTables:         7332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1819616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71736 MiB
End job on node117 at 2016-06-18 08:26:07