Trace number 3689512

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)-37 1800.34 983.24

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
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 constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689512-1337882669.opb
0.10/0.11	c reading problem ... 
1.38/0.65	c ... done. Wall clock time 0.546s.
1.38/0.65	c declared #vars     900
1.38/0.65	c #constraints  960
1.38/0.65	c constraints type 
1.38/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1.38/0.65	c 960 constraints processed.
1.38/0.65	c constraints type 
1.38/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1.38/0.65	c 960 constraints processed.
1.38/0.65	c objective function length is 900 literals
1.38/0.68	c  And the winner is solver0
1.59/1.16	c SATISFIABLE
1.59/1.16	c OPTIMIZING...
1.59/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.59/1.16	o -28
1.59/1.18	c  And the winner is solver0
1.71/1.66	c Got one! Elapsed wall clock time (in seconds):1.555
1.71/1.66	o -29
1.71/1.69	c  And the winner is solver1
1.85/2.16	c Got one! Elapsed wall clock time (in seconds):2.059
1.85/2.16	o -30
2.38/2.32	c  And the winner is solver0
2.70/2.67	c Got one! Elapsed wall clock time (in seconds):2.562
2.70/2.67	o -31
4.13/3.31	c  And the winner is solver1
4.39/3.67	c Got one! Elapsed wall clock time (in seconds):3.564
4.39/3.67	o -32
5.67/4.34	c  And the winner is solver1
5.75/4.67	c Got one! Elapsed wall clock time (in seconds):4.566
5.75/4.67	o -33
6.58/5.08	c cleaning 3134 clauses out of 6268 with flag 1000/6268
9.23/6.35	c  And the winner is solver1
9.39/6.76	c Got one! Elapsed wall clock time (in seconds):6.656
9.39/6.76	o -34
10.46/7.39	c cleaning 4493 clauses out of 8990 with flag 2000/12124
14.41/9.35	c cleaning 5248 clauses out of 10497 with flag 8000/18124
18.53/11.43	c cleaning 6122 clauses out of 12252 with flag 15003/25127
23.25/13.96	c cleaning 7064 clauses out of 14127 with flag 23000/33124
28.03/16.46	c cleaning 8032 clauses out of 16064 with flag 32001/42125
28.78/16.95	c  And the winner is solver1
28.89/17.35	c Got one! Elapsed wall clock time (in seconds):17.24
28.89/17.35	o -35
31.80/18.85	c cleaning 6818 clauses out of 13638 with flag 5000/47731
35.48/20.90	c cleaning 6404 clauses out of 12821 with flag 11001/53732
39.42/23.07	c cleaning 6702 clauses out of 13416 with flag 18000/60731
43.49/25.21	c cleaning 7351 clauses out of 14714 with flag 26000/68731
48.34/27.87	c cleaning 8178 clauses out of 16364 with flag 35001/77732
53.59/30.70	c cleaning 9090 clauses out of 18186 with flag 45001/87732
58.97/33.69	c cleaning 10048 clauses out of 20095 with flag 56000/98731
64.96/36.86	c cleaning 11023 clauses out of 22047 with flag 68000/110731
71.54/40.33	c cleaning 12009 clauses out of 24024 with flag 81000/123731
78.71/44.17	c cleaning 13008 clauses out of 26015 with flag 95000/137731
86.55/48.46	c cleaning 13999 clauses out of 28007 with flag 110000/152731
95.72/53.74	c cleaning 15005 clauses out of 30011 with flag 126003/168734
104.79/58.50	c cleaning 15998 clauses out of 32003 with flag 143000/185731
114.46/63.75	c cleaning 17002 clauses out of 34007 with flag 161002/203733
125.38/69.44	c cleaning 18002 clauses out of 36005 with flag 180002/222733
136.28/75.19	c cleaning 19001 clauses out of 38002 with flag 200001/242732
148.37/81.40	c cleaning 19998 clauses out of 40002 with flag 221002/263733
160.56/88.07	c cleaning 21002 clauses out of 42003 with flag 243001/285732
173.36/94.71	c cleaning 21997 clauses out of 44001 with flag 266001/308732
186.72/101.72	c cleaning 22999 clauses out of 46005 with flag 290002/332733
201.20/109.34	c cleaning 23995 clauses out of 48004 with flag 315000/357731
216.59/117.66	c cleaning 25005 clauses out of 50012 with flag 341003/383734
233.06/126.23	c cleaning 25999 clauses out of 52004 with flag 368000/410731
249.86/135.01	c cleaning 26996 clauses out of 54005 with flag 396000/438731
268.49/145.82	c cleaning 28002 clauses out of 56011 with flag 425002/467733
279.92/151.82	c  And the winner is solver1
279.99/152.05	c Got one! Elapsed wall clock time (in seconds):151.944
279.99/152.05	o -36
283.59/153.82	c cleaning 26076 clauses out of 52151 with flag 5002/491875
288.43/156.73	c cleaning 16037 clauses out of 32074 with flag 11001/497874
293.42/159.77	c cleaning 11517 clauses out of 23036 with flag 18000/504873
299.40/163.59	c cleaning 9758 clauses out of 19519 with flag 26000/512873
304.80/166.74	c cleaning 9374 clauses out of 18762 with flag 35001/521874
310.63/170.13	c cleaning 9691 clauses out of 19388 with flag 45001/531874
316.85/173.73	c cleaning 10344 clauses out of 20696 with flag 56000/542873
323.78/178.06	c cleaning 11169 clauses out of 22352 with flag 68000/554873
330.56/181.92	c cleaning 12089 clauses out of 24184 with flag 81001/567874
337.96/186.12	c cleaning 13044 clauses out of 26094 with flag 95000/581873
345.34/190.33	c cleaning 14026 clauses out of 28051 with flag 110001/596874
354.24/195.60	c cleaning 15009 clauses out of 30024 with flag 126000/612873
363.25/200.65	c cleaning 16003 clauses out of 32015 with flag 143000/629873
373.20/206.15	c cleaning 17000 clauses out of 34012 with flag 161000/647873
383.76/211.98	c cleaning 18005 clauses out of 36012 with flag 180000/666873
395.79/218.86	c cleaning 19002 clauses out of 38007 with flag 200000/686873
407.51/225.29	c cleaning 19998 clauses out of 40005 with flag 221000/707873
419.22/231.67	c cleaning 21000 clauses out of 42007 with flag 243000/729873
431.32/238.23	c cleaning 22003 clauses out of 44009 with flag 266002/752875
444.62/245.86	c cleaning 22998 clauses out of 46005 with flag 290001/776874
458.32/253.28	c cleaning 23999 clauses out of 48007 with flag 315001/801874
472.97/261.12	c cleaning 25003 clauses out of 50009 with flag 341002/827875
488.61/269.53	c cleaning 26000 clauses out of 52006 with flag 368002/854875
504.99/278.73	c cleaning 26995 clauses out of 54004 with flag 396000/882873
521.94/287.77	c cleaning 28001 clauses out of 56011 with flag 425002/911875
539.83/297.29	c cleaning 28999 clauses out of 58009 with flag 455001/941874
558.10/306.91	c cleaning 30001 clauses out of 60009 with flag 486000/972873
578.27/318.08	c cleaning 30999 clauses out of 62009 with flag 518001/1004874
598.77/328.88	c cleaning 32003 clauses out of 64010 with flag 551001/1037874
619.98/340.00	c cleaning 33004 clauses out of 66008 with flag 585002/1071875
643.40/352.35	c cleaning 33997 clauses out of 68002 with flag 620000/1106873
654.94/359.30	c cleaning 0 clauses out of 6681 with flag 0/6682
669.70/366.97	c cleaning 34998 clauses out of 70007 with flag 656002/1142875
694.37/379.79	c cleaning 35993 clauses out of 72007 with flag 693000/1179873
720.72/393.54	c cleaning 37004 clauses out of 74015 with flag 731001/1217874
748.83/408.74	c cleaning 38003 clauses out of 76010 with flag 770000/1256873
777.91/423.95	c cleaning 39001 clauses out of 78007 with flag 810000/1296873
806.77/439.08	c cleaning 40001 clauses out of 80009 with flag 851003/1337876
838.34/455.59	c cleaning 41000 clauses out of 82008 with flag 893003/1379876
872.93/474.06	c cleaning 42002 clauses out of 84005 with flag 936000/1422873
907.09/491.86	c cleaning 43000 clauses out of 86006 with flag 980003/1466876
945.43/511.67	c cleaning 43996 clauses out of 88003 with flag 1025000/1511873
985.95/534.11	c cleaning 44998 clauses out of 90008 with flag 1071001/1557874
1025.45/554.51	c cleaning 46003 clauses out of 92009 with flag 1118000/1604873
1064.09/574.58	c cleaning 47000 clauses out of 94008 with flag 1166002/1652875
1103.67/595.07	c cleaning 48002 clauses out of 96008 with flag 1215002/1701875
1143.72/616.36	c cleaning 49001 clauses out of 98005 with flag 1265001/1751874
1188.98/639.76	c cleaning 49997 clauses out of 100004 with flag 1316001/1802874
1236.50/664.21	c cleaning 50999 clauses out of 102006 with flag 1368000/1854873
1282.00/687.76	c cleaning 52004 clauses out of 104007 with flag 1421000/1907873
1331.20/713.70	c cleaning 52997 clauses out of 106005 with flag 1475002/1961875
1379.81/738.85	c cleaning 53999 clauses out of 108006 with flag 1530000/2016873
1433.54/766.54	c cleaning 55001 clauses out of 110007 with flag 1586000/2072873
1467.38/784.31	c  And the winner is solver1
1467.69/784.65	c Got one! Elapsed wall clock time (in seconds):784.544
1467.69/784.65	o -37
1474.72/788.17	c cleaning 51119 clauses out of 102238 with flag 5002/2120105
1482.89/793.81	c cleaning 28558 clauses out of 57117 with flag 11000/2126103
1488.75/797.76	c cleaning 17774 clauses out of 35559 with flag 18000/2133103
1494.58/801.67	c cleaning 12885 clauses out of 25785 with flag 26000/2141103
1500.58/805.62	c cleaning 10947 clauses out of 21901 with flag 35001/2150104
1508.51/811.23	c cleaning 10473 clauses out of 20953 with flag 45000/2160103
1515.16/815.58	c cleaning 10736 clauses out of 21482 with flag 56002/2171105
1522.00/819.91	c cleaning 11364 clauses out of 22744 with flag 68000/2183103
1529.66/824.77	c cleaning 12184 clauses out of 24381 with flag 81001/2196104
1538.76/830.93	c cleaning 13098 clauses out of 26197 with flag 95001/2210104
1547.41/836.28	c cleaning 14046 clauses out of 28098 with flag 110000/2225103
1556.46/841.73	c cleaning 15025 clauses out of 30052 with flag 126000/2241103
1565.93/847.44	c cleaning 16011 clauses out of 32027 with flag 143000/2258103
1577.20/854.75	c cleaning 17006 clauses out of 34016 with flag 161000/2276103
1587.82/861.02	c cleaning 18001 clauses out of 36011 with flag 180001/2295104
1598.85/867.54	c cleaning 19000 clauses out of 38009 with flag 200000/2315103
1610.89/874.54	c cleaning 20004 clauses out of 40011 with flag 221002/2336105
1624.32/882.95	c cleaning 21001 clauses out of 42005 with flag 243000/2358103
1637.12/890.36	c cleaning 21999 clauses out of 44006 with flag 266002/2381105
1650.53/898.02	c cleaning 23000 clauses out of 46005 with flag 290000/2405103
1664.93/906.28	c cleaning 24001 clauses out of 48005 with flag 315000/2430103
1681.90/916.40	c cleaning 24997 clauses out of 50004 with flag 341000/2456103
1697.46/925.27	c cleaning 26002 clauses out of 52007 with flag 368000/2483103
1714.25/934.62	c cleaning 27001 clauses out of 54006 with flag 396001/2511104
1731.64/944.33	c cleaning 27999 clauses out of 56005 with flag 425001/2540104
1751.17/955.87	c cleaning 28997 clauses out of 58006 with flag 455001/2570104
1770.53/966.45	c cleaning 30003 clauses out of 60009 with flag 486001/2601104
1789.58/976.97	c cleaning 31001 clauses out of 62006 with flag 518001/2633104
1800.16/983.21	c starts		: 45
1800.16/983.21	c conflicts		: 10465
1800.16/983.21	c decisions		: 13396
1800.16/983.21	c propagations		: 137749
1800.16/983.21	c inspects		: 528028531
1800.16/983.21	c shortcuts		: 0
1800.16/983.21	c learnt literals	: 0
1800.16/983.21	c learnt binary clauses	: 0
1800.16/983.21	c learnt ternary clauses	: 0
1800.16/983.21	c learnt constraints	: 10464
1800.16/983.21	c ignored constraints	: 0
1800.16/983.21	c root simplifications	: 0
1800.16/983.21	c removed literals (reason simplification)	: 0
1800.16/983.21	c reason swapping (by a shorter reason)	: 0
1800.16/983.21	c Calls to reduceDB	: 1
1800.16/983.21	c number of reductions to clauses (during analyze)	: 0
1800.16/983.21	c number of learned constraints concerned by reduction	: 0
1800.16/983.21	c number of learning phase by resolution	: 0
1800.16/983.21	c number of learning phase by cutting planes	: 0
1800.16/983.21	c speed (assignments/second)	: 140.48709345136714
1800.16/983.21	c non guided choices	0
1800.16/983.22	c learnt constraints type 
1800.16/983.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10464
1800.16/983.22	c constraints type 
1800.16/983.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.16/983.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1800.16/983.22	c 961 constraints processed.
1800.16/983.22	c constraints type 
1800.16/983.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.16/983.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 960
1800.16/983.22	c 961 constraints processed.
1800.16/983.22	s SATISFIABLE
1800.16/983.22	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 x856 -x857 -x858 -x859 -x860 -x861 x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 
1800.16/983.22	c objective function=-37
1800.16/983.22	c Total wall clock time (in seconds): 983.114

Verifier Data

OK	-37

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-3689512-1337882669/watcher-3689512-1337882669 -o /tmp/evaluation-result-3689512-1337882669/solver-3689512-1337882669 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689512-1337882669.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.73 3.84 3.56 4/195 3007
/proc/meminfo: memFree=26712332/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3007/stat : 3007 (java) R 3005 3007 32594 0 -1 4202496 809 0 0 0 0 0 0 0 20 0 1 0 254392778 23793664 536 33554432000 1073741824 1073778376 140734402797536 140734402786600 273439308353 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 5809 548 412 9 0 128 0

[startup+0.0299379 s]
/proc/loadavg: 3.73 3.84 3.56 4/195 3007
/proc/meminfo: memFree=26712332/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 2965 0 1 0 1 1 0 0 20 0 13 0 254392778 9446973440 3663 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2306390 3664 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100275 s]
/proc/loadavg: 3.73 3.84 3.56 4/195 3007
/proc/meminfo: memFree=26712332/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 4433 0 1 0 8 2 0 0 20 0 18 0 254392778 9787813888 6131 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2389603 6131 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 3.73 3.84 3.56 4/195 3007
/proc/meminfo: memFree=26712332/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 13081 0 1 0 56 4 0 0 20 0 18 0 254392778 9787813888 13623 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2389603 13623 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558412

[startup+0.700204 s]
/proc/loadavg: 3.73 3.84 3.56 4/195 3007
/proc/meminfo: memFree=26712332/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 14973 0 1 0 149 9 0 0 20 0 19 0 254392778 10060460032 36757 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 36757 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.59 3.81 3.55 3/214 3029
/proc/meminfo: memFree=26573652/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 15059 0 1 0 160 11 0 0 20 0 19 0 254392778 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 37833 2256 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2499 0 1 0 59 5 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392779 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392780 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392780 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254392780 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254392781 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254392781 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254392781 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392783 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 6114 0 0 0 43 1 0 0 20 0 19 0 254392783 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 5129 0 0 0 45 1 0 0 20 0 19 0 254392783 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392783 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392783 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3028] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3028/stat : 3028 (java) S 3005 3007 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254392845 10060460032 37833 33554432000 1073741824 1073778376 140734402797536 139989001516072 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.59 3.81 3.55 3/214 3035
/proc/meminfo: memFree=26572432/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=3.89 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 16754 0 1 0 371 18 0 0 20 0 22 0 254392778 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 48248 2274 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2500 0 1 0 60 5 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254392779 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254392780 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254392780 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254392780 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 6147 0 0 0 87 2 0 0 20 0 22 0 254392783 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 6638 0 0 0 90 1 0 0 20 0 22 0 254392783 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 48248 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.59 3.81 3.55 6/217 3047
/proc/meminfo: memFree=26295680/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=9.23 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 17804 0 1 0 881 42 0 0 20 0 22 0 254392778 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 112319 2286 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2501 0 1 0 60 5 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 151 0 0 0 2 2 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 254392779 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 90 0 0 0 6 4 0 0 20 0 22 0 254392780 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 22 0 254392780 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 189 0 0 0 8 5 0 0 20 0 22 0 254392780 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 229 0 0 0 13 0 0 0 20 0 22 0 254392781 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 6153 0 0 0 101 2 0 0 20 0 22 0 254392783 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 6642 0 0 0 97 2 0 0 20 0 22 0 254392783 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3041] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3041/stat : 3041 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254393049 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989000464040 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3045] ppid=3005 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/3007/task/3045/stat : 3045 (java) R 3005 3007 32594 0 -1 4202560 8 0 0 0 137 0 0 0 20 0 22 0 254393246 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989002568536 139989510455015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3046] ppid=3005 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/3007/task/3046/stat : 3046 (java) R 3005 3007 32594 0 -1 4202560 190 0 0 0 136 0 0 0 20 0 22 0 254393246 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989001513880 139989510509542 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3047] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3047/stat : 3047 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254393246 10060460032 112319 33554432000 1073741824 1073778376 140734402797536 139989003621800 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=3007/tid=3063] ppid=3005 vsize=9824668 CPUtime=18.42 cores=1,3,5,7
/proc/3007/task/3063/stat : 3063 (java) R 3005 3007 32594 0 -1 4202560 3 0 0 0 1842 0 0 0 20 0 22 0 254471244 10060460032 843650 33554432000 1073741824 1073778376 140734402797536 139989002568792 139989510455297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3064] ppid=3005 vsize=9824668 CPUtime=18.42 cores=1,3,5,7
/proc/3007/task/3064/stat : 3064 (java) R 3005 3007 32594 0 -1 4202560 14 0 0 0 1842 0 0 0 20 0 22 0 254471244 10060460032 843650 33554432000 1073741824 1073778376 140734402797536 139989001515280 139989510463015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3065] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3065/stat : 3065 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471244 10060460032 843650 33554432000 1073741824 1073778376 140734402797536 139989003621288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1524.86
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.50 3.75 3.70 5/217 3127
/proc/meminfo: memFree=23225320/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=1623.12 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 40716 0 1 0 162011 301 0 0 20 0 22 0 254392778 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 814772 2287 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2549 0 1 0 64 7 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=3.94 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 1354 0 0 0 369 25 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=3.91 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 1167 0 0 0 372 19 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=4.39 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 1113 0 0 0 417 22 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=3.94 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 966 0 0 0 373 21 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=4.11 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 1472 0 0 0 390 21 0 0 20 0 22 0 254392779 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=4.12 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 760 0 0 0 387 25 0 0 20 0 22 0 254392780 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=3.73 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 948 0 0 0 354 19 0 0 20 0 22 0 254392780 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=4.02 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 1199 0 0 0 378 24 0 0 20 0 22 0 254392780 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=152.06 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 6229 0 0 0 15174 32 0 0 20 0 22 0 254392781 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 13634 0 0 0 215 3 0 0 20 0 22 0 254392783 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 6662 0 0 0 108 2 0 0 20 0 22 0 254392783 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 51 0 0 0 19 26 0 0 20 0 22 0 254392783 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3041] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3041/stat : 3041 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254393049 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989000464040 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3063] ppid=3005 vsize=9824668 CPUtime=55.5 cores=1,3,5,7
/proc/3007/task/3063/stat : 3063 (java) R 3005 3007 32594 0 -1 4202560 3 0 0 0 5550 0 0 0 20 0 22 0 254471244 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989002568672 139989510440984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3064] ppid=3005 vsize=9824668 CPUtime=55.5 cores=1,3,5,7
/proc/3007/task/3064/stat : 3064 (java) R 3005 3007 32594 0 -1 4202560 19 0 0 0 5550 0 0 0 20 0 22 0 254471244 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989001513008 139989510463183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3065] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3065/stat : 3065 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471244 10060460032 814772 33554432000 1073741824 1073778376 140734402797536 139989003621288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1623.12
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.60 3.73 3.70 5/218 3130
/proc/meminfo: memFree=23177760/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=1727.64 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 40970 0 1 0 172460 304 0 0 20 0 22 0 254392778 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 794574 2287 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2552 0 1 0 64 7 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=4.08 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 1354 0 0 0 383 25 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=4.08 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 1167 0 0 0 389 19 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=4.58 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 1113 0 0 0 436 22 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=4.14 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 966 0 0 0 393 21 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=4.26 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 1472 0 0 0 405 21 0 0 20 0 22 0 254392779 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=4.31 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 760 0 0 0 406 25 0 0 20 0 22 0 254392780 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=3.84 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 948 0 0 0 365 19 0 0 20 0 22 0 254392780 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=4.15 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 1199 0 0 0 391 24 0 0 20 0 22 0 254392780 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=168.16 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 6472 0 0 0 16783 33 0 0 20 0 22 0 254392781 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 13634 0 0 0 215 3 0 0 20 0 22 0 254392783 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 6662 0 0 0 108 2 0 0 20 0 22 0 254392783 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 55 0 0 0 20 28 0 0 20 0 22 0 254392783 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3041] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3041/stat : 3041 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254393049 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989000464040 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3063] ppid=3005 vsize=9824668 CPUtime=99.07 cores=1,3,5,7
/proc/3007/task/3063/stat : 3063 (java) R 3005 3007 32594 0 -1 4202560 3 0 0 0 9906 1 0 0 20 0 22 0 254471244 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989002568672 139989510503544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3064] ppid=3005 vsize=9824668 CPUtime=99.03 cores=1,3,5,7
/proc/3007/task/3064/stat : 3064 (java) R 3005 3007 32594 0 -1 4202560 23 0 0 0 9900 3 0 0 20 0 22 0 254471244 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989001515280 139989510475453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3065] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3065/stat : 3065 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471244 10060460032 794574 33554432000 1073741824 1073778376 140734402797536 139989003621288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.64
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+983.201 s]
/proc/loadavg: 3.64 3.72 3.69 5/218 3130
/proc/meminfo: memFree=23027260/32873852 swapFree=6848/6848
[pid=3007] ppid=3005 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/3007/stat : 3007 (java) S 3005 3007 32594 0 -1 4202496 42040 0 1 0 179708 308 0 0 20 0 22 0 254392778 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 140734402788672 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3007/statm: 2456167 805172 2287 9 0 2446860 0
[pid=3007/tid=3009] ppid=3005 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/3007/task/3009/stat : 3009 (java) S 3005 3007 32594 0 -1 4202560 2555 0 1 0 64 7 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989658153976 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3010] ppid=3005 vsize=9824668 CPUtime=4.2 cores=1,3,5,7
/proc/3007/task/3010/stat : 3010 (java) S 3005 3007 32594 0 -1 4202560 1354 0 0 0 395 25 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989630605480 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3011] ppid=3005 vsize=9824668 CPUtime=4.22 cores=1,3,5,7
/proc/3007/task/3011/stat : 3011 (java) S 3005 3007 32594 0 -1 4202560 1168 0 0 0 403 19 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989629552936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3012] ppid=3005 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/3007/task/3012/stat : 3012 (java) S 3005 3007 32594 0 -1 4202560 1239 0 0 0 454 22 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989628500392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3013] ppid=3005 vsize=9824668 CPUtime=4.42 cores=1,3,5,7
/proc/3007/task/3013/stat : 3013 (java) S 3005 3007 32594 0 -1 4202560 1185 0 0 0 420 22 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989498767912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3014] ppid=3005 vsize=9824668 CPUtime=4.4 cores=1,3,5,7
/proc/3007/task/3014/stat : 3014 (java) S 3005 3007 32594 0 -1 4202560 1669 0 0 0 419 21 0 0 20 0 22 0 254392779 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989497715368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3015] ppid=3005 vsize=9824668 CPUtime=4.54 cores=1,3,5,7
/proc/3007/task/3015/stat : 3015 (java) S 3005 3007 32594 0 -1 4202560 980 0 0 0 428 26 0 0 20 0 22 0 254392780 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989496662824 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3016] ppid=3005 vsize=9824668 CPUtime=3.97 cores=1,3,5,7
/proc/3007/task/3016/stat : 3016 (java) S 3005 3007 32594 0 -1 4202560 950 0 0 0 378 19 0 0 20 0 22 0 254392780 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989495610280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3017] ppid=3005 vsize=9824668 CPUtime=4.27 cores=1,3,5,7
/proc/3007/task/3017/stat : 3017 (java) S 3005 3007 32594 0 -1 4202560 1301 0 0 0 403 24 0 0 20 0 22 0 254392780 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989494557736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3018] ppid=3005 vsize=9824668 CPUtime=178.07 cores=1,3,5,7
/proc/3007/task/3018/stat : 3018 (java) S 3005 3007 32594 0 -1 4202560 6667 0 0 0 17773 34 0 0 20 0 22 0 254392781 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989012043880 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3019] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3019/stat : 3019 (java) S 3005 3007 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989010990200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3020] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3020/stat : 3020 (java) S 3005 3007 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254392781 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989009937544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3021] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3021/stat : 3021 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989008886288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3022] ppid=3005 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/3007/task/3022/stat : 3022 (java) S 3005 3007 32594 0 -1 4202560 13634 0 0 0 215 3 0 0 20 0 22 0 254392783 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989007833656 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3007/tid=3023] ppid=3005 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/3007/task/3023/stat : 3023 (java) S 3005 3007 32594 0 -1 4202560 6662 0 0 0 108 2 0 0 20 0 22 0 254392783 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989006781112 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3024] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3024/stat : 3024 (java) S 3005 3007 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254392783 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989005728760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3007/tid=3025] ppid=3005 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/3007/task/3025/stat : 3025 (java) S 3005 3007 32594 0 -1 4202560 57 0 0 0 21 29 0 0 20 0 22 0 254392783 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989004676424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3041] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3041/stat : 3041 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254393049 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989000464040 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3063] ppid=3005 vsize=9824668 CPUtime=129.72 cores=1,3,5,7
/proc/3007/task/3063/stat : 3063 (java) R 3005 3007 32594 0 -1 4202560 4 0 0 0 12971 1 0 0 20 0 22 0 254471244 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989002568672 139989510455038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3007/tid=3064] ppid=3005 vsize=9824668 CPUtime=129.66 cores=1,3,5,7
/proc/3007/task/3064/stat : 3064 (java) R 3005 3007 32594 0 -1 4202560 25 0 0 0 12963 3 0 0 20 0 22 0 254471244 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989001513008 139989510476672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3007/tid=3065] ppid=3005 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3007/task/3065/stat : 3065 (java) S 3005 3007 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471244 10060460032 805172 33554432000 1073741824 1073778376 140734402797536 139989003621288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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

Child status: 143
Real time (s): 983.24
CPU time (s): 1800.34
CPU user time (s): 1797.04
CPU system time (s): 3.3025
CPU usage (%): 183.103
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.04
system time used= 3.3025
maximum resident set size= 3374776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27830
involuntary context switches= 49367

runsolver used 6.48001 second user time and 6.89495 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 20:04:29
IDJOB=3689512
IDBENCH=89874
IDSOLVER=2268
FILE ID=node128/3689512-1337882669
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71572 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689512-1337882669/watcher-3689512-1337882669 -o /tmp/evaluation-result-3689512-1337882669/solver-3689512-1337882669 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689512-1337882669.opb

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1163828426

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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		: 2666.389
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	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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		: 2666.389
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		: 2666.389
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		: 2666.389
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		: 2666.389
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:       32873852 kB
MemFree:        26712224 kB
Buffers:          247312 kB
Cached:          2923948 kB
SwapCached:            0 kB
Active:          2675532 kB
Inactive:        2699680 kB
Active(anon):    2206628 kB
Inactive(anon):        0 kB
Active(file):     468904 kB
Inactive(file):  2699680 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1276 kB
Writeback:            16 kB
AnonPages:       2198632 kB
Mapped:            22512 kB
Shmem:               204 kB
Slab:             634852 kB
SReclaimable:      77084 kB
SUnreclaim:       557768 kB
KernelStack:        1672 kB
PageTables:         8244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2482564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2134016 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= 71572 MiB
End job on node128 at 2012-05-24 20:20:54