Trace number 4081247

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)-36 1800.02 891.476

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUMaabc023158e10c9511062af8ac97c515
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark1389.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4081247-1465227773.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
2.06/0.91	c ... done. Wall clock time 0.776s.
2.06/0.91	c declared #vars     945
2.06/0.91	c #constraints  58624
2.06/0.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.06/0.91	c constraints type 
2.06/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58624
2.06/0.91	c 58624 constraints processed.
2.06/0.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.06/0.91	c constraints type 
2.06/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58624
2.06/0.91	c 58624 constraints processed.
2.06/0.91	c objective function length is 945 literals
2.06/0.95	c And the winner is solver1
2.18/1.41	c SATISFIABLE
2.18/1.41	c OPTIMIZING...
2.18/1.41	c Got one! Elapsed wall clock time (in seconds):1.282
2.18/1.42	o -27
2.18/1.46	c And the winner is solver0
2.43/1.92	c Got one! Elapsed wall clock time (in seconds):1.788
2.43/1.92	o -28
2.43/1.94	c And the winner is solver0
2.83/2.42	c Got one! Elapsed wall clock time (in seconds):2.292
2.83/2.42	o -29
2.83/2.45	c And the winner is solver0
2.96/2.93	c Got one! Elapsed wall clock time (in seconds):2.798
2.96/2.93	o -30
2.96/2.98	c And the winner is solver0
3.21/3.43	c Got one! Elapsed wall clock time (in seconds):3.3
3.21/3.43	o -31
3.47/3.51	c And the winner is solver0
3.65/3.93	c Got one! Elapsed wall clock time (in seconds):3.802
3.65/3.93	o -32
4.10/4.16	c And the winner is solver1
4.24/4.44	c Got one! Elapsed wall clock time (in seconds):4.303
4.24/4.44	o -33
5.72/5.14	c cleaning 3038 clauses out of 6081 with flag 9180/6081
6.93/5.69	c And the winner is solver1
7.11/5.94	c Got one! Elapsed wall clock time (in seconds):5.805
7.11/5.94	o -34
7.96/6.37	c cleaning 4114 clauses out of 8228 with flag 4439/11266
10.18/7.42	c cleaning 5056 clauses out of 10111 with flag 18759/17263
13.19/8.80	c cleaning 6028 clauses out of 12056 with flag 34877/24264
16.71/10.59	c cleaning 7014 clauses out of 14027 with flag 54489/32263
21.25/12.65	c cleaning 8003 clauses out of 16013 with flag 75784/41263
25.46/14.72	c cleaning 9002 clauses out of 18010 with flag 97877/51263
30.32/17.06	c cleaning 10003 clauses out of 20008 with flag 120971/62263
35.94/19.85	c cleaning 11003 clauses out of 22005 with flag 146770/74263
43.54/23.76	c cleaning 12001 clauses out of 24002 with flag 174400/87263
49.94/26.91	c cleaning 12992 clauses out of 26001 with flag 204083/101263
57.33/30.54	c cleaning 14001 clauses out of 28009 with flag 235883/116263
64.75/34.27	c cleaning 15001 clauses out of 30008 with flag 269696/132263
73.83/38.68	c cleaning 16004 clauses out of 32007 with flag 305536/149263
84.25/44.14	c cleaning 17002 clauses out of 34003 with flag 343227/167263
92.85/48.48	c And the winner is solver1
93.09/48.83	c Got one! Elapsed wall clock time (in seconds):48.699
93.09/48.83	o -35
96.35/50.49	c cleaning 19911 clauses out of 39833 with flag 11152/190095
99.55/52.00	c cleaning 12953 clauses out of 25919 with flag 24725/196092
102.15/53.36	c cleaning 9976 clauses out of 19968 with flag 40393/203094
105.35/54.94	c cleaning 8987 clauses out of 17990 with flag 59426/211092
109.34/56.84	c cleaning 9002 clauses out of 18004 with flag 80319/220093
113.74/59.02	c cleaning 9495 clauses out of 19001 with flag 105251/230092
118.14/61.20	c cleaning 10243 clauses out of 20506 with flag 130415/241092
119.54/61.96	c And the winner is solver1
119.61/62.39	c Got one! Elapsed wall clock time (in seconds):62.257
119.61/62.39	o -36
120.67/62.88	c cleaning 8106 clauses out of 16215 with flag 4544/247044
123.06/64.03	c cleaning 7049 clauses out of 14110 with flag 18572/253045
125.86/65.44	c cleaning 7019 clauses out of 14060 with flag 36508/260044
128.85/66.98	c cleaning 7518 clauses out of 15040 with flag 56145/268043
132.45/68.78	c cleaning 8261 clauses out of 16522 with flag 77559/277043
137.40/71.04	c cleaning 9126 clauses out of 18261 with flag 101612/287043
142.20/73.43	c cleaning 10068 clauses out of 20136 with flag 127728/298044
147.80/76.28	c cleaning 11030 clauses out of 22067 with flag 158733/310043
154.57/79.55	c cleaning 12020 clauses out of 24039 with flag 192566/323045
161.57/83.02	c cleaning 13007 clauses out of 26018 with flag 225851/337044
169.72/86.91	c cleaning 14002 clauses out of 28010 with flag 262078/352043
178.30/91.30	c cleaning 15002 clauses out of 30009 with flag 300302/368044
189.36/97.31	c cleaning 15996 clauses out of 32006 with flag 339062/385043
199.57/102.50	c cleaning 17006 clauses out of 34012 with flag 383502/403045
210.83/108.09	c cleaning 18003 clauses out of 36005 with flag 429126/422044
221.34/113.28	c cleaning 18997 clauses out of 38001 with flag 475276/442043
232.76/118.92	c cleaning 19997 clauses out of 40004 with flag 525491/463043
245.95/125.43	c cleaning 21005 clauses out of 42009 with flag 577127/485045
258.92/131.88	c cleaning 22001 clauses out of 44006 with flag 632806/508047
273.20/138.90	c cleaning 22997 clauses out of 46002 with flag 690226/532044
288.60/146.55	c cleaning 24003 clauses out of 48005 with flag 750301/557044
305.84/155.07	c cleaning 24997 clauses out of 50001 with flag 812867/583043
325.49/164.58	c cleaning 25999 clauses out of 52005 with flag 876109/610044
345.07/174.19	c cleaning 26996 clauses out of 54005 with flag 941520/638043
365.53/184.12	c cleaning 28004 clauses out of 56010 with flag 1009513/667044
388.68/195.39	c cleaning 28999 clauses out of 58006 with flag 1080879/697044
391.90/196.98	c cleaning 0 clauses out of 6881 with flag 0/6882
416.40/208.65	c cleaning 29998 clauses out of 60006 with flag 1154538/728043
449.00/225.53	c cleaning 30999 clauses out of 62010 with flag 1230883/760045
479.11/240.46	c cleaning 32002 clauses out of 64011 with flag 1314839/793045
508.63/255.09	c cleaning 33001 clauses out of 66007 with flag 1395661/827043
539.72/270.29	c cleaning 34003 clauses out of 68006 with flag 1474697/862043
572.27/286.28	c cleaning 35002 clauses out of 70004 with flag 1548899/898044
610.29/304.73	c cleaning 36001 clauses out of 72003 with flag 1625100/935045
644.82/321.61	c cleaning 37002 clauses out of 74003 with flag 1703374/973046
680.75/339.04	c cleaning 38000 clauses out of 75999 with flag 1783610/1012044
723.63/359.80	c cleaning 38996 clauses out of 77998 with flag 1865890/1052043
763.27/379.16	c cleaning 39999 clauses out of 80002 with flag 1950194/1093043
800.32/397.38	c cleaning 41001 clauses out of 82003 with flag 2036545/1135043
841.14/417.29	c cleaning 41995 clauses out of 84004 with flag 2124823/1178045
885.05/438.68	c cleaning 43004 clauses out of 86008 with flag 2215271/1222044
932.10/462.84	c cleaning 44002 clauses out of 88005 with flag 2307877/1267045
973.49/483.30	c cleaning 44997 clauses out of 90001 with flag 2402430/1313043
1018.43/505.55	c cleaning 45994 clauses out of 92005 with flag 2499278/1360044
1066.57/529.17	c cleaning 47001 clauses out of 94011 with flag 2597927/1408044
1113.83/552.31	c cleaning 48006 clauses out of 96011 with flag 2698843/1457045
1161.75/575.73	c cleaning 49002 clauses out of 98005 with flag 2801835/1507045
1215.32/601.74	c cleaning 49998 clauses out of 100001 with flag 2906887/1558043
1276.28/631.49	c cleaning 50994 clauses out of 102003 with flag 3013742/1610043
1331.06/659.93	c cleaning 52000 clauses out of 104009 with flag 3122796/1663043
1383.28/685.60	c cleaning 53000 clauses out of 106010 with flag 3233866/1717044
1418.91/703.10	c cleaning 0 clauses out of 12879 with flag 0/12880
1440.12/713.40	c cleaning 53996 clauses out of 108009 with flag 3347078/1772043
1497.64/741.20	c cleaning 55006 clauses out of 110014 with flag 3462422/1828044
1561.43/772.18	c cleaning 55997 clauses out of 112008 with flag 3579698/1885044
1629.59/807.64	c cleaning 57000 clauses out of 114011 with flag 3698914/1943044
1694.89/839.79	c cleaning 58004 clauses out of 116010 with flag 3820244/2002043
1758.50/871.15	c cleaning 58999 clauses out of 118007 with flag 3943711/2062044
1800.02/891.40	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.02/891.40	c starts		: 13995
1800.02/891.40	c conflicts		: 2105066
1800.02/891.40	c decisions		: 14472635
1800.02/891.40	c propagations		: 24139353
1800.02/891.40	c inspects		: 5931624571
1800.02/891.40	c shortcuts		: 0
1800.02/891.40	c learnt literals	: 0
1800.02/891.40	c learnt binary clauses	: 0
1800.02/891.40	c learnt ternary clauses	: 0
1800.02/891.40	c learnt constraints	: 2105066
1800.02/891.40	c ignored constraints	: 0
1800.02/891.40	c root simplifications	: 0
1800.02/891.40	c removed literals (reason simplification)	: 42279324
1800.02/891.40	c reason swapping (by a shorter reason)	: 0
1800.02/891.40	c Calls to reduceDB	: 78
1800.02/891.40	c Number of update (reduction) of LBD	: 52886
1800.02/891.40	c Imported unit clauses	: 0
1800.02/891.40	c number of reductions to clauses (during analyze)	: 0
1800.02/891.40	c number of learned constraints concerned by reduction	: 0
1800.02/891.40	c number of learning phase by resolution	: 0
1800.02/891.40	c number of learning phase by cutting planes	: 0
1800.02/891.40	c speed (assignments/second)	: 29118.113665012093
1800.02/891.40	c non guided choices	0
1800.02/891.43	c learnt constraints type 
1800.02/891.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102030
1800.02/891.43	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.02/891.43	c starts		: 51
1800.02/891.43	c conflicts		: 14172
1800.02/891.43	c decisions		: 17640
1800.02/891.43	c propagations		: 169073
1800.02/891.43	c inspects		: 792620825
1800.02/891.43	c shortcuts		: 0
1800.02/891.43	c learnt literals	: 0
1800.02/891.43	c learnt binary clauses	: 0
1800.02/891.43	c learnt ternary clauses	: 0
1800.02/891.43	c learnt constraints	: 14170
1800.02/891.43	c ignored constraints	: 0
1800.02/891.43	c root simplifications	: 0
1800.02/891.43	c removed literals (reason simplification)	: 0
1800.02/891.43	c reason swapping (by a shorter reason)	: 0
1800.02/891.43	c Calls to reduceDB	: 2
1800.02/891.43	c Number of update (reduction) of LBD	: 0
1800.02/891.43	c Imported unit clauses	: 0
1800.02/891.43	c number of reductions to clauses (during analyze)	: 0
1800.02/891.43	c number of learned constraints concerned by reduction	: 0
1800.02/891.43	c number of learning phase by resolution	: 0
1800.02/891.43	c number of learning phase by cutting planes	: 0
1800.02/891.43	c speed (assignments/second)	: 190.50629131722727
1800.02/891.43	c non guided choices	0
1800.02/891.43	c learnt constraints type 
1800.02/891.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 313
1800.02/891.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13857
1800.02/891.43	s SATISFIABLE
1800.02/891.43	c Found 10 solution(s)
1800.02/891.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 
1800.02/891.44	c objective function=-36
1800.02/891.44	c Total wall clock time (in seconds): 891.309

Verifier Data

OK	-36

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-4081247-1465227773/watcher-4081247-1465227773 -o /tmp/evaluation-result-4081247-1465227773/solver-4081247-1465227773 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081247-1465227773.opb 

pid=6457
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: 4.24 4.28 4.18 5/197 6460
/proc/meminfo: memFree=26755128/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6460/stat : 6460 (java) D 6457 6460 32147 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 104711877 9515008 182 33554432000 1073741824 1073778376 140735290874720 140735290865752 219513962165 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6460/statm: 2323 182 140 9 0 71 0

[startup+0.100169 s]
/proc/loadavg: 4.24 4.28 4.18 5/197 6460
/proc/meminfo: memFree=26755128/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 3860 0 1 0 6 0 0 0 20 0 18 0 104711877 9787879424 4481 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2389619 4482 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200379 s]
/proc/loadavg: 4.24 4.28 4.18 5/197 6460
/proc/meminfo: memFree=26755128/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 4738 0 1 0 21 1 0 0 20 0 18 0 104711877 9787879424 6311 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2389619 6311 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 4.24 4.28 4.18 5/197 6460
/proc/meminfo: memFree=26755128/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 5691 0 1 0 42 1 0 0 20 0 18 0 104711877 9787879424 7907 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2389619 7907 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 4.24 4.28 4.18 5/197 6460
/proc/meminfo: memFree=26755128/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9558476 CPUtime=1.59 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 23865 0 1 0 153 6 0 0 20 0 18 0 104711877 9787879424 31763 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2389619 31763 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 4.30 4.29 4.18 2/216 6482
/proc/meminfo: memFree=26508412/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 24257 0 1 0 231 12 0 0 20 0 19 0 104711877 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2456183 52046 2277 9 0 2446860 0
[pid=6460/tid=6462] ppid=6457 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/6460/task/6462/stat : 6462 (java) S 6457 6460 32147 0 -1 4202560 2536 0 1 0 85 3 0 0 20 0 19 0 104711879 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727289987960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6463] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6463/stat : 6463 (java) S 6457 6460 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727134013992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6464] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6464/stat : 6464 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727132961192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6465] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6465/stat : 6465 (java) S 6457 6460 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727131908392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6466] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6466/stat : 6466 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727130855592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6467] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6467/stat : 6467 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727129803816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6468] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6468/stat : 6468 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727128751016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6469] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6469/stat : 6469 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727127698216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104711881 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10545 0 0 0 61 2 0 0 20 0 19 0 104711885 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 9735 0 0 0 66 2 0 0 20 0 19 0 104711885 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52046 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.30 4.29 4.18 4/216 6488
/proc/meminfo: memFree=26501848/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 28081 0 1 0 303 18 0 0 20 0 19 0 104711877 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2456183 52176 2278 9 0 2446860 0
[pid=6460/tid=6462] ppid=6457 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/6460/task/6462/stat : 6462 (java) S 6457 6460 32147 0 -1 4202560 2537 0 1 0 86 3 0 0 20 0 19 0 104711879 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727289987960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6463] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6463/stat : 6463 (java) S 6457 6460 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727134013992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6464] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6464/stat : 6464 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727132961192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6465] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6465/stat : 6465 (java) S 6457 6460 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727131908392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6466] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6466/stat : 6466 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727130855592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6467] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6467/stat : 6467 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727129803816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6468] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6468/stat : 6468 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727128751016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6469] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6469/stat : 6469 (java) S 6457 6460 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104711880 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727127698216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104711881 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104711882 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10567 0 0 0 78 3 0 0 20 0 19 0 104711885 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 13514 0 0 0 106 3 0 0 20 0 19 0 104711885 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104711885 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6485] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6485/stat : 6485 (java) S 6457 6460 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104712020 10060525568 52176 33554432000 1073741824 1073778376 140733843167152 140727102604712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 4.30 4.29 4.18 5/219 6503
/proc/meminfo: memFree=26293424/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 29116 0 1 0 752 44 0 0 20 0 22 0 104711877 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2456183 119116 2293 9 0 2446860 0
[pid=6460/tid=6462] ppid=6457 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/6460/task/6462/stat : 6462 (java) S 6457 6460 32147 0 -1 4202560 2538 0 1 0 86 3 0 0 20 0 22 0 104711879 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727289987960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6463] ppid=6457 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/6460/task/6463/stat : 6463 (java) S 6457 6460 32147 0 -1 4202560 91 0 0 0 7 4 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727134013992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6464] ppid=6457 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/6460/task/6464/stat : 6464 (java) S 6457 6460 32147 0 -1 4202560 64 0 0 0 2 2 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727132961192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6465] ppid=6457 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/6460/task/6465/stat : 6465 (java) S 6457 6460 32147 0 -1 4202560 70 0 0 0 4 3 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727131908392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6466] ppid=6457 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/6460/task/6466/stat : 6466 (java) S 6457 6460 32147 0 -1 4202560 223 0 0 0 5 3 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727130855592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6467] ppid=6457 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6460/task/6467/stat : 6467 (java) S 6457 6460 32147 0 -1 4202560 91 0 0 0 3 2 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727129803816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6468] ppid=6457 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/6460/task/6468/stat : 6468 (java) S 6457 6460 32147 0 -1 4202560 63 0 0 0 3 2 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727128751016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6469] ppid=6457 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/6460/task/6469/stat : 6469 (java) S 6457 6460 32147 0 -1 4202560 42 0 0 0 2 1 0 0 20 0 22 0 104711880 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727127698216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 82 0 0 0 4 2 0 0 20 0 22 0 104711881 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10646 0 0 0 115 3 0 0 20 0 22 0 104711885 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 13558 0 0 0 133 3 0 0 20 0 22 0 104711885 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6500] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6500/stat : 6500 (java) S 6457 6460 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104712271 10060525568 119116 33554432000 1073741824 1073778376 140733843167152 140727103657512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+12.701 s]
/proc/loadavg: 4.25 4.28 4.18 5/219 6506

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

[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=9.17 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 1200 0 0 0 878 39 0 0 20 0 22 0 104711881 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=14.88 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 4238 0 0 0 1477 11 0 0 20 0 22 0 104711882 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10674 0 0 0 130 3 0 0 20 0 22 0 104711885 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 13654 0 0 0 203 3 0 0 20 0 22 0 104711885 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 47 0 0 0 15 21 0 0 20 0 22 0 104711885 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6500] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6500/stat : 6500 (java) S 6457 6460 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104712271 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727103657512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6511] ppid=6457 vsize=9824732 CPUtime=726.82 cores=1,3,5,7
/proc/6460/task/6511/stat : 6511 (java) R 6457 6460 32147 0 -1 4202560 40 0 0 0 72671 11 0 0 20 0 22 0 104718117 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727104707232 140727163596823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6512] ppid=6457 vsize=9824732 CPUtime=726.84 cores=1,3,5,7
/proc/6460/task/6512/stat : 6512 (java) R 6457 6460 32147 0 -1 4202560 72 0 0 0 72672 12 0 0 20 0 22 0 104718117 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727105760736 140727163786124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6513] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6513/stat : 6513 (java) S 6457 6460 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104718117 10060525568 1272322 33554432000 1073741824 1073778376 140733843167152 140727102604328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1659.32
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.26 4.49 4.34 5/219 6613
/proc/meminfo: memFree=21265980/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9824732 CPUtime=1781.47 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 42930 0 1 0 177751 396 0 0 20 0 22 0 104711877 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2456183 1266461 2301 9 0 2446860 0
[pid=6460/tid=6462] ppid=6457 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/6460/task/6462/stat : 6462 (java) S 6457 6460 32147 0 -1 4202560 2566 0 1 0 89 5 0 0 20 0 22 0 104711879 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727289987960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6463] ppid=6457 vsize=9824732 CPUtime=10.17 cores=1,3,5,7
/proc/6460/task/6463/stat : 6463 (java) S 6457 6460 32147 0 -1 4202560 1204 0 0 0 972 45 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727134013992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6464] ppid=6457 vsize=9824732 CPUtime=10.2 cores=1,3,5,7
/proc/6460/task/6464/stat : 6464 (java) S 6457 6460 32147 0 -1 4202560 846 0 0 0 987 33 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727132961192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6465] ppid=6457 vsize=9824732 CPUtime=9.86 cores=1,3,5,7
/proc/6460/task/6465/stat : 6465 (java) S 6457 6460 32147 0 -1 4202560 958 0 0 0 945 41 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727131908392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6466] ppid=6457 vsize=9824732 CPUtime=9.83 cores=1,3,5,7
/proc/6460/task/6466/stat : 6466 (java) S 6457 6460 32147 0 -1 4202560 1385 0 0 0 944 39 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727130855592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6467] ppid=6457 vsize=9824732 CPUtime=9.74 cores=1,3,5,7
/proc/6460/task/6467/stat : 6467 (java) S 6457 6460 32147 0 -1 4202560 1057 0 0 0 931 43 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727129803816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6468] ppid=6457 vsize=9824732 CPUtime=9.11 cores=1,3,5,7
/proc/6460/task/6468/stat : 6468 (java) S 6457 6460 32147 0 -1 4202560 948 0 0 0 873 38 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727128751016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6469] ppid=6457 vsize=9824732 CPUtime=9.37 cores=1,3,5,7
/proc/6460/task/6469/stat : 6469 (java) S 6457 6460 32147 0 -1 4202560 1063 0 0 0 903 34 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727127698216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=9.72 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 1200 0 0 0 933 39 0 0 20 0 22 0 104711881 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=14.89 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 4346 0 0 0 1478 11 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10674 0 0 0 130 3 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 13654 0 0 0 203 3 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6500] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6500/stat : 6500 (java) S 6457 6460 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104712271 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727103657512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6511] ppid=6457 vsize=9824732 CPUtime=785.51 cores=1,3,5,7
/proc/6460/task/6511/stat : 6511 (java) R 6457 6460 32147 0 -1 4202560 42 0 0 0 78540 11 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727104707232 140727163535189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6512] ppid=6457 vsize=9824732 CPUtime=785.53 cores=1,3,5,7
/proc/6460/task/6512/stat : 6512 (java) R 6457 6460 32147 0 -1 4202560 77 0 0 0 78541 12 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727105760736 140727163906182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6513] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6513/stat : 6513 (java) S 6457 6460 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727102604328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.401 s]
/proc/loadavg: 4.22 4.47 4.34 5/219 6613
/proc/meminfo: memFree=21265980/32872528 swapFree=12208/1156848
[pid=6460] ppid=6457 vsize=9824732 CPUtime=1799.98 cores=1,3,5,7
/proc/6460/stat : 6460 (java) S 6457 6460 32147 0 -1 4202496 42931 0 1 0 179602 396 0 0 20 0 22 0 104711877 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140733843158288 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6460/statm: 2456183 1266461 2301 9 0 2446860 0
[pid=6460/tid=6462] ppid=6457 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/6460/task/6462/stat : 6462 (java) S 6457 6460 32147 0 -1 4202560 2566 0 1 0 89 5 0 0 20 0 22 0 104711879 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727289987960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6463] ppid=6457 vsize=9824732 CPUtime=10.25 cores=1,3,5,7
/proc/6460/task/6463/stat : 6463 (java) S 6457 6460 32147 0 -1 4202560 1204 0 0 0 980 45 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727134013992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6464] ppid=6457 vsize=9824732 CPUtime=10.28 cores=1,3,5,7
/proc/6460/task/6464/stat : 6464 (java) S 6457 6460 32147 0 -1 4202560 846 0 0 0 995 33 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727132961192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6465] ppid=6457 vsize=9824732 CPUtime=9.94 cores=1,3,5,7
/proc/6460/task/6465/stat : 6465 (java) S 6457 6460 32147 0 -1 4202560 958 0 0 0 953 41 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727131908392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6466] ppid=6457 vsize=9824732 CPUtime=10 cores=1,3,5,7
/proc/6460/task/6466/stat : 6466 (java) S 6457 6460 32147 0 -1 4202560 1385 0 0 0 961 39 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727130855592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6467] ppid=6457 vsize=9824732 CPUtime=9.79 cores=1,3,5,7
/proc/6460/task/6467/stat : 6467 (java) S 6457 6460 32147 0 -1 4202560 1057 0 0 0 936 43 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727129803816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6468] ppid=6457 vsize=9824732 CPUtime=9.2 cores=1,3,5,7
/proc/6460/task/6468/stat : 6468 (java) S 6457 6460 32147 0 -1 4202560 948 0 0 0 882 38 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727128751016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6469] ppid=6457 vsize=9824732 CPUtime=9.43 cores=1,3,5,7
/proc/6460/task/6469/stat : 6469 (java) S 6457 6460 32147 0 -1 4202560 1063 0 0 0 909 34 0 0 20 0 22 0 104711880 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727127698216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6470] ppid=6457 vsize=9824732 CPUtime=9.77 cores=1,3,5,7
/proc/6460/task/6470/stat : 6470 (java) S 6457 6460 32147 0 -1 4202560 1200 0 0 0 938 39 0 0 20 0 22 0 104711881 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727126645416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6471] ppid=6457 vsize=9824732 CPUtime=14.89 cores=1,3,5,7
/proc/6460/task/6471/stat : 6471 (java) S 6457 6460 32147 0 -1 4202560 4346 0 0 0 1478 11 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727114234344 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6472] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6472/stat : 6472 (java) S 6457 6460 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727113180408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6473] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6473/stat : 6473 (java) S 6457 6460 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104711882 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727112127496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6474] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6474/stat : 6474 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727111075984 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6460/tid=6475] ppid=6457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/6460/task/6475/stat : 6475 (java) S 6457 6460 32147 0 -1 4202560 10674 0 0 0 130 3 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727110024120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6476] ppid=6457 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/6460/task/6476/stat : 6476 (java) S 6457 6460 32147 0 -1 4202560 13654 0 0 0 203 3 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727108971320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6477] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6477/stat : 6477 (java) S 6457 6460 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727107918712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6460/tid=6478] ppid=6457 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/6460/task/6478/stat : 6478 (java) S 6457 6460 32147 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 104711885 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727106866120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6500] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6500/stat : 6500 (java) S 6457 6460 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104712271 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727103657512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6511] ppid=6457 vsize=9824732 CPUtime=794.42 cores=1,3,5,7
/proc/6460/task/6511/stat : 6511 (java) R 6457 6460 32147 0 -1 4202560 42 0 0 0 79430 12 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727104708272 140727163563411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6460/tid=6512] ppid=6457 vsize=9824732 CPUtime=794.43 cores=1,3,5,7
/proc/6460/task/6512/stat : 6512 (java) R 6457 6460 32147 0 -1 4202560 78 0 0 0 79430 13 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727105761872 140727163787914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6460/tid=6513] ppid=6457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6460/task/6513/stat : 6513 (java) S 6457 6460 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104718117 10060525568 1266461 33554432000 1073741824 1073778376 140733843167152 140727102604328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.98
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 6460 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 6460 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=49567
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=460321
# CPU time returned by wait4() is 1796.51
# while last known CPU time is 1799.98
#
# 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.0400009
#  lost CPU user time (s): 0.0400009
#  lost CPU system time (s): 0

Real time (s): 891.476
CPU time (s): 1800.02
CPU user time (s): 1796.06
CPU system time (s): 3.96
CPU usage (%): 201.915
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.05
system time used= 4.46032
maximum resident set size= 5089380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25352
involuntary context switches= 45364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98309 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 17:42:53
IDJOB=4081247
IDBENCH=2251
IDSOLVER=2543
FILE ID=node114/4081247-1465227773
RUNJOBID= node114-1465217569-32164
PBS_JOBID= 19843208
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081247-1465227773/watcher-4081247-1465227773 -o /tmp/evaluation-result-4081247-1465227773/solver-4081247-1465227773 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081247-1465227773.opb

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

MD5SUM BENCH= aabc023158e10c9511062af8ac97c515
RANDOM SEED=38676599

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:        26755656 kB
Buffers:           23668 kB
Cached:           134596 kB
SwapCached:         1736 kB
Active:          4125012 kB
Inactive:          97184 kB
Active(anon):    4065632 kB
Inactive(anon):     1200 kB
Active(file):      59380 kB
Inactive(file):    95984 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       5251492 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             567360 kB
SReclaimable:      11012 kB
SUnreclaim:       556348 kB
KernelStack:        1592 kB
PageTables:        14416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5563528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5148672 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= 71732 MiB
End job on node114 at 2016-06-06 17:57:45