Trace number 3733063

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-34 1800.11 925.172

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
MD5SUMc9380923d34e254cfa512f89027f1d42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark1325.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41095
Number of constraints which are clauses41095
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 760
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 760
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 760
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3733063-1338687583.opb
0.08/0.13	c reading problem ... 
0.97/0.57	c ... done. Wall clock time 0.44s.
0.97/0.57	c #vars     760
0.97/0.57	c #constraints  41095
0.97/0.57	c constraints type 
0.97/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41095
0.97/0.57	c constraints type 
0.97/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41095
0.97/0.59	c  And the winner is Resolution
1.10/1.08	c SATISFIABLE
1.10/1.08	c OPTIMIZING...
1.10/1.08	c Got one! Elapsed wall clock time (in seconds):0.945
1.10/1.08	o -23
1.17/1.11	c  And the winner is Resolution
1.26/1.59	c Got one! Elapsed wall clock time (in seconds):1.451
1.26/1.59	o -25
1.29/1.65	c  And the winner is Resolution
1.91/2.09	c Got one! Elapsed wall clock time (in seconds):1.954
1.91/2.09	o -26
1.91/2.10	c  And the winner is Resolution
2.01/2.59	c Got one! Elapsed wall clock time (in seconds):2.457
2.01/2.59	o -27
2.03/2.60	c  And the winner is Resolution
2.02/3.09	c Got one! Elapsed wall clock time (in seconds):2.959
2.02/3.09	o -28
2.03/3.12	c  And the winner is Resolution
2.15/3.60	c Got one! Elapsed wall clock time (in seconds):3.461
2.15/3.60	o -29
2.16/3.64	c  And the winner is Resolution
2.50/4.10	c Got one! Elapsed wall clock time (in seconds):3.964
2.50/4.10	o -30
3.03/4.38	c  And the winner is CuttingPlanes
3.19/4.60	c Got one! Elapsed wall clock time (in seconds):4.466
3.19/4.60	o -33
4.42/5.22	c cleaning 3203 clauses out of 6405 with flag 4000/6405
6.54/6.20	c cleaning 4601 clauses out of 9202 with flag 10000/12405
8.72/7.33	c cleaning 5795 clauses out of 11601 with flag 17000/19405
11.30/8.64	c cleaning 6897 clauses out of 13806 with flag 25000/27405
14.44/10.23	c cleaning 7955 clauses out of 15909 with flag 34000/36405
17.78/11.94	c cleaning 8972 clauses out of 17954 with flag 44000/46405
21.68/13.98	c cleaning 9989 clauses out of 19982 with flag 55000/57405
26.26/16.21	c cleaning 10990 clauses out of 21993 with flag 67000/69405
31.13/18.78	c cleaning 11993 clauses out of 24004 with flag 80001/82406
36.22/21.40	c cleaning 13006 clauses out of 26011 with flag 94001/96406
42.30/24.49	c cleaning 14001 clauses out of 28004 with flag 109000/111405
48.37/27.60	c cleaning 14996 clauses out of 30003 with flag 125000/127405
55.31/31.11	c cleaning 16001 clauses out of 32007 with flag 142000/144405
63.19/35.11	c cleaning 17002 clauses out of 34006 with flag 160000/162405
69.46/38.36	c  And the winner is Resolution
70.36/39.28	c Got one! Elapsed wall clock time (in seconds):39.143
70.36/39.28	o -34
72.17/40.30	c cleaning 17349 clauses out of 34703 with flag 5001/180104
74.60/41.54	c cleaning 11665 clauses out of 23354 with flag 11001/186104
77.29/43.07	c cleaning 9342 clauses out of 18688 with flag 18000/193103
80.50/44.72	c cleaning 8671 clauses out of 17346 with flag 26000/201103
84.13/46.67	c cleaning 8830 clauses out of 17676 with flag 35001/210104
88.16/48.75	c cleaning 9413 clauses out of 18846 with flag 45001/220104
93.04/51.30	c cleaning 10208 clauses out of 20432 with flag 56000/231103
97.89/53.88	c cleaning 11106 clauses out of 22225 with flag 68001/243104
104.09/57.07	c cleaning 12059 clauses out of 24118 with flag 81000/256103
110.10/60.10	c cleaning 13022 clauses out of 26059 with flag 95000/270103
116.38/63.43	c cleaning 14018 clauses out of 28038 with flag 110001/285104
123.21/66.98	c cleaning 14999 clauses out of 30019 with flag 126000/301103
131.20/71.08	c cleaning 16007 clauses out of 32020 with flag 143000/318103
139.97/75.52	c cleaning 17007 clauses out of 34013 with flag 161000/336103
149.61/80.53	c cleaning 17988 clauses out of 36006 with flag 180000/355103
159.61/85.62	c cleaning 19007 clauses out of 38021 with flag 200003/375106
170.00/90.99	c cleaning 20000 clauses out of 40011 with flag 221000/396103
178.77/95.43	c cleaning 21001 clauses out of 42011 with flag 243000/418103
189.99/101.23	c cleaning 22005 clauses out of 44010 with flag 266000/441103
200.79/106.76	c cleaning 22997 clauses out of 46005 with flag 290000/465103
212.52/112.72	c cleaning 24001 clauses out of 48008 with flag 315000/490103
227.88/120.51	c cleaning 24996 clauses out of 50008 with flag 341001/516104
240.46/127.07	c cleaning 25999 clauses out of 52011 with flag 368000/543103
255.43/134.62	c cleaning 27006 clauses out of 54012 with flag 396000/571103
269.36/141.75	c cleaning 28003 clauses out of 56007 with flag 425001/600104
282.30/148.40	c cleaning 28991 clauses out of 58004 with flag 455001/630104
297.61/156.25	c cleaning 30002 clauses out of 60013 with flag 486001/661104
313.71/164.43	c cleaning 30996 clauses out of 62010 with flag 518000/693103
331.82/173.62	c cleaning 32004 clauses out of 64015 with flag 551001/726104
352.75/184.26	c cleaning 33005 clauses out of 66010 with flag 585000/760103
376.45/196.37	c cleaning 33980 clauses out of 68005 with flag 620000/795103
399.16/207.85	c cleaning 35007 clauses out of 70026 with flag 656001/831104
424.02/220.41	c cleaning 36002 clauses out of 72018 with flag 693000/868103
443.05/230.10	c cleaning 37006 clauses out of 74016 with flag 731000/906103
462.06/239.97	c cleaning 37989 clauses out of 76010 with flag 770000/945103
484.51/251.30	c cleaning 39009 clauses out of 78021 with flag 810000/985103
504.52/261.58	c cleaning 0 clauses out of 5129 with flag 0/5131
510.72/264.59	c cleaning 40004 clauses out of 80012 with flag 851000/1026103
538.97/279.04	c cleaning 40998 clauses out of 82008 with flag 893000/1068103
564.39/291.92	c cleaning 41493 clauses out of 83010 with flag 935000/1110103
594.23/307.02	c cleaning 41752 clauses out of 83517 with flag 977000/1152103
618.83/319.56	c cleaning 41874 clauses out of 83765 with flag 1019000/1194103
648.48/334.72	c cleaning 41935 clauses out of 83891 with flag 1061000/1236103
676.48/348.94	c cleaning 41971 clauses out of 83956 with flag 1103000/1278103
702.03/361.96	c cleaning 41980 clauses out of 83985 with flag 1145000/1320103
721.36/371.81	c cleaning 41989 clauses out of 84005 with flag 1187000/1362103
743.94/383.59	c cleaning 42004 clauses out of 84016 with flag 1229000/1404103
767.27/395.45	c cleaning 42006 clauses out of 84013 with flag 1271001/1446104
791.61/407.80	c cleaning 42001 clauses out of 84006 with flag 1313000/1488103
819.32/421.93	c cleaning 41991 clauses out of 84005 with flag 1355000/1530103
852.64/439.03	c cleaning 42004 clauses out of 84014 with flag 1397000/1572103
884.75/455.39	c cleaning 41989 clauses out of 84010 with flag 1439000/1614103
908.47/467.49	c cleaning 42005 clauses out of 84022 with flag 1481001/1656104
936.54/481.70	c cleaning 42004 clauses out of 84016 with flag 1523000/1698103
968.53/498.27	c cleaning 41993 clauses out of 84013 with flag 1565001/1740104
996.78/512.68	c cleaning 41985 clauses out of 84019 with flag 1607000/1782103
1021.28/525.15	c cleaning 42007 clauses out of 84034 with flag 1649000/1824103
1048.56/539.01	c cleaning 42010 clauses out of 84027 with flag 1691000/1866103
1075.76/553.18	c cleaning 41999 clauses out of 84018 with flag 1733001/1908104
1103.36/567.23	c cleaning 42000 clauses out of 84018 with flag 1775000/1950103
1129.39/580.55	c cleaning 41999 clauses out of 84018 with flag 1817000/1992103
1148.21/590.25	c cleaning 42009 clauses out of 84019 with flag 1859000/2034103
1173.07/603.12	c cleaning 41999 clauses out of 84010 with flag 1901000/2076103
1198.67/616.25	c cleaning 42003 clauses out of 84011 with flag 1943000/2118103
1222.72/628.57	c cleaning 41997 clauses out of 84008 with flag 1985000/2160103
1247.92/641.48	c cleaning 41993 clauses out of 84011 with flag 2027000/2202103
1280.32/658.20	c cleaning 42002 clauses out of 84018 with flag 2069000/2244103
1311.52/674.06	c cleaning 42001 clauses out of 84017 with flag 2111001/2286104
1340.12/688.68	c cleaning 42008 clauses out of 84016 with flag 2153001/2328104
1368.49/703.16	c cleaning 41998 clauses out of 84007 with flag 2195000/2370103
1401.39/720.16	c cleaning 41999 clauses out of 84009 with flag 2237000/2412103
1424.38/731.90	c cleaning 42001 clauses out of 84011 with flag 2279001/2454104
1456.09/748.10	c cleaning 42001 clauses out of 84009 with flag 2321000/2496103
1488.24/764.57	c cleaning 42005 clauses out of 84009 with flag 2363001/2538104
1516.27/779.19	c cleaning 41993 clauses out of 84003 with flag 2405000/2580103
1547.21/794.92	c cleaning 41995 clauses out of 84010 with flag 2447000/2622103
1573.91/808.70	c cleaning 41998 clauses out of 84015 with flag 2489000/2664103
1601.21/822.68	c cleaning 42003 clauses out of 84018 with flag 2531001/2706104
1630.98/838.14	c cleaning 41996 clauses out of 84015 with flag 2573001/2748104
1663.47/854.71	c cleaning 42004 clauses out of 84018 with flag 2615000/2790103
1695.55/871.16	c cleaning 42001 clauses out of 84015 with flag 2657001/2832104
1727.01/887.26	c cleaning 42005 clauses out of 84014 with flag 2699001/2874104
1760.36/904.59	c cleaning 41996 clauses out of 84008 with flag 2741000/2916103
1792.62/921.08	c cleaning 42000 clauses out of 84012 with flag 2783000/2958103
1800.10/925.12	c starts		: 253
1800.10/925.12	c conflicts		: 2971596
1800.10/925.12	c decisions		: 3167213
1800.10/925.12	c propagations		: 18027450
1800.10/925.12	c inspects		: 3473309864
1800.10/925.12	c shortcuts		: 0
1800.10/925.12	c learnt literals	: 0
1800.10/925.12	c learnt binary clauses	: 0
1800.10/925.12	c learnt ternary clauses	: 0
1800.10/925.12	c learnt constraints	: 2971596
1800.10/925.12	c ignored constraints	: 0
1800.10/925.12	c root simplifications	: 0
1800.10/925.12	c removed literals (reason simplification)	: 42197019
1800.10/925.12	c reason swapping (by a shorter reason)	: 0
1800.10/925.12	c Calls to reduceDB	: 97
1800.10/925.12	c number of reductions to clauses (during analyze)	: 0
1800.10/925.12	c number of learned constraints concerned by reduction	: 0
1800.10/925.12	c number of learning phase by resolution	: 0
1800.10/925.12	c number of learning phase by cutting planes	: 0
1800.10/925.12	c speed (assignments/second)	: 20350.713843034682
1800.10/925.12	c non guided choices	0
1800.10/925.15	c learnt constraints type 
1800.10/925.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55608
1800.10/925.15	c constraints type 
1800.10/925.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/925.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41095
1800.10/925.15	c constraints type 
1800.10/925.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41095
1800.10/925.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/925.15	s SATISFIABLE
1800.10/925.15	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 x758 -x759 -x760 
1800.10/925.15	c objective function=-34
1800.10/925.15	c Total wall clock time (in seconds): 925.02

Verifier Data

OK	-34

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-3733063-1338687583/watcher-3733063-1338687583 -o /tmp/evaluation-result-3733063-1338687583/solver-3733063-1338687583 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733063-1338687583.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.39 3.30 3.28 4/197 3798
/proc/meminfo: memFree=25801520/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3798/stat : 3798 (java) D 3796 3798 442 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 334882673 9515008 176 33554432000 1073741824 1073778376 140734100587008 140734100569736 254750311312 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/3798/statm: 2323 176 133 9 0 71 0

[startup+0.096854 s]
/proc/loadavg: 3.39 3.30 3.28 4/197 3798
/proc/meminfo: memFree=25801520/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 4470 0 1 0 6 2 0 0 20 0 18 0 334882673 11864465408 12832 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2896598 12832 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.10029 s]
/proc/loadavg: 3.39 3.30 3.28 4/197 3798
/proc/meminfo: memFree=25801520/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 4472 0 1 0 6 2 0 0 20 0 18 0 334882673 11864465408 12834 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2896598 12834 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300249 s]
/proc/loadavg: 3.39 3.30 3.28 4/197 3798
/proc/meminfo: memFree=25801520/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 6330 0 1 0 42 3 0 0 20 0 18 0 334882673 11864465408 15761 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2896598 15761 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700224 s]
/proc/loadavg: 3.39 3.30 3.28 4/197 3798
/proc/meminfo: memFree=25801520/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 10280 0 1 0 103 7 0 0 20 0 19 0 334882673 12137111552 39686 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 39686 2253 9 0 2953849 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.39 3.30 3.28 3/216 3820
/proc/meminfo: memFree=25651732/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 10388 0 1 0 117 9 0 0 20 0 19 0 334882673 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 40762 2256 9 0 2953849 0
[pid=3798/tid=3800] ppid=3796 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/3798/task/3800/stat : 3800 (java) S 3796 3798 442 0 -1 4202560 3427 0 1 0 52 3 0 0 20 0 19 0 334882674 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452287276184 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3801] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3801/stat : 3801 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452123928872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3802] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3802/stat : 3802 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452122876072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3803] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3803/stat : 3803 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452121823784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334882678 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334882679 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334882679 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882681 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) S 3796 3798 442 0 -1 4202560 2875 0 0 0 30 1 0 0 20 0 19 0 334882681 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452100151992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 2772 0 0 0 25 0 0 0 20 0 19 0 334882681 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882681 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3816/stat : 3816 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882681 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452096994504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3820] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3820/stat : 3820 (java) S 3796 3798 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334882732 12137111552 40762 33554432000 1073741824 1073778376 140735276646560 140452092781608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 11852648

############
# WARNING:
# current cumulated CPU time (2.02 s) is less than in the last sample (2.03 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+2.60069 s]
/proc/loadavg: 3.39 3.30 3.28 7/219 3829
/proc/meminfo: memFree=25622128/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 17204 0 1 0 190 13 0 0 20 0 22 0 334882673 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 48105 2260 9 0 2953849 0
[pid=3798/tid=3800] ppid=3796 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/3798/task/3800/stat : 3800 (java) S 3796 3798 442 0 -1 4202560 3428 0 1 0 52 3 0 0 20 0 22 0 334882674 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452287276184 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3801] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3801/stat : 3801 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452123928872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3802] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3802/stat : 3802 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452122876072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3803] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3803/stat : 3803 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452121823784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334882677 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334882678 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) R 3796 3798 442 0 -1 4202560 3765 0 0 0 49 2 0 0 20 0 22 0 334882681 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452100151992 140452289763510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 8671 0 0 0 63 2 0 0 20 0 22 0 334882681 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3816/stat : 3816 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452096994504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3820] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3820/stat : 3820 (java) S 3796 3798 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334882732 12137111552 48105 33554432000 1073741824 1073778376 140735276646560 140452092781608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 11852648

[startup+2.70081 s]
/proc/loadavg: 3.39 3.30 3.28 7/219 3829
/proc/meminfo: memFree=25622128/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 17233 0 1 0 189 13 0 0 20 0 19 0 334882673 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 48098 2260 9 0 2953849 0
[pid=3798/tid=3800] ppid=3796 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/3798/task/3800/stat : 3800 (java) S 3796 3798 442 0 -1 4202560 3428 0 1 0 52 3 0 0 20 0 19 0 334882674 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452287276184 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3801] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3801/stat : 3801 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452123928872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3802] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3802/stat : 3802 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452122876072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3803] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3803/stat : 3803 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452121823784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334882677 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334882678 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334882679 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334882679 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882681 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) S 3796 3798 442 0 -1 4202560 3794 0 0 0 49 2 0 0 20 0 19 0 334882681 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452100151992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 8671 0 0 0 63 2 0 0 20 0 19 0 334882681 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334882681 12137111552 48098 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7

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

[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 240 0 0 0 193 5 0 0 20 0 22 0 334882677 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 197 0 0 0 188 5 0 0 20 0 22 0 334882677 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=2.12 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 224 0 0 0 207 5 0 0 20 0 22 0 334882677 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 242 0 0 0 203 6 0 0 20 0 22 0 334882677 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 255 0 0 0 190 5 0 0 20 0 22 0 334882677 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=48.73 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 427 0 0 0 4858 15 0 0 20 0 22 0 334882678 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) S 3796 3798 442 0 -1 4202560 10360 0 0 0 165 4 0 0 20 0 22 0 334882681 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452100151992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 8696 0 0 0 104 2 0 0 20 0 22 0 334882681 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/3798/task/3816/stat : 3816 (java) S 3796 3798 442 0 -1 4202560 52 0 0 0 19 26 0 0 20 0 22 0 334882681 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452096994504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3844] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3844/stat : 3844 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334883134 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452092781608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3848] ppid=3796 vsize=11852648 CPUtime=790.24 cores=1,3,5,7
/proc/3798/task/3848/stat : 3848 (java) R 3796 3798 442 0 -1 4202560 46 0 0 0 79011 13 0 0 20 0 22 0 334886601 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452093833936 140452158932327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3849] ppid=3796 vsize=11852648 CPUtime=790.15 cores=1,3,5,7
/proc/3798/task/3849/stat : 3849 (java) R 3796 3798 442 0 -1 4202560 436 0 0 0 78986 29 0 0 20 0 22 0 334886601 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452094884624 140452159068811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3850] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3850/stat : 3850 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334886601 12137111552 655140 33554432000 1073741824 1073778376 140735276646560 140452095940264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1717.21
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.108 s]
/proc/loadavg: 3.87 3.85 3.64 4/219 3945
/proc/meminfo: memFree=22660352/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 27236 0 1 0 179876 134 0 0 20 0 22 0 334882673 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 657300 2293 9 0 2953849 0
[pid=3798/tid=3800] ppid=3796 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/3798/task/3800/stat : 3800 (java) S 3796 3798 442 0 -1 4202560 3498 0 1 0 56 6 0 0 20 0 22 0 334882674 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452287276184 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3801] ppid=3796 vsize=11852648 CPUtime=2.36 cores=1,3,5,7
/proc/3798/task/3801/stat : 3801 (java) S 3796 3798 442 0 -1 4202560 260 0 0 0 231 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452123928872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3802] ppid=3796 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/3798/task/3802/stat : 3802 (java) S 3796 3798 442 0 -1 4202560 196 0 0 0 211 4 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452122876072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3803] ppid=3796 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/3798/task/3803/stat : 3803 (java) S 3796 3798 442 0 -1 4202560 334 0 0 0 202 7 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452121823784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=2.08 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 286 0 0 0 203 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 197 0 0 0 198 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=2.19 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 252 0 0 0 214 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=2.16 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 243 0 0 0 210 6 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 280 0 0 0 200 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=51.79 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 433 0 0 0 5164 15 0 0 20 0 22 0 334882678 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) S 3796 3798 442 0 -1 4202560 10360 0 0 0 165 4 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452100151992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 8696 0 0 0 104 2 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/3798/task/3816/stat : 3816 (java) S 3796 3798 442 0 -1 4202560 54 0 0 0 20 27 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452096994504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3844] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3844/stat : 3844 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334883134 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452092781608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3848] ppid=3796 vsize=11852648 CPUtime=829.69 cores=1,3,5,7
/proc/3798/task/3848/stat : 3848 (java) R 3796 3798 442 0 -1 4202560 46 0 0 0 82956 13 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452093833936 140452159382391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3849] ppid=3796 vsize=11852648 CPUtime=829.59 cores=1,3,5,7
/proc/3798/task/3849/stat : 3849 (java) R 3796 3798 442 0 -1 4202560 436 0 0 0 82930 29 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452094884560 140452158991946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3850] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3850/stat : 3850 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452095940264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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

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

[startup+925.108 s]
/proc/loadavg: 3.87 3.85 3.64 4/219 3945
/proc/meminfo: memFree=22660352/32873844 swapFree=7628/7628
[pid=3798] ppid=3796 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/3798/stat : 3798 (java) S 3796 3798 442 0 -1 4202496 27236 0 1 0 179876 134 0 0 20 0 22 0 334882673 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140735276637696 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3798/statm: 2963162 657300 2293 9 0 2953849 0
[pid=3798/tid=3800] ppid=3796 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/3798/task/3800/stat : 3800 (java) S 3796 3798 442 0 -1 4202560 3498 0 1 0 56 6 0 0 20 0 22 0 334882674 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452287276184 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3801] ppid=3796 vsize=11852648 CPUtime=2.36 cores=1,3,5,7
/proc/3798/task/3801/stat : 3801 (java) S 3796 3798 442 0 -1 4202560 260 0 0 0 231 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452123928872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3802] ppid=3796 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/3798/task/3802/stat : 3802 (java) S 3796 3798 442 0 -1 4202560 196 0 0 0 211 4 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452122876072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3803] ppid=3796 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/3798/task/3803/stat : 3803 (java) S 3796 3798 442 0 -1 4202560 334 0 0 0 202 7 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452121823784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3804] ppid=3796 vsize=11852648 CPUtime=2.08 cores=1,3,5,7
/proc/3798/task/3804/stat : 3804 (java) S 3796 3798 442 0 -1 4202560 286 0 0 0 203 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452120770984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3805] ppid=3796 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/3798/task/3805/stat : 3805 (java) S 3796 3798 442 0 -1 4202560 197 0 0 0 198 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452119718696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3806] ppid=3796 vsize=11852648 CPUtime=2.19 cores=1,3,5,7
/proc/3798/task/3806/stat : 3806 (java) S 3796 3798 442 0 -1 4202560 252 0 0 0 214 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452118665896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3807] ppid=3796 vsize=11852648 CPUtime=2.16 cores=1,3,5,7
/proc/3798/task/3807/stat : 3807 (java) S 3796 3798 442 0 -1 4202560 243 0 0 0 210 6 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452117613608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3808] ppid=3796 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/3798/task/3808/stat : 3808 (java) S 3796 3798 442 0 -1 4202560 280 0 0 0 200 5 0 0 20 0 22 0 334882677 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452116560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3809] ppid=3796 vsize=11852648 CPUtime=51.79 cores=1,3,5,7
/proc/3798/task/3809/stat : 3809 (java) S 3796 3798 442 0 -1 4202560 433 0 0 0 5164 15 0 0 20 0 22 0 334882678 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452104362216 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3810] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3810/stat : 3810 (java) S 3796 3798 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452103308280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3811] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3811/stat : 3811 (java) S 3796 3798 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334882679 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452102255880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3812] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3812/stat : 3812 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452101204368 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3813] ppid=3796 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/3798/task/3813/stat : 3813 (java) S 3796 3798 442 0 -1 4202560 10360 0 0 0 165 4 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452100151992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3814] ppid=3796 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/3798/task/3814/stat : 3814 (java) S 3796 3798 442 0 -1 4202560 8696 0 0 0 104 2 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452099099192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3798/tid=3815] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3815/stat : 3815 (java) S 3796 3798 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452098047096 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3816] ppid=3796 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/3798/task/3816/stat : 3816 (java) S 3796 3798 442 0 -1 4202560 54 0 0 0 20 27 0 0 20 0 22 0 334882681 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452096994504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3798/tid=3844] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3844/stat : 3844 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334883134 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452092781608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3848] ppid=3796 vsize=11852648 CPUtime=829.69 cores=1,3,5,7
/proc/3798/task/3848/stat : 3848 (java) R 3796 3798 442 0 -1 4202560 46 0 0 0 82956 13 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452093833936 140452159382391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3798/tid=3849] ppid=3796 vsize=11852648 CPUtime=829.59 cores=1,3,5,7
/proc/3798/task/3849/stat : 3849 (java) R 3796 3798 442 0 -1 4202560 436 0 0 0 82930 29 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452094884560 140452158991946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3798/tid=3850] ppid=3796 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/3798/task/3850/stat : 3850 (java) S 3796 3798 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334886601 12137111552 657300 33554432000 1073741824 1073778376 140735276646560 140452095940264 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

Child status: 143

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


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

Real time (s): 925.172
CPU time (s): 1800.11
CPU user time (s): 1798.77
CPU system time (s): 1.34
CPU usage (%): 194.57
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.78273
maximum resident set size= 2629320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27269
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24692
involuntary context switches= 32249

runsolver used 3.44248 second user time and 9.65253 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 03:39:43
IDJOB=3733063
IDBENCH=2241
IDSOLVER=2328
FILE ID=node145/3733063-1338687583
RUNJOBID= node145-1338678626-462
PBS_JOBID= 14636668
Free space on /tmp= 70924 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733063-1338687583/watcher-3733063-1338687583 -o /tmp/evaluation-result-3733063-1338687583/solver-3733063-1338687583 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733063-1338687583.opb

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

MD5SUM BENCH= c9380923d34e254cfa512f89027f1d42
RANDOM SEED=1623644987

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.91
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25802056 kB
Buffers:          431352 kB
Cached:          4782440 kB
SwapCached:            0 kB
Active:          2606484 kB
Inactive:        3607244 kB
Active(anon):     991388 kB
Inactive(anon):    10916 kB
Active(file):    1615096 kB
Inactive(file):  3596328 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1200 kB
Writeback:            16 kB
AnonPages:       1009504 kB
Mapped:            22276 kB
Shmem:               200 kB
Slab:             716308 kB
SReclaimable:     157664 kB
SUnreclaim:       558644 kB
KernelStack:        1616 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 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= 70924 MiB
End job on node145 at 2012-06-03 03:55:10