Trace number 4081099

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)114 1800.18 895.362

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4081099-1465219520.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.47/0.31	c ... done. Wall clock time 0.182s.
0.47/0.31	c declared #vars     464
0.47/0.31	c #constraints  1069
0.47/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 693
0.47/0.31	c 1069 constraints processed.
0.47/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 336
0.47/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 693
0.47/0.31	c 1069 constraints processed.
0.47/0.31	c objective function length is 8 literals
2.83/0.92	c And the winner is solver0
3.32/1.31	c SATISFIABLE
3.32/1.31	c OPTIMIZING...
3.32/1.31	c Got one! Elapsed wall clock time (in seconds):1.187
3.32/1.31	o 124
3.49/1.45	c cleaning 2987 clauses out of 5974 with flag 5240/5974
4.40/1.84	c cleaning 4494 clauses out of 8987 with flag 20779/11974
5.60/2.32	c cleaning 5742 clauses out of 11494 with flag 38687/18975
6.64/2.86	c cleaning 6870 clauses out of 13751 with flag 75655/26974
7.27/3.19	c And the winner is solver0
7.46/3.31	c Got one! Elapsed wall clock time (in seconds):3.188
7.46/3.31	o 122
7.82/3.58	c cleaning 8553 clauses out of 17105 with flag 16006/37198
8.82/4.00	c cleaning 7274 clauses out of 14552 with flag 33359/43198
9.43/4.38	c cleaning 7135 clauses out of 14277 with flag 54745/50197
10.63/4.92	c cleaning 7565 clauses out of 15142 with flag 81256/58197
11.90/5.51	c cleaning 8279 clauses out of 16579 with flag 106641/67199
11.90/5.57	c And the winner is solver0
12.21/5.81	c Got one! Elapsed wall clock time (in seconds):5.69
12.21/5.81	o 118
13.08/6.23	c cleaning 7078 clauses out of 14171 with flag 25543/73070
14.51/6.73	c cleaning 6535 clauses out of 13093 with flag 62001/79070
15.94/7.41	c cleaning 6771 clauses out of 13559 with flag 107808/86071
17.33/8.15	c cleaning 7375 clauses out of 14787 with flag 157935/94070
19.15/9.05	c cleaning 8204 clauses out of 16412 with flag 214609/103070
19.94/9.48	c And the winner is solver0
20.10/9.82	c Got one! Elapsed wall clock time (in seconds):9.691
20.10/9.82	o 117
20.10/9.89	c cleaning 6788 clauses out of 13584 with flag 3100/108446
21.49/10.54	c cleaning 6398 clauses out of 12796 with flag 44767/114446
23.09/11.32	c cleaning 6680 clauses out of 13398 with flag 92346/121446
24.91/12.22	c cleaning 7351 clauses out of 14718 with flag 145560/129446
26.69/13.14	c cleaning 8159 clauses out of 16367 with flag 198401/138446
27.11/13.39	c cleaning 0 clauses out of 6653 with flag 0/6655
29.29/14.33	c cleaning 9088 clauses out of 18208 with flag 258191/148446
32.07/15.76	c cleaning 10054 clauses out of 20121 with flag 331909/159447
35.49/17.44	c cleaning 11027 clauses out of 22067 with flag 418779/171447
39.49/19.44	c cleaning 12012 clauses out of 24039 with flag 517764/184446
43.90/21.61	c cleaning 12998 clauses out of 26027 with flag 610213/198446
45.70/22.57	c And the winner is solver0
45.81/22.82	c Got one! Elapsed wall clock time (in seconds):22.694
45.81/22.82	o 116
47.16/23.59	c cleaning 12303 clauses out of 24619 with flag 30493/210036
48.79/24.33	c cleaning 9151 clauses out of 18317 with flag 68591/216037
50.38/25.18	c cleaning 8074 clauses out of 16165 with flag 112707/223036
52.18/26.08	c cleaning 8029 clauses out of 16091 with flag 162902/231036
54.38/27.10	c cleaning 8524 clauses out of 17063 with flag 217523/240037
56.99/28.40	c cleaning 9256 clauses out of 18538 with flag 284206/250036
59.99/29.98	c cleaning 10115 clauses out of 20283 with flag 358480/261037
64.02/31.97	c cleaning 11068 clauses out of 22167 with flag 449103/273036
68.82/34.37	c cleaning 12039 clauses out of 24099 with flag 554528/286036
74.22/37.08	c cleaning 13016 clauses out of 26060 with flag 677001/300036
80.03/39.99	c And the winner is solver0
80.19/40.32	c Got one! Elapsed wall clock time (in seconds):40.198
80.19/40.32	o 114
82.16/41.34	c cleaning 16401 clauses out of 32815 with flag 28656/319807
83.96/42.29	c cleaning 11207 clauses out of 22415 with flag 63741/325808
85.96/43.25	c cleaning 9090 clauses out of 18208 with flag 108022/332808
88.17/44.32	c cleaning 8545 clauses out of 17118 with flag 156616/340808
90.97/45.73	c cleaning 8754 clauses out of 17571 with flag 221897/349806
93.78/47.18	c cleaning 9399 clauses out of 18818 with flag 283839/359807
97.18/48.89	c cleaning 10204 clauses out of 20419 with flag 360267/370807
101.19/50.81	c cleaning 11089 clauses out of 22214 with flag 451989/382806
105.41/52.97	c cleaning 12040 clauses out of 24125 with flag 544173/395806
110.62/55.53	c cleaning 13033 clauses out of 26085 with flag 641529/409806
116.03/58.23	c cleaning 14012 clauses out of 28052 with flag 740075/424806
122.04/61.27	c cleaning 15011 clauses out of 30040 with flag 847232/440806
127.67/64.04	c cleaning 0 clauses out of 12813 with flag 0/12816
129.67/65.09	c cleaning 16010 clauses out of 32029 with flag 967684/457806
137.48/68.96	c cleaning 16999 clauses out of 34021 with flag 1097052/475808
146.11/73.24	c cleaning 17996 clauses out of 36022 with flag 1221521/494808
155.95/78.18	c cleaning 18996 clauses out of 38024 with flag 1352308/514806
166.58/83.46	c cleaning 20000 clauses out of 40030 with flag 1496854/535808
176.06/88.12	c cleaning 21009 clauses out of 42028 with flag 1634453/557806
189.29/94.76	c cleaning 21999 clauses out of 44022 with flag 1795325/580809
204.56/102.38	c cleaning 22994 clauses out of 46022 with flag 1962442/604808
221.23/110.63	c cleaning 24003 clauses out of 48026 with flag 2153230/629806
236.14/118.01	c cleaning 25001 clauses out of 50024 with flag 2328537/655807
255.23/127.52	c cleaning 26002 clauses out of 52024 with flag 2517323/682808
274.57/137.14	c cleaning 26997 clauses out of 54022 with flag 2701248/710808
297.07/148.40	c cleaning 28005 clauses out of 56025 with flag 2920796/739808
320.80/160.13	c cleaning 29005 clauses out of 58021 with flag 3140607/769809
346.94/173.15	c cleaning 30000 clauses out of 60013 with flag 3373592/800806
349.15/174.26	c cleaning 0 clauses out of 18813 with flag 0/18816
374.32/186.71	c cleaning 30997 clauses out of 62013 with flag 3615447/832806
405.33/202.16	c cleaning 31995 clauses out of 64016 with flag 3865902/865806
436.55/217.62	c cleaning 32991 clauses out of 66021 with flag 4113728/899806
470.35/234.49	c cleaning 34000 clauses out of 68030 with flag 4377505/934806
504.61/251.46	c cleaning 35003 clauses out of 70031 with flag 4653225/970807
545.24/271.66	c cleaning 36003 clauses out of 72028 with flag 4950041/1007807
588.96/293.35	c cleaning 36997 clauses out of 74025 with flag 5271238/1045807
630.62/314.09	c cleaning 38006 clauses out of 76027 with flag 5584052/1084806
678.05/337.65	c cleaning 38995 clauses out of 78021 with flag 5902790/1124806
727.55/362.28	c cleaning 40005 clauses out of 80026 with flag 6222914/1165806
775.87/386.24	c cleaning 40996 clauses out of 82021 with flag 6523623/1207806
778.47/387.57	c cleaning 0 clauses out of 25812 with flag 0/25815
828.81/412.56	c cleaning 42007 clauses out of 84026 with flag 6819944/1250807
888.38/442.16	c cleaning 43004 clauses out of 86018 with flag 7150141/1294806
950.93/473.27	c cleaning 43995 clauses out of 88014 with flag 7509156/1339806
1016.33/505.78	c cleaning 44995 clauses out of 90019 with flag 7887474/1385806
1084.30/539.53	c cleaning 45999 clauses out of 92026 with flag 8282818/1432808
1150.89/572.63	c cleaning 47001 clauses out of 94027 with flag 8670588/1480808
1223.73/608.87	c cleaning 48002 clauses out of 96024 with flag 9060208/1529806
1306.39/649.98	c cleaning 49003 clauses out of 98022 with flag 9493575/1579806
1397.27/695.04	c cleaning 49997 clauses out of 100020 with flag 9944015/1630807
1476.42/734.34	c cleaning 50996 clauses out of 102023 with flag 10332037/1682807
1509.46/750.73	c cleaning 0 clauses out of 33813 with flag 0/33816
1556.79/774.28	c cleaning 52008 clauses out of 104029 with flag 10714779/1735809
1645.01/818.28	c cleaning 52998 clauses out of 106018 with flag 11116776/1789806
1729.36/860.19	c cleaning 53986 clauses out of 108020 with flag 11533266/1844806
1800.18/895.30	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.30	c starts		: 1907
1800.18/895.30	c conflicts		: 1890072
1800.18/895.30	c decisions		: 2417739
1800.18/895.30	c propagations		: 126994037
1800.18/895.30	c inspects		: 10781041737
1800.18/895.30	c shortcuts		: 0
1800.18/895.30	c learnt literals	: 0
1800.18/895.30	c learnt binary clauses	: 2
1800.18/895.30	c learnt ternary clauses	: 30
1800.18/895.30	c learnt constraints	: 1890072
1800.18/895.30	c ignored constraints	: 0
1800.18/895.30	c root simplifications	: 0
1800.18/895.30	c removed literals (reason simplification)	: 10102895
1800.18/895.30	c reason swapping (by a shorter reason)	: 0
1800.18/895.30	c Calls to reduceDB	: 85
1800.18/895.30	c Number of update (reduction) of LBD	: 652763
1800.18/895.30	c Imported unit clauses	: 0
1800.18/895.30	c number of reductions to clauses (during analyze)	: 0
1800.18/895.30	c number of learned constraints concerned by reduction	: 0
1800.18/895.30	c number of learning phase by resolution	: 0
1800.18/895.30	c number of learning phase by cutting planes	: 0
1800.18/895.30	c speed (assignments/second)	: 141894.3954681058
1800.18/895.30	c non guided choices	213
1800.18/895.33	c learnt constraints type 
1800.18/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.18/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99299
1800.18/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.33	c starts		: 121
1800.18/895.33	c conflicts		: 36035
1800.18/895.33	c decisions		: 54195
1800.18/895.33	c propagations		: 1818317
1800.18/895.33	c inspects		: 1283681544
1800.18/895.33	c shortcuts		: 0
1800.18/895.33	c learnt literals	: 0
1800.18/895.33	c learnt binary clauses	: 4
1800.18/895.33	c learnt ternary clauses	: 0
1800.18/895.33	c learnt constraints	: 36031
1800.18/895.33	c ignored constraints	: 0
1800.18/895.33	c root simplifications	: 0
1800.18/895.33	c removed literals (reason simplification)	: 0
1800.18/895.33	c reason swapping (by a shorter reason)	: 0
1800.18/895.33	c Calls to reduceDB	: 5
1800.18/895.33	c Number of update (reduction) of LBD	: 0
1800.18/895.33	c Imported unit clauses	: 0
1800.18/895.33	c number of reductions to clauses (during analyze)	: 0
1800.18/895.33	c number of learned constraints concerned by reduction	: 0
1800.18/895.33	c number of learning phase by resolution	: 0
1800.18/895.33	c number of learning phase by cutting planes	: 0
1800.18/895.33	c speed (assignments/second)	: 2126.669138381323
1800.18/895.33	c non guided choices	75
1800.18/895.35	c learnt constraints type 
1800.18/895.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 952
1800.18/895.35	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
1800.18/895.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35075
1800.18/895.35	s SATISFIABLE
1800.18/895.35	c Found 6 solution(s)
1800.18/895.35	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 
1800.18/895.35	c objective function=114
1800.18/895.35	c Total wall clock time (in seconds): 895.226

Verifier Data

OK	114

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-4081099-1465219520/watcher-4081099-1465219520 -o /tmp/evaluation-result-4081099-1465219520/solver-4081099-1465219520 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081099-1465219520.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.07 4.23 4.08 4/197 27924
/proc/meminfo: memFree=28123512/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9192 CPUtime=0 cores=0,2,4,6
/proc/27924/stat : 27924 (java) R 27921 27924 25451 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 103883732 9412608 60 33554432000 1073741824 1073778376 140736264187472 140736264184600 211449638698 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2304 69 54 9 0 36 0

[startup+0.100056 s]
/proc/loadavg: 4.07 4.23 4.08 4/197 27924
/proc/meminfo: memFree=28123512/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 4415 0 1 0 7 1 0 0 20 0 18 0 103883732 9787879424 6037 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.07 4.23 4.08 4/197 27924
/proc/meminfo: memFree=28123512/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 4670 0 1 0 21 2 0 0 20 0 18 0 103883732 9787879424 7262 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2389619 7262 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 4.07 4.23 4.08 4/197 27924
/proc/meminfo: memFree=28123512/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 5650 0 1 0 45 2 0 0 20 0 18 0 103883732 9787879424 8854 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2389619 8854 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 4.07 4.23 4.08 4/197 27924
/proc/meminfo: memFree=28123512/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 15302 0 1 0 199 4 0 0 20 0 22 0 103883732 10060525568 24308 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 24308 2254 9 0 2446860 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.22 4.26 4.09 5/216 27946
/proc/meminfo: memFree=27970192/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 23001 0 1 0 368 9 0 0 20 0 22 0 103883732 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 46179 2279 9 0 2446860 0
[pid=27924/tid=27926] ppid=27921 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/27924/task/27926/stat : 27926 (java) S 27921 27924 25451 0 -1 4202560 2421 0 1 0 26 2 0 0 20 0 22 0 103883733 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120191837048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27927] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27927/stat : 27927 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120164289064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27928] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27928/stat : 27928 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120163236264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27929] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27929/stat : 27929 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120162183464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27930] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27930/stat : 27930 (java) S 27921 27924 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120161130664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27931] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27931/stat : 27931 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120160078888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27932] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27932/stat : 27932 (java) S 27921 27924 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120159026088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27933] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27933/stat : 27933 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120157973288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 8105 0 0 0 90 1 0 0 20 0 22 0 103883738 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) S 27921 27924 25451 0 -1 4202560 11060 0 0 0 93 2 0 0 20 0 22 0 103883738 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119540456248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27942/stat : 27942 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119538351048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27945] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27945/stat : 27945 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883763 10060525568 46179 33554432000 1073741824 1073778376 140736264187472 140119535190952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.22 4.26 4.09 6/219 27949
/proc/meminfo: memFree=27931776/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=7.27 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 24821 0 1 0 713 14 0 0 20 0 22 0 103883732 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 83271 2280 9 0 2446860 0
[pid=27924/tid=27926] ppid=27921 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/27924/task/27926/stat : 27926 (java) S 27921 27924 25451 0 -1 4202560 2421 0 1 0 26 2 0 0 20 0 22 0 103883733 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120191837048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27927] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27927/stat : 27927 (java) S 27921 27924 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120164289064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27928] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27928/stat : 27928 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120163236264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27929] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27929/stat : 27929 (java) S 27921 27924 25451 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120162183464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27930] ppid=27921 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27924/task/27930/stat : 27930 (java) S 27921 27924 25451 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120161130664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27931] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27931/stat : 27931 (java) S 27921 27924 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120160078888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27932] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27932/stat : 27932 (java) S 27921 27924 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120159026088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27933] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27933/stat : 27933 (java) S 27921 27924 25451 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120157973288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 8105 0 0 0 94 2 0 0 20 0 22 0 103883738 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) S 27921 27924 25451 0 -1 4202560 12546 0 0 0 117 2 0 0 20 0 22 0 103883738 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119540456248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27942/stat : 27942 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119538351048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27945] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27945/stat : 27945 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883763 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119535190952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27947] ppid=27921 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/27924/task/27947/stat : 27947 (java) R 27921 27924 25451 0 -1 4202560 11 0 0 0 171 0 0 0 20 0 22 0 103883863 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119536243952 140120037046642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27948] ppid=27921 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/27924/task/27948/stat : 27948 (java) R 27921 27924 25451 0 -1 4202560 73 0 0 0 170 1 0 0 20 0 22 0 103883863 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119537295960 140120037059616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27949] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27949/stat : 27949 (java) S 27921 27924 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103883863 10060525568 83271 33554432000 1073741824 1073778376 140736264187472 140119534138792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 4.20 4.26 4.09 6/219 27952
/proc/meminfo: memFree=27545008/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=13.44 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 32991 0 1 0 1320 24 0 0 20 0 22 0 103883732 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 156430 2282 9 0 2446860 0
[pid=27924/tid=27926] ppid=27921 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/27924/task/27926/stat : 27926 (java) S 27921 27924 25451 0 -1 4202560 2421 0 1 0 26 2 0 0 20 0 22 0 103883733 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120191837048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27927] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27927/stat : 27927 (java) S 27921 27924 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120164289064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27928] ppid=27921 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/27924/task/27928/stat : 27928 (java) S 27921 27924 25451 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120163236264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27929] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27929/stat : 27929 (java) S 27921 27924 25451 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120162183464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27930] ppid=27921 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27924/task/27930/stat : 27930 (java) S 27921 27924 25451 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120161130664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27931] ppid=27921 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/27924/task/27931/stat : 27931 (java) S 27921 27924 25451 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120160078888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27932] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27932/stat : 27932 (java) S 27921 27924 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120159026088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27933] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27933/stat : 27933 (java) S 27921 27924 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120157973288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 103883734 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 12617 0 0 0 133 2 0 0 20 0 22 0 103883738 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) R 27921 27924 25451 0 -1 4202560 15304 0 0 0 128 2 0 0 20 0 22 0 103883738 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119540433400 140120194312630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 156430 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 345 0 0 0 324 5 0 0 20 0 22 0 103883734 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 800 0 0 0 38 28 0 0 20 0 22 0 103883735 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 12632 0 0 0 143 2 0 0 20 0 22 0 103883738 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) S 27921 27924 25451 0 -1 4202560 16985 0 0 0 174 2 0 0 20 0 22 0 103883738 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119540456248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/27924/task/27942/stat : 27942 (java) S 27921 27924 25451 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 103883738 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119538351048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27945] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27945/stat : 27945 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883763 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119535190952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27962] ppid=27921 vsize=9824732 CPUtime=831.59 cores=0,2,4,6
/proc/27924/task/27962/stat : 27962 (java) R 27921 27924 25451 0 -1 4202560 284 0 0 0 83145 14 0 0 20 0 22 0 103887764 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119537294496 140120037214330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27963] ppid=27921 vsize=9824732 CPUtime=831.62 cores=0,2,4,6
/proc/27924/task/27963/stat : 27963 (java) R 27921 27924 25451 0 -1 4202560 179 0 0 0 83148 14 0 0 20 0 22 0 103887764 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119534136576 140120037061494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27964] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27964/stat : 27964 (java) S 27921 27924 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103887764 10060525568 335955 33554432000 1073741824 1073778376 140736264187472 140119536244264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.08 4.08 4.06 5/220 28193
/proc/meminfo: memFree=26693812/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 38676 0 1 0 179891 126 0 0 20 0 22 0 103883732 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 334865 2292 9 0 2446860 0
[pid=27924/tid=27926] ppid=27921 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/27924/task/27926/stat : 27926 (java) S 27921 27924 25451 0 -1 4202560 2438 0 1 0 30 3 0 0 20 0 22 0 103883733 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120191837048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27927] ppid=27921 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/27924/task/27927/stat : 27927 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 314 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120164289064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27928] ppid=27921 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/27924/task/27928/stat : 27928 (java) S 27921 27924 25451 0 -1 4202560 336 0 0 0 328 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120163236264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27929] ppid=27921 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/27924/task/27929/stat : 27929 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 307 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120162183464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27930] ppid=27921 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/27924/task/27930/stat : 27930 (java) S 27921 27924 25451 0 -1 4202560 357 0 0 0 329 6 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120161130664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27931] ppid=27921 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/27924/task/27931/stat : 27931 (java) S 27921 27924 25451 0 -1 4202560 330 0 0 0 327 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120160078888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27932] ppid=27921 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/27924/task/27932/stat : 27932 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 325 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120159026088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27933] ppid=27921 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/27924/task/27933/stat : 27933 (java) S 27921 27924 25451 0 -1 4202560 317 0 0 0 334 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120157973288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 345 0 0 0 329 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 800 0 0 0 38 28 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 12632 0 0 0 143 2 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) S 27921 27924 25451 0 -1 4202560 16985 0 0 0 174 2 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119540456248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/27924/task/27942/stat : 27942 (java) S 27921 27924 25451 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119538351048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27945] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27945/stat : 27945 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883763 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119535190952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27962] ppid=27921 vsize=9824732 CPUtime=844.48 cores=0,2,4,6
/proc/27924/task/27962/stat : 27962 (java) R 27921 27924 25451 0 -1 4202560 287 0 0 0 84434 14 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119537294432 140120037041298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27963] ppid=27921 vsize=9824732 CPUtime=844.5 cores=0,2,4,6
/proc/27924/task/27963/stat : 27963 (java) R 27921 27924 25451 0 -1 4202560 180 0 0 0 84436 14 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119534136368 140120037131065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27964] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27964/stat : 27964 (java) S 27921 27924 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119536244264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27924 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.08 4.08 4.06 5/220 28193
/proc/meminfo: memFree=26693812/32872528 swapFree=11252/530428
[pid=27924] ppid=27921 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/27924/stat : 27924 (java) S 27921 27924 25451 0 -1 4202496 38676 0 1 0 179891 126 0 0 20 0 22 0 103883732 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140736264178608 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27924/statm: 2456183 334865 2292 9 0 2446860 0
[pid=27924/tid=27926] ppid=27921 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/27924/task/27926/stat : 27926 (java) S 27921 27924 25451 0 -1 4202560 2438 0 1 0 30 3 0 0 20 0 22 0 103883733 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120191837048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27927] ppid=27921 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/27924/task/27927/stat : 27927 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 314 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120164289064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27928] ppid=27921 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/27924/task/27928/stat : 27928 (java) S 27921 27924 25451 0 -1 4202560 336 0 0 0 328 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120163236264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27929] ppid=27921 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/27924/task/27929/stat : 27929 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 307 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120162183464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27930] ppid=27921 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/27924/task/27930/stat : 27930 (java) S 27921 27924 25451 0 -1 4202560 357 0 0 0 329 6 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120161130664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27931] ppid=27921 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/27924/task/27931/stat : 27931 (java) S 27921 27924 25451 0 -1 4202560 330 0 0 0 327 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120160078888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27932] ppid=27921 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/27924/task/27932/stat : 27932 (java) S 27921 27924 25451 0 -1 4202560 325 0 0 0 325 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120159026088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27933] ppid=27921 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/27924/task/27933/stat : 27933 (java) S 27921 27924 25451 0 -1 4202560 317 0 0 0 334 4 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120157973288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27934] ppid=27921 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/27924/task/27934/stat : 27934 (java) S 27921 27924 25451 0 -1 4202560 345 0 0 0 329 5 0 0 20 0 22 0 103883734 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140120156920488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27935] ppid=27921 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/27924/task/27935/stat : 27935 (java) S 27921 27924 25451 0 -1 4202560 800 0 0 0 38 28 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119545719272 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27936] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27936/stat : 27936 (java) S 27921 27924 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119544665336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27937] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27937/stat : 27937 (java) S 27921 27924 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103883735 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119543612424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27938] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27938/stat : 27938 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119542560912 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27939] ppid=27921 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/27924/task/27939/stat : 27939 (java) S 27921 27924 25451 0 -1 4202560 12632 0 0 0 143 2 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119541509048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27940] ppid=27921 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/27924/task/27940/stat : 27940 (java) S 27921 27924 25451 0 -1 4202560 16985 0 0 0 174 2 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119540456248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27924/tid=27941] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27941/stat : 27941 (java) S 27921 27924 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119539403640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27942] ppid=27921 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/27924/task/27942/stat : 27942 (java) S 27921 27924 25451 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 103883738 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119538351048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27945] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27945/stat : 27945 (java) S 27921 27924 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103883763 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119535190952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27924/tid=27962] ppid=27921 vsize=9824732 CPUtime=844.48 cores=0,2,4,6
/proc/27924/task/27962/stat : 27962 (java) R 27921 27924 25451 0 -1 4202560 287 0 0 0 84434 14 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119537294432 140120037041298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27924/tid=27963] ppid=27921 vsize=9824732 CPUtime=844.5 cores=0,2,4,6
/proc/27924/task/27963/stat : 27963 (java) R 27921 27924 25451 0 -1 4202560 180 0 0 0 84436 14 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119534136368 140120037131065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27924/tid=27964] ppid=27921 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27924/task/27964/stat : 27964 (java) S 27921 27924 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103887764 10060525568 334865 33554432000 1073741824 1073778376 140736264187472 140119536244264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27924 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=639173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=672745
# CPU time returned by wait4() is 1796.31
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999451
#  lost CPU user time (s): 0.0199966
#  lost CPU system time (s): -0.00999999

Real time (s): 895.362
CPU time (s): 1800.18
CPU user time (s): 1798.93
CPU system time (s): 1.25
CPU usage (%): 201.056
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.67274
maximum resident set size= 1723644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38721
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36094
involuntary context switches= 48771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73143 second user time and 4.15637 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:25:20
IDJOB=4081099
IDBENCH=1844
IDSOLVER=2543
FILE ID=node141/4081099-1465219520
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081099-1465219520/watcher-4081099-1465219520 -o /tmp/evaluation-result-4081099-1465219520/solver-4081099-1465219520 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081099-1465219520.opb

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=1009361111

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.876
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.56
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.876
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.876
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.56
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.876
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:        28124272 kB
Buffers:            5756 kB
Cached:            44848 kB
SwapCached:         1788 kB
Active:          3483696 kB
Inactive:          30340 kB
Active(anon):    3463472 kB
Inactive(anon):     2404 kB
Active(file):      20224 kB
Inactive(file):    27936 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098100 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       4007844 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             566224 kB
SReclaimable:       9896 kB
SUnreclaim:       556328 kB
KernelStack:        1808 kB
PageTables:        12072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4207236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3942400 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= 71748 MiB
End job on node141 at 2016-06-06 15:40:15