Trace number 4103114

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)-29 1800.09 865.169

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-4.opb
MD5SUM4acf18ad1cd52676d2699a99f210ed0a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark32.806
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27842
Number of constraints which are clauses27842
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 595
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 595
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 595
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.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103114-1466219654.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.63/0.70	c ... done. Wall clock time 0.584s.
1.63/0.70	c declared #vars     595
1.63/0.70	c #constraints  27842
1.63/0.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.63/0.71	c constraints type 
1.63/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27842
1.63/0.71	c 27842 constraints processed.
1.63/0.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.63/0.71	c constraints type 
1.63/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27842
1.63/0.71	c 27842 constraints processed.
1.63/0.71	c objective function length is 595 literals
1.63/0.72	c And the winner is solver1
1.89/1.21	c SATISFIABLE
1.89/1.21	c OPTIMIZING...
1.89/1.21	c Got one! Elapsed wall clock time (in seconds):1.09
1.89/1.21	o -23
2.21/1.34	c And the winner is solver0
2.75/1.72	c Got one! Elapsed wall clock time (in seconds):1.596
2.75/1.72	o -24
3.06/1.88	c And the winner is solver1
3.59/2.22	c Got one! Elapsed wall clock time (in seconds):2.099
3.59/2.22	o -25
3.90/2.32	c And the winner is solver1
3.97/2.72	c Got one! Elapsed wall clock time (in seconds):2.601
3.97/2.72	o -26
5.50/3.39	c And the winner is solver1
5.50/3.40	c cleaning 3464 clauses out of 6928 with flag 11611/6928
5.71/3.72	c Got one! Elapsed wall clock time (in seconds):3.603
5.71/3.72	o -28
7.23/4.38	c cleaning 4232 clauses out of 8464 with flag 11560/11928
9.38/5.26	c cleaning 5116 clauses out of 10232 with flag 26807/17928
11.92/6.29	c cleaning 6059 clauses out of 12117 with flag 43019/24929
14.24/7.32	c cleaning 7029 clauses out of 14059 with flag 59944/32930
17.23/8.64	c cleaning 8015 clauses out of 16030 with flag 78979/41930
21.26/10.23	c cleaning 9009 clauses out of 18017 with flag 99995/51932
24.47/11.89	c cleaning 10001 clauses out of 20004 with flag 123078/62928
29.63/13.96	c cleaning 10997 clauses out of 22004 with flag 148328/74929
34.04/16.13	c cleaning 11998 clauses out of 24006 with flag 175778/87928
40.65/18.71	c cleaning 13005 clauses out of 26010 with flag 205512/101930
45.83/21.36	c cleaning 14002 clauses out of 28003 with flag 237197/116928
54.07/25.13	c cleaning 15001 clauses out of 30001 with flag 270966/132928
60.03/28.10	c cleaning 15999 clauses out of 32000 with flag 306377/149928
67.48/31.63	c cleaning 16995 clauses out of 34003 with flag 343781/167930
74.48/35.20	c cleaning 18003 clauses out of 36006 with flag 383262/186928
83.80/39.45	c cleaning 18998 clauses out of 38005 with flag 425277/206930
92.82/43.92	c cleaning 20000 clauses out of 40006 with flag 469930/227929
104.20/49.72	c cleaning 21003 clauses out of 42006 with flag 516125/249929
115.80/55.41	c cleaning 22002 clauses out of 44004 with flag 564920/272930
127.39/61.30	c cleaning 22997 clauses out of 46002 with flag 615413/296930
140.93/67.70	c cleaning 24000 clauses out of 48004 with flag 668089/321929
155.40/74.62	c cleaning 24994 clauses out of 50003 with flag 722541/347928
170.25/81.75	c cleaning 26003 clauses out of 52011 with flag 779180/374930
176.65/84.95	c cleaning 0 clauses out of 5363 with flag 0/5364
186.29/89.39	c cleaning 27003 clauses out of 54008 with flag 837788/402930
202.20/96.94	c cleaning 28004 clauses out of 56010 with flag 898770/431935
218.38/105.07	c cleaning 28992 clauses out of 58003 with flag 962098/461932
238.54/115.15	c cleaning 30000 clauses out of 60007 with flag 1027240/492928
257.58/124.47	c cleaning 30998 clauses out of 62008 with flag 1094424/524929
278.64/134.79	c cleaning 32003 clauses out of 64009 with flag 1164002/557928
299.77/145.02	c cleaning 33004 clauses out of 66007 with flag 1235857/591929
322.39/156.01	c cleaning 33997 clauses out of 68005 with flag 1309897/626931
345.69/167.39	c cleaning 34999 clauses out of 70007 with flag 1386261/662930
371.98/179.76	c cleaning 35994 clauses out of 72006 with flag 1463676/699928
398.16/192.40	c cleaning 37006 clauses out of 74012 with flag 1542477/737928
427.43/206.16	c cleaning 37998 clauses out of 76009 with flag 1624055/776931
461.09/221.37	c cleaning 38999 clauses out of 78008 with flag 1707980/816928
493.25/236.28	c cleaning 40001 clauses out of 80009 with flag 1793647/857928
529.00/253.30	c cleaning 41003 clauses out of 82009 with flag 1881110/899929
563.29/270.10	c cleaning 41999 clauses out of 84005 with flag 1970832/942928
598.64/287.33	c cleaning 43004 clauses out of 86007 with flag 2063498/986929
636.44/305.64	c cleaning 44000 clauses out of 88002 with flag 2158759/1031928
677.68/325.32	c cleaning 44997 clauses out of 90002 with flag 2254853/1077928
720.51/345.67	c cleaning 46002 clauses out of 92005 with flag 2353119/1124928
764.49/366.45	c cleaning 47003 clauses out of 94005 with flag 2452486/1172930
811.13/388.54	c cleaning 47999 clauses out of 96000 with flag 2554812/1221928
859.32/411.32	c cleaning 48988 clauses out of 98001 with flag 2658054/1271928
908.53/434.78	c cleaning 49997 clauses out of 100015 with flag 2764331/1322930
924.58/442.34	c cleaning 0 clauses out of 11364 with flag 0/11365
958.78/458.45	c cleaning 51003 clauses out of 102017 with flag 2873974/1374929
986.34/471.37	c And the winner is solver1
986.34/471.49	c Got one! Elapsed wall clock time (in seconds):471.369
986.34/471.49	o -29
993.16/474.95	c cleaning 46048 clauses out of 92112 with flag 12545/1416027
997.34/476.66	c cleaning 26026 clauses out of 52063 with flag 27108/1422026
999.94/477.94	c cleaning 16514 clauses out of 33037 with flag 44433/1429026
1002.34/479.12	c cleaning 12252 clauses out of 24523 with flag 63630/1437026
1004.74/480.37	c cleaning 10628 clauses out of 21272 with flag 84818/1446027
1007.54/481.77	c cleaning 10312 clauses out of 20642 with flag 109437/1456025
1013.69/485.33	c cleaning 10659 clauses out of 21330 with flag 136237/1467025
1017.29/487.19	c cleaning 11336 clauses out of 22671 with flag 165827/1479025
1021.49/489.23	c cleaning 12163 clauses out of 24335 with flag 199822/1492025
1026.34/491.50	c cleaning 13083 clauses out of 26172 with flag 234081/1506025
1031.36/494.06	c cleaning 14041 clauses out of 28091 with flag 271682/1521027
1037.34/497.01	c cleaning 15023 clauses out of 30050 with flag 309142/1537027
1044.39/500.43	c cleaning 16009 clauses out of 32027 with flag 349592/1554027
1051.99/504.26	c cleaning 17008 clauses out of 34016 with flag 392349/1572025
1060.96/508.56	c cleaning 17999 clauses out of 36008 with flag 437439/1591025
1070.61/513.30	c cleaning 19003 clauses out of 38009 with flag 487208/1611025
1080.82/518.30	c cleaning 19995 clauses out of 40006 with flag 539582/1632025
1092.43/524.08	c cleaning 21005 clauses out of 42011 with flag 593496/1654025
1104.68/530.04	c cleaning 21998 clauses out of 44007 with flag 649977/1677026
1118.21/536.60	c cleaning 23005 clauses out of 46011 with flag 707357/1701028
1132.55/543.65	c cleaning 24002 clauses out of 48003 with flag 767632/1726025
1147.73/551.06	c cleaning 24996 clauses out of 50001 with flag 829978/1752025
1164.12/559.05	c cleaning 25997 clauses out of 52006 with flag 894581/1779026
1183.95/568.50	c cleaning 27002 clauses out of 54009 with flag 961416/1807026
1203.74/578.00	c cleaning 27999 clauses out of 56007 with flag 1029312/1836026
1225.42/588.56	c cleaning 28999 clauses out of 58007 with flag 1102752/1866025
1249.08/599.73	c cleaning 30004 clauses out of 60008 with flag 1179499/1897025
1272.32/611.07	c cleaning 31003 clauses out of 62006 with flag 1258103/1929027
1296.85/622.98	c cleaning 32002 clauses out of 64003 with flag 1336865/1962027
1323.89/635.70	c cleaning 32996 clauses out of 65999 with flag 1418193/1996025
1352.24/649.59	c cleaning 34000 clauses out of 68004 with flag 1506622/2031026
1379.73/662.57	c cleaning 35001 clauses out of 70003 with flag 1590095/2067025
1413.81/678.81	c cleaning 36001 clauses out of 72003 with flag 1676664/2104026
1449.46/695.94	c cleaning 36994 clauses out of 74001 with flag 1767682/2142025
1483.74/712.34	c cleaning 38003 clauses out of 76007 with flag 1859648/2181025
1520.00/729.69	c cleaning 38997 clauses out of 78004 with flag 1954427/2221025
1557.80/747.79	c cleaning 39998 clauses out of 80008 with flag 2055029/2262026
1595.94/765.96	c cleaning 40997 clauses out of 82010 with flag 2156795/2304026
1639.44/786.98	c cleaning 42008 clauses out of 84015 with flag 2265760/2347028
1684.06/808.43	c cleaning 42995 clauses out of 86005 with flag 2372794/2391026
1730.48/830.21	c cleaning 44004 clauses out of 88011 with flag 2482132/2436027
1779.79/854.06	c cleaning 45000 clauses out of 90006 with flag 2594230/2482026
1800.09/865.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.09/865.10	c starts		: 22003
1800.09/865.10	c conflicts		: 2505376
1800.09/865.10	c decisions		: 14395732
1800.09/865.10	c propagations		: 26608237
1800.09/865.10	c inspects		: 8471346513
1800.09/865.10	c shortcuts		: 0
1800.09/865.10	c learnt literals	: 0
1800.09/865.10	c learnt binary clauses	: 0
1800.09/865.10	c learnt ternary clauses	: 0
1800.09/865.10	c learnt constraints	: 2505376
1800.09/865.10	c ignored constraints	: 0
1800.09/865.10	c root simplifications	: 0
1800.09/865.10	c removed literals (reason simplification)	: 72635192
1800.09/865.10	c reason swapping (by a shorter reason)	: 0
1800.09/865.10	c Calls to reduceDB	: 91
1800.09/865.10	c Number of update (reduction) of LBD	: 127007
1800.09/865.10	c Imported unit clauses	: 0
1800.09/865.10	c number of reductions to clauses (during analyze)	: 0
1800.09/865.10	c number of learned constraints concerned by reduction	: 0
1800.09/865.10	c number of learning phase by resolution	: 0
1800.09/865.10	c number of learning phase by cutting planes	: 0
1800.09/865.10	c speed (assignments/second)	: 67599.82368513316
1800.09/865.10	c non guided choices	0
1800.09/865.13	c learnt constraints type 
1800.09/865.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68356
1800.09/865.13	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.09/865.13	c starts		: 49
1800.09/865.13	c conflicts		: 15311
1800.09/865.13	c decisions		: 18512
1800.09/865.13	c propagations		: 157749
1800.09/865.13	c inspects		: 840252538
1800.09/865.13	c shortcuts		: 0
1800.09/865.13	c learnt literals	: 0
1800.09/865.13	c learnt binary clauses	: 0
1800.09/865.13	c learnt ternary clauses	: 0
1800.09/865.13	c learnt constraints	: 15310
1800.09/865.13	c ignored constraints	: 0
1800.09/865.13	c root simplifications	: 0
1800.09/865.13	c removed literals (reason simplification)	: 0
1800.09/865.13	c reason swapping (by a shorter reason)	: 0
1800.09/865.13	c Calls to reduceDB	: 2
1800.09/865.13	c Number of update (reduction) of LBD	: 0
1800.09/865.13	c Imported unit clauses	: 0
1800.09/865.13	c number of reductions to clauses (during analyze)	: 0
1800.09/865.13	c number of learned constraints concerned by reduction	: 0
1800.09/865.13	c number of learning phase by resolution	: 0
1800.09/865.13	c number of learning phase by cutting planes	: 0
1800.09/865.13	c speed (assignments/second)	: 182.70504790319293
1800.09/865.13	c non guided choices	0
1800.09/865.13	c learnt constraints type 
1800.09/865.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 220
1800.09/865.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15090
1800.09/865.13	s SATISFIABLE
1800.09/865.13	c Found 6 solution(s)
1800.09/865.14	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 
1800.09/865.14	c objective function=-29
1800.09/865.14	c Total wall clock time (in seconds): 865.016

Verifier Data

OK	-29

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-4103114-1466219654/watcher-4103114-1466219654 -o /tmp/evaluation-result-4103114-1466219654/solver-4103114-1466219654 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103114-1466219654.opb 

pid=23357
running on 8 cores: 4-7,12-15

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.49 4.26 4.15 4/284 23360
/proc/meminfo: memFree=28140072/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 24009981 94019584 916 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 22954 916 697 9 0 16769 0
[pid=23360/tid=23361] ppid=23357 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) D 23357 23360 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 24009982 94019584 916 33554432000 1073741824 1073778376 140735812006192 139655214919208 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100123 s]
/proc/loadavg: 4.49 4.26 4.15 4/284 23360
/proc/meminfo: memFree=28140072/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 4441 0 1 0 8 1 0 0 20 0 23 0 24009981 10133950464 6074 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2474109 6074 2126 9 0 2464786 0
[pid=23360/tid=23361] ppid=23357 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 15292 0 -1 4202560 2415 0 1 0 6 0 0 0 20 0 23 0 24009982 10133950464 6074 33554432000 1073741824 1073778376 140735812006192 139655214922656 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200272 s]
/proc/loadavg: 4.49 4.26 4.15 4/284 23360
/proc/meminfo: memFree=28140072/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=9896436 CPUtime=0.23 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 4693 0 1 0 22 1 0 0 20 0 23 0 24009981 10133950464 6789 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2474109 6789 2198 9 0 2464786 0
[pid=23360/tid=23361] ppid=23357 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 15292 0 -1 4202560 2432 0 1 0 16 0 0 0 20 0 23 0 24009982 10133950464 6789 33554432000 1073741824 1073778376 140735812006192 139655214922656 139655039219242 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9896436

[startup+0.300271 s]
/proc/loadavg: 4.49 4.26 4.15 4/284 23360
/proc/meminfo: memFree=28140072/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=9896436 CPUtime=0.47 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 5596 0 1 0 45 2 0 0 20 0 23 0 24009981 10133950464 8568 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2474109 8568 2232 9 0 2464786 0
[pid=23360/tid=23361] ppid=23357 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 15292 0 -1 4202560 2434 0 1 0 25 1 0 0 20 0 23 0 24009982 10133950464 8568 33554432000 1073741824 1073778376 140735812006192 139655214922656 139655039255847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9896436

[startup+0.70024 s]
/proc/loadavg: 4.49 4.26 4.15 4/284 23360
/proc/meminfo: memFree=28140072/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=9896436 CPUtime=1.63 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 22922 0 1 0 158 5 0 0 20 0 23 0 24009981 10133950464 33247 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2474109 33247 2244 9 0 2464786 0
[pid=23360/tid=23361] ppid=23357 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) R 23357 23360 15292 0 -1 4202560 2459 0 1 0 65 1 0 0 20 0 23 0 24009982 10133950464 33247 33554432000 1073741824 1073778376 140735812006192 139655214922656 139655039598844 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9896436

[startup+1.50103 s]
/proc/loadavg: 4.49 4.26 4.15 3/308 23387
/proc/meminfo: memFree=28009548/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=10162692 CPUtime=2.62 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 26798 0 1 0 254 8 0 0 20 0 24 0 24009981 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2540673 38918 2264 9 0 2531350 0
[pid=23360/tid=23361] ppid=23357 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) S 23357 23360 15292 0 -1 4202560 2483 0 1 0 66 2 0 0 20 0 24 0 24009982 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655214924664 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655176416296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655175363496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655174310696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655173257896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655172205096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655171152296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655170099496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655169046696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655167994920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655166942120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655165889320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655164836520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 24009983 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655163783720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 15292 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 24009984 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655028623720 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 15292 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 24009985 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655027569784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 24009985 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655026516872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009987 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655025466384 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23380] ppid=23357 vsize=10162692 CPUtime=0.86 cores=4-7,12-15
/proc/23360/task/23380/stat : 23380 (java) R 23357 23360 15292 0 -1 4202560 12529 0 0 0 85 1 0 0 20 0 24 0 24009987 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139655024401248 139655221898519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23381] ppid=23357 vsize=10162692 CPUtime=0.78 cores=4-7,12-15
/proc/23360/task/23381/stat : 23381 (java) S 23357 23360 15292 0 -1 4202560 10428 0 0 0 76 2 0 0 20 0 24 0 24009987 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139653881522872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23382] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23382/stat : 23382 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009987 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139653880470264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23383] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23383/stat : 23383 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 24009987 10406596608 38918 33554432000 1073741824 1073778376 140735812006192 139653879417672 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 10162692

[startup+3.10098 s]
/proc/loadavg: 4.49 4.26 4.15 3/308 23393
/proc/meminfo: memFree=27968588/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=10162692 CPUtime=4.98 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 28520 0 1 0 463 35 0 0 20 0 27 0 24009981 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2540673 63101 2286 9 0 2531350 0
[pid=23360/tid=23361] ppid=23357 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) S 23357 23360 15292 0 -1 4202560 2485 0 1 0 67 2 0 0 20 0 27 0 24009982 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655214924664 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 15292 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655176416296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 15292 0 -1 4202560 59 0 0 0 1 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655175363496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 15292 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655174310696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 15292 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655173257896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 15292 0 -1 4202560 55 0 0 0 0 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655172205096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 15292 0 -1 4202560 66 0 0 0 1 3 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655171152296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 15292 0 -1 4202560 17 0 0 0 0 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655170099496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 15292 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655169046696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 15292 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655167994920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 15292 0 -1 4202560 54 0 0 0 0 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655166942120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 15292 0 -1 4202560 58 0 0 0 1 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655165889320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 15292 0 -1 4202560 53 0 0 0 0 2 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655164836520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 15292 0 -1 4202560 57 0 0 0 2 1 0 0 20 0 27 0 24009983 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655163783720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 24009984 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655028623720 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655027569784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655026516872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655025466384 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23380] ppid=23357 vsize=10162692 CPUtime=1.26 cores=4-7,12-15
/proc/23360/task/23380/stat : 23380 (java) S 23357 23360 15292 0 -1 4202560 13558 0 0 0 124 2 0 0 20 0 27 0 24009987 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139655024413496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23381] ppid=23357 vsize=10162692 CPUtime=1.07 cores=4-7,12-15
/proc/23360/task/23381/stat : 23381 (java) S 23357 23360 15292 0 -1 4202560 10483 0 0 0 105 2 0 0 20 0 27 0 24009987 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139653881522872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23382] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23382/stat : 23382 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139653880470264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23383] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23383/stat : 23383 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139653879417672 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23393] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23393/stat : 23393 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24010153 10406596608 63101 33554432000 1073741824 1073778376 140735812006192 139653876257704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 10162692

[startup+6.30118 s]
/proc/loadavg: 5.57 4.49 4.22 5/311 23402
/proc/meminfo: memFree=27648468/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=10162692 CPUtime=12.14 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 30065 0 1 0 1097 117 0 0 20 0 27 0 24009981 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2540673 186720 2292 9 0 2531350 0
[pid=23360/tid=23361] ppid=23357 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) S 23357 23360 15292 0 -1 4202560 2487 0 1 0 67 2 0 0 20 0 27 0 24009982 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 139655214924664 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 15292 0 -1 4202560 124 0 0 0 11 10 0 0 20 0 27 0 24009983 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 139655176416296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 15292 0 -1 4202560 112 0 0 0 7 8 0 0 20 0 27 0 24009983 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 139655175363496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 15292 0 -1 4202560 100 0 0 0 10 10 0 0 20 0 27 0 24009983 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 139655174310696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=10162692 CPUtime=0.09 cores=4-7,12-15
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 15292 0 -1 4202560 88 0 0 0 5 4 0 0 20 0 27 0 24009983 10406596608 186720 33554432000 1073741824 1073778376 140735812006192 139655173257896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=10162692 CPUtime=0.18 cores=4-7,12-15

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

[pid=23360/tid=23417] ppid=23357 vsize=10162692 CPUtime=343.3 cores=4-7,12-15
/proc/23360/task/23417/stat : 23417 (java) R 23357 23360 15292 0 -1 4202560 14 0 0 0 34325 5 0 0 20 0 27 0 24057130 10406596608 1021724 33554432000 1073741824 1073778376 140735812006192 139653877309584 139655040249502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23418] ppid=23357 vsize=10162692 CPUtime=343.31 cores=4-7,12-15
/proc/23360/task/23418/stat : 23418 (java) R 23357 23360 15292 0 -1 4202560 24 0 0 0 34326 5 0 0 20 0 27 0 24057130 10406596608 1021724 33554432000 1073741824 1073778376 140735812006192 139653875203216 139655040459862 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23419] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23419/stat : 23419 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24057130 10406596608 1021724 33554432000 1073741824 1073778376 140735812006192 139653878363560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1711.46
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+865.101 s]
/proc/loadavg: 4.24 4.71 4.50 5/311 23523
/proc/meminfo: memFree=24727808/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=10162692 CPUtime=1798.01 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 44453 0 1 0 178838 963 0 0 20 0 27 0 24009981 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2540673 1064749 2301 9 0 2531350 0
[pid=23360/tid=23361] ppid=23357 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) S 23357 23360 15292 0 -1 4202560 2520 0 1 0 70 4 0 0 20 0 27 0 24009982 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655214924664 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=10162692 CPUtime=8.51 cores=4-7,12-15
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 15292 0 -1 4202560 901 0 0 0 782 69 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655176416296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=10162692 CPUtime=7.87 cores=4-7,12-15
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 15292 0 -1 4202560 808 0 0 0 729 58 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655175363496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=10162692 CPUtime=8.65 cores=4-7,12-15
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 15292 0 -1 4202560 850 0 0 0 795 70 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655174310696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=10162692 CPUtime=8.45 cores=4-7,12-15
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 15292 0 -1 4202560 808 0 0 0 781 64 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655173257896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=10162692 CPUtime=7.89 cores=4-7,12-15
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 15292 0 -1 4202560 914 0 0 0 711 78 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655172205096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=10162692 CPUtime=8.13 cores=4-7,12-15
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 15292 0 -1 4202560 838 0 0 0 750 63 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655171152296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=10162692 CPUtime=9.05 cores=4-7,12-15
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 15292 0 -1 4202560 782 0 0 0 834 71 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655170099496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=10162692 CPUtime=8.37 cores=4-7,12-15
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 15292 0 -1 4202560 742 0 0 0 779 58 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655169046696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=10162692 CPUtime=7.77 cores=4-7,12-15
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 15292 0 -1 4202560 769 0 0 0 714 63 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655167994920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=10162692 CPUtime=8.28 cores=4-7,12-15
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 15292 0 -1 4202560 935 0 0 0 753 75 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655166942120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=10162692 CPUtime=8.43 cores=4-7,12-15
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 15292 0 -1 4202560 898 0 0 0 776 67 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655165889320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=10162692 CPUtime=8.35 cores=4-7,12-15
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 15292 0 -1 4202560 811 0 0 0 770 65 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655164836520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=10162692 CPUtime=7.98 cores=4-7,12-15
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 15292 0 -1 4202560 941 0 0 0 720 78 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655163783720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=10162692 CPUtime=9.07 cores=4-7,12-15
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 15292 0 -1 4202560 3363 0 0 0 905 2 0 0 20 0 27 0 24009984 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655028623720 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655027569784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655026516872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655025466384 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23380] ppid=23357 vsize=10162692 CPUtime=1.51 cores=4-7,12-15
/proc/23360/task/23380/stat : 23380 (java) S 23357 23360 15292 0 -1 4202560 13564 0 0 0 149 2 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655024413496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23381] ppid=23357 vsize=10162692 CPUtime=1.86 cores=4-7,12-15
/proc/23360/task/23381/stat : 23381 (java) S 23357 23360 15292 0 -1 4202560 10621 0 0 0 184 2 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653881522872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23382] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23382/stat : 23382 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653880470264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23383] ppid=23357 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/23360/task/23383/stat : 23383 (java) S 23357 23360 15292 0 -1 4202560 49 0 0 0 20 21 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653879417672 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23393] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23393/stat : 23393 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24010153 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653876257704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23417] ppid=23357 vsize=10162692 CPUtime=382.64 cores=4-7,12-15
/proc/23360/task/23417/stat : 23417 (java) R 23357 23360 15292 0 -1 4202560 14 0 0 0 38259 5 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653877309584 139655040249459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23418] ppid=23357 vsize=10162692 CPUtime=382.65 cores=4-7,12-15
/proc/23360/task/23418/stat : 23418 (java) R 23357 23360 15292 0 -1 4202560 26 0 0 0 38260 5 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653875205024 139655040458513 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23419] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23419/stat : 23419 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653878363560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 10162692

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 23360 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+865.101 s]
/proc/loadavg: 4.24 4.71 4.50 5/311 23523
/proc/meminfo: memFree=24727808/32872528 swapFree=7804/7804
[pid=23360] ppid=23357 vsize=10162692 CPUtime=1798.01 cores=4-7,12-15
/proc/23360/stat : 23360 (java) S 23357 23360 15292 0 -1 4202496 44453 0 1 0 178838 963 0 0 20 0 27 0 24009981 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 140735811997328 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23360/statm: 2540673 1064749 2301 9 0 2531350 0
[pid=23360/tid=23361] ppid=23357 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/23360/task/23361/stat : 23361 (java) S 23357 23360 15292 0 -1 4202560 2520 0 1 0 70 4 0 0 20 0 27 0 24009982 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655214924664 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23363] ppid=23357 vsize=10162692 CPUtime=8.51 cores=4-7,12-15
/proc/23360/task/23363/stat : 23363 (java) S 23357 23360 15292 0 -1 4202560 901 0 0 0 782 69 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655176416296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23364] ppid=23357 vsize=10162692 CPUtime=7.87 cores=4-7,12-15
/proc/23360/task/23364/stat : 23364 (java) S 23357 23360 15292 0 -1 4202560 808 0 0 0 729 58 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655175363496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23365] ppid=23357 vsize=10162692 CPUtime=8.65 cores=4-7,12-15
/proc/23360/task/23365/stat : 23365 (java) S 23357 23360 15292 0 -1 4202560 850 0 0 0 795 70 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655174310696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23366] ppid=23357 vsize=10162692 CPUtime=8.45 cores=4-7,12-15
/proc/23360/task/23366/stat : 23366 (java) S 23357 23360 15292 0 -1 4202560 808 0 0 0 781 64 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655173257896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23367] ppid=23357 vsize=10162692 CPUtime=7.89 cores=4-7,12-15
/proc/23360/task/23367/stat : 23367 (java) S 23357 23360 15292 0 -1 4202560 914 0 0 0 711 78 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655172205096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23368] ppid=23357 vsize=10162692 CPUtime=8.13 cores=4-7,12-15
/proc/23360/task/23368/stat : 23368 (java) S 23357 23360 15292 0 -1 4202560 838 0 0 0 750 63 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655171152296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23369] ppid=23357 vsize=10162692 CPUtime=9.05 cores=4-7,12-15
/proc/23360/task/23369/stat : 23369 (java) S 23357 23360 15292 0 -1 4202560 782 0 0 0 834 71 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655170099496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23370] ppid=23357 vsize=10162692 CPUtime=8.37 cores=4-7,12-15
/proc/23360/task/23370/stat : 23370 (java) S 23357 23360 15292 0 -1 4202560 742 0 0 0 779 58 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655169046696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23371] ppid=23357 vsize=10162692 CPUtime=7.77 cores=4-7,12-15
/proc/23360/task/23371/stat : 23371 (java) S 23357 23360 15292 0 -1 4202560 769 0 0 0 714 63 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655167994920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23372] ppid=23357 vsize=10162692 CPUtime=8.28 cores=4-7,12-15
/proc/23360/task/23372/stat : 23372 (java) S 23357 23360 15292 0 -1 4202560 935 0 0 0 753 75 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655166942120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23373] ppid=23357 vsize=10162692 CPUtime=8.43 cores=4-7,12-15
/proc/23360/task/23373/stat : 23373 (java) S 23357 23360 15292 0 -1 4202560 898 0 0 0 776 67 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655165889320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23374] ppid=23357 vsize=10162692 CPUtime=8.35 cores=4-7,12-15
/proc/23360/task/23374/stat : 23374 (java) S 23357 23360 15292 0 -1 4202560 811 0 0 0 770 65 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655164836520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23375] ppid=23357 vsize=10162692 CPUtime=7.98 cores=4-7,12-15
/proc/23360/task/23375/stat : 23375 (java) S 23357 23360 15292 0 -1 4202560 941 0 0 0 720 78 0 0 20 0 27 0 24009983 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655163783720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23376] ppid=23357 vsize=10162692 CPUtime=9.07 cores=4-7,12-15
/proc/23360/task/23376/stat : 23376 (java) S 23357 23360 15292 0 -1 4202560 3363 0 0 0 905 2 0 0 20 0 27 0 24009984 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655028623720 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23360/tid=23377] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23377/stat : 23377 (java) S 23357 23360 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655027569784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23378] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23378/stat : 23378 (java) S 23357 23360 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24009985 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655026516872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23360/tid=23379] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23379/stat : 23379 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655025466384 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23360/tid=23380] ppid=23357 vsize=10162692 CPUtime=1.51 cores=4-7,12-15
/proc/23360/task/23380/stat : 23380 (java) S 23357 23360 15292 0 -1 4202560 13564 0 0 0 149 2 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139655024413496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23381] ppid=23357 vsize=10162692 CPUtime=1.86 cores=4-7,12-15
/proc/23360/task/23381/stat : 23381 (java) S 23357 23360 15292 0 -1 4202560 10621 0 0 0 184 2 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653881522872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23360/tid=23382] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23382/stat : 23382 (java) S 23357 23360 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653880470264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23360/tid=23383] ppid=23357 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/23360/task/23383/stat : 23383 (java) S 23357 23360 15292 0 -1 4202560 49 0 0 0 20 21 0 0 20 0 27 0 24009987 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653879417672 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23360/tid=23393] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23393/stat : 23393 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24010153 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653876257704 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23417] ppid=23357 vsize=10162692 CPUtime=382.64 cores=4-7,12-15
/proc/23360/task/23417/stat : 23417 (java) R 23357 23360 15292 0 -1 4202560 14 0 0 0 38259 5 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653877309584 139655040249459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23360/tid=23418] ppid=23357 vsize=10162692 CPUtime=382.65 cores=4-7,12-15
/proc/23360/task/23418/stat : 23418 (java) R 23357 23360 15292 0 -1 4202560 26 0 0 0 38260 5 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653875205024 139655040458513 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23360/tid=23419] ppid=23357 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23360/task/23419/stat : 23419 (java) S 23357 23360 15292 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 24057130 10406596608 1064749 33554432000 1073741824 1073778376 140735812006192 139653878363560 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23360 and gives
#  childrusage.ru_utime.tv_sec=1786
#  childrusage.ru_utime.tv_usec=49479
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=909493
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1798.01
#
# 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): 2.08002
#  lost CPU user time (s): 2.20001
#  lost CPU system time (s): -0.12

Real time (s): 865.169
CPU time (s): 1800.09
CPU user time (s): 1790.58
CPU system time (s): 9.51
CPU usage (%): 208.062
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.05
system time used= 9.90949
maximum resident set size= 4259108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44491
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= 25814
involuntary context switches= 32154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.14076 second user time and 9.31858 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 05:14:14
IDJOB=4103114
IDBENCH=2270
IDSOLVER=2543
FILE ID=node132/4103114-1466219654
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71732 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/frb35-17-opb/normalized-frb35-17-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103114-1466219654/watcher-4103114-1466219654 -o /tmp/evaluation-result-4103114-1466219654/solver-4103114-1466219654 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103114-1466219654.opb

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

MD5SUM BENCH= 4acf18ad1cd52676d2699a99f210ed0a
RANDOM SEED=449460789

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28140872 kB
Buffers:           85996 kB
Cached:           123152 kB
SwapCached:         1776 kB
Active:          3822500 kB
Inactive:         147144 kB
Active(anon):    3761956 kB
Inactive(anon):     1060 kB
Active(file):      60544 kB
Inactive(file):   146084 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              1540 kB
Writeback:             0 kB
AnonPages:       3774436 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             605196 kB
SReclaimable:      45068 kB
SUnreclaim:       560128 kB
KernelStack:        2328 kB
PageTables:        11900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4385728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3680256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node132 at 2016-06-18 05:28:39