Trace number 4118032

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 PB16SAT (TO)-6046909 1800.04 1787.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-1010-0824.opb
MD5SUM82f6c9f880e56bb6c969f817c76122f6
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6046909
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 600
Biggest coefficient in the objective function 268429
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 48883203
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 268429
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 48883203
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)600
Sum of products size (including duplicates)1200
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.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4118032-1467218197.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.23/0.21	c ... done. Wall clock time 0.088s.
0.23/0.21	c declared #vars     300
0.23/0.21	c internal #vars     900
0.23/0.21	c #constraints  1400
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 700
0.23/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 600
0.23/0.21	c 1400 constraints processed.
0.23/0.21	c objective function length is 600 literals
0.23/0.23	c SATISFIABLE
0.23/0.23	c OPTIMIZING...
0.23/0.23	c Got one! Elapsed wall clock time (in seconds):0.108
0.23/0.23	o -5901518
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.23/0.26	o -5904384
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.155
0.23/0.28	o -5906501
0.43/0.31	c Got one! Elapsed wall clock time (in seconds):0.185
0.43/0.31	o -5922857
0.43/0.32	c Got one! Elapsed wall clock time (in seconds):0.2
0.43/0.32	o -5923835
0.43/0.35	c Got one! Elapsed wall clock time (in seconds):0.225
0.43/0.35	o -5926701
0.43/0.37	c Got one! Elapsed wall clock time (in seconds):0.244
0.43/0.37	o -5928818
0.73/0.40	c Got one! Elapsed wall clock time (in seconds):0.273
0.73/0.40	o -5939340
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.285
0.73/0.41	o -5941457
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.322
0.73/0.45	o -5942940
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.329
0.73/0.45	o -5944636
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.332
0.73/0.46	o -5952734
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.336
0.73/0.46	o -5955600
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.34
0.73/0.46	o -5957717
0.73/0.47	c Got one! Elapsed wall clock time (in seconds):0.346
0.73/0.47	o -5963140
0.73/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.73/0.47	o -5970356
1.02/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
1.02/0.55	o -5981630
1.69/1.05	c cleaning 3232 clauses out of 6474 with flag 10722/6474
2.32/1.68	c cleaning 4610 clauses out of 9242 with flag 24068/12474
2.93/2.27	c Got one! Elapsed wall clock time (in seconds):2.147
2.93/2.27	o -5985142
3.08/2.31	c Got one! Elapsed wall clock time (in seconds):2.182
3.08/2.31	o -5988998
3.08/2.31	c Got one! Elapsed wall clock time (in seconds):2.183
3.08/2.31	o -5989114
3.08/2.31	c Got one! Elapsed wall clock time (in seconds):2.186
3.08/2.31	o -5994097
3.08/2.32	c Got one! Elapsed wall clock time (in seconds):2.194
3.08/2.32	o -6004619
3.08/2.32	c Got one! Elapsed wall clock time (in seconds):2.196
3.08/2.32	o -6006736
3.08/2.35	c Got one! Elapsed wall clock time (in seconds):2.227
3.08/2.35	o -6017897
3.08/2.36	c Got one! Elapsed wall clock time (in seconds):2.234
3.08/2.36	o -6033518
3.08/2.37	c Got one! Elapsed wall clock time (in seconds):2.247
3.08/2.37	o -6035635
3.30/2.50	c Got one! Elapsed wall clock time (in seconds):2.379
3.30/2.50	o -6046909
3.80/3.01	c cleaning 8718 clauses out of 17449 with flag 9113/25291
4.53/3.70	c cleaning 7358 clauses out of 14730 with flag 22771/31290
5.25/4.49	c cleaning 7183 clauses out of 14372 with flag 38167/38290
6.15/5.33	c cleaning 7589 clauses out of 15189 with flag 54852/46290
7.04/6.26	c cleaning 8291 clauses out of 16600 with flag 73761/55290
8.15/7.34	c cleaning 9147 clauses out of 18309 with flag 94743/65290
9.45/8.61	c cleaning 10077 clauses out of 20162 with flag 117856/76290
10.95/10.13	c cleaning 11035 clauses out of 22086 with flag 143342/88291
12.55/11.76	c cleaning 12018 clauses out of 24052 with flag 170480/101292
14.38/13.60	c cleaning 13014 clauses out of 26033 with flag 202213/115291
16.39/15.53	c cleaning 14009 clauses out of 28018 with flag 238938/130290
18.28/17.40	c cleaning 14997 clauses out of 30010 with flag 277462/146291
20.18/19.33	c cleaning 16005 clauses out of 32014 with flag 318312/163292
22.08/21.25	c cleaning 17001 clauses out of 34009 with flag 361856/181292
23.99/23.18	c cleaning 17997 clauses out of 36006 with flag 407891/200290
26.38/25.52	c cleaning 19006 clauses out of 38012 with flag 455649/220293
29.02/28.12	c cleaning 20003 clauses out of 40005 with flag 503602/241292
31.52/30.69	c cleaning 20997 clauses out of 42003 with flag 560246/263293
33.42/32.59	c cleaning 21991 clauses out of 44004 with flag 611194/286291
35.72/34.87	c cleaning 23000 clauses out of 46012 with flag 664437/310290
38.22/37.34	c cleaning 24004 clauses out of 48012 with flag 724553/335290
41.25/40.27	c cleaning 24999 clauses out of 50011 with flag 786607/361293
44.26/43.26	c cleaning 25999 clauses out of 52009 with flag 851590/388290
47.06/46.05	c cleaning 27000 clauses out of 54013 with flag 918816/416293
50.36/49.31	c cleaning 28007 clauses out of 56014 with flag 983825/445294
53.26/52.29	c cleaning 28998 clauses out of 58005 with flag 1049784/475292
56.47/55.36	c cleaning 30003 clauses out of 60005 with flag 1118878/506290
60.07/58.90	c cleaning 30998 clauses out of 62002 with flag 1190980/538290
63.67/62.53	c cleaning 31999 clauses out of 64004 with flag 1264902/571290
67.47/66.38	c cleaning 33003 clauses out of 66005 with flag 1342816/605290
71.92/70.69	c cleaning 33998 clauses out of 68004 with flag 1423279/640292
76.23/74.99	c cleaning 35004 clauses out of 70007 with flag 1504117/676293
80.32/79.03	c cleaning 35999 clauses out of 72002 with flag 1586405/713292
85.04/83.72	c cleaning 36996 clauses out of 74002 with flag 1673852/751291
90.01/88.52	c cleaning 38002 clauses out of 76006 with flag 1763460/790291
95.01/93.51	c cleaning 39001 clauses out of 78004 with flag 1858543/830291
100.11/98.66	c cleaning 39999 clauses out of 80003 with flag 1954326/871291
105.79/104.11	c cleaning 40998 clauses out of 82004 with flag 2050650/913291
111.29/109.67	c cleaning 41999 clauses out of 84008 with flag 2152680/956293
116.79/115.13	c cleaning 43001 clauses out of 86009 with flag 2254576/1000293
122.73/120.98	c cleaning 43998 clauses out of 88005 with flag 2359202/1045290
128.93/127.13	c cleaning 45003 clauses out of 90009 with flag 2467150/1091292
135.99/134.06	c cleaning 46000 clauses out of 92006 with flag 2578486/1138292
142.69/140.77	c cleaning 46999 clauses out of 94005 with flag 2692760/1186291
149.40/147.44	c cleaning 48002 clauses out of 96006 with flag 2809472/1235291
156.21/154.18	c cleaning 48996 clauses out of 98005 with flag 2927782/1285292
163.40/161.37	c cleaning 50003 clauses out of 100009 with flag 3047456/1336292
171.54/169.31	c cleaning 51000 clauses out of 102004 with flag 3167900/1388290
179.24/177.08	c cleaning 52003 clauses out of 104005 with flag 3290650/1441291
187.28/185.06	c cleaning 52993 clauses out of 106001 with flag 3419268/1495290
195.09/192.89	c cleaning 53999 clauses out of 108008 with flag 3546580/1550290
203.47/201.17	c cleaning 55002 clauses out of 110010 with flag 3672527/1606291
212.37/210.06	c cleaning 56001 clauses out of 112007 with flag 3805984/1663290
221.76/219.37	c cleaning 56998 clauses out of 114006 with flag 3942289/1721290
232.48/229.94	c cleaning 58002 clauses out of 116009 with flag 4083837/1780291
242.97/240.44	c cleaning 59001 clauses out of 118007 with flag 4228339/1840291
253.36/250.71	c cleaning 60002 clauses out of 120006 with flag 4372517/1901291
264.15/261.57	c cleaning 61003 clauses out of 122005 with flag 4519867/1963292
275.09/272.42	c cleaning 61995 clauses out of 124000 with flag 4659356/2026290
285.51/282.74	c cleaning 62995 clauses out of 126005 with flag 4803717/2090290
297.51/294.71	c cleaning 64003 clauses out of 128011 with flag 4951813/2155291
308.08/305.26	c cleaning 64996 clauses out of 130007 with flag 5102122/2221290
321.75/318.82	c cleaning 66006 clauses out of 132012 with flag 5263696/2288291
334.93/331.97	c cleaning 66998 clauses out of 134005 with flag 5422608/2356290
349.04/346.07	c cleaning 67993 clauses out of 136008 with flag 5588593/2425291
364.27/361.21	c cleaning 69003 clauses out of 138015 with flag 5768439/2495291
378.52/375.48	c cleaning 70006 clauses out of 140012 with flag 5944399/2566291
392.80/389.63	c cleaning 70997 clauses out of 142006 with flag 6119780/2638291
406.89/403.63	c cleaning 72002 clauses out of 144008 with flag 6306282/2711290
422.85/419.52	c cleaning 72997 clauses out of 146006 with flag 6482487/2785290
439.43/436.07	c cleaning 73999 clauses out of 148009 with flag 6650967/2860290
454.91/451.48	c cleaning 75006 clauses out of 150012 with flag 6827302/2936292
470.07/466.57	c cleaning 76003 clauses out of 152007 with flag 7002796/3013293
483.55/479.92	c cleaning 76999 clauses out of 154003 with flag 7177271/3091292
500.94/497.27	c cleaning 78001 clauses out of 156003 with flag 7354389/3170291
515.08/511.33	c cleaning 78999 clauses out of 158002 with flag 7532767/3250291
534.33/530.51	c cleaning 80000 clauses out of 160003 with flag 7714076/3331291
552.68/548.70	c cleaning 80997 clauses out of 162002 with flag 7900073/3413290
572.44/568.44	c cleaning 82001 clauses out of 164007 with flag 8088049/3496292
590.90/586.88	c cleaning 83002 clauses out of 166006 with flag 8275217/3580292
610.97/606.86	c cleaning 84002 clauses out of 168004 with flag 8463966/3665292
629.59/625.40	c cleaning 84993 clauses out of 170001 with flag 8656082/3751291
648.08/643.79	c cleaning 86005 clauses out of 172009 with flag 8849202/3838292
666.51/662.09	c cleaning 86997 clauses out of 174002 with flag 9045931/3926290
687.36/682.81	c cleaning 87997 clauses out of 176005 with flag 9249803/4015290
708.67/704.05	c cleaning 89000 clauses out of 178009 with flag 9455280/4105291
727.44/722.74	c cleaning 90002 clauses out of 180011 with flag 9660575/4196293
748.22/743.42	c cleaning 91000 clauses out of 182008 with flag 9874865/4288292
772.54/767.60	c cleaning 91998 clauses out of 184007 with flag 10089540/4381291
795.65/790.66	c cleaning 93003 clauses out of 186008 with flag 10304384/4475290
818.83/813.74	c cleaning 93996 clauses out of 188005 with flag 10513963/4570290
840.55/835.35	c cleaning 95002 clauses out of 190010 with flag 10738469/4666291
866.86/861.56	c cleaning 95996 clauses out of 192008 with flag 10963953/4763291
891.15/885.65	c cleaning 96998 clauses out of 194011 with flag 11185571/4861290
915.56/909.94	c cleaning 98008 clauses out of 196016 with flag 11414126/4960293
938.59/932.73	c cleaning 99001 clauses out of 198007 with flag 11650811/5060292
962.27/956.38	c cleaning 100002 clauses out of 200005 with flag 11892469/5161291
985.33/979.21	c cleaning 100997 clauses out of 202003 with flag 12136724/5263291
1014.78/1008.59	c cleaning 101998 clauses out of 204006 with flag 12374394/5366291
1040.93/1034.56	c cleaning 102999 clauses out of 206008 with flag 12613935/5470291
1069.99/1063.47	c cleaning 104000 clauses out of 208009 with flag 12847603/5575291
1093.57/1086.88	c cleaning 104995 clauses out of 210009 with flag 13085773/5681291
1118.17/1111.26	c cleaning 106001 clauses out of 212014 with flag 13333083/5788291
1143.59/1136.47	c cleaning 107000 clauses out of 214012 with flag 13588581/5896290
1167.80/1160.46	c cleaning 107999 clauses out of 216012 with flag 13845859/6005290
1197.19/1189.69	c cleaning 109003 clauses out of 218014 with flag 14103471/6115291
1225.57/1217.89	c cleaning 109998 clauses out of 220010 with flag 14363751/6226290
1251.77/1243.83	c cleaning 111005 clauses out of 222013 with flag 14623700/6338291
1280.39/1272.20	c cleaning 111999 clauses out of 224007 with flag 14879165/6451290
1313.59/1305.24	c cleaning 112997 clauses out of 226009 with flag 15141695/6565291
1350.75/1342.17	c cleaning 114001 clauses out of 228013 with flag 15408115/6680292
1382.17/1373.32	c cleaning 115004 clauses out of 230012 with flag 15686551/6796292
1414.04/1404.88	c cleaning 115997 clauses out of 232006 with flag 15959664/6913290
1448.58/1439.03	c cleaning 117003 clauses out of 234010 with flag 16237024/7031291
1485.93/1476.06	c cleaning 118003 clauses out of 236010 with flag 16514197/7150294
1521.99/1511.79	c cleaning 118999 clauses out of 238004 with flag 16786937/7270291
1555.10/1544.60	c cleaning 119998 clauses out of 240004 with flag 17060375/7391290
1592.94/1581.92	c cleaning 121001 clauses out of 242007 with flag 17346864/7513291
1630.77/1619.48	c cleaning 122000 clauses out of 244005 with flag 17627853/7636290
1668.02/1656.39	c cleaning 123003 clauses out of 246008 with flag 17914789/7760293
1696.66/1684.64	c cleaning 123996 clauses out of 248003 with flag 18200673/7885291
1726.80/1714.49	c cleaning 125000 clauses out of 250006 with flag 18480438/8011290
1778.55/1765.81	c cleaning 126002 clauses out of 252006 with flag 18767822/8138290
1800.04/1787.00	c starts		: 2561
1800.04/1787.00	c conflicts		: 8212992
1800.04/1787.00	c decisions		: 9216139
1800.04/1787.00	c propagations		: 658474390
1800.04/1787.00	c inspects		: 26036348317
1800.04/1787.00	c shortcuts		: 0
1800.04/1787.00	c learnt literals	: 0
1800.04/1787.00	c learnt binary clauses	: 0
1800.04/1787.00	c learnt ternary clauses	: 0
1800.04/1787.00	c learnt constraints	: 8212992
1800.04/1787.00	c ignored constraints	: 0
1800.04/1787.00	c root simplifications	: 0
1800.04/1787.00	c removed literals (reason simplification)	: 0
1800.04/1787.00	c reason swapping (by a shorter reason)	: 0
1800.04/1787.00	c Calls to reduceDB	: 125
1800.04/1787.00	c Number of update (reduction) of LBD	: 280358
1800.04/1787.00	c Imported unit clauses	: 0
1800.04/1787.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1787.00	c number of learned constraints concerned by reduction	: 0
1800.04/1787.00	c number of learning phase by resolution	: 0
1800.04/1787.00	c number of learning phase by cutting planes	: 0
1800.04/1787.00	c speed (assignments/second)	: 368524.897245554
1800.04/1787.00	c non guided choices	56
1800.04/1787.03	c learnt constraints type 
1800.04/1787.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200706
1800.04/1787.03	s SATISFIABLE
1800.04/1787.03	c Found 27 solution(s)
1800.04/1787.03	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 
1800.04/1787.03	c objective function=-6046909
1800.04/1787.03	c Total wall clock time (in seconds): 1786.909

Verifier Data

OK	-6046909

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-4118032-1467218197/watcher-4118032-1467218197 -o /tmp/evaluation-result-4118032-1467218197/solver-4118032-1467218197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118032-1467218197.opb 

pid=4961
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: 2.15 2.18 2.20 3/194 4964
/proc/meminfo: memFree=24554448/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9192 CPUtime=0 cores=1,3,5,7
/proc/4964/stat : 4964 (java) R 4961 4964 3589 0 -1 4202496 185 0 0 0 0 0 0 0 20 0 1 0 2778184 9412608 60 33554432000 1073741824 1073778376 140733832665088 140733832662216 226075176746 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4964/statm: 2306 69 54 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.18 2.20 3/194 4964
/proc/meminfo: memFree=24554448/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 4163 0 1 0 6 1 0 0 20 0 18 0 2778184 9787879424 5282 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2389619 5289 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200241 s]
/proc/loadavg: 2.15 2.18 2.20 3/194 4964
/proc/meminfo: memFree=24554448/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 4741 0 1 0 22 1 0 0 20 0 18 0 2778184 9787879424 6805 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2389619 6805 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.15 2.18 2.20 3/194 4964
/proc/meminfo: memFree=24554448/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 6771 0 1 0 42 1 0 0 20 0 19 0 2778184 9856040960 9077 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 9077 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9625040

[startup+0.700169 s]
/proc/loadavg: 2.15 2.18 2.20 3/194 4964
/proc/meminfo: memFree=24554448/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 11080 0 1 0 130 2 0 0 20 0 19 0 2778184 9856040960 12677 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 12677 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.15 2.18 2.20 3/213 4983
/proc/meminfo: memFree=24507396/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 11146 0 1 0 220 2 0 0 20 0 19 0 2778184 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 14737 2259 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2414 0 1 0 143 1 0 0 20 0 19 0 2778186 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052676936008 140052525416611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778188 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4682 0 0 0 39 0 0 0 20 0 19 0 2778191 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2779 0 0 0 35 0 0 0 20 0 19 0 2778191 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 14737 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.15 2.18 2.20 3/213 4983
/proc/meminfo: memFree=24536556/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 11180 0 1 0 390 2 0 0 20 0 19 0 2778184 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 19858 2260 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2424 0 1 0 303 1 0 0 20 0 19 0 2778186 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052676927168 140052525445577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778188 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4683 0 0 0 45 0 0 0 20 0 19 0 2778191 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2802 0 0 0 39 0 0 0 20 0 19 0 2778191 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 19858 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.14 2.18 2.20 3/213 4983
/proc/meminfo: memFree=24502516/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 11245 0 1 0 712 3 0 0 20 0 19 0 2778184 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 27171 2261 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2440 0 1 0 622 1 0 0 20 0 19 0 2778186 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052676927136 140052525409268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778187 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2778188 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4683 0 0 0 45 0 0 0 20 0 19 0 2778191 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2850 0 0 0 40 0 0 0 20 0 19 0 2778191 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 27171 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 91598 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1674.14
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.25 2.25 3/213 5179
/proc/meminfo: memFree=24887704/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1734.79 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 21986 0 1 0 173359 120 0 0 20 0 19 0 2778184 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 77335 2287 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1708.95 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2736 0 1 0 170866 29 0 0 20 0 19 0 2778186 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052676934864 140052525476737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1294 0 0 0 192 11 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1047 0 0 0 189 10 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1384 0 0 0 185 9 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 584 0 0 0 197 12 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 2173 0 0 0 198 12 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 1019 0 0 0 204 9 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1585 0 0 0 184 12 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 605 0 0 0 192 9 0 0 20 0 19 0 2778187 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 667 0 0 0 388 6 0 0 20 0 19 0 2778188 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4683 0 0 0 45 0 0 0 20 0 19 0 2778191 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2852 0 0 0 43 0 0 0 20 0 19 0 2778191 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 2778191 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 77335 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.26 2.26 3/213 5180
/proc/meminfo: memFree=24886776/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1795.32 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 22149 0 1 0 179409 123 0 0 20 0 19 0 2778184 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 77528 2287 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1768.42 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2759 0 1 0 176812 30 0 0 20 0 19 0 2778186 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052676934984 140052525559855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1334 0 0 0 200 11 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1047 0 0 0 201 10 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1384 0 0 0 195 10 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 585 0 0 0 206 12 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 2200 0 0 0 209 13 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 1046 0 0 0 215 9 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1611 0 0 0 192 12 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 606 0 0 0 203 9 0 0 20 0 19 0 2778187 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 681 0 0 0 397 6 0 0 20 0 19 0 2778188 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4683 0 0 0 45 0 0 0 20 0 19 0 2778191 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2852 0 0 0 43 0 0 0 20 0 19 0 2778191 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 2778191 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 77528 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787 s]
/proc/loadavg: 2.26 2.26 2.25 3/213 5180
/proc/meminfo: memFree=24887520/32872528 swapFree=1588980/1719796
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/4964/stat : 4964 (java) S 4961 4964 3589 0 -1 4202496 22151 0 1 0 179881 123 0 0 20 0 19 0 2778184 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140735177622560 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4964/statm: 2406260 77366 2287 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1773.1 cores=1,3,5,7
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 3589 0 -1 4202560 2761 0 1 0 177280 30 0 0 20 0 19 0 2778186 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052676934848 140052525464251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 3589 0 -1 4202560 1334 0 0 0 200 11 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052649388584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 3589 0 -1 4202560 1047 0 0 0 202 10 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052648335784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 3589 0 -1 4202560 1384 0 0 0 196 10 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052647282984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 3589 0 -1 4202560 585 0 0 0 207 12 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052646230184 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 3589 0 -1 4202560 2200 0 0 0 210 13 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052645178408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 3589 0 -1 4202560 1046 0 0 0 216 9 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052644125608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 3589 0 -1 4202560 1611 0 0 0 192 12 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052513991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 3589 0 -1 4202560 606 0 0 0 203 9 0 0 20 0 19 0 2778187 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052512938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 3589 0 -1 4202560 681 0 0 0 397 6 0 0 20 0 19 0 2778188 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052029991400 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052028937464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2778189 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052027884552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052026833040 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 3589 0 -1 4202560 4683 0 0 0 45 0 0 0 20 0 19 0 2778191 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052025781176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 3589 0 -1 4202560 2852 0 0 0 43 0 0 0 20 0 19 0 2778191 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052024728376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2778191 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052023675768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 3589 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 2778191 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052022623176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2778206 9856040960 77366 33554432000 1073741824 1073778376 140735177631424 140052021568680 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 4964 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 4964 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=378213
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=691742
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.04
CPU time (s): 1800.04
CPU user time (s): 1798.81
CPU system time (s): 1.23
CPU usage (%): 100.727
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 1.69174
maximum resident set size= 682364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22193
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46643
involuntary context switches= 39832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7141 second user time and 11.2913 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 18:36:37
IDJOB=4118032
IDBENCH=111433
IDSOLVER=2546
FILE ID=node120/4118032-1467218197
RUNJOBID= node120-1467209132-3607
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-1010-0824.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118032-1467218197/watcher-4118032-1467218197 -o /tmp/evaluation-result-4118032-1467218197/solver-4118032-1467218197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118032-1467218197.opb

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

MD5SUM BENCH= 82f6c9f880e56bb6c969f817c76122f6
RANDOM SEED=1228492323

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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.56
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.669
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.669
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.669
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.669
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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:        24554828 kB
Buffers:           52028 kB
Cached:          4096208 kB
SwapCached:            0 kB
Active:          1812036 kB
Inactive:        4064112 kB
Active(anon):    1730492 kB
Inactive(anon):        0 kB
Active(file):      81544 kB
Inactive(file):  4064112 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:            12 kB
AnonPages:       3447456 kB
Mapped:            22168 kB
Shmem:               204 kB
Slab:             585988 kB
SReclaimable:      30040 kB
SUnreclaim:       555948 kB
KernelStack:        1600 kB
PageTables:        10896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3582464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 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= 71668 MiB
End job on node120 at 2016-06-29 19:06:24