Trace number 4085351

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)8 1800.03 1783.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
MD5SUM7acfcd4d612717a490c27c9a55b3f455
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables411
Total number of constraints477
Number of constraints which are clauses387
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 411
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1129
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1129
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-4085351-1465233692.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.076s.
0.09/0.19	c declared #vars     411
0.09/0.19	c #constraints  478
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.09/0.19	c org.sat4j.specs.Constr$1 => 1
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 381
0.09/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.19	c 478 constraints processed.
0.09/0.19	c objective function length is 411 literals
0.25/0.20	c SATISFIABLE
0.25/0.20	c OPTIMIZING...
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.088
0.25/0.20	o 8
0.88/0.63	c cleaning 2495 clauses out of 5000 with flag 10261/5000
1.37/1.09	c cleaning 4248 clauses out of 8505 with flag 22522/11000
1.99/1.62	c cleaning 5622 clauses out of 11258 with flag 36856/18001
2.60/2.29	c cleaning 6811 clauses out of 13635 with flag 53158/26000
3.53/3.18	c cleaning 7908 clauses out of 15824 with flag 71776/35000
4.74/4.35	c cleaning 8950 clauses out of 17916 with flag 92515/45000
6.06/5.66	c cleaning 9973 clauses out of 19966 with flag 114918/56000
7.65/7.21	c cleaning 10991 clauses out of 21993 with flag 139373/68000
9.25/8.83	c cleaning 11998 clauses out of 24003 with flag 166009/81001
10.54/10.17	c cleaning 12994 clauses out of 26005 with flag 194630/95001
12.04/11.65	c cleaning 13998 clauses out of 28010 with flag 225277/110000
13.85/13.41	c cleaning 14996 clauses out of 30014 with flag 257893/126002
15.45/14.96	c cleaning 16004 clauses out of 32017 with flag 298962/143001
16.76/16.24	c cleaning 16999 clauses out of 34013 with flag 349131/161001
18.16/17.61	c cleaning 17996 clauses out of 36013 with flag 402346/180000
19.56/19.02	c cleaning 19005 clauses out of 38017 with flag 460156/200000
20.95/20.49	c cleaning 20004 clauses out of 40012 with flag 521317/221000
22.56/22.01	c cleaning 20995 clauses out of 42008 with flag 584880/243000
24.25/23.66	c cleaning 22004 clauses out of 44013 with flag 649513/266000
26.15/25.56	c cleaning 22999 clauses out of 46011 with flag 715797/290002
28.15/27.58	c cleaning 24005 clauses out of 48012 with flag 781831/315002
30.14/29.58	c cleaning 25001 clauses out of 50005 with flag 851629/341000
32.24/31.69	c cleaning 25991 clauses out of 52005 with flag 923692/368001
34.44/33.86	c cleaning 27003 clauses out of 54013 with flag 997636/396000
36.94/36.20	c cleaning 27994 clauses out of 56010 with flag 1076900/425000
39.24/38.60	c cleaning 29005 clauses out of 58016 with flag 1156071/455000
41.83/41.17	c cleaning 30000 clauses out of 60011 with flag 1236612/486000
44.43/43.79	c cleaning 30999 clauses out of 62011 with flag 1323754/518000
47.23/46.59	c cleaning 32003 clauses out of 64012 with flag 1411126/551000
50.20/49.45	c cleaning 32999 clauses out of 66009 with flag 1505492/585000
53.29/52.53	c cleaning 34000 clauses out of 68010 with flag 1601166/620000
56.69/55.97	c cleaning 35000 clauses out of 70010 with flag 1699250/656000
60.09/59.31	c cleaning 36002 clauses out of 72011 with flag 1798787/693001
63.61/62.80	c cleaning 37001 clauses out of 74010 with flag 1901639/731002
67.50/66.60	c cleaning 37998 clauses out of 76008 with flag 2006657/770001
71.50/70.61	c cleaning 38999 clauses out of 78010 with flag 2114989/810001
75.60/74.78	c cleaning 40003 clauses out of 80010 with flag 2228924/851000
80.00/79.08	c cleaning 40999 clauses out of 82008 with flag 2346563/893001
84.61/83.61	c cleaning 42001 clauses out of 84008 with flag 2455451/936000
88.61/87.69	c cleaning 42997 clauses out of 86007 with flag 2577210/980000
92.75/91.63	c cleaning 43992 clauses out of 88010 with flag 2699876/1025000
97.16/96.01	c cleaning 45001 clauses out of 90018 with flag 2828268/1071000
101.75/100.62	c cleaning 45988 clauses out of 92017 with flag 2956475/1118000
107.10/105.86	c cleaning 47013 clauses out of 94031 with flag 3086554/1166002
112.51/111.30	c cleaning 48007 clauses out of 96016 with flag 3213432/1215000
117.80/116.58	c cleaning 49005 clauses out of 98009 with flag 3347251/1265000
123.40/122.05	c cleaning 50001 clauses out of 100004 with flag 3488636/1316000
129.01/127.66	c cleaning 50984 clauses out of 102003 with flag 3632165/1368000
135.06/133.56	c cleaning 51994 clauses out of 104019 with flag 3772340/1421000
141.06/139.52	c cleaning 53010 clauses out of 106025 with flag 3917342/1475000
147.24/145.59	c cleaning 53998 clauses out of 108015 with flag 4066564/1530000
153.55/151.84	c cleaning 55005 clauses out of 110017 with flag 4219523/1586000
160.08/158.33	c cleaning 55999 clauses out of 112012 with flag 4379506/1643000
166.48/164.75	c cleaning 57005 clauses out of 114014 with flag 4536941/1701001
173.23/171.46	c cleaning 57993 clauses out of 116008 with flag 4696158/1760000
180.14/178.38	c cleaning 58993 clauses out of 118015 with flag 4857512/1820000
187.47/185.62	c cleaning 60005 clauses out of 120023 with flag 5028981/1881001
194.74/192.89	c cleaning 61003 clauses out of 122017 with flag 5197443/1943000
201.74/199.87	c cleaning 61983 clauses out of 124014 with flag 5360683/2006000
208.42/206.44	c cleaning 63009 clauses out of 126031 with flag 5538712/2070000
215.78/213.72	c cleaning 64005 clauses out of 128023 with flag 5712786/2135001
224.29/222.24	c cleaning 64998 clauses out of 130017 with flag 5883156/2201000
232.33/230.28	c cleaning 65999 clauses out of 132019 with flag 6061280/2268000
240.28/238.18	c cleaning 67005 clauses out of 134020 with flag 6239330/2336000
248.28/246.19	c cleaning 68006 clauses out of 136015 with flag 6427580/2405000
256.32/254.13	c cleaning 69000 clauses out of 138009 with flag 6613022/2475000
266.05/263.81	c cleaning 69994 clauses out of 140009 with flag 6799905/2546000
275.14/272.82	c cleaning 70995 clauses out of 142015 with flag 6997949/2618000
283.60/281.29	c cleaning 72001 clauses out of 144020 with flag 7197549/2691000
292.30/289.90	c cleaning 72999 clauses out of 146019 with flag 7406359/2765000
300.92/298.57	c cleaning 73998 clauses out of 148021 with flag 7614029/2840001
309.88/307.49	c cleaning 75004 clauses out of 150022 with flag 7820654/2916000
319.34/316.83	c cleaning 76004 clauses out of 152018 with flag 8032347/2993000
328.39/325.87	c cleaning 77004 clauses out of 154015 with flag 8247509/3071001
338.62/336.05	c cleaning 77988 clauses out of 156010 with flag 8467157/3150000
348.95/346.30	c cleaning 79002 clauses out of 158022 with flag 8680736/3230000
359.70/357.06	c cleaning 80005 clauses out of 160020 with flag 8893294/3311000
370.07/367.33	c cleaning 81005 clauses out of 162015 with flag 9117883/3393000
381.42/378.59	c cleaning 81997 clauses out of 164010 with flag 9335859/3476000
391.85/388.91	c cleaning 83006 clauses out of 166015 with flag 9567401/3560002
402.90/399.93	c cleaning 83989 clauses out of 168007 with flag 9802432/3645000
414.35/411.38	c cleaning 85002 clauses out of 170018 with flag 10037259/3731000
425.25/422.15	c cleaning 86003 clauses out of 172016 with flag 10276694/3818000
437.24/434.02	c cleaning 86998 clauses out of 174013 with flag 10522740/3906000
449.16/445.87	c cleaning 87989 clauses out of 176015 with flag 10774275/3995000
461.61/458.28	c cleaning 89006 clauses out of 178026 with flag 11023724/4085000
474.81/471.39	c cleaning 90006 clauses out of 180020 with flag 11272304/4176000
487.87/484.36	c cleaning 90992 clauses out of 182015 with flag 11526099/4268001
501.96/498.33	c cleaning 91998 clauses out of 184022 with flag 11776810/4361000
518.06/514.30	c cleaning 93008 clauses out of 186024 with flag 12019441/4455000
532.30/528.41	c cleaning 94003 clauses out of 188016 with flag 12276247/4550000
548.01/544.02	c cleaning 95000 clauses out of 190014 with flag 12526607/4646001
563.09/558.96	c cleaning 96006 clauses out of 192013 with flag 12779509/4743000
578.29/574.02	c cleaning 96990 clauses out of 194007 with flag 13043821/4841000
593.67/589.34	c cleaning 97988 clauses out of 196017 with flag 13310391/4940000
609.51/605.03	c cleaning 99008 clauses out of 198031 with flag 13579613/5040002
626.17/621.41	c cleaning 100001 clauses out of 200021 with flag 13861274/5141000
642.29/637.43	c cleaning 100999 clauses out of 202022 with flag 14137419/5243002
658.68/653.73	c cleaning 102009 clauses out of 204022 with flag 14420668/5346001
675.27/670.21	c cleaning 102991 clauses out of 206012 with flag 14706450/5450000
692.13/686.91	c cleaning 103998 clauses out of 208021 with flag 14987364/5555000
709.06/703.76	c cleaning 104993 clauses out of 210025 with flag 15279117/5661002
726.70/721.25	c cleaning 106005 clauses out of 212030 with flag 15570737/5768000
744.68/739.07	c cleaning 106999 clauses out of 214025 with flag 15877084/5876000
762.26/756.48	c cleaning 108008 clauses out of 216027 with flag 16185424/5985001
781.06/775.05	c cleaning 109004 clauses out of 218019 with flag 16487034/6095001
800.01/793.82	c cleaning 109992 clauses out of 220014 with flag 16795912/6206000
818.76/812.43	c cleaning 111004 clauses out of 222024 with flag 17101925/6318002
838.76/832.20	c cleaning 111997 clauses out of 224018 with flag 17420036/6431000
858.11/851.43	c cleaning 113001 clauses out of 226021 with flag 17740911/6545000
878.20/871.32	c cleaning 114007 clauses out of 228020 with flag 18056437/6660000
900.60/893.50	c cleaning 114993 clauses out of 230013 with flag 18377542/6776000
920.57/913.27	c cleaning 116002 clauses out of 232020 with flag 18693736/6893000
942.21/934.66	c cleaning 116999 clauses out of 234020 with flag 19020790/7011002
963.62/955.88	c cleaning 118002 clauses out of 236019 with flag 19344486/7130000
985.15/977.14	c cleaning 118995 clauses out of 238018 with flag 19677523/7250001
1007.50/999.23	c cleaning 120007 clauses out of 240022 with flag 20006605/7371000
1030.06/1021.57	c cleaning 121001 clauses out of 242015 with flag 20349274/7493000
1053.50/1044.76	c cleaning 122002 clauses out of 244014 with flag 20687410/7616000
1077.94/1068.86	c cleaning 123000 clauses out of 246012 with flag 21027678/7740000
1099.58/1090.12	c cleaning 123999 clauses out of 248013 with flag 21369527/7865001
1123.60/1113.98	c cleaning 125000 clauses out of 250014 with flag 21724498/7991001
1150.09/1140.05	c cleaning 125991 clauses out of 252013 with flag 22074898/8118000
1175.71/1165.43	c cleaning 127011 clauses out of 254023 with flag 22425051/8246001
1201.98/1191.35	c cleaning 128000 clauses out of 256011 with flag 22788012/8375000
1228.69/1217.68	c cleaning 128997 clauses out of 258011 with flag 23144111/8505000
1256.81/1245.41	c cleaning 130007 clauses out of 260014 with flag 23498015/8636000
1284.28/1272.65	c cleaning 130994 clauses out of 262008 with flag 23853558/8768001
1312.27/1300.32	c cleaning 131994 clauses out of 264013 with flag 24216399/8901000
1341.13/1328.94	c cleaning 133004 clauses out of 266019 with flag 24582622/9035000
1372.85/1360.31	c cleaning 133992 clauses out of 268015 with flag 24950579/9170000
1404.35/1391.53	c cleaning 135005 clauses out of 270024 with flag 25309935/9306001
1437.61/1424.56	c cleaning 136005 clauses out of 272019 with flag 25655840/9443001
1469.89/1456.50	c cleaning 137002 clauses out of 274014 with flag 26013113/9581001
1502.50/1488.70	c cleaning 137993 clauses out of 276011 with flag 26366588/9720000
1533.89/1519.71	c cleaning 139000 clauses out of 278018 with flag 26724822/9860000
1564.76/1550.28	c cleaning 139996 clauses out of 280018 with flag 27099145/10001000
1596.54/1581.62	c cleaning 141004 clauses out of 282022 with flag 27472750/10143000
1628.52/1613.25	c cleaning 142005 clauses out of 284018 with flag 27847831/10286000
1661.99/1646.49	c cleaning 142997 clauses out of 286013 with flag 28221953/10430000
1698.67/1682.77	c cleaning 144001 clauses out of 288016 with flag 28590550/10575000
1733.94/1717.69	c cleaning 144989 clauses out of 290016 with flag 28982422/10721001
1769.12/1752.46	c cleaning 146002 clauses out of 292026 with flag 29372575/10868000
1800.03/1783.00	c starts		: 2288
1800.03/1783.00	c conflicts		: 11005869
1800.03/1783.00	c decisions		: 27388992
1800.03/1783.00	c propagations		: 363692036
1800.03/1783.00	c inspects		: 23823444602
1800.03/1783.00	c shortcuts		: 0
1800.03/1783.00	c learnt literals	: 0
1800.03/1783.00	c learnt binary clauses	: 0
1800.03/1783.00	c learnt ternary clauses	: 0
1800.03/1783.00	c learnt constraints	: 11005869
1800.03/1783.00	c ignored constraints	: 0
1800.03/1783.00	c root simplifications	: 0
1800.03/1783.00	c removed literals (reason simplification)	: 0
1800.03/1783.00	c reason swapping (by a shorter reason)	: 0
1800.03/1783.00	c Calls to reduceDB	: 143
1800.03/1783.00	c Number of update (reduction) of LBD	: 2460755
1800.03/1783.00	c Imported unit clauses	: 0
1800.03/1783.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1783.00	c number of learned constraints concerned by reduction	: 0
1800.03/1783.00	c number of learning phase by resolution	: 0
1800.03/1783.00	c number of learning phase by cutting planes	: 0
1800.03/1783.00	c speed (assignments/second)	: 203999.55351333402
1800.03/1783.00	c non guided choices	0
1800.03/1783.03	c learnt constraints type 
1800.03/1783.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 283893
1800.03/1783.03	s SATISFIABLE
1800.03/1783.03	c Found 1 solution(s)
1800.03/1783.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 -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 
1800.03/1783.03	c objective function=8
1800.03/1783.03	c Total wall clock time (in seconds): 1782.92

Verifier Data

OK	8

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-4085351-1465233692/watcher-4085351-1465233692 -o /tmp/evaluation-result-4085351-1465233692/solver-4085351-1465233692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085351-1465233692.opb 

pid=7933
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.26 2.18 2.17 3/194 7936
/proc/meminfo: memFree=30364744/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7936/stat : 7936 (java) R 7933 7936 5832 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 105302052 278528 33 33554432000 1073741824 1073778376 140734078458096 140733339545048 229346733351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.18 2.17 3/194 7936
/proc/meminfo: memFree=30364744/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 105302052 9787879424 6027 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.26 2.18 2.17 3/194 7936
/proc/meminfo: memFree=30364744/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 4674 0 1 0 23 2 0 0 20 0 19 0 105302052 9856040960 7308 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 7308 2207 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300215 s]
/proc/loadavg: 2.26 2.18 2.17 3/194 7936
/proc/meminfo: memFree=30364744/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 6964 0 1 0 46 2 0 0 20 0 19 0 105302052 9856040960 8632 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 8632 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.26 2.18 2.17 3/194 7936
/proc/meminfo: memFree=30364744/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 7361 0 1 0 99 2 0 0 20 0 19 0 105302052 9856040960 10114 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 10114 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.16 2.16 2.16 3/213 7955
/proc/meminfo: memFree=30326320/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 8670 0 1 0 186 3 0 0 20 0 19 0 105302052 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 12729 2259 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2413 0 1 0 143 2 0 0 20 0 19 0 105302053 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228561420528 140228417857058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 2952 0 0 0 23 0 0 0 20 0 19 0 105302059 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 16 0 0 0 20 0 19 0 105302059 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 12729 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.16 2.16 2.16 3/213 7955
/proc/meminfo: memFree=30313536/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 8830 0 1 0 350 3 0 0 20 0 19 0 105302052 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 17343 2259 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2424 0 1 0 303 2 0 0 20 0 19 0 105302053 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228561420696 140228417753733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 3101 0 0 0 28 0 0 0 20 0 19 0 105302059 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 16 0 0 0 20 0 19 0 105302059 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 17343 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.15 2.15 2.16 3/213 7955
/proc/meminfo: memFree=30285448/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 8844 0 1 0 671 4 0 0 20 0 19 0 105302052 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 23323 2260 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2437 0 1 0 622 2 0 0 20 0 19 0 105302053 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228561411776 140228417784152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105302055 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 3101 0 0 0 28 0 0 0 20 0 19 0 105302059 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 16 0 0 0 20 0 19 0 105302059 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 23323 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 91475 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1678.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/214 8063
/proc/meminfo: memFree=29619696/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=1738.68 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 23512 0 1 0 173714 154 0 0 20 0 19 0 105302052 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 102938 2283 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=1706.24 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2872 0 1 0 170592 32 0 0 20 0 19 0 105302053 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228561419456 140228417974012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1735 0 0 0 282 16 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1663 0 0 0 274 14 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1575 0 0 0 263 12 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1005 0 0 0 264 16 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1453 0 0 0 262 17 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1211 0 0 0 247 14 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1089 0 0 0 271 11 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 1749 0 0 0 264 15 0 0 20 0 19 0 105302055 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=4.8 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 954 0 0 0 473 7 0 0 20 0 19 0 105302056 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 4813 0 0 0 36 0 0 0 20 0 19 0 105302059 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 17 0 0 0 20 0 19 0 105302059 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 102 0 0 0 23 33 0 0 20 0 19 0 105302059 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 102938 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1738.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/213 8064
/proc/meminfo: memFree=29619320/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=1799.33 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 23571 0 1 0 179774 159 0 0 20 0 19 0 105302052 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 105990 2283 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=1765.44 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2893 0 1 0 176511 33 0 0 20 0 19 0 105302053 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228561419472 140228417974012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1742 0 0 0 294 17 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1663 0 0 0 286 14 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1580 0 0 0 273 12 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1010 0 0 0 274 16 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1460 0 0 0 274 17 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1213 0 0 0 258 14 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1089 0 0 0 281 11 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 1749 0 0 0 275 15 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=5.16 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 964 0 0 0 509 7 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 4813 0 0 0 36 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 17 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 104 0 0 0 24 34 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783 s]
/proc/loadavg: 2.22 2.22 2.18 4/213 8064
/proc/meminfo: memFree=29619320/32872528 swapFree=16204/1518544
[pid=7936] ppid=7933 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7936/stat : 7936 (java) S 7933 7936 5832 0 -1 4202496 23571 0 1 0 179844 159 0 0 20 0 19 0 105302052 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140734078449232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7936/statm: 2406260 105990 2283 9 0 2396937 0
[pid=7936/tid=7938] ppid=7933 vsize=9625040 CPUtime=1766.14 cores=1,3,5,7
/proc/7936/task/7938/stat : 7938 (java) R 7933 7936 5832 0 -1 4202560 2893 0 1 0 176581 33 0 0 20 0 19 0 105302053 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228561419472 140228417752320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7939] ppid=7933 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/7936/task/7939/stat : 7939 (java) S 7933 7936 5832 0 -1 4202560 1742 0 0 0 294 17 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228539522088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7940] ppid=7933 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/7936/task/7940/stat : 7940 (java) S 7933 7936 5832 0 -1 4202560 1663 0 0 0 286 14 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228538469288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7941] ppid=7933 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/7936/task/7941/stat : 7941 (java) S 7933 7936 5832 0 -1 4202560 1580 0 0 0 273 12 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228537416488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7942] ppid=7933 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/7936/task/7942/stat : 7942 (java) S 7933 7936 5832 0 -1 4202560 1010 0 0 0 274 16 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228536363688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7943] ppid=7933 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/7936/task/7943/stat : 7943 (java) S 7933 7936 5832 0 -1 4202560 1460 0 0 0 274 17 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228199180840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7944] ppid=7933 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/7936/task/7944/stat : 7944 (java) S 7933 7936 5832 0 -1 4202560 1213 0 0 0 258 14 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228198128040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7936/tid=7945] ppid=7933 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/7936/task/7945/stat : 7945 (java) S 7933 7936 5832 0 -1 4202560 1089 0 0 0 281 11 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228197075240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7946] ppid=7933 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/7936/task/7946/stat : 7946 (java) S 7933 7936 5832 0 -1 4202560 1749 0 0 0 275 15 0 0 20 0 19 0 105302055 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228196022440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7947] ppid=7933 vsize=9625040 CPUtime=5.16 cores=1,3,5,7
/proc/7936/task/7947/stat : 7947 (java) S 7933 7936 5832 0 -1 4202560 964 0 0 0 509 7 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228183825384 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7948] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7948/stat : 7948 (java) S 7933 7936 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228182771448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7949] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7949/stat : 7949 (java) S 7933 7936 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105302056 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228181718536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7950] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7950/stat : 7950 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228180667024 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7951] ppid=7933 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7936/task/7951/stat : 7951 (java) S 7933 7936 5832 0 -1 4202560 4813 0 0 0 36 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228179614136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7952] ppid=7933 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7936/task/7952/stat : 7952 (java) S 7933 7936 5832 0 -1 4202560 2033 0 0 0 17 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228178561336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7936/tid=7953] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7953/stat : 7953 (java) S 7933 7936 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228177508728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7936/tid=7954] ppid=7933 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7936/task/7954/stat : 7954 (java) S 7933 7936 5832 0 -1 4202560 104 0 0 0 24 34 0 0 20 0 19 0 105302059 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228176456136 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7936/tid=7955] ppid=7933 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7936/task/7955/stat : 7955 (java) S 7933 7936 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105302072 9856040960 105990 33554432000 1073741824 1073778376 140734078458096 140228175402664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7936 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 7936 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=29266
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=41689
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.04
CPU time (s): 1800.03
CPU user time (s): 1798.44
CPU system time (s): 1.59
CPU usage (%): 100.953
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 2.04169
maximum resident set size= 608300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23614
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= 50644
involuntary context switches= 52886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.154 second user time and 15.9296 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 19:21:32
IDJOB=4085351
IDBENCH=2226
IDSOLVER=2546
FILE ID=node129/4085351-1465233692
RUNJOBID= node129-1465222695-5849
PBS_JOBID= 19843233
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085351-1465233692/watcher-4085351-1465233692 -o /tmp/evaluation-result-4085351-1465233692/solver-4085351-1465233692 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085351-1465233692.opb

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

MD5SUM BENCH= 7acfcd4d612717a490c27c9a55b3f455
RANDOM SEED=1891702270

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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.715
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:        30366016 kB
Buffers:           24388 kB
Cached:            85820 kB
SwapCached:         1824 kB
Active:           220380 kB
Inactive:          51188 kB
Active(anon):     162744 kB
Inactive(anon):     1112 kB
Active(file):      57636 kB
Inactive(file):    50076 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1800044 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             566100 kB
SReclaimable:      10180 kB
SUnreclaim:       555920 kB
KernelStack:        1768 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2206848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1777664 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 node129 at 2016-06-06 19:51:15