Trace number 3687522

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)40027 1800.9 913.966

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687522-1337871928.opb
0.09/0.11	c reading problem ... 
0.25/0.25	c ... done. Wall clock time 0.136s.
0.25/0.25	c declared #vars     572
0.25/0.25	c #constraints  215
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
0.25/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.25/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.25/0.25	c 215 constraints processed.
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58
0.25/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
0.25/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
0.25/0.25	c 215 constraints processed.
0.25/0.25	c objective function length is 572 literals
2.90/0.90	c  And the winner is solver1
2.91/1.25	c SATISFIABLE
2.91/1.25	c OPTIMIZING...
2.91/1.25	c Got one! Elapsed wall clock time (in seconds):1.138
2.91/1.25	o 124330
3.04/1.38	c cleaning 2718 clauses out of 5444 with flag 1000/5444
4.33/1.74	c  And the winner is solver1
4.33/1.76	c Got one! Elapsed wall clock time (in seconds):1.641
4.33/1.76	o 48487
4.68/1.83	c cleaning 4211 clauses out of 8421 with flag 1000/11141
5.31/2.16	c  And the winner is solver1
5.49/2.26	c Got one! Elapsed wall clock time (in seconds):2.143
5.49/2.26	o 48082
5.59/2.33	c cleaning 4770 clauses out of 9545 with flag 1001/16476
6.43/2.77	c cleaning 5386 clauses out of 10775 with flag 7001/22476
7.64/3.36	c cleaning 6192 clauses out of 12388 with flag 14000/29475
9.02/4.08	c cleaning 7094 clauses out of 14196 with flag 22000/37475
10.57/4.85	c cleaning 8047 clauses out of 16103 with flag 31001/46476
12.09/5.69	c cleaning 9019 clauses out of 18056 with flag 41001/56476
14.20/6.78	c cleaning 10016 clauses out of 20038 with flag 52002/67477
16.56/7.95	c cleaning 11003 clauses out of 22022 with flag 64002/79477
18.87/9.18	c cleaning 12008 clauses out of 24016 with flag 77000/92475
21.38/10.45	c cleaning 13006 clauses out of 26011 with flag 91003/106478
22.80/11.26	c  And the winner is solver1
22.93/11.41	c Got one! Elapsed wall clock time (in seconds):11.292
22.93/11.41	o 44331
22.93/11.47	c  And the winner is solver0
23.13/11.91	c Got one! Elapsed wall clock time (in seconds):11.794
23.13/11.91	o 40027
23.51/12.20	c cleaning 13001 clauses out of 26010 with flag 4001/119483
24.58/12.72	c cleaning 9499 clauses out of 19008 with flag 10000/125482
25.46/13.26	c cleaning 8254 clauses out of 16511 with flag 17002/132484
26.55/13.88	c cleaning 8121 clauses out of 16255 with flag 25000/140482
28.14/14.71	c cleaning 8567 clauses out of 17135 with flag 34001/149483
30.00/15.70	c cleaning 9277 clauses out of 18568 with flag 44001/159483
31.87/16.73	c cleaning 10139 clauses out of 20290 with flag 55000/170482
33.72/17.75	c cleaning 11070 clauses out of 22151 with flag 67000/182482
35.89/18.95	c cleaning 12035 clauses out of 24082 with flag 80001/195483
37.93/20.05	c cleaning 13016 clauses out of 26046 with flag 94000/209482
39.59/20.98	c cleaning 14004 clauses out of 28030 with flag 109000/224482
42.03/22.23	c cleaning 15010 clauses out of 30026 with flag 125000/240482
44.79/23.77	c cleaning 16001 clauses out of 32016 with flag 142000/257482
48.22/25.51	c cleaning 17000 clauses out of 34015 with flag 160000/275482
50.47/26.77	c cleaning 18002 clauses out of 36015 with flag 179000/294482
53.49/28.35	c cleaning 19000 clauses out of 38013 with flag 199000/314482
57.03/30.24	c cleaning 19995 clauses out of 40014 with flag 220001/335483
60.86/32.26	c cleaning 21006 clauses out of 42021 with flag 242003/357485
65.09/34.47	c cleaning 21999 clauses out of 44014 with flag 265002/380484
69.13/36.51	c cleaning 23002 clauses out of 46015 with flag 289002/404484
73.47/38.89	c cleaning 23999 clauses out of 48011 with flag 314000/429482
77.91/41.14	c cleaning 25000 clauses out of 50012 with flag 340000/455482
82.15/43.30	c cleaning 26002 clauses out of 52012 with flag 367000/482482
87.17/45.97	c cleaning 26999 clauses out of 54012 with flag 395002/510484
92.53/48.72	c cleaning 27993 clauses out of 56011 with flag 424000/539482
98.17/51.70	c cleaning 28993 clauses out of 58018 with flag 454000/569482
104.37/54.80	c cleaning 30006 clauses out of 60025 with flag 485000/600482
110.39/57.96	c cleaning 30994 clauses out of 62019 with flag 517000/632482
116.69/61.27	c cleaning 32003 clauses out of 64026 with flag 550001/665483
123.11/64.57	c cleaning 33006 clauses out of 66024 with flag 584002/699484
130.59/68.35	c cleaning 33999 clauses out of 68017 with flag 619001/734483
138.21/72.28	c cleaning 35006 clauses out of 70020 with flag 655003/770485
145.37/75.96	c cleaning 35997 clauses out of 72012 with flag 692001/807483
153.79/80.22	c cleaning 37009 clauses out of 74018 with flag 730004/845486
162.83/84.86	c cleaning 37993 clauses out of 76007 with flag 769002/884484
171.43/89.26	c cleaning 38998 clauses out of 78013 with flag 809001/924483
184.14/95.72	c cleaning 39979 clauses out of 80014 with flag 850000/965482
196.15/101.87	c cleaning 41008 clauses out of 82036 with flag 892001/1007483
205.20/106.49	c cleaning 42011 clauses out of 84031 with flag 935004/1050486
213.99/110.90	c cleaning 42997 clauses out of 86016 with flag 979000/1094482
223.49/115.86	c cleaning 43994 clauses out of 88020 with flag 1024001/1139483
233.89/121.10	c cleaning 44999 clauses out of 90025 with flag 1070000/1185482
244.53/126.58	c cleaning 46008 clauses out of 92030 with flag 1117004/1232486
256.93/132.82	c cleaning 47000 clauses out of 94018 with flag 1165000/1280482
268.23/138.64	c cleaning 48002 clauses out of 96018 with flag 1214000/1329482
281.81/145.55	c cleaning 49002 clauses out of 98017 with flag 1264001/1379483
296.42/152.98	c cleaning 49995 clauses out of 100014 with flag 1315000/1430482
308.45/159.07	c cleaning 50998 clauses out of 102020 with flag 1367001/1482483
323.14/166.59	c cleaning 52004 clauses out of 104022 with flag 1420001/1535483
336.77/173.48	c cleaning 53002 clauses out of 106017 with flag 1474000/1589482
350.95/180.60	c cleaning 53999 clauses out of 108015 with flag 1529000/1644482
363.95/187.23	c cleaning 54996 clauses out of 110016 with flag 1585000/1700482
378.44/194.63	c cleaning 55997 clauses out of 112021 with flag 1642001/1757483
395.82/203.43	c cleaning 56986 clauses out of 114024 with flag 1700001/1815483
416.02/213.63	c cleaning 58002 clauses out of 116040 with flag 1759003/1874485
433.30/222.32	c cleaning 59014 clauses out of 118035 with flag 1819000/1934482
451.78/231.88	c cleaning 60002 clauses out of 120021 with flag 1880000/1995482
468.32/240.29	c cleaning 60998 clauses out of 122021 with flag 1942002/2057484
485.89/249.15	c cleaning 61992 clauses out of 124021 with flag 2005000/2120482
501.12/256.94	c cleaning 63004 clauses out of 126029 with flag 2069000/2184482
520.05/266.51	c cleaning 63998 clauses out of 128026 with flag 2134001/2249483
538.58/275.93	c cleaning 64992 clauses out of 130027 with flag 2200000/2315482
559.52/286.54	c cleaning 65998 clauses out of 132035 with flag 2267000/2382482
578.71/296.31	c cleaning 66966 clauses out of 134038 with flag 2335001/2450483
601.64/307.91	c cleaning 68023 clauses out of 136071 with flag 2404000/2519482
624.57/319.59	c cleaning 68992 clauses out of 138048 with flag 2474000/2589482
651.69/333.22	c cleaning 70006 clauses out of 140056 with flag 2545000/2660482
672.04/343.65	c cleaning 71002 clauses out of 142052 with flag 2617002/2732484
691.95/353.79	c cleaning 72004 clauses out of 144048 with flag 2690000/2805482
720.86/368.38	c cleaning 73000 clauses out of 146045 with flag 2764001/2879483
742.58/379.40	c cleaning 73999 clauses out of 148045 with flag 2839001/2954483
767.52/392.04	c cleaning 75019 clauses out of 150046 with flag 2915001/3030483
792.45/404.69	c cleaning 76012 clauses out of 152027 with flag 2992001/3107483
816.16/416.67	c cleaning 76994 clauses out of 154014 with flag 3070000/3185482
840.06/428.74	c cleaning 77996 clauses out of 156022 with flag 3149002/3264484
868.03/442.91	c cleaning 78999 clauses out of 158026 with flag 3229002/3344484
895.15/456.61	c cleaning 80006 clauses out of 160026 with flag 3310001/3425483
926.91/472.66	c cleaning 80997 clauses out of 162020 with flag 3392001/3507483
954.64/486.61	c cleaning 82002 clauses out of 164022 with flag 3475000/3590482
984.97/502.07	c cleaning 82988 clauses out of 166020 with flag 3559000/3674482
1014.90/517.18	c cleaning 83996 clauses out of 168032 with flag 3644000/3759482
1049.22/534.44	c cleaning 85005 clauses out of 170037 with flag 3730001/3845483
1091.54/555.75	c cleaning 86003 clauses out of 172032 with flag 3817001/3932483
1139.09/579.78	c cleaning 87002 clauses out of 174028 with flag 3905000/4020482
1178.22/599.43	c cleaning 88004 clauses out of 176026 with flag 3994000/4109482
1210.91/615.93	c cleaning 88996 clauses out of 178023 with flag 4084001/4199483
1235.22/628.29	c cleaning 89995 clauses out of 180025 with flag 4175000/4290482
1267.34/644.55	c cleaning 91002 clauses out of 182032 with flag 4267002/4382484
1301.85/661.90	c cleaning 91997 clauses out of 184031 with flag 4360003/4475485
1329.36/675.88	c cleaning 92994 clauses out of 186032 with flag 4454001/4569483
1365.26/693.99	c cleaning 94001 clauses out of 188037 with flag 4549000/4664482
1400.35/711.74	c cleaning 95006 clauses out of 190036 with flag 4645000/4760482
1424.06/723.75	c cleaning 96003 clauses out of 192032 with flag 4742002/4857484
1457.13/740.42	c cleaning 97002 clauses out of 194027 with flag 4840000/4955482
1483.62/753.82	c cleaning 98014 clauses out of 196031 with flag 4939006/5054488
1506.51/765.56	c cleaning 98995 clauses out of 198015 with flag 5039004/5154486
1536.01/780.49	c cleaning 99983 clauses out of 200018 with flag 5140002/5255484
1564.90/795.05	c cleaning 101013 clauses out of 202034 with flag 5242001/5357483
1594.22/809.88	c cleaning 102001 clauses out of 204020 with flag 5345000/5460482
1629.49/827.74	c cleaning 102993 clauses out of 206019 with flag 5449000/5564482
1670.02/848.12	c cleaning 103997 clauses out of 208030 with flag 5554004/5669486
1707.15/866.83	c cleaning 105008 clauses out of 210029 with flag 5660000/5775482
1750.48/888.68	c cleaning 105994 clauses out of 212023 with flag 5767002/5882484
1791.67/909.53	c cleaning 107005 clauses out of 214029 with flag 5875002/5990484
1800.20/913.91	c starts		: 435
1800.20/913.91	c conflicts		: 6019905
1800.20/913.91	c decisions		: 6825035
1800.20/913.91	c propagations		: 98628608
1800.20/913.91	c inspects		: 7048809194
1800.20/913.91	c shortcuts		: 0
1800.20/913.91	c learnt literals	: 4
1800.20/913.91	c learnt binary clauses	: 284
1800.20/913.91	c learnt ternary clauses	: 175
1800.20/913.91	c learnt constraints	: 6019901
1800.20/913.91	c ignored constraints	: 0
1800.20/913.91	c root simplifications	: 0
1800.20/913.91	c removed literals (reason simplification)	: 121434365
1800.20/913.91	c reason swapping (by a shorter reason)	: 0
1800.20/913.91	c Calls to reduceDB	: 116
1800.20/913.91	c number of reductions to clauses (during analyze)	: 0
1800.20/913.91	c number of learned constraints concerned by reduction	: 0
1800.20/913.91	c number of learning phase by resolution	: 0
1800.20/913.91	c number of learning phase by cutting planes	: 0
1800.20/913.91	c speed (assignments/second)	: 109284.41154798641
1800.20/913.91	c non guided choices	0
1800.20/913.95	c learnt constraints type 
1800.20/913.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 284
1800.20/913.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136308
1800.20/913.95	c constraints type 
1800.20/913.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
1800.20/913.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
1800.20/913.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
1800.20/913.95	c 216 constraints processed.
1800.20/913.95	c constraints type 
1800.20/913.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58
1800.20/913.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
1800.20/913.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.20/913.95	c 216 constraints processed.
1800.20/913.95	s SATISFIABLE
1800.20/913.95	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 
1800.20/913.95	c objective function=40027
1800.20/913.95	c Total wall clock time (in seconds): 913.833

Verifier Data

OK	40027

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

running on 4 cores: 0,2,4,6

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: 1.29 0.33 0.11 5/197 22165
/proc/meminfo: memFree=28699396/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 1215 0 0 0 0 0 0 0 20 0 2 0 253318895 95129600 927 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 23225 927 703 9 0 16769 0
[pid=22165/tid=22166] ppid=22163 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) R 22163 22165 21497 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 253318896 96370688 931 33554432000 1073741824 1073778376 140736527941792 139883909291560 266426477863 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0675901 s]
/proc/loadavg: 1.29 0.33 0.11 5/197 22165
/proc/meminfo: memFree=28699396/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 3206 0 1 0 4 0 0 0 20 0 18 0 253318895 9787813888 4416 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2389603 4416 1758 9 0 2380296 0
[pid=22165/tid=22166] ppid=22163 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) R 22163 22165 21497 0 -1 4202560 1998 0 1 0 3 0 0 0 20 0 18 0 253318896 9787813888 4416 33554432000 1073741824 1073778376 140736527941792 139883909298848 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100251 s]
/proc/loadavg: 1.29 0.33 0.11 5/197 22165
/proc/meminfo: memFree=28699396/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 4297 0 1 0 8 1 0 0 20 0 18 0 253318895 9787813888 5492 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2389603 5492 2109 9 0 2380296 0
[pid=22165/tid=22166] ppid=22163 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) R 22163 22165 21497 0 -1 4202560 2348 0 1 0 6 0 0 0 20 0 18 0 253318896 9787813888 5492 33554432000 1073741824 1073778376 140736527941792 139883909294808 139883917060947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300189 s]
/proc/loadavg: 1.29 0.33 0.11 5/197 22165
/proc/meminfo: memFree=28699396/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 11767 0 1 0 56 3 0 0 20 0 22 0 253318895 10060460032 13298 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 13298 2226 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 253318896 10060460032 13298 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824668

[startup+0.700193 s]
/proc/loadavg: 1.29 0.33 0.11 5/197 22165
/proc/meminfo: memFree=28699396/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 15001 0 1 0 216 3 0 0 20 0 22 0 253318895 10060460032 18178 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 18178 2243 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2454 0 1 0 22 0 0 0 20 0 22 0 253318896 10060460032 18178 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824668

[startup+1.50064 s]
/proc/loadavg: 1.29 0.33 0.11 3/216 22187
/proc/meminfo: memFree=28560948/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 20589 0 1 0 360 7 0 0 20 0 22 0 253318895 10060460032 39342 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 39342 2277 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2455 0 1 0 22 0 0 0 20 0 22 0 253318896 10060460032 39345 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39355 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 22 0 253318899 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) R 22163 22165 21497 0 -1 4202560 6109 0 0 0 80 2 0 0 20 0 22 0 253318901 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882990123032 139883911911488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) R 22163 22165 21497 0 -1 4202560 10594 0 0 0 83 1 0 0 20 0 22 0 253318901 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882989055336 139883913413072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22182] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22182/stat : 22182 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882988026616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22183] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22183/stat : 22183 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882986974280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22186] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22186/stat : 22186 (java) S 22163 22165 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318922 10060460032 39358 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9824668

[startup+3.10063 s]
/proc/loadavg: 1.29 0.33 0.11 7/219 22193
/proc/meminfo: memFree=28384012/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=7.23 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 20707 0 1 0 711 12 0 0 20 0 22 0 253318895 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 49903 2279 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2455 0 1 0 22 1 0 0 20 0 22 0 253318896 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253318898 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 40 0 0 0 16 0 0 0 20 0 22 0 253318899 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) S 22163 22165 21497 0 -1 4202560 6110 0 0 0 113 2 0 0 20 0 22 0 253318901 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882990132024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) S 22163 22165 21497 0 -1 4202560 10621 0 0 0 122 1 0 0 20 0 22 0 253318901 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882989079480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22182] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22182/stat : 22182 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882988026616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22183] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22183/stat : 22183 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882986974280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22186] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22186/stat : 22186 (java) S 22163 22165 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318922 10060460032 49903 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 1.50 0.39 0.13 5/219 22196
/proc/meminfo: memFree=28307808/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=13.4 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 20845 0 1 0 1325 15 0 0 20 0 22 0 253318895 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 70436 2279 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2456 0 1 0 22 1 0 0 20 0 22 0 253318896 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253318898 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 123 0 0 0 49 2 0 0 20 0 22 0 253318899 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) S 22163 22165 21497 0 -1 4202560 6110 0 0 0 115 2 0 0 20 0 22 0 253318901 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139882990132024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) S 22163 22165 21497 0 -1 4202560 10621 0 0 0 122 1 0 0 20 0 22 0 253318901 10060460032 70436 33554432000 1073741824 1073778376 140736527941792 139882989079480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=22165/tid=22203] ppid=22163 vsize=9824668 CPUtime=780 cores=0,2,4,6
/proc/22165/task/22203/stat : 22203 (java) R 22163 22165 21497 0 -1 4202560 63 0 0 0 77989 11 0 0 20 0 22 0 253320087 10060460032 749481 33554432000 1073741824 1073778376 140736527941792 139882984866144 139883746826375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22204] ppid=22163 vsize=9824668 CPUtime=780 cores=0,2,4,6
/proc/22165/task/22204/stat : 22204 (java) R 22163 22165 21497 0 -1 4202560 1464 0 0 0 77964 36 0 0 20 0 22 0 253320087 10060460032 749481 33554432000 1073741824 1073778376 140736527941792 139882985916784 139883747004878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22205] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22205/stat : 22205 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320087 10060460032 749481 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1618.69
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.04 3.83 2.48 5/220 22220
/proc/meminfo: memFree=22277540/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=1737.88 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 28108 0 1 0 173657 131 0 0 20 0 22 0 253318895 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 766591 2281 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2510 0 1 0 23 3 0 0 20 0 22 0 253318896 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 430 0 0 0 92 7 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 346 0 0 0 85 6 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 447 0 0 0 107 7 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 265 0 0 0 86 7 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 477 0 0 0 93 8 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 670 0 0 0 94 10 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 564 0 0 0 110 7 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 643 0 0 0 101 8 0 0 20 0 22 0 253318898 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=30.47 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 1936 0 0 0 3027 20 0 0 20 0 22 0 253318899 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) S 22163 22165 21497 0 -1 4202560 6110 0 0 0 117 2 0 0 20 0 22 0 253318901 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882990132024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) S 22163 22165 21497 0 -1 4202560 10632 0 0 0 134 2 0 0 20 0 22 0 253318901 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882989079480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22182] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22182/stat : 22182 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882988026616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22183] ppid=22163 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22165/task/22183/stat : 22183 (java) S 22163 22165 21497 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 253318901 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882986974280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22202] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22202/stat : 22202 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320037 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882982761896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22203] ppid=22163 vsize=9824668 CPUtime=838.82 cores=0,2,4,6
/proc/22165/task/22203/stat : 22203 (java) R 22163 22165 21497 0 -1 4202560 63 0 0 0 83870 12 0 0 20 0 22 0 253320087 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882984866144 139883746860563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22204] ppid=22163 vsize=9824668 CPUtime=838.82 cores=0,2,4,6
/proc/22165/task/22204/stat : 22204 (java) R 22163 22165 21497 0 -1 4202560 1464 0 0 0 83845 37 0 0 20 0 22 0 253320087 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882985916944 139883747004861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22205] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22205/stat : 22205 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320087 10060460032 766591 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1737.88
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.901 s]
/proc/loadavg: 3.94 3.83 2.53 5/220 22285
/proc/meminfo: memFree=25137112/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 28184 0 1 0 179888 132 0 0 20 0 22 0 253318895 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 769216 2281 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2512 0 1 0 23 3 0 0 20 0 22 0 253318896 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 430 0 0 0 93 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 348 0 0 0 87 6 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 447 0 0 0 108 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 303 0 0 0 87 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 477 0 0 0 94 8 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 670 0 0 0 95 10 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 564 0 0 0 113 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 668 0 0 0 102 8 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=31.42 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 1943 0 0 0 3121 21 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) S 22163 22165 21497 0 -1 4202560 6110 0 0 0 117 2 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882990132024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) S 22163 22165 21497 0 -1 4202560 10632 0 0 0 134 2 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882989079480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22182] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22182/stat : 22182 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882988026616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22183] ppid=22163 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22165/task/22183/stat : 22183 (java) S 22163 22165 21497 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882986974280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22202] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22202/stat : 22202 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320037 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882982761896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22203] ppid=22163 vsize=9824668 CPUtime=869.44 cores=0,2,4,6
/proc/22165/task/22203/stat : 22203 (java) R 22163 22165 21497 0 -1 4202560 63 0 0 0 86931 13 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882984866144 139883746860639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22204] ppid=22163 vsize=9824668 CPUtime=869.45 cores=0,2,4,6
/proc/22165/task/22204/stat : 22204 (java) R 22163 22165 21497 0 -1 4202560 1464 0 0 0 86907 38 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882985916784 139883747004893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22205] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22205/stat : 22205 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

[startup+913.901 s]
/proc/loadavg: 3.94 3.83 2.53 5/220 22285
/proc/meminfo: memFree=25137112/32873648 swapFree=6852/6852
[pid=22165] ppid=22163 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/22165/stat : 22165 (java) S 22163 22165 21497 0 -1 4202496 28184 0 1 0 179888 132 0 0 20 0 22 0 253318895 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 140736527932928 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22165/statm: 2456167 769216 2281 9 0 2446860 0
[pid=22165/tid=22166] ppid=22163 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/22165/task/22166/stat : 22166 (java) S 22163 22165 21497 0 -1 4202560 2512 0 1 0 23 3 0 0 20 0 22 0 253318896 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883909297144 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22168] ppid=22163 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/22165/task/22168/stat : 22168 (java) S 22163 22165 21497 0 -1 4202560 430 0 0 0 93 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883870788008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22169] ppid=22163 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/22165/task/22169/stat : 22169 (java) S 22163 22165 21497 0 -1 4202560 348 0 0 0 87 6 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883869735464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22170] ppid=22163 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/22165/task/22170/stat : 22170 (java) S 22163 22165 21497 0 -1 4202560 447 0 0 0 108 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883868682408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22171] ppid=22163 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/22165/task/22171/stat : 22171 (java) S 22163 22165 21497 0 -1 4202560 303 0 0 0 87 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883867629864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22172] ppid=22163 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22165/task/22172/stat : 22172 (java) S 22163 22165 21497 0 -1 4202560 477 0 0 0 94 8 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883866577832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22173] ppid=22163 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/22165/task/22173/stat : 22173 (java) S 22163 22165 21497 0 -1 4202560 670 0 0 0 95 10 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883865525288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22174] ppid=22163 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/22165/task/22174/stat : 22174 (java) S 22163 22165 21497 0 -1 4202560 564 0 0 0 113 7 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883746159272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22175] ppid=22163 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22165/task/22175/stat : 22175 (java) S 22163 22165 21497 0 -1 4202560 668 0 0 0 102 8 0 0 20 0 22 0 253318898 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883745106728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22176] ppid=22163 vsize=9824668 CPUtime=31.42 cores=0,2,4,6
/proc/22165/task/22176/stat : 22176 (java) S 22163 22165 21497 0 -1 4202560 1943 0 0 0 3121 21 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883732908392 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22177] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22177/stat : 22177 (java) S 22163 22165 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883731854712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22178] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22178/stat : 22178 (java) S 22163 22165 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318899 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139883730801544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22179] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22179/stat : 22179 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882991184144 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22180] ppid=22163 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/22165/task/22180/stat : 22180 (java) S 22163 22165 21497 0 -1 4202560 6110 0 0 0 117 2 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882990132024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22181] ppid=22163 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/22165/task/22181/stat : 22181 (java) S 22163 22165 21497 0 -1 4202560 10632 0 0 0 134 2 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882989079480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22182] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22182/stat : 22182 (java) S 22163 22165 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882988026616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22183] ppid=22163 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/22165/task/22183/stat : 22183 (java) S 22163 22165 21497 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 253318901 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882986974280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22165/tid=22202] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22202/stat : 22202 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320037 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882982761896 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22165/tid=22203] ppid=22163 vsize=9824668 CPUtime=869.44 cores=0,2,4,6
/proc/22165/task/22203/stat : 22203 (java) R 22163 22165 21497 0 -1 4202560 63 0 0 0 86931 13 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882984866144 139883746860639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22165/tid=22204] ppid=22163 vsize=9824668 CPUtime=869.45 cores=0,2,4,6
/proc/22165/task/22204/stat : 22204 (java) R 22163 22165 21497 0 -1 4202560 1464 0 0 0 86907 38 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882985916784 139883747004893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22165/tid=22205] ppid=22163 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22165/task/22205/stat : 22205 (java) S 22163 22165 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253320087 10060460032 769216 33554432000 1073741824 1073778376 140736527941792 139882983813928 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 913.966
CPU time (s): 1800.9
CPU user time (s): 1799.1
CPU system time (s): 1.80372
CPU usage (%): 197.042
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.80373
maximum resident set size= 3077004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25110
involuntary context switches= 23701

runsolver used 4.18036 second user time and 7.26389 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 17:05:28
IDJOB=3687522
IDBENCH=1855
IDSOLVER=2268
FILE ID=node116/3687522-1337871928
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71724 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687522-1337871928/watcher-3687522-1337871928 -o /tmp/evaluation-result-3687522-1337871928/solver-3687522-1337871928 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687522-1337871928.opb

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=152657804

node116.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.556
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	: 5333.11
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.556
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.556
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.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        28702088 kB
Buffers:          200800 kB
Cached:          2920940 kB
SwapCached:            0 kB
Active:           760468 kB
Inactive:        2639028 kB
Active(anon):     280464 kB
Inactive(anon):        0 kB
Active(file):     480004 kB
Inactive(file):  2639028 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4576 kB
Writeback:             0 kB
AnonPages:        286808 kB
Mapped:            21592 kB
Shmem:               200 kB
Slab:             624256 kB
SReclaimable:      67552 kB
SUnreclaim:       556704 kB
KernelStack:        1616 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     826300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node116 at 2012-05-24 17:20:44