Trace number 3687568

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)219 1800.13 958.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3687568-1337871978.opb
0.06/0.14	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.129s.
0.22/0.27	c declared #vars     476
0.22/0.27	c #constraints  476
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
0.22/0.27	c 476 constraints processed.
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
0.22/0.27	c 476 constraints processed.
0.22/0.27	c objective function length is 476 literals
0.22/0.28	c  And the winner is solver0
0.51/0.77	c SATISFIABLE
0.51/0.77	c OPTIMIZING...
0.51/0.77	c Got one! Elapsed wall clock time (in seconds):0.632
0.51/0.77	o 227
0.51/0.79	c  And the winner is solver0
0.63/1.27	c Got one! Elapsed wall clock time (in seconds):1.137
0.63/1.27	o 226
0.63/1.29	c  And the winner is solver0
0.79/1.78	c Got one! Elapsed wall clock time (in seconds):1.64
0.79/1.78	o 225
0.79/1.79	c  And the winner is solver0
0.86/2.28	c Got one! Elapsed wall clock time (in seconds):2.142
0.86/2.28	o 224
0.86/2.30	c  And the winner is solver0
0.92/2.78	c Got one! Elapsed wall clock time (in seconds):2.644
0.92/2.78	o 223
0.92/2.79	c  And the winner is solver0
0.97/3.28	c Got one! Elapsed wall clock time (in seconds):3.146
0.97/3.28	o 222
2.71/3.87	c  And the winner is solver1
2.86/4.28	c Got one! Elapsed wall clock time (in seconds):4.148
2.86/4.28	o 221
3.55/4.64	c cleaning 2563 clauses out of 5126 with flag 2000/5126
5.89/5.70	c cleaning 4282 clauses out of 8563 with flag 8000/11126
8.35/6.92	c cleaning 5641 clauses out of 11282 with flag 15001/18127
11.64/8.57	c cleaning 6820 clauses out of 13641 with flag 23001/26127
15.27/10.36	c cleaning 7909 clauses out of 15821 with flag 32001/35127
19.98/12.64	c cleaning 8954 clauses out of 17911 with flag 42000/45126
24.91/15.10	c cleaning 9978 clauses out of 19957 with flag 53000/56126
29.96/17.71	c cleaning 10989 clauses out of 21979 with flag 65000/68126
35.77/20.80	c cleaning 11989 clauses out of 23990 with flag 78000/81126
41.99/23.97	c cleaning 13000 clauses out of 26003 with flag 92002/95128
48.83/27.45	c cleaning 13997 clauses out of 28002 with flag 107001/110127
55.60/30.98	c cleaning 14997 clauses out of 30006 with flag 123002/126128
62.16/34.43	c cleaning 15998 clauses out of 32007 with flag 140000/143126
69.27/38.17	c cleaning 17001 clauses out of 34009 with flag 158000/161126
77.36/42.30	c cleaning 17999 clauses out of 36008 with flag 177000/180126
85.63/46.63	c cleaning 19004 clauses out of 38010 with flag 197001/200127
94.07/51.14	c cleaning 19998 clauses out of 40006 with flag 218001/221127
103.09/55.82	c cleaning 20999 clauses out of 42007 with flag 240000/243126
112.50/60.70	c cleaning 22004 clauses out of 44010 with flag 263002/266128
122.08/65.79	c cleaning 23002 clauses out of 46004 with flag 287000/290126
132.98/71.57	c cleaning 23993 clauses out of 48002 with flag 312000/315126
143.52/77.06	c cleaning 25003 clauses out of 50010 with flag 338001/341127
154.83/82.98	c cleaning 26000 clauses out of 52006 with flag 365000/368126
167.12/89.33	c cleaning 27001 clauses out of 54006 with flag 393000/396126
172.05/92.23	c cleaning 0 clauses out of 5079 with flag 0/5081
182.13/97.39	c cleaning 27998 clauses out of 56005 with flag 422000/425126
195.95/104.44	c cleaning 29000 clauses out of 58007 with flag 452000/455126
211.35/113.10	c cleaning 29994 clauses out of 60007 with flag 483000/486126
226.91/121.10	c cleaning 31004 clauses out of 62013 with flag 515000/518126
243.14/129.57	c cleaning 32002 clauses out of 64010 with flag 548001/551127
259.15/137.87	c cleaning 32999 clauses out of 66008 with flag 582001/585127
275.94/146.78	c cleaning 33999 clauses out of 68009 with flag 617001/620127
293.34/155.76	c cleaning 35004 clauses out of 70011 with flag 653002/656128
310.89/164.81	c cleaning 36000 clauses out of 72005 with flag 690000/693126
329.66/174.51	c cleaning 36993 clauses out of 74005 with flag 728000/731126
348.49/184.57	c cleaning 38004 clauses out of 76012 with flag 767000/770126
366.97/194.11	c cleaning 38999 clauses out of 78008 with flag 807000/810126
385.81/203.95	c cleaning 39999 clauses out of 80009 with flag 848000/851126
405.43/214.15	c cleaning 40997 clauses out of 82010 with flag 890000/893126
424.76/224.42	c cleaning 42003 clauses out of 84013 with flag 933000/936126
443.69/234.34	c cleaning 42999 clauses out of 86011 with flag 977001/980127
463.81/244.80	c cleaning 43994 clauses out of 88011 with flag 1022000/1025126
486.15/256.47	c cleaning 44999 clauses out of 90018 with flag 1068001/1071127
509.12/268.68	c cleaning 46000 clauses out of 92018 with flag 1115000/1118126
533.21/281.12	c cleaning 47005 clauses out of 94023 with flag 1163005/1166131
557.31/293.61	c cleaning 47998 clauses out of 96018 with flag 1212005/1215131
578.66/304.77	c cleaning 49003 clauses out of 98015 with flag 1262000/1265126
601.61/316.92	c cleaning 50003 clauses out of 100013 with flag 1313001/1316127
622.93/328.04	c cleaning 51003 clauses out of 102010 with flag 1365001/1368127
646.61/340.35	c cleaning 51997 clauses out of 104006 with flag 1418000/1421126
669.69/352.36	c cleaning 53004 clauses out of 106011 with flag 1472002/1475128
693.41/364.98	c cleaning 54000 clauses out of 108005 with flag 1527000/1530126
717.52/377.43	c cleaning 55001 clauses out of 110005 with flag 1583000/1586126
740.82/389.58	c cleaning 56002 clauses out of 112006 with flag 1640002/1643128
766.13/402.69	c cleaning 56998 clauses out of 114003 with flag 1698001/1701127
793.35/417.04	c cleaning 57994 clauses out of 116004 with flag 1757000/1760126
819.23/430.45	c cleaning 58998 clauses out of 118010 with flag 1817000/1820126
845.68/444.20	c cleaning 60001 clauses out of 120012 with flag 1878000/1881126
874.32/458.94	c cleaning 61006 clauses out of 122012 with flag 1940001/1943127
903.97/474.54	c cleaning 61998 clauses out of 124006 with flag 2003001/2006127
933.61/489.85	c cleaning 63002 clauses out of 126007 with flag 2067000/2070126
963.78/505.43	c cleaning 63999 clauses out of 128006 with flag 2132001/2135127
994.35/521.26	c cleaning 64997 clauses out of 130006 with flag 2198000/2201126
1031.06/540.88	c cleaning 65999 clauses out of 132009 with flag 2265000/2268126
1051.26/551.38	c  And the winner is solver1
1049.00/551.46	c Got one! Elapsed wall clock time (in seconds):551.326
1049.00/551.46	o 219
1051.46/552.74	c cleaning 56556 clauses out of 113111 with flag 5001/2315227
1054.91/554.97	c cleaning 31276 clauses out of 62554 with flag 11000/2321226
1059.14/557.82	c cleaning 19139 clauses out of 38278 with flag 18000/2328226
1063.02/560.21	c cleaning 13564 clauses out of 27139 with flag 26000/2336226
1067.27/562.84	c cleaning 11288 clauses out of 22575 with flag 35000/2345226
1072.14/565.71	c cleaning 10639 clauses out of 21287 with flag 45000/2355226
1078.21/569.54	c cleaning 10823 clauses out of 21650 with flag 56002/2366228
1083.89/572.81	c cleaning 11413 clauses out of 22826 with flag 68001/2378227
1089.76/576.20	c cleaning 12203 clauses out of 24416 with flag 81004/2391230
1096.23/579.99	c cleaning 13106 clauses out of 26211 with flag 95002/2405228
1104.08/584.63	c cleaning 14054 clauses out of 28107 with flag 110004/2420230
1111.55/588.80	c cleaning 15021 clauses out of 30050 with flag 126001/2436227
1119.41/593.29	c cleaning 16010 clauses out of 32028 with flag 143000/2453226
1127.04/597.52	c cleaning 17010 clauses out of 34019 with flag 161001/2471227
1135.03/602.39	c cleaning 17996 clauses out of 36008 with flag 180000/2490226
1143.49/607.00	c cleaning 19004 clauses out of 38012 with flag 200000/2510226
1152.12/611.90	c cleaning 19999 clauses out of 40008 with flag 221000/2531226
1162.14/617.35	c cleaning 21001 clauses out of 42009 with flag 243000/2553226
1173.73/623.96	c cleaning 22000 clauses out of 44008 with flag 266000/2576226
1184.56/629.89	c cleaning 23004 clauses out of 46008 with flag 290000/2600226
1194.56/635.32	c cleaning 24001 clauses out of 48005 with flag 315001/2625227
1205.96/641.53	c cleaning 24998 clauses out of 50004 with flag 341001/2651227
1217.12/647.92	c cleaning 26003 clauses out of 52007 with flag 368002/2678228
1228.78/654.29	c cleaning 26997 clauses out of 54002 with flag 396000/2706226
1240.13/660.42	c cleaning 27999 clauses out of 56005 with flag 425000/2735226
1251.90/666.82	c cleaning 28995 clauses out of 58007 with flag 455001/2765227
1265.27/674.34	c cleaning 30003 clauses out of 60011 with flag 486000/2796226
1279.30/681.86	c cleaning 31001 clauses out of 62008 with flag 518000/2828226
1293.72/689.53	c cleaning 32004 clauses out of 64008 with flag 551001/2861227
1308.51/697.48	c cleaning 33000 clauses out of 66003 with flag 585000/2895226
1325.20/706.65	c cleaning 33998 clauses out of 68004 with flag 620001/2930227
1327.32/708.28	c cleaning 0 clauses out of 10523 with flag 0/10525
1342.16/716.13	c cleaning 35002 clauses out of 70005 with flag 656000/2966226
1358.97/725.09	c cleaning 35999 clauses out of 72003 with flag 693000/3003226
1377.00/734.95	c cleaning 37001 clauses out of 74005 with flag 731001/3041227
1394.55/744.23	c cleaning 37997 clauses out of 76004 with flag 770001/3080227
1412.72/753.87	c cleaning 39004 clauses out of 78007 with flag 810001/3120227
1430.70/763.37	c cleaning 39998 clauses out of 80003 with flag 851001/3161227
1449.28/773.57	c cleaning 40996 clauses out of 82004 with flag 893000/3203226
1468.80/783.87	c cleaning 41998 clauses out of 84008 with flag 936000/3246226
1488.29/794.18	c cleaning 43004 clauses out of 86010 with flag 980000/3290226
1507.57/804.30	c cleaning 43997 clauses out of 88006 with flag 1025000/3335226
1529.30/816.20	c cleaning 44997 clauses out of 90009 with flag 1071000/3381226
1551.53/827.81	c cleaning 46003 clauses out of 92012 with flag 1118000/3428226
1574.03/839.62	c cleaning 47003 clauses out of 94010 with flag 1166001/3476227
1596.87/851.62	c cleaning 48002 clauses out of 96006 with flag 1215000/3525226
1620.70/864.54	c cleaning 49002 clauses out of 98004 with flag 1265000/3575226
1642.09/875.83	c cleaning 49995 clauses out of 100002 with flag 1316000/3626226
1665.66/888.24	c cleaning 51000 clauses out of 102008 with flag 1368001/3678227
1689.66/900.88	c cleaning 52002 clauses out of 104007 with flag 1421000/3731226
1714.77/914.44	c cleaning 53000 clauses out of 106005 with flag 1475000/3785226
1741.33/928.38	c cleaning 53996 clauses out of 108006 with flag 1530001/3840227
1764.07/940.31	c cleaning 54997 clauses out of 110009 with flag 1586000/3896226
1787.43/952.64	c cleaning 56004 clauses out of 112013 with flag 1643001/3953227
1797.87/958.91	c starts		: 48
1797.87/958.91	c conflicts		: 13930
1797.87/958.91	c decisions		: 58135
1797.87/958.91	c propagations		: 260129
1797.87/958.91	c inspects		: 309919321
1797.87/958.91	c shortcuts		: 0
1797.87/958.91	c learnt literals	: 0
1797.87/958.91	c learnt binary clauses	: 0
1797.87/958.91	c learnt ternary clauses	: 0
1797.87/958.91	c learnt constraints	: 13928
1797.87/958.91	c ignored constraints	: 0
1797.87/958.91	c root simplifications	: 0
1797.87/958.91	c removed literals (reason simplification)	: 0
1797.87/958.91	c reason swapping (by a shorter reason)	: 0
1797.87/958.91	c Calls to reduceDB	: 2
1797.87/958.91	c number of reductions to clauses (during analyze)	: 0
1797.87/958.91	c number of learned constraints concerned by reduction	: 0
1797.87/958.91	c number of learning phase by resolution	: 0
1797.87/958.91	c number of learning phase by cutting planes	: 0
1797.87/958.91	c speed (assignments/second)	: 272.20767098459964
1797.87/958.91	c non guided choices	0
1797.87/958.92	c learnt constraints type 
1797.87/958.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 542
1797.87/958.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13386
1797.87/958.92	c constraints type 
1797.87/958.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.87/958.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
1797.87/958.92	c 477 constraints processed.
1797.87/958.92	c constraints type 
1797.87/958.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.87/958.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
1797.87/958.92	c 477 constraints processed.
1797.87/958.92	s SATISFIABLE
1797.87/958.92	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 
1797.87/958.92	c objective function=219
1797.87/958.92	c Total wall clock time (in seconds): 958.785

Verifier Data

OK	219

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687568-1337871978/watcher-3687568-1337871978 -o /tmp/evaluation-result-3687568-1337871978/solver-3687568-1337871978 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687568-1337871978.opb 

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: 3.10 1.07 0.38 4/197 20688
/proc/meminfo: memFree=26882124/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/20688/stat : 20688 (java) D 20686 20688 20503 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 253326256 2560000 47 33554432000 1073741824 1073778376 140736478818912 140736478816040 270109076775 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20688/statm: 625 47 37 9 0 29 0

[startup+0.0651851 s]
/proc/loadavg: 3.10 1.07 0.38 4/197 20688
/proc/meminfo: memFree=26882124/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 3061 0 1 0 3 1 0 0 20 0 13 0 253326256 9446973440 3759 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100283 s]
/proc/loadavg: 3.10 1.07 0.38 4/197 20688
/proc/meminfo: memFree=26882124/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 3365 0 1 0 5 1 0 0 20 0 18 0 253326256 9787813888 4574 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2389603 4574 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 3.10 1.07 0.38 4/197 20688
/proc/meminfo: memFree=26882124/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 6302 0 1 0 43 4 0 0 20 0 19 0 253326256 10060460032 9436 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 9436 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9824668

[startup+0.700207 s]
/proc/loadavg: 3.10 1.07 0.38 4/197 20688
/proc/meminfo: memFree=26882124/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 6806 0 1 0 47 4 0 0 20 0 19 0 253326256 10060460032 9734 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 9734 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 3.10 1.07 0.38 4/216 20713
/proc/meminfo: memFree=26847564/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 8651 0 1 0 71 8 0 0 20 0 19 0 253326256 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 12731 2239 9 0 2446860 0
[pid=20688/tid=20690] ppid=20686 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20688 20503 0 -1 4202560 2463 0 1 0 21 2 0 0 20 0 19 0 253326257 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253746263032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20691] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253707754536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20692] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253706701736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20693] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253705648936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326260 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253326261 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326261 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326263 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 2302 0 0 0 19 0 0 0 20 0 19 0 253326264 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 2559 0 0 0 20 0 0 0 20 0 19 0 253326264 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326264 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326264 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20709] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20709/stat : 20709 (java) S 20686 20688 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326284 10060460032 12731 33554432000 1073741824 1073778376 140735725153552 140252820764072 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 9824668

[startup+3.10064 s]
/proc/loadavg: 3.10 1.07 0.38 3/216 20719
/proc/meminfo: memFree=26832216/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 9538 0 1 0 86 11 0 0 20 0 19 0 253326256 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 16879 2240 9 0 2446860 0
[pid=20688/tid=20690] ppid=20686 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20688 20503 0 -1 4202560 2464 0 1 0 22 2 0 0 20 0 19 0 253326257 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253746263032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20691] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253707754536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20692] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253706701736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20693] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253705648936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326259 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326260 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253326261 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326261 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326263 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 3120 0 0 0 26 0 0 0 20 0 19 0 253326264 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 2600 0 0 0 26 0 0 0 20 0 19 0 253326264 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326264 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326264 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20709] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20709/stat : 20709 (java) S 20686 20688 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326284 10060460032 16879 33554432000 1073741824 1073778376 140735725153552 140252820764072 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 3.01 1.09 0.39 5/219 20731
/proc/meminfo: memFree=26690004/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=7.11 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 16712 0 1 0 691 20 0 0 20 0 22 0 253326256 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 58436 2278 9 0 2446860 0
[pid=20688/tid=20690] ppid=20686 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20688 20503 0 -1 4202560 2466 0 1 0 22 2 0 0 20 0 22 0 253326257 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253746263032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20691] ppid=20686 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20688 20503 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253707754536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20692] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20688 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253706701736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20693] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20688 20503 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253705648936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253326259 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 39 0 0 0 9 1 0 0 20 0 22 0 253326260 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326263 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 6664 0 0 0 76 1 0 0 20 0 22 0 253326264 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 6015 0 0 0 72 2 0 0 20 0 22 0 253326264 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326264 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253326264 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20728] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20728/stat : 20728 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253326585 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252819711016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20729] ppid=20686 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/20688/task/20729/stat : 20729 (java) R 20686 20688 20503 0 -1 4202560 7 0 0 0 182 0 0 0 20 0 22 0 253326685 10060460032 58436 33554432000 1073741824 1073778376 140735725153552 140252821815752 140253583708546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20730] ppid=20686 vsize=9824668 CPUtime=1.81 cores=1,3,5,7

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

[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 629 0 0 0 237 11 0 0 20 0 22 0 253326259 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 694 0 0 0 234 12 0 0 20 0 22 0 253326259 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 629 0 0 0 256 12 0 0 20 0 22 0 253326259 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 903 0 0 0 257 11 0 0 20 0 22 0 253326259 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 812 0 0 0 245 11 0 0 20 0 22 0 253326259 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=120.43 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 3609 0 0 0 12018 25 0 0 20 0 22 0 253326260 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326263 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 6664 0 0 0 85 1 0 0 20 0 22 0 253326264 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 9536 0 0 0 176 3 0 0 20 0 22 0 253326264 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326264 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 56 0 0 0 21 19 0 0 20 0 22 0 253326264 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20728] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20728/stat : 20728 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253326585 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252819711016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20737] ppid=20686 vsize=9824668 CPUtime=317.75 cores=1,3,5,7
/proc/20688/task/20737/stat : 20737 (java) R 20686 20688 20503 0 -1 4202560 34 0 0 0 31771 4 0 0 20 0 22 0 253381403 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252821816160 140253583665307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20738] ppid=20686 vsize=9824668 CPUtime=317.74 cores=1,3,5,7
/proc/20688/task/20738/stat : 20738 (java) R 20686 20688 20503 0 -1 4202560 19 0 0 0 31770 4 0 0 20 0 22 0 253381403 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252822866816 140253583725369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20739] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20739/stat : 20739 (java) S 20686 20688 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253381403 10060460032 609444 33554432000 1073741824 1073778376 140735725153552 140252820763944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.74
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+958.901 s]
/proc/loadavg: 4.06 3.87 2.65 5/219 20808
/proc/meminfo: memFree=25599356/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=1797.87 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 31014 0 1 0 179601 186 0 0 20 0 22 0 253326256 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 612529 2279 9 0 2446860 0
[pid=20688/tid=20690] ppid=20686 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20688 20503 0 -1 4202560 2543 0 1 0 26 3 0 0 20 0 22 0 253326257 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253746263032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20691] ppid=20686 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20688 20503 0 -1 4202560 611 0 0 0 277 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253707754536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20692] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20688 20503 0 -1 4202560 758 0 0 0 260 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253706701736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20693] ppid=20686 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20688 20503 0 -1 4202560 1161 0 0 0 263 13 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253705648936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 634 0 0 0 242 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 703 0 0 0 239 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 629 0 0 0 260 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 909 0 0 0 261 11 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 813 0 0 0 252 11 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=122.72 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 3621 0 0 0 12247 25 0 0 20 0 22 0 253326260 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326263 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 6664 0 0 0 85 1 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 9536 0 0 0 176 3 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 56 0 0 0 21 20 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20728] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20728/stat : 20728 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253326585 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252819711016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20737] ppid=20686 vsize=9824668 CPUtime=331.93 cores=1,3,5,7
/proc/20688/task/20737/stat : 20737 (java) R 20686 20688 20503 0 -1 4202560 36 0 0 0 33188 5 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252821816160 140253583661495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20738] ppid=20686 vsize=9824668 CPUtime=331.91 cores=1,3,5,7
/proc/20688/task/20738/stat : 20738 (java) R 20686 20688 20503 0 -1 4202560 19 0 0 0 33186 5 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252822866704 140253583756725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20739] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20739/stat : 20739 (java) S 20686 20688 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252820763944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

[startup+958.901 s]
/proc/loadavg: 4.06 3.87 2.65 5/219 20808
/proc/meminfo: memFree=25599356/32873844 swapFree=6856/6856
[pid=20688] ppid=20686 vsize=9824668 CPUtime=1797.87 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20688 20503 0 -1 4202496 31014 0 1 0 179601 186 0 0 20 0 22 0 253326256 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140735725144688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20688/statm: 2456167 612529 2279 9 0 2446860 0
[pid=20688/tid=20690] ppid=20686 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20688 20503 0 -1 4202560 2543 0 1 0 26 3 0 0 20 0 22 0 253326257 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253746263032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20691] ppid=20686 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20688 20503 0 -1 4202560 611 0 0 0 277 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253707754536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20692] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20688 20503 0 -1 4202560 758 0 0 0 260 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253706701736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20693] ppid=20686 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20688 20503 0 -1 4202560 1161 0 0 0 263 13 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253705648936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20694] ppid=20686 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20688 20503 0 -1 4202560 634 0 0 0 242 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253704596136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20695] ppid=20686 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20688 20503 0 -1 4202560 703 0 0 0 239 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253703543336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20696] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20688 20503 0 -1 4202560 629 0 0 0 260 12 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253702490536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20697] ppid=20686 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20688 20503 0 -1 4202560 909 0 0 0 261 11 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253583108392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20698] ppid=20686 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20688 20503 0 -1 4202560 813 0 0 0 252 11 0 0 20 0 22 0 253326259 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253582055592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20699] ppid=20686 vsize=9824668 CPUtime=122.72 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20688 20503 0 -1 4202560 3621 0 0 0 12247 25 0 0 20 0 22 0 253326260 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253569858536 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20700] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20688 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253568804600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20701] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20688 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253326261 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140253567751688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20702] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326263 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252828134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20703] ppid=20686 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/20688/task/20703/stat : 20703 (java) S 20686 20688 20503 0 -1 4202560 6664 0 0 0 85 1 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252827081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20688/tid=20704] ppid=20686 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/20688/task/20704/stat : 20704 (java) S 20686 20688 20503 0 -1 4202560 9536 0 0 0 176 3 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252826028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20705] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20705/stat : 20705 (java) S 20686 20688 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252824975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20706] ppid=20686 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/20688/task/20706/stat : 20706 (java) S 20686 20688 20503 0 -1 4202560 56 0 0 0 21 20 0 0 20 0 22 0 253326264 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252823923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20688/tid=20728] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20728/stat : 20728 (java) S 20686 20688 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253326585 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252819711016 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20737] ppid=20686 vsize=9824668 CPUtime=331.93 cores=1,3,5,7
/proc/20688/task/20737/stat : 20737 (java) R 20686 20688 20503 0 -1 4202560 36 0 0 0 33188 5 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252821816160 140253583661495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20688/tid=20738] ppid=20686 vsize=9824668 CPUtime=331.91 cores=1,3,5,7
/proc/20688/task/20738/stat : 20738 (java) R 20686 20688 20503 0 -1 4202560 19 0 0 0 33186 5 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252822866704 140253583756725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20688/tid=20739] ppid=20686 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20739/stat : 20739 (java) S 20686 20688 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253381403 10060460032 612529 33554432000 1073741824 1073778376 140735725153552 140252820763944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20688 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=918282
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=171669
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1797.87
#
# 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.26001
#  lost CPU user time (s): 2.41003
#  lost CPU system time (s): -0.15

Real time (s): 958.94
CPU time (s): 1800.13
CPU user time (s): 1798.42
CPU system time (s): 1.71
CPU usage (%): 187.721
Max. virtual memory (cumulated for all children) (KiB): 9825960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 2.17167
maximum resident set size= 2450232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31045
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27315
involuntary context switches= 42941

runsolver used 4.02139 second user time and 8.5227 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 17:06:18
IDJOB=3687568
IDBENCH=1950
IDSOLVER=2268
FILE ID=node106/3687568-1337871978
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687568-1337871978/watcher-3687568-1337871978 -o /tmp/evaluation-result-3687568-1337871978/solver-3687568-1337871978 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687568-1337871978.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=1226794198

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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	: 5331.91
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		: 2667.065
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	: 5331.91
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		: 2667.065
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	: 5331.92
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		: 2667.065
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	: 5331.91
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		: 2667.065
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	: 5331.91
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		: 2667.065
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	: 5331.91
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		: 2667.065
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26859108 kB
Buffers:          193800 kB
Cached:          2892144 kB
SwapCached:            0 kB
Active:          2848876 kB
Inactive:        2385084 kB
Active(anon):    2150472 kB
Inactive(anon):        0 kB
Active(file):     698404 kB
Inactive(file):  2385084 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                60 kB
Writeback:             0 kB
AnonPages:       2246344 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             625568 kB
SReclaimable:      68212 kB
SUnreclaim:       557356 kB
KernelStack:        1808 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2464900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node106 at 2012-05-24 17:22:19