Trace number 4090430

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.05 1798.24

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-pedck60-L12_wcsp.wbo
MD5SUM6aa53d960869fabc4eef8f7c27928383
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1.3078
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints36600
Number of soft constraints36540
Number of constraints which are clauses36540
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 61
Min constraint cost 1
Max constraint cost 61
Sum of constraints costs 2196540
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090430-1466073036.wbo
0.09/0.11	c reading problem ... 
1.15/0.61	c ... done. Wall clock time 0.498s.
1.15/0.61	c declared #vars     600
1.15/0.61	c internal #vars     37140
1.15/0.61	c #constraints  36660
1.15/0.61	c constraints type 
1.15/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36060
1.15/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.15/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
1.15/0.61	c 36660 constraints processed.
1.15/0.61	c objective function length is 36540 literals
1.56/0.85	c SATISFIABLE
1.56/0.85	c OPTIMIZING...
1.56/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.56/0.85	o 71
2.01/1.04	c Got one! Elapsed wall clock time (in seconds):0.924
2.01/1.04	o 56
2.31/1.15	c Got one! Elapsed wall clock time (in seconds):1.037
2.31/1.15	o 44
2.53/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
2.53/1.23	o 43
2.53/1.28	c Got one! Elapsed wall clock time (in seconds):1.169
2.53/1.28	o 35
2.66/1.31	c Got one! Elapsed wall clock time (in seconds):1.201
2.66/1.31	o 23
8.26/6.73	c cleaning 2586 clauses out of 5178 with flag 24831/5178
8.89/7.31	c Got one! Elapsed wall clock time (in seconds):7.199
8.89/7.31	o 22
13.31/11.71	c cleaning 4098 clauses out of 8197 with flag 27740/10783
14.22/12.61	c Got one! Elapsed wall clock time (in seconds):12.5
14.22/12.61	o 21
17.31/15.71	c cleaning 4637 clauses out of 9308 with flag 18511/15992
22.32/20.76	c cleaning 5328 clauses out of 10672 with flag 49046/21993
27.94/26.40	c cleaning 6163 clauses out of 12343 with flag 83424/28992
34.65/33.06	c cleaning 7091 clauses out of 14181 with flag 127452/36993
42.45/40.89	c cleaning 8044 clauses out of 16089 with flag 175989/45992
48.74/47.14	c Got one! Elapsed wall clock time (in seconds):47.03
48.74/47.14	o 20
53.64/52.00	c cleaning 9959 clauses out of 19921 with flag 28653/57868
58.64/57.09	c cleaning 7976 clauses out of 15962 with flag 61089/63868
65.04/63.40	c cleaning 7485 clauses out of 14986 with flag 98545/70868
72.23/70.66	c cleaning 7735 clauses out of 15501 with flag 139957/78868
79.93/78.30	c cleaning 8381 clauses out of 16766 with flag 187260/87868
88.13/86.52	c cleaning 9192 clauses out of 18386 with flag 244701/97869
97.14/95.55	c cleaning 10084 clauses out of 20195 with flag 306032/108870
106.74/105.13	c cleaning 11050 clauses out of 22109 with flag 379756/120868
117.04/115.48	c cleaning 12020 clauses out of 24060 with flag 454291/133869
127.54/125.94	c cleaning 13008 clauses out of 26039 with flag 533695/147868
138.71/137.06	c cleaning 14004 clauses out of 28031 with flag 619088/162868
152.52/150.87	c cleaning 15000 clauses out of 30027 with flag 716709/178868
167.11/165.42	c cleaning 16007 clauses out of 32028 with flag 814794/195869
181.91/180.29	c cleaning 17007 clauses out of 34020 with flag 922829/213868
193.70/192.00	c Got one! Elapsed wall clock time (in seconds):191.89
193.70/192.00	o 19
198.00/196.30	c cleaning 17997 clauses out of 36006 with flag 29424/232861
203.01/201.40	c cleaning 12003 clauses out of 24010 with flag 63811/238862
208.51/206.82	c cleaning 9496 clauses out of 19005 with flag 102098/245860
214.80/213.20	c cleaning 8736 clauses out of 17508 with flag 151545/253859
222.00/220.39	c cleaning 8883 clauses out of 17772 with flag 203022/262859
230.00/228.38	c cleaning 9442 clauses out of 18890 with flag 251410/272860
232.20/230.53	c Got one! Elapsed wall clock time (in seconds):230.419
232.20/230.53	o 18
234.91/233.21	c cleaning 7569 clauses out of 15148 with flag 15938/278560
239.80/238.15	c cleaning 6777 clauses out of 13577 with flag 48922/284558
245.40/243.71	c cleaning 6873 clauses out of 13800 with flag 85483/291558
251.80/250.18	c cleaning 7450 clauses out of 14929 with flag 129210/299560
259.30/257.65	c cleaning 8223 clauses out of 16477 with flag 178071/308558
267.80/266.12	c cleaning 9110 clauses out of 18254 with flag 231161/318558
276.81/275.12	c cleaning 10057 clauses out of 20146 with flag 287132/329560
286.61/284.96	c cleaning 11039 clauses out of 22087 with flag 352013/341558
297.30/295.60	c cleaning 12016 clauses out of 24050 with flag 423819/354560
308.70/307.09	c cleaning 13010 clauses out of 26032 with flag 496191/368558
321.10/319.48	c cleaning 13988 clauses out of 28022 with flag 579277/383558
334.30/332.67	c cleaning 15016 clauses out of 30038 with flag 655686/399562
348.70/347.08	c cleaning 16007 clauses out of 32019 with flag 741406/416559
363.90/362.29	c cleaning 16999 clauses out of 34013 with flag 830681/434560
379.80/378.16	c cleaning 17998 clauses out of 36013 with flag 926175/453559
391.70/390.01	c Got one! Elapsed wall clock time (in seconds):389.894
391.70/390.01	o 17
395.80/394.19	c cleaning 18599 clauses out of 37212 with flag 25166/472756
401.30/399.64	c cleaning 12300 clauses out of 24611 with flag 57375/478754
407.30/405.64	c cleaning 9645 clauses out of 19310 with flag 94553/485753
414.20/412.52	c cleaning 8821 clauses out of 17666 with flag 137441/493754
421.69/420.02	c cleaning 8916 clauses out of 17846 with flag 188547/502755
429.89/428.27	c cleaning 9455 clauses out of 18930 with flag 242154/512755
439.09/437.45	c cleaning 10230 clauses out of 20474 with flag 299780/523754
449.09/447.47	c cleaning 11106 clauses out of 22244 with flag 364317/535754
460.00/458.31	c cleaning 12054 clauses out of 24138 with flag 431834/548754
471.82/470.14	c cleaning 13027 clauses out of 26084 with flag 502448/562754
484.32/482.66	c cleaning 14024 clauses out of 28058 with flag 586323/577755
497.32/495.70	c cleaning 15001 clauses out of 30032 with flag 666294/593753
511.42/509.74	c cleaning 16000 clauses out of 32030 with flag 750608/610752
525.81/524.19	c cleaning 17006 clauses out of 34034 with flag 836257/628756
540.51/538.88	c cleaning 17990 clauses out of 36024 with flag 923658/647752
556.42/554.73	c cleaning 19014 clauses out of 38036 with flag 1028826/667754
573.92/572.27	c cleaning 20006 clauses out of 40021 with flag 1142310/688753
592.22/590.56	c cleaning 21009 clauses out of 42017 with flag 1258503/710755
612.12/610.42	c cleaning 22003 clauses out of 44006 with flag 1382620/733753
632.82/631.15	c cleaning 22994 clauses out of 46004 with flag 1505676/757754
653.62/652.00	c cleaning 23995 clauses out of 48009 with flag 1618377/782753
676.03/674.37	c cleaning 24988 clauses out of 50013 with flag 1747980/808752
698.61/696.98	c cleaning 26006 clauses out of 52026 with flag 1883411/835753
722.82/721.17	c cleaning 27002 clauses out of 54020 with flag 2023739/863753
747.62/745.93	c cleaning 28005 clauses out of 56017 with flag 2170748/892752
773.21/771.52	c cleaning 29009 clauses out of 58017 with flag 2324570/922757
799.80/798.16	c cleaning 29986 clauses out of 60003 with flag 2485739/953752
827.71/826.08	c cleaning 31002 clauses out of 62017 with flag 2648389/985752
855.71/854.02	c cleaning 32003 clauses out of 64015 with flag 2818427/1018752
885.30/883.61	c cleaning 33003 clauses out of 66014 with flag 2990537/1052754
916.31/914.62	c cleaning 33994 clauses out of 68009 with flag 3178946/1087752
948.61/946.99	c cleaning 35000 clauses out of 70016 with flag 3358167/1123753
980.82/979.18	c cleaning 35994 clauses out of 72015 with flag 3538298/1160752
1014.74/1012.98	c cleaning 37005 clauses out of 74021 with flag 3728180/1198752
1049.95/1048.17	c cleaning 38006 clauses out of 76019 with flag 3917746/1237755
1084.36/1082.51	c cleaning 39001 clauses out of 78011 with flag 4107818/1277753
1120.25/1118.41	c cleaning 39993 clauses out of 80009 with flag 4310382/1318752
1158.15/1156.31	c cleaning 41000 clauses out of 82017 with flag 4516747/1360753
1178.45/1176.68	c Got one! Elapsed wall clock time (in seconds):1176.566
1178.45/1176.68	o 16
1183.45/1181.64	c cleaning 34424 clauses out of 68885 with flag 26380/1388621
1189.24/1187.47	c cleaning 20223 clauses out of 40461 with flag 58247/1394621
1195.64/1193.84	c cleaning 13599 clauses out of 27238 with flag 94898/1401621
1202.95/1201.13	c cleaning 10791 clauses out of 21639 with flag 134659/1409621
1210.65/1208.87	c cleaning 9916 clauses out of 19848 with flag 175737/1418621
1219.15/1217.35	c cleaning 9959 clauses out of 19935 with flag 223898/1428624
1228.36/1226.56	c cleaning 10471 clauses out of 20975 with flag 278850/1439623
1238.65/1236.86	c cleaning 11240 clauses out of 22503 with flag 332899/1451622
1249.45/1247.61	c cleaning 12131 clauses out of 24266 with flag 396833/1464625
1261.35/1259.51	c cleaning 13065 clauses out of 26132 with flag 465740/1478622
1273.64/1271.82	c cleaning 14023 clauses out of 28066 with flag 538339/1493621
1287.34/1285.52	c cleaning 15014 clauses out of 30043 with flag 617052/1509621
1301.84/1300.07	c cleaning 15996 clauses out of 32030 with flag 702228/1526622
1317.45/1315.63	c cleaning 17012 clauses out of 34033 with flag 793369/1544621
1334.06/1332.26	c cleaning 18006 clauses out of 36023 with flag 893087/1563623
1351.15/1349.30	c cleaning 19004 clauses out of 38016 with flag 995852/1583622
1369.45/1367.64	c cleaning 20003 clauses out of 40011 with flag 1106616/1604621
1388.74/1386.92	c cleaning 20985 clauses out of 42009 with flag 1228297/1626622
1409.14/1407.36	c cleaning 22010 clauses out of 44023 with flag 1349356/1649621
1430.24/1428.48	c cleaning 22993 clauses out of 46014 with flag 1473913/1673622
1451.95/1450.11	c cleaning 24000 clauses out of 48022 with flag 1601395/1698623
1474.75/1472.98	c cleaning 24993 clauses out of 50020 with flag 1736324/1724621
1498.14/1496.33	c cleaning 26004 clauses out of 52028 with flag 1878263/1751622
1521.84/1520.03	c cleaning 26999 clauses out of 54025 with flag 2029817/1779623
1546.94/1545.14	c cleaning 28006 clauses out of 56024 with flag 2186256/1808621
1573.24/1571.41	c cleaning 29000 clauses out of 58019 with flag 2346788/1838622
1599.14/1597.36	c cleaning 30002 clauses out of 60019 with flag 2506670/1869622
1626.84/1625.00	c cleaning 31008 clauses out of 62016 with flag 2694461/1901621
1656.44/1654.63	c cleaning 31999 clauses out of 64008 with flag 2882493/1934621
1687.64/1685.85	c cleaning 32999 clauses out of 66009 with flag 3092388/1968621
1719.15/1717.31	c cleaning 34002 clauses out of 68011 with flag 3310624/2003622
1751.25/1749.49	c cleaning 34995 clauses out of 70009 with flag 3538805/2039622
1784.96/1783.13	c cleaning 36003 clauses out of 72013 with flag 3777652/2076621
1800.05/1798.20	c starts		: 175
1800.05/1798.20	c conflicts		: 2093216
1800.05/1798.20	c decisions		: 5716708
1800.05/1798.20	c propagations		: 965021839
1800.05/1798.20	c inspects		: 4112542128
1800.05/1798.20	c shortcuts		: 0
1800.05/1798.20	c learnt literals	: 0
1800.05/1798.20	c learnt binary clauses	: 456
1800.05/1798.20	c learnt ternary clauses	: 386
1800.05/1798.20	c learnt constraints	: 2093216
1800.05/1798.20	c ignored constraints	: 0
1800.05/1798.20	c root simplifications	: 0
1800.05/1798.20	c removed literals (reason simplification)	: 0
1800.05/1798.20	c reason swapping (by a shorter reason)	: 0
1800.05/1798.20	c Calls to reduceDB	: 113
1800.05/1798.20	c Number of update (reduction) of LBD	: 698425
1800.05/1798.20	c Imported unit clauses	: 0
1800.05/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.20	c number of learned constraints concerned by reduction	: 0
1800.05/1798.20	c number of learning phase by resolution	: 0
1800.05/1798.20	c number of learning phase by cutting planes	: 0
1800.05/1798.20	c speed (assignments/second)	: 536860.2336874676
1800.05/1798.20	c non guided choices	5
1800.05/1798.22	c learnt constraints type 
1800.05/1798.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 456
1800.05/1798.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52149
1800.05/1798.22	s SATISFIABLE
1800.05/1798.22	c Found 13 solution(s)
1800.05/1798.22	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 
1800.05/1798.22	c objective function=16
1800.05/1798.22	c Total wall clock time (in seconds): 1798.111

Verifier Data

OK	6

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-4090430-1466073036/watcher-4090430-1466073036 -o /tmp/evaluation-result-4090430-1466073036/solver-4090430-1466073036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466062135-10518 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090430-1466073036.wbo 

pid=11825
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

[startup+0 s]
/proc/loadavg: 2.28 2.13 2.09 3/195 11828
/proc/meminfo: memFree=31377680/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/11828/stat : 11828 (runsolver) R 11825 10502 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 1 0 9353738 24911872 51 33554432000 4194304 4338465 140736037321360 140736037318896 270121590343 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/11828/statm: 6082 51 5 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.10006 s]
/proc/loadavg: 2.28 2.13 2.09 3/195 11828
/proc/meminfo: memFree=31377680/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 9353738 9787879424 6036 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.28 2.13 2.09 3/195 11828
/proc/meminfo: memFree=31377680/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 4720 0 1 0 23 1 0 0 20 0 18 0 9353738 9787879424 6800 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2389619 6800 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 2.28 2.13 2.09 3/195 11828
/proc/meminfo: memFree=31377680/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 5462 0 1 0 44 1 0 0 20 0 18 0 9353738 9787879424 8385 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2389619 8389 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.28 2.13 2.09 3/195 11828
/proc/meminfo: memFree=31377680/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 9542 0 1 0 129 3 0 0 20 0 19 0 9353738 9856040960 36760 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 36760 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.28 2.13 2.09 5/214 11847
/proc/meminfo: memFree=31201604/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 10546 0 1 0 289 5 0 0 20 0 19 0 9353738 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 46161 2281 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2479 0 1 0 141 2 0 0 20 0 19 0 9353739 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665783341360 139665643407775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3928 0 0 0 74 0 0 0 20 0 19 0 9353744 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2754 0 0 0 61 0 0 0 20 0 19 0 9353744 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 46161 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.26 2.13 2.09 3/214 11847
/proc/meminfo: memFree=31201108/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=4.64 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 10549 0 1 0 459 5 0 0 20 0 19 0 9353738 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 46162 2282 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2481 0 1 0 301 2 0 0 20 0 19 0 9353739 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665783347704 139665643139329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3929 0 0 0 84 0 0 0 20 0 19 0 9353744 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2754 0 0 0 61 0 0 0 20 0 19 0 9353744 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 46162 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.26 2.13 2.09 3/214 11847
/proc/meminfo: memFree=31188868/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=7.85 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 10550 0 1 0 780 5 0 0 20 0 19 0 9353738 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 46154 2282 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2482 0 1 0 620 2 0 0 20 0 19 0 9353739 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665783349432 139665643407728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9353740 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3929 0 0 0 85 0 0 0 20 0 19 0 9353744 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2754 0 0 0 61 0 0 0 20 0 19 0 9353744 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 46154 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625040


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

[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.14
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.08 2.04 3/213 11887
/proc/meminfo: memFree=30816820/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=1724.15 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 11185 0 1 0 172388 27 0 0 20 0 19 0 9353738 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 92065 2288 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=1717.75 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2540 0 1 0 171745 30 0 0 20 0 19 0 9353739 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665783340800 139665643407780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 137 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3937 0 0 0 94 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2759 0 0 0 64 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 101 0 0 0 13 17 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.04 3/214 11891
/proc/meminfo: memFree=30816268/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=1784.15 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 11187 0 1 0 178388 27 0 0 20 0 19 0 9353738 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 92065 2288 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=1777.59 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2540 0 1 0 177728 31 0 0 20 0 19 0 9353739 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665783340800 139665643407728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 137 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3937 0 0 0 94 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2759 0 0 0 64 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 103 0 0 0 14 17 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.00 2.06 2.03 2/189 11924
/proc/meminfo: memFree=31196664/32872528 swapFree=525044/557748
[pid=11828] ppid=11825 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/11828/stat : 11828 (java) S 11825 11828 10502 0 -1 4202496 11189 0 1 0 179978 27 0 0 20 0 19 0 9353738 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 140735079755040 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11828/statm: 2406260 92065 2288 9 0 2396937 0
[pid=11828/tid=11830] ppid=11825 vsize=9625040 CPUtime=1793.45 cores=0,2,4,6
/proc/11828/task/11830/stat : 11830 (java) R 11825 11828 10502 0 -1 4202560 2540 0 1 0 179314 31 0 0 20 0 19 0 9353739 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665783340800 139665643407780 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11831] ppid=11825 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11828/task/11831/stat : 11831 (java) S 11825 11828 10502 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665761450536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11832] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11832/stat : 11832 (java) S 11825 11828 10502 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665558464936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11833] ppid=11825 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11828/task/11833/stat : 11833 (java) S 11825 11828 10502 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665557412136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11834] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11834/stat : 11834 (java) S 11825 11828 10502 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665556359336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11835] ppid=11825 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11828/task/11835/stat : 11835 (java) S 11825 11828 10502 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665555307560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11836] ppid=11825 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11828/task/11836/stat : 11836 (java) S 11825 11828 10502 0 -1 4202560 137 0 0 0 3 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665554254760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11837] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11837/stat : 11837 (java) S 11825 11828 10502 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665553201960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11838] ppid=11825 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11828/task/11838/stat : 11838 (java) S 11825 11828 10502 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 19 0 9353740 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665552149160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11828/tid=11839] ppid=11825 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11828/task/11839/stat : 11839 (java) S 11825 11828 10502 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665539951080 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11840] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11840/stat : 11840 (java) S 11825 11828 10502 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665538897144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11841] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11841/stat : 11841 (java) S 11825 11828 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9353741 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665537844232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11842] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11842/stat : 11842 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665536792720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11843] ppid=11825 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/11828/task/11843/stat : 11843 (java) S 11825 11828 10502 0 -1 4202560 3937 0 0 0 94 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665535740856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11828/tid=11844] ppid=11825 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11828/task/11844/stat : 11844 (java) S 11825 11828 10502 0 -1 4202560 2759 0 0 0 64 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665534688056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11845] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11845/stat : 11845 (java) S 11825 11828 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665533635448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11828/tid=11846] ppid=11825 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/11828/task/11846/stat : 11846 (java) S 11825 11828 10502 0 -1 4202560 105 0 0 0 14 17 0 0 20 0 19 0 9353744 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665532582856 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11828/tid=11847] ppid=11825 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11828/task/11847/stat : 11847 (java) S 11825 11828 10502 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9353806 9856040960 92065 33554432000 1073741824 1073778376 140735079763904 139665531430056 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 11828 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 11828 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=290074
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=670898
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.24
CPU time (s): 1800.05
CPU user time (s): 1799.78
CPU system time (s): 0.27
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.29
system time used= 0.670898
maximum resident set size= 368392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11228
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38133
involuntary context switches= 2583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90249 second user time and 12.5921 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 12:30:36
IDJOB=4090430
IDBENCH=79631
IDSOLVER=2551
FILE ID=node106/4090430-1466073036
RUNJOBID= node106-1466062135-10518
PBS_JOBID= 19904026
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-pedck60-L12_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090430-1466073036/watcher-4090430-1466073036 -o /tmp/evaluation-result-4090430-1466073036/solver-4090430-1466073036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466062135-10518 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090430-1466073036.wbo

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

MD5SUM BENCH= 6aa53d960869fabc4eef8f7c27928383
RANDOM SEED=2080009985

node106.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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.38
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		: 2667.073
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:        31378736 kB
Buffers:           13140 kB
Cached:            44120 kB
SwapCached:         1848 kB
Active:           201280 kB
Inactive:          31952 kB
Active(anon):     177264 kB
Inactive(anon):     1072 kB
Active(file):      24016 kB
Inactive(file):    30880 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098920 kB
Dirty:              4084 kB
Writeback:             0 kB
AnonPages:        739212 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             565348 kB
SReclaimable:       9096 kB
SUnreclaim:       556252 kB
KernelStack:        1768 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1374388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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 node106 at 2016-06-16 13:00:34