Trace number 4081240

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.68 890.676

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
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 benchmark6.39703
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 constraints27931
Number of constraints which are clauses27931
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 	8
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081240-1465228658.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.62/0.71	c ... done. Wall clock time 0.59s.
1.62/0.71	c declared #vars     595
1.62/0.71	c #constraints  27931
1.62/0.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.71	c constraints type 
1.62/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1.62/0.71	c 27931 constraints processed.
1.62/0.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.71	c constraints type 
1.62/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
1.62/0.71	c 27931 constraints processed.
1.62/0.71	c objective function length is 595 literals
1.62/0.73	c And the winner is solver1
1.92/1.22	c SATISFIABLE
1.92/1.22	c OPTIMIZING...
1.92/1.22	c Got one! Elapsed wall clock time (in seconds):1.097
1.92/1.22	o -25
2.21/1.33	c And the winner is solver0
2.71/1.72	c Got one! Elapsed wall clock time (in seconds):1.602
2.71/1.72	o -26
4.87/2.44	c cleaning 2558 clauses out of 5115 with flag 11409/5115
6.55/3.12	c And the winner is solver1
6.61/3.23	c Got one! Elapsed wall clock time (in seconds):3.108
6.61/3.23	o -27
8.24/4.02	c cleaning 6349 clauses out of 12698 with flag 11444/15256
9.73/4.77	c And the winner is solver1
9.89/5.23	c Got one! Elapsed wall clock time (in seconds):5.11
9.89/5.23	o -28
11.64/6.17	c cleaning 8351 clauses out of 16701 with flag 11195/25608
13.79/7.12	c cleaning 7175 clauses out of 14351 with flag 24856/31609
16.20/8.27	c cleaning 7087 clauses out of 14175 with flag 41889/38608
18.66/9.43	c cleaning 7541 clauses out of 15088 with flag 60838/46608
21.67/10.84	c cleaning 8274 clauses out of 16547 with flag 81493/55608
24.48/12.29	c cleaning 9137 clauses out of 18274 with flag 103352/65609
28.29/14.04	c cleaning 10068 clauses out of 20136 with flag 126423/76608
32.10/15.99	c cleaning 11029 clauses out of 22069 with flag 151527/88609
36.94/18.25	c cleaning 12016 clauses out of 24039 with flag 178649/101608
41.73/20.65	c cleaning 13012 clauses out of 26023 with flag 207932/115608
47.90/23.97	c cleaning 14004 clauses out of 28012 with flag 239550/130609
53.70/26.88	c cleaning 15003 clauses out of 30007 with flag 273042/146608
60.21/30.02	c cleaning 15996 clauses out of 32004 with flag 308514/163608
67.00/33.49	c cleaning 17005 clauses out of 34009 with flag 346112/181609
74.97/37.36	c cleaning 17998 clauses out of 36003 with flag 385557/200608
83.58/41.63	c cleaning 18995 clauses out of 38006 with flag 427538/220609
94.09/47.11	c cleaning 19996 clauses out of 40010 with flag 471573/241608
103.50/51.83	c cleaning 21005 clauses out of 42014 with flag 517996/263608
114.16/57.13	c cleaning 22002 clauses out of 44011 with flag 566080/286610
125.33/62.60	c cleaning 23005 clauses out of 46010 with flag 616427/310611
137.73/68.85	c cleaning 24000 clauses out of 48004 with flag 668803/335610
151.32/75.59	c cleaning 25001 clauses out of 50002 with flag 722773/361608
166.84/83.27	c cleaning 26000 clauses out of 52002 with flag 779599/388609
183.50/91.94	c cleaning 27001 clauses out of 54001 with flag 838318/416608
198.90/99.67	c cleaning 27989 clauses out of 56001 with flag 898985/445609
202.39/101.37	c cleaning 0 clauses out of 5871 with flag 0/5871
215.53/107.79	c cleaning 28999 clauses out of 58012 with flag 961628/475609
234.05/116.91	c cleaning 30002 clauses out of 60012 with flag 1026400/506608
252.63/126.19	c cleaning 31003 clauses out of 62011 with flag 1093408/538609
271.67/135.54	c cleaning 31999 clauses out of 64007 with flag 1162708/571608
292.92/146.03	c cleaning 32997 clauses out of 66010 with flag 1233988/605610
315.24/157.13	c cleaning 34006 clauses out of 68012 with flag 1307196/640609
339.45/169.01	c cleaning 35004 clauses out of 70008 with flag 1382657/676611
364.73/181.52	c cleaning 35995 clauses out of 72001 with flag 1460234/713608
393.06/195.55	c cleaning 37003 clauses out of 74006 with flag 1539906/751608
421.62/209.59	c cleaning 37996 clauses out of 76004 with flag 1621694/790609
450.34/223.79	c cleaning 39003 clauses out of 78008 with flag 1704877/830609
484.63/240.37	c cleaning 39999 clauses out of 80004 with flag 1790539/871608
516.42/255.86	c cleaning 41001 clauses out of 82007 with flag 1878374/913610
552.60/274.59	c cleaning 41994 clauses out of 84005 with flag 1967395/956609
586.07/291.19	c cleaning 42998 clauses out of 86011 with flag 2059673/1000609
620.68/308.29	c cleaning 44002 clauses out of 88012 with flag 2153941/1045608
659.59/327.36	c cleaning 45002 clauses out of 90011 with flag 2250428/1091609
697.25/345.93	c cleaning 46002 clauses out of 92012 with flag 2349050/1138612
737.08/365.43	c cleaning 47002 clauses out of 94007 with flag 2449443/1186609
779.66/386.47	c cleaning 48002 clauses out of 96007 with flag 2551826/1235611
824.39/408.39	c cleaning 49001 clauses out of 98005 with flag 2656395/1285611
870.91/430.95	c cleaning 50000 clauses out of 100001 with flag 2763764/1336608
920.62/455.25	c cleaning 50999 clauses out of 102001 with flag 2872364/1388608
938.84/465.10	c cleaning 0 clauses out of 11871 with flag 0/11871
969.08/480.00	c cleaning 51997 clauses out of 104002 with flag 2983257/1441608
1020.67/505.52	c cleaning 53003 clauses out of 106005 with flag 3095051/1495608
1070.86/530.18	c cleaning 53994 clauses out of 108004 with flag 3209191/1550610
1120.40/554.46	c cleaning 55004 clauses out of 110013 with flag 3325523/1606613
1171.05/579.07	c cleaning 56003 clauses out of 112006 with flag 3443922/1663610
1231.54/608.66	c cleaning 56993 clauses out of 114002 with flag 3564721/1721609
1296.11/641.72	c cleaning 58003 clauses out of 116009 with flag 3688069/1780609
1326.37/656.71	c And the winner is solver1
1326.64/656.97	c Got one! Elapsed wall clock time (in seconds):656.854
1326.64/656.97	o -29
1333.88/660.69	c cleaning 49041 clauses out of 98094 with flag 11162/1820697
1339.01/663.10	c cleaning 27519 clauses out of 55053 with flag 25379/1826697
1342.61/664.96	c cleaning 17261 clauses out of 34534 with flag 41966/1833697
1345.81/666.51	c cleaning 12634 clauses out of 25273 with flag 60692/1841697
1348.77/667.93	c cleaning 10816 clauses out of 21640 with flag 81161/1850698
1351.57/669.40	c cleaning 10397 clauses out of 20824 with flag 104506/1860698
1354.98/671.08	c cleaning 10709 clauses out of 21427 with flag 130639/1871698
1358.96/673.01	c cleaning 11352 clauses out of 22717 with flag 159090/1883697
1363.33/675.16	c cleaning 12183 clauses out of 24365 with flag 189171/1896697
1368.13/677.54	c cleaning 13083 clauses out of 26183 with flag 222400/1910698
1373.73/680.32	c cleaning 14049 clauses out of 28099 with flag 257063/1925697
1380.75/683.70	c cleaning 15025 clauses out of 30050 with flag 295455/1941697
1387.55/687.17	c cleaning 16010 clauses out of 32025 with flag 336974/1958697
1395.75/691.11	c cleaning 17009 clauses out of 34018 with flag 379438/1976700
1403.96/695.22	c cleaning 18002 clauses out of 36007 with flag 424356/1995698
1413.02/699.66	c cleaning 19000 clauses out of 38004 with flag 473239/2015697
1422.80/704.51	c cleaning 20001 clauses out of 40005 with flag 522709/2036698
1433.01/709.59	c cleaning 20999 clauses out of 42003 with flag 575218/2058697
1445.21/715.50	c cleaning 21998 clauses out of 44004 with flag 629576/2081697
1458.61/722.26	c cleaning 23001 clauses out of 46008 with flag 688184/2105699
1472.47/729.03	c cleaning 24003 clauses out of 48007 with flag 746915/2130699
1487.70/736.52	c cleaning 25001 clauses out of 50002 with flag 807876/2156697
1504.38/744.72	c cleaning 25994 clauses out of 52002 with flag 872233/2183698
1521.03/752.94	c cleaning 26999 clauses out of 54008 with flag 938463/2211698
1538.47/761.50	c cleaning 28004 clauses out of 56011 with flag 1007538/2240700
1557.33/770.88	c cleaning 29001 clauses out of 58005 with flag 1078948/2270698
1577.83/780.94	c cleaning 29998 clauses out of 60004 with flag 1154516/2301698
1600.51/792.11	c cleaning 30993 clauses out of 62005 with flag 1230532/2333697
1621.76/802.68	c cleaning 32002 clauses out of 64012 with flag 1307887/2366697
1643.88/813.53	c cleaning 33001 clauses out of 66010 with flag 1389441/2400697
1665.53/824.24	c cleaning 34003 clauses out of 68009 with flag 1473245/2435697
1693.63/838.01	c cleaning 34998 clauses out of 70007 with flag 1560123/2471698
1723.12/852.62	c cleaning 36000 clauses out of 72010 with flag 1648306/2508699
1751.16/866.51	c cleaning 37001 clauses out of 74009 with flag 1741209/2546698
1782.89/882.19	c cleaning 37995 clauses out of 76008 with flag 1832501/2585698
1800.18/890.60	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.18/890.60	c starts		: 16747
1800.18/890.60	c conflicts		: 2609641
1800.18/890.60	c decisions		: 11696818
1800.18/890.60	c propagations		: 23906966
1800.18/890.60	c inspects		: 8688932573
1800.18/890.60	c shortcuts		: 0
1800.18/890.60	c learnt literals	: 0
1800.18/890.60	c learnt binary clauses	: 0
1800.18/890.60	c learnt ternary clauses	: 0
1800.18/890.60	c learnt constraints	: 2609641
1800.18/890.60	c ignored constraints	: 0
1800.18/890.60	c root simplifications	: 0
1800.18/890.60	c removed literals (reason simplification)	: 81511433
1800.18/890.60	c reason swapping (by a shorter reason)	: 0
1800.18/890.60	c Calls to reduceDB	: 92
1800.18/890.60	c Number of update (reduction) of LBD	: 99873
1800.18/890.60	c Imported unit clauses	: 0
1800.18/890.60	c number of reductions to clauses (during analyze)	: 0
1800.18/890.60	c number of learned constraints concerned by reduction	: 0
1800.18/890.60	c number of learning phase by resolution	: 0
1800.18/890.60	c number of learning phase by cutting planes	: 0
1800.18/890.60	c speed (assignments/second)	: 102328.76483655711
1800.18/890.60	c non guided choices	0
1800.18/890.63	c learnt constraints type 
1800.18/890.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61956
1800.18/890.63	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.18/890.63	c starts		: 48
1800.18/890.63	c conflicts		: 16026
1800.18/890.63	c decisions		: 18626
1800.18/890.63	c propagations		: 158079
1800.18/890.63	c inspects		: 849613235
1800.18/890.63	c shortcuts		: 0
1800.18/890.63	c learnt literals	: 0
1800.18/890.63	c learnt binary clauses	: 0
1800.18/890.63	c learnt ternary clauses	: 0
1800.18/890.63	c learnt constraints	: 16026
1800.18/890.63	c ignored constraints	: 0
1800.18/890.63	c root simplifications	: 0
1800.18/890.63	c removed literals (reason simplification)	: 0
1800.18/890.63	c reason swapping (by a shorter reason)	: 0
1800.18/890.63	c Calls to reduceDB	: 2
1800.18/890.63	c Number of update (reduction) of LBD	: 0
1800.18/890.63	c Imported unit clauses	: 0
1800.18/890.63	c number of reductions to clauses (during analyze)	: 0
1800.18/890.63	c number of learned constraints concerned by reduction	: 0
1800.18/890.63	c number of learning phase by resolution	: 0
1800.18/890.63	c number of learning phase by cutting planes	: 0
1800.18/890.63	c speed (assignments/second)	: 177.83565172881242
1800.18/890.63	c non guided choices	0
1800.18/890.64	c learnt constraints type 
1800.18/890.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 233
1800.18/890.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15793
1800.18/890.64	s SATISFIABLE
1800.18/890.64	c Found 5 solution(s)
1800.18/890.64	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.18/890.64	c objective function=-29
1800.18/890.64	c Total wall clock time (in seconds): 890.524

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-4081240-1465228658/watcher-4081240-1465228658 -o /tmp/evaluation-result-4081240-1465228658/solver-4081240-1465228658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081240-1465228658.opb 

pid=11637
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.59 4.37 4.21 4/197 11640
/proc/meminfo: memFree=26735148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11640/stat : 11640 (java) D 11637 11640 3970 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 104801142 9515008 182 33554432000 1073741824 1073778376 140734357759776 140734357750808 249650036405 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/11640/statm: 2323 182 140 9 0 71 0

[startup+0.100139 s]
/proc/loadavg: 4.59 4.37 4.21 4/197 11640
/proc/meminfo: memFree=26735148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 104801142 9787879424 6027 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2389619 6027 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200338 s]
/proc/loadavg: 4.59 4.37 4.21 4/197 11640
/proc/meminfo: memFree=26735148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 4664 0 1 0 22 1 0 0 20 0 18 0 104801142 9787879424 6751 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2389619 6751 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.59 4.37 4.21 4/197 11640
/proc/meminfo: memFree=26735148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 5632 0 1 0 45 1 0 0 20 0 18 0 104801142 9787879424 8494 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2389619 8494 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.59 4.37 4.21 4/197 11640
/proc/meminfo: memFree=26735148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9558476 CPUtime=1.62 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 23146 0 1 0 156 6 0 0 20 0 18 0 104801142 9787879424 33185 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2389619 33185 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.59 4.37 4.21 3/216 11662
/proc/meminfo: memFree=26603088/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 27527 0 1 0 249 10 0 0 20 0 19 0 104801142 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 39172 2263 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2451 0 1 0 67 2 0 0 20 0 19 0 104801144 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104801145 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104801146 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104801146 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104801146 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801149 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) R 11637 11640 3970 0 -1 4202560 12812 0 0 0 84 1 0 0 20 0 19 0 104801149 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898468222984 139898652653083 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 10918 0 0 0 72 3 0 0 20 0 19 0 104801149 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801149 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104801149 10060525568 39172 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.59 4.37 4.21 5/219 11668
/proc/meminfo: memFree=26525304/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=6.55 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 30358 0 1 0 632 23 0 0 20 0 22 0 104801142 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 77938 2292 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2452 0 1 0 67 2 0 0 20 0 22 0 104801144 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 78 0 0 0 3 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 222 0 0 0 3 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 124 0 0 0 1 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 147 0 0 0 3 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 142 0 0 0 5 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 285 0 0 0 4 2 0 0 20 0 22 0 104801145 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) R 11637 11640 3970 0 -1 4202560 14438 0 0 0 131 2 0 0 20 0 22 0 104801149 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898468235704 139898650502536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 10976 0 0 0 124 3 0 0 20 0 22 0 104801149 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11665] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11665/stat : 11665 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801265 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898462970792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11666] ppid=11637 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/11640/task/11666/stat : 11666 (java) R 11637 11640 3970 0 -1 4202560 5 0 0 0 122 0 0 0 20 0 22 0 104801315 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898464021608 139898511137584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11667] ppid=11637 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/11640/task/11667/stat : 11667 (java) R 11637 11640 3970 0 -1 4202560 30 0 0 0 122 0 0 0 20 0 22 0 104801315 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898460864640 139898511162865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11668] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11668/stat : 11668 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801315 10060525568 77938 33554432000 1073741824 1073778376 140735211943376 139898461918760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.38 4.33 4.20 6/219 11674
/proc/meminfo: memFree=26198776/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=12.06 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 31058 0 1 0 1164 42 0 0 20 0 22 0 104801142 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 173791 2293 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2452 0 1 0 67 2 0 0 20 0 22 0 104801144 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 91 0 0 0 5 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 242 0 0 0 6 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 53 0 0 0 6 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 152 0 0 0 5 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 161 0 0 0 5 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 178 0 0 0 10 5 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 301 0 0 0 6 3 0 0 20 0 22 0 104801145 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 230 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) S 11637 11640 3970 0 -1 4202560 14438 0 0 0 137 2 0 0 20 0 22 0 104801149 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898468235704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 10976 0 0 0 129 3 0 0 20 0 22 0 104801149 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 173791 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11668] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 3.61 3.49 3.80 4/218 11815
/proc/meminfo: memFree=26861148/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=1661.73 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 41767 0 1 0 165849 324 0 0 20 0 22 0 104801142 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 1081209 2301 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2471 0 1 0 70 4 0 0 20 0 22 0 104801144 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=6.8 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 778 0 0 0 656 24 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 723 0 0 0 660 29 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=6.66 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 1161 0 0 0 639 27 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=6.84 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 700 0 0 0 662 22 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=7.51 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 999 0 0 0 718 33 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=6.85 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 933 0 0 0 653 32 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=6.63 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 905 0 0 0 635 28 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=6.21 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 1221 0 0 0 588 33 0 0 20 0 22 0 104801145 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=8.59 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 3430 0 0 0 850 9 0 0 20 0 22 0 104801146 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) S 11637 11640 3970 0 -1 4202560 14452 0 0 0 141 2 0 0 20 0 22 0 104801149 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898468235704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 11045 0 0 0 196 4 0 0 20 0 22 0 104801149 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 47 0 0 0 12 24 0 0 20 0 22 0 104801149 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11668] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11668/stat : 11668 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801315 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898461918760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11806] ppid=11637 vsize=9824732 CPUtime=162.92 cores=1,3,5,7
/proc/11640/task/11806/stat : 11806 (java) R 11637 11640 3970 0 -1 4202560 3 0 0 0 16290 2 0 0 20 0 22 0 104866840 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898462969056 139898511101013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11807] ppid=11637 vsize=9824732 CPUtime=162.9 cores=1,3,5,7
/proc/11640/task/11807/stat : 11807 (java) R 11637 11640 3970 0 -1 4202560 15 0 0 0 16288 2 0 0 20 0 22 0 104866840 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898460864448 139898511371177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11808] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11808/stat : 11808 (java) S 11637 11640 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104866840 10060525568 1081209 33554432000 1073741824 1073778376 140735211943376 139898464023976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.34 3.44 3.76 4/218 11816
/proc/meminfo: memFree=26830296/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=1783.3 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 41823 0 1 0 178003 327 0 0 20 0 22 0 104801142 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 1084291 2301 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2471 0 1 0 70 4 0 0 20 0 22 0 104801144 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=7.23 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 784 0 0 0 698 25 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=7.19 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 723 0 0 0 690 29 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=7.08 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 1167 0 0 0 680 28 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 701 0 0 0 708 22 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=7.89 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 999 0 0 0 756 33 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=7.25 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 939 0 0 0 692 33 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=7.06 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 907 0 0 0 677 29 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=6.65 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 1221 0 0 0 632 33 0 0 20 0 22 0 104801145 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=8.59 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 3449 0 0 0 850 9 0 0 20 0 22 0 104801146 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) S 11637 11640 3970 0 -1 4202560 14452 0 0 0 141 2 0 0 20 0 22 0 104801149 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898468235704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 11047 0 0 0 197 4 0 0 20 0 22 0 104801149 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 104801149 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11668] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11668/stat : 11668 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801315 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898461918760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11806] ppid=11637 vsize=9824732 CPUtime=222.08 cores=1,3,5,7
/proc/11640/task/11806/stat : 11806 (java) R 11637 11640 3970 0 -1 4202560 8 0 0 0 22205 3 0 0 20 0 22 0 104866840 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898462962304 139898511224172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11807] ppid=11637 vsize=9824732 CPUtime=222.05 cores=1,3,5,7
/proc/11640/task/11807/stat : 11807 (java) R 11637 11640 3970 0 -1 4202560 20 0 0 0 22202 3 0 0 20 0 22 0 104866840 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898460863536 139898511371079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11808] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11808/stat : 11808 (java) S 11637 11640 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104866840 10060525568 1084291 33554432000 1073741824 1073778376 140735211943376 139898464023976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+890.601 s]
/proc/loadavg: 3.84 3.54 3.79 4/218 11816
/proc/meminfo: memFree=26811616/32872528 swapFree=10608/190480
[pid=11640] ppid=11637 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/11640/stat : 11640 (java) S 11637 11640 3970 0 -1 4202496 41855 0 1 0 179689 329 0 0 20 0 22 0 104801142 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 140735211934512 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11640/statm: 2456183 1088899 2301 9 0 2446860 0
[pid=11640/tid=11642] ppid=11637 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/11640/task/11642/stat : 11642 (java) S 11637 11640 3970 0 -1 4202560 2472 0 1 0 70 4 0 0 20 0 22 0 104801144 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898648535928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11643] ppid=11637 vsize=9824732 CPUtime=7.27 cores=1,3,5,7
/proc/11640/task/11643/stat : 11643 (java) S 11637 11640 3970 0 -1 4202560 784 0 0 0 702 25 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898637597736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11644] ppid=11637 vsize=9824732 CPUtime=7.22 cores=1,3,5,7
/proc/11640/task/11644/stat : 11644 (java) S 11637 11640 3970 0 -1 4202560 724 0 0 0 693 29 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898636544936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11645] ppid=11637 vsize=9824732 CPUtime=7.15 cores=1,3,5,7
/proc/11640/task/11645/stat : 11645 (java) S 11637 11640 3970 0 -1 4202560 1176 0 0 0 687 28 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898635492136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11646] ppid=11637 vsize=9824732 CPUtime=7.37 cores=1,3,5,7
/proc/11640/task/11646/stat : 11646 (java) S 11637 11640 3970 0 -1 4202560 701 0 0 0 715 22 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898634439336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11647] ppid=11637 vsize=9824732 CPUtime=7.94 cores=1,3,5,7
/proc/11640/task/11647/stat : 11647 (java) S 11637 11640 3970 0 -1 4202560 999 0 0 0 760 34 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898633386536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11648] ppid=11637 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/11640/task/11648/stat : 11648 (java) S 11637 11640 3970 0 -1 4202560 942 0 0 0 696 33 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898632333736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11649] ppid=11637 vsize=9824732 CPUtime=7.2 cores=1,3,5,7
/proc/11640/task/11649/stat : 11649 (java) S 11637 11640 3970 0 -1 4202560 916 0 0 0 691 29 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898631280936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11650] ppid=11637 vsize=9824732 CPUtime=6.8 cores=1,3,5,7
/proc/11640/task/11650/stat : 11650 (java) S 11637 11640 3970 0 -1 4202560 1230 0 0 0 647 33 0 0 20 0 22 0 104801145 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898630228136 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11651] ppid=11637 vsize=9824732 CPUtime=8.6 cores=1,3,5,7
/proc/11640/task/11651/stat : 11651 (java) S 11637 11640 3970 0 -1 4202560 3449 0 0 0 850 10 0 0 20 0 22 0 104801146 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898472446952 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11652] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11652/stat : 11652 (java) S 11637 11640 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898471393016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11653] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11653/stat : 11653 (java) S 11637 11640 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104801146 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898470340104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11654] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11654/stat : 11654 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898469288592 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11640/tid=11655] ppid=11637 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11640/task/11655/stat : 11655 (java) S 11637 11640 3970 0 -1 4202560 14452 0 0 0 141 2 0 0 20 0 22 0 104801149 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898468235704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11656] ppid=11637 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/11640/task/11656/stat : 11656 (java) S 11637 11640 3970 0 -1 4202560 11047 0 0 0 197 4 0 0 20 0 22 0 104801149 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898467182904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11640/tid=11657] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11657/stat : 11657 (java) S 11637 11640 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104801149 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898466130296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11658] ppid=11637 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/11640/task/11658/stat : 11658 (java) S 11637 11640 3970 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 104801149 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898465077704 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11668] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11668/stat : 11668 (java) S 11637 11640 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104801315 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898461918760 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11806] ppid=11637 vsize=9824732 CPUtime=230.21 cores=1,3,5,7
/proc/11640/task/11806/stat : 11806 (java) R 11637 11640 3970 0 -1 4202560 8 0 0 0 23018 3 0 0 20 0 22 0 104866840 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898462968912 139898511183854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11640/tid=11807] ppid=11637 vsize=9824732 CPUtime=230.19 cores=1,3,5,7
/proc/11640/task/11807/stat : 11807 (java) R 11637 11640 3970 0 -1 4202560 20 0 0 0 23016 3 0 0 20 0 22 0 104866840 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898460864336 139898511371079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11640/tid=11808] ppid=11637 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11640/task/11808/stat : 11808 (java) S 11637 11640 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104866840 10060525568 1088899 33554432000 1073741824 1073778376 140735211943376 139898464023976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 11640 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 890.676
CPU time (s): 1800.68
CPU user time (s): 1797.08
CPU system time (s): 3.60345
CPU usage (%): 202.17
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.08
system time used= 3.60345
maximum resident set size= 4355712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41894
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24766
involuntary context switches= 38840

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74113 second user time and 7.44687 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 17:57:38
IDJOB=4081240
IDBENCH=2272
IDSOLVER=2543
FILE ID=node102/4081240-1465228658
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
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/frb35-17-opb/normalized-frb35-17-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081240-1465228658/watcher-4081240-1465228658 -o /tmp/evaluation-result-4081240-1465228658/solver-4081240-1465228658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081240-1465228658.opb

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=602624187

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        26735940 kB
Buffers:           20432 kB
Cached:            56240 kB
SwapCached:         2320 kB
Active:          5190288 kB
Inactive:          48872 kB
Active(anon):    5163412 kB
Inactive(anon):     1568 kB
Active(file):      26876 kB
Inactive(file):    47304 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:       5353720 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             566340 kB
SReclaimable:      10276 kB
SUnreclaim:       556064 kB
KernelStack:        1624 kB
PageTables:        14844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5713768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5236736 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 node102 at 2016-06-06 18:12:29