Trace number 3710637

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)24415 1800.03 1795.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710637-1338142540.opb
0.09/0.13	c reading problem ... 
0.46/0.37	c ... done. Wall clock time 0.244s.
0.46/0.37	c declared #vars     540
0.46/0.37	c #constraints  4626
0.46/0.37	c constraints type 
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.46/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.46/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.46/0.37	c 4626 constraints processed.
0.71/0.42	c SATISFIABLE
0.71/0.42	c OPTIMIZING...
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.291
0.71/0.42	o 30268
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.317
0.71/0.44	o 30122
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.341
0.71/0.47	o 29884
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.357
0.71/0.48	o 29005
1.00/0.53	c Got one! Elapsed wall clock time (in seconds):0.404
1.00/0.53	o 28698
1.00/0.54	c Got one! Elapsed wall clock time (in seconds):0.411
1.00/0.54	o 27831
1.00/0.56	c Got one! Elapsed wall clock time (in seconds):0.436
1.00/0.56	o 26916
1.73/1.10	c cleaning 2703 clauses out of 5411 with flag 5001/5411
1.87/1.18	c Got one! Elapsed wall clock time (in seconds):1.05
1.87/1.18	o 26478
2.49/1.70	c cleaning 4181 clauses out of 8368 with flag 5001/11071
2.49/1.72	c Got one! Elapsed wall clock time (in seconds):1.589
2.49/1.72	o 26161
3.00/2.25	c cleaning 4599 clauses out of 9201 with flag 5000/16085
3.71/2.98	c cleaning 5299 clauses out of 10602 with flag 11000/22085
4.65/3.83	c cleaning 6147 clauses out of 12303 with flag 18000/29085
5.65/4.83	c cleaning 7075 clauses out of 14156 with flag 26000/37085
6.76/5.91	c cleaning 8021 clauses out of 16081 with flag 35000/46085
7.16/6.38	c Got one! Elapsed wall clock time (in seconds):6.257
7.16/6.38	o 25863
7.47/6.66	c cleaning 6842 clauses out of 13694 with flag 2003/51719
8.27/7.45	c cleaning 6421 clauses out of 12850 with flag 8001/57717
9.17/8.38	c cleaning 6708 clauses out of 13431 with flag 15003/64719
9.28/8.45	c Got one! Elapsed wall clock time (in seconds):8.322
9.28/8.45	o 25034
9.88/9.07	c cleaning 6121 clauses out of 12274 with flag 5001/70270
10.68/9.81	c cleaning 6072 clauses out of 12152 with flag 11000/76269
11.48/10.66	c cleaning 6541 clauses out of 13081 with flag 18001/83270
12.50/11.68	c cleaning 7264 clauses out of 14540 with flag 26001/91270
13.81/12.95	c cleaning 8136 clauses out of 16275 with flag 35000/100269
15.31/14.47	c cleaning 9056 clauses out of 18139 with flag 45000/110269
16.91/16.04	c cleaning 10039 clauses out of 20083 with flag 56000/121269
18.53/17.69	c cleaning 11019 clauses out of 22045 with flag 68001/133270
20.03/19.15	c Got one! Elapsed wall clock time (in seconds):19.023
20.03/19.15	o 25025
21.15/20.15	c cleaning 12904 clauses out of 25826 with flag 5000/148070
22.18/21.18	c cleaning 9446 clauses out of 18922 with flag 11000/154070
23.29/22.23	c cleaning 8231 clauses out of 16479 with flag 18003/161073
24.39/23.40	c cleaning 8111 clauses out of 16247 with flag 26002/169072
25.72/24.60	c cleaning 8549 clauses out of 17135 with flag 35001/178071
26.92/25.84	c cleaning 9272 clauses out of 18585 with flag 45000/188070
28.84/27.71	c cleaning 10153 clauses out of 20313 with flag 56000/199070
30.74/29.62	c cleaning 11074 clauses out of 22160 with flag 68000/211070
32.95/31.82	c cleaning 12028 clauses out of 24086 with flag 81000/224070
35.18/34.07	c cleaning 13026 clauses out of 26059 with flag 95001/238071
37.88/36.77	c cleaning 14003 clauses out of 28033 with flag 110001/253071
40.48/39.35	c cleaning 15013 clauses out of 30031 with flag 126002/269072
43.39/42.22	c cleaning 15999 clauses out of 32017 with flag 143001/286071
46.39/45.27	c cleaning 16996 clauses out of 34017 with flag 161000/304070
49.61/48.49	c cleaning 18006 clauses out of 36022 with flag 180001/323071
53.72/52.52	c cleaning 19002 clauses out of 38016 with flag 200001/343071
57.64/56.45	c cleaning 20001 clauses out of 40013 with flag 221000/364070
62.17/60.92	c cleaning 20993 clauses out of 42012 with flag 243000/386070
66.30/65.07	c cleaning 22000 clauses out of 44019 with flag 266000/409070
70.90/69.66	c cleaning 23002 clauses out of 46019 with flag 290000/433070
76.22/74.94	c cleaning 23998 clauses out of 48019 with flag 315002/458072
81.84/80.59	c cleaning 24997 clauses out of 50019 with flag 341000/484070
89.18/87.81	c cleaning 25999 clauses out of 52022 with flag 368000/511070
95.60/94.24	c cleaning 27001 clauses out of 54024 with flag 396001/539071
103.23/101.80	c cleaning 27992 clauses out of 56026 with flag 425004/568074
110.46/109.00	c cleaning 29007 clauses out of 58030 with flag 455000/598070
117.26/115.87	c cleaning 29997 clauses out of 60024 with flag 486001/629071
125.08/123.64	c cleaning 30998 clauses out of 62028 with flag 518002/661072
133.50/132.04	c cleaning 32007 clauses out of 64031 with flag 551003/694073
142.32/140.88	c cleaning 33008 clauses out of 66021 with flag 585000/728070
142.45/140.95	c Got one! Elapsed wall clock time (in seconds):140.821
142.45/140.95	o 24415
143.45/141.97	c cleaning 19025 clauses out of 38092 with flag 5000/733149
144.46/143.00	c cleaning 12497 clauses out of 25068 with flag 11001/739150
145.58/144.07	c cleaning 9768 clauses out of 19571 with flag 18001/746150
146.78/145.23	c cleaning 8868 clauses out of 17802 with flag 26000/754149
148.07/146.50	c cleaning 8947 clauses out of 17935 with flag 35001/763150
149.58/148.04	c cleaning 9490 clauses out of 18990 with flag 45003/773152
151.19/149.65	c cleaning 10242 clauses out of 20499 with flag 56002/784151
153.00/151.45	c cleaning 11107 clauses out of 22255 with flag 68000/796149
155.11/153.53	c cleaning 12058 clauses out of 24150 with flag 81002/809151
157.63/156.00	c cleaning 13043 clauses out of 26091 with flag 95001/823150
160.34/158.77	c cleaning 13997 clauses out of 28047 with flag 110000/838149
163.57/161.90	c cleaning 14994 clauses out of 30050 with flag 126000/854149
166.97/165.36	c cleaning 16005 clauses out of 32056 with flag 143000/871149
170.47/168.80	c cleaning 17022 clauses out of 34052 with flag 161001/889150
173.38/171.74	c cleaning 18011 clauses out of 36030 with flag 180001/908150
176.99/175.35	c cleaning 19004 clauses out of 38022 with flag 200004/928153
181.02/179.36	c cleaning 19987 clauses out of 40015 with flag 221001/949150
185.44/183.79	c cleaning 21007 clauses out of 42027 with flag 243000/971149
190.75/189.05	c cleaning 22004 clauses out of 44022 with flag 266002/994151
195.98/194.23	c cleaning 22998 clauses out of 46018 with flag 290002/1018151
201.40/199.66	c cleaning 23993 clauses out of 48018 with flag 315000/1043149
207.62/205.86	c cleaning 25005 clauses out of 50026 with flag 341001/1069150
213.55/211.72	c cleaning 25995 clauses out of 52021 with flag 368001/1096150
220.55/218.75	c cleaning 27000 clauses out of 54026 with flag 396001/1124150
228.26/226.48	c cleaning 28011 clauses out of 56030 with flag 425005/1153154
235.57/233.76	c cleaning 29003 clauses out of 58016 with flag 455002/1183151
243.79/241.96	c cleaning 29994 clauses out of 60011 with flag 486000/1214149
251.80/249.93	c cleaning 30998 clauses out of 62017 with flag 518000/1246149
260.24/258.34	c cleaning 31993 clauses out of 64021 with flag 551002/1279151
269.16/267.30	c cleaning 32997 clauses out of 66026 with flag 585000/1313149
277.37/275.46	c cleaning 33995 clauses out of 68029 with flag 620000/1348149
286.57/284.66	c cleaning 35014 clauses out of 70034 with flag 656000/1384149
296.50/294.57	c cleaning 36004 clauses out of 72020 with flag 693000/1421149
307.84/305.88	c cleaning 37004 clauses out of 74018 with flag 731002/1459151
319.27/317.23	c cleaning 38000 clauses out of 76013 with flag 770001/1498150
330.00/327.94	c cleaning 39002 clauses out of 78014 with flag 810002/1538151
342.73/340.68	c cleaning 39980 clauses out of 80011 with flag 851001/1579150
355.29/353.15	c cleaning 41000 clauses out of 82031 with flag 893001/1621150
370.02/367.89	c cleaning 42010 clauses out of 84032 with flag 936002/1664151
384.08/381.85	c cleaning 43004 clauses out of 86023 with flag 980003/1708152
399.01/396.72	c cleaning 44005 clauses out of 88016 with flag 1025000/1753149
412.85/410.55	c cleaning 44995 clauses out of 90011 with flag 1071000/1799149
428.57/426.22	c cleaning 45996 clauses out of 92016 with flag 1118000/1846149
443.71/441.38	c cleaning 47002 clauses out of 94020 with flag 1166000/1894149
459.74/457.36	c cleaning 47995 clauses out of 96018 with flag 1215000/1943149
476.98/474.55	c cleaning 49005 clauses out of 98023 with flag 1265000/1993149
490.82/488.39	c cleaning 49985 clauses out of 100018 with flag 1316000/2044149
507.28/504.73	c cleaning 50999 clauses out of 102033 with flag 1368000/2096149
524.54/521.90	c cleaning 52012 clauses out of 104035 with flag 1421001/2149150
542.95/540.39	c cleaning 52988 clauses out of 106022 with flag 1475000/2203149
563.40/560.80	c cleaning 54007 clauses out of 108034 with flag 1530000/2258149
583.04/580.39	c cleaning 54986 clauses out of 110027 with flag 1586000/2314149
606.79/604.00	c cleaning 55964 clauses out of 112041 with flag 1643000/2371149
633.16/630.33	c cleaning 57007 clauses out of 114077 with flag 1701000/2429149
658.12/655.27	c cleaning 58016 clauses out of 116070 with flag 1760000/2488149
684.68/681.79	c cleaning 59020 clauses out of 118057 with flag 1820003/2548152
714.74/711.77	c cleaning 60007 clauses out of 120036 with flag 1881002/2609151
741.50/738.47	c cleaning 61000 clauses out of 122029 with flag 1943002/2671151
770.35/767.24	c cleaning 61995 clauses out of 124027 with flag 2006000/2734149
800.29/797.10	c cleaning 62988 clauses out of 126033 with flag 2070001/2798150
830.57/827.30	c cleaning 63990 clauses out of 128044 with flag 2135000/2863149
862.63/859.39	c cleaning 65011 clauses out of 130054 with flag 2201000/2929149
894.68/891.31	c cleaning 66021 clauses out of 132044 with flag 2268001/2996150
921.32/917.90	c cleaning 67004 clauses out of 134024 with flag 2336002/3064151
957.45/954.04	c cleaning 67995 clauses out of 136018 with flag 2405000/3133149
990.11/986.67	c cleaning 68997 clauses out of 138024 with flag 2475001/3203150
1025.55/1022.06	c cleaning 69987 clauses out of 140028 with flag 2546002/3274151
1058.92/1055.39	c cleaning 70992 clauses out of 142039 with flag 2618000/3346149
1099.49/1095.87	c cleaning 72008 clauses out of 144047 with flag 2691000/3419149
1136.40/1132.67	c cleaning 73012 clauses out of 146039 with flag 2765000/3493149
1179.49/1175.62	c cleaning 74010 clauses out of 148027 with flag 2840000/3568149
1221.20/1217.25	c cleaning 74993 clauses out of 150018 with flag 2916001/3644150
1261.06/1257.01	c cleaning 75996 clauses out of 152025 with flag 2993001/3721150
1304.36/1300.25	c cleaning 76996 clauses out of 154029 with flag 3071001/3799150
1347.74/1343.58	c cleaning 78006 clauses out of 156033 with flag 3150001/3878150
1393.54/1389.29	c cleaning 78996 clauses out of 158026 with flag 3230000/3958149
1433.60/1429.23	c cleaning 80000 clauses out of 160032 with flag 3311002/4039151
1480.86/1476.40	c cleaning 81009 clauses out of 162032 with flag 3393002/4121151
1532.45/1527.96	c cleaning 81997 clauses out of 164021 with flag 3476000/4204149
1582.86/1578.27	c cleaning 82997 clauses out of 166024 with flag 3560000/4288149
1632.82/1628.18	c cleaning 83986 clauses out of 168028 with flag 3645001/4373150
1686.24/1681.51	c cleaning 85004 clauses out of 170041 with flag 3731000/4459149
1730.11/1725.32	c cleaning 86009 clauses out of 172038 with flag 3818001/4546150
1774.17/1769.39	c cleaning 87007 clauses out of 174028 with flag 3906000/4634149
1800.03/1795.12	c starts		: 284
1800.03/1795.12	c conflicts		: 4689907
1800.03/1795.12	c decisions		: 5665886
1800.03/1795.12	c propagations		: 300113269
1800.03/1795.12	c inspects		: 24283660636
1800.03/1795.12	c shortcuts		: 0
1800.03/1795.12	c learnt literals	: 0
1800.03/1795.12	c learnt binary clauses	: 0
1800.03/1795.12	c learnt ternary clauses	: 13
1800.03/1795.12	c learnt constraints	: 4689907
1800.03/1795.12	c ignored constraints	: 0
1800.03/1795.12	c root simplifications	: 284
1800.03/1795.12	c removed literals (reason simplification)	: 36441225
1800.03/1795.12	c reason swapping (by a shorter reason)	: 0
1800.03/1795.12	c Calls to reduceDB	: 132
1800.03/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.12	c number of learned constraints concerned by reduction	: 0
1800.03/1795.12	c number of learning phase by resolution	: 0
1800.03/1795.12	c number of learning phase by cutting planes	: 0
1800.03/1795.12	c speed (assignments/second)	: 167218.15515442062
1800.03/1795.12	c non guided choices	189
1800.03/1795.15	c learnt constraints type 
1800.03/1795.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142824
1800.03/1795.15	c constraints type 
1800.03/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.03/1795.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.03/1795.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.03/1795.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1800.03/1795.15	c 4627 constraints processed.
1800.03/1795.15	s SATISFIABLE
1800.03/1795.15	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 x363 x364 -x365 -x366 x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 x397 x398 x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 x432 x433 -x434 x435 -x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 -x501 x502 x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 x530 x531 -x532 -x533 -x534 -x535 -x536 x537 x538 -x539 x540 
1800.03/1795.15	c objective function=24415
1800.03/1795.15	c Total wall clock time (in seconds): 1795.024

Verifier Data

OK	24415

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-3710637-1338142540/watcher-3710637-1338142540 -o /tmp/evaluation-result-3710637-1338142540/solver-3710637-1338142540 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710637-1338142540.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: 2.05 2.01 1.95 2/173 25643
/proc/meminfo: memFree=31340084/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25643/stat : 25643 (java) D 25641 25643 22966 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 280382510 9515008 185 33554432000 1073741824 1073778376 140734378379520 140734378368584 270109076775 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2323 185 143 9 0 71 0

[startup+0.0122581 s]
/proc/loadavg: 2.05 2.01 1.95 2/173 25643
/proc/meminfo: memFree=31340084/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 280382510 103964672 1050 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 25382 1050 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100201 s]
/proc/loadavg: 2.05 2.01 1.95 2/173 25643
/proc/meminfo: memFree=31340084/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 4241 0 1 0 8 1 0 0 20 0 18 0 280382510 9787842560 4937 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2389610 4937 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300179 s]
/proc/loadavg: 2.05 2.01 1.95 2/173 25643
/proc/meminfo: memFree=31340084/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 5313 0 1 0 44 2 0 0 20 0 18 0 280382510 9787842560 7839 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2389610 7839 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700249 s]
/proc/loadavg: 2.05 2.01 1.95 2/173 25643
/proc/meminfo: memFree=31340084/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=1.38 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 8204 0 1 0 136 2 0 0 20 0 19 0 280382510 9856004096 12348 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 12348 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 2.37 2.08 1.97 4/212 25704
/proc/meminfo: memFree=31149992/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 8547 0 1 0 224 3 0 0 20 0 19 0 280382510 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 14972 2286 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2581 0 1 0 143 2 0 0 20 0 19 0 280382511 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139854074093720 139853947182276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 280382513 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2596 0 0 0 35 0 0 0 20 0 19 0 280382517 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 2129 0 0 0 39 0 0 0 20 0 19 0 280382517 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 14972 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625004

[startup+3.10076 s]
/proc/loadavg: 2.37 2.08 1.97 3/213 25705
/proc/meminfo: memFree=31136076/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 8808 0 1 0 392 3 0 0 20 0 19 0 280382510 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 16022 2286 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2582 0 1 0 299 2 0 0 20 0 19 0 280382511 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139854074093992 139853947262665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 280382513 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 2370 0 0 0 45 0 0 0 20 0 19 0 280382517 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 16022 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.37 2.08 1.97 3/213 25705
/proc/meminfo: memFree=31102192/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=7.16 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 8817 0 1 0 713 3 0 0 20 0 19 0 280382510 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 15915 2286 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2586 0 1 0 613 2 0 0 20 0 19 0 280382511 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139854074093992 139853947174847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280382512 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 280382513 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 2370 0 0 0 45 0 0 0 20 0 19 0 280382517 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 15915 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 46009 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 6868 0 0 0 59 1 0 0 20 0 19 0 280382517 9856004096 46009 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46009 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 99 0 0 0 57 28 0 0 20 0 19 0 280382517 9856004096 46009 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 46009 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.11
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 25722
/proc/meminfo: memFree=30714184/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=1787.2 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 14329 0 1 0 178654 66 0 0 20 0 19 0 280382510 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 46013 2287 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=1772.56 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2731 0 1 0 177228 28 0 0 20 0 19 0 280382511 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139854074093872 139853947182314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 72 0 0 0 42 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 133 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 64 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 129 0 0 0 46 1 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 63 0 0 0 46 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 54 0 0 0 44 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 91 0 0 0 44 3 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 80 0 0 0 45 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 160 0 0 0 393 2 0 0 20 0 19 0 280382513 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 6868 0 0 0 59 1 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 103 0 0 0 59 29 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.2
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 2.00 2/193 25725
/proc/meminfo: memFree=31174016/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 14329 0 1 0 179937 66 0 0 20 0 19 0 280382510 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 46013 2287 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=1785.34 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2731 0 1 0 178505 29 0 0 20 0 19 0 280382511 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139854074093872 139853947174182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 72 0 0 0 42 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 133 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 64 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 129 0 0 0 46 1 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 63 0 0 0 46 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 54 0 0 0 44 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 91 0 0 0 44 3 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 80 0 0 0 45 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 160 0 0 0 393 2 0 0 20 0 19 0 280382513 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 6868 0 0 0 59 1 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 103 0 0 0 60 29 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 2.00 2/193 25725
/proc/meminfo: memFree=31174016/32873844 swapFree=6872/6872
[pid=25643] ppid=25641 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/25643/stat : 25643 (java) S 25641 25643 22966 0 -1 4202496 14329 0 1 0 179937 66 0 0 20 0 19 0 280382510 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 140734378370656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25643/statm: 2406251 46013 2287 9 0 2396937 0
[pid=25643/tid=25651] ppid=25641 vsize=9625004 CPUtime=1785.34 cores=1,3,5,7
/proc/25643/task/25651/stat : 25651 (java) R 25641 25643 22966 0 -1 4202560 2731 0 1 0 178505 29 0 0 20 0 19 0 280382511 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139854074093872 139853947174182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25653] ppid=25641 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25643/task/25653/stat : 25653 (java) S 25641 25643 22966 0 -1 4202560 72 0 0 0 42 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853918026408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25654] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25654/stat : 25654 (java) S 25641 25643 22966 0 -1 4202560 133 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853916973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25655] ppid=25641 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25643/task/25655/stat : 25655 (java) S 25641 25643 22966 0 -1 4202560 64 0 0 0 45 0 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853915921320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25656] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25656/stat : 25656 (java) S 25641 25643 22966 0 -1 4202560 129 0 0 0 46 1 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853914868776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25657] ppid=25641 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25643/task/25657/stat : 25657 (java) S 25641 25643 22966 0 -1 4202560 63 0 0 0 46 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853913815208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25658] ppid=25641 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25643/task/25658/stat : 25658 (java) S 25641 25643 22966 0 -1 4202560 54 0 0 0 44 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853912762664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25659] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25659/stat : 25659 (java) S 25641 25643 22966 0 -1 4202560 91 0 0 0 44 3 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853911710120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25643/tid=25661] ppid=25641 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25643/task/25661/stat : 25661 (java) S 25641 25643 22966 0 -1 4202560 80 0 0 0 45 2 0 0 20 0 19 0 280382512 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853910657576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25663] ppid=25641 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/25643/task/25663/stat : 25663 (java) S 25641 25643 22966 0 -1 4202560 160 0 0 0 393 2 0 0 20 0 19 0 280382513 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853898246760 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25665] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25665/stat : 25665 (java) S 25641 25643 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853897193080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25666] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25666/stat : 25666 (java) S 25641 25643 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280382514 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853896140424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25668] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25668/stat : 25668 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853895089168 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25669] ppid=25641 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/25643/task/25669/stat : 25669 (java) S 25641 25643 22966 0 -1 4202560 2600 0 0 0 37 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853894035512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25643/tid=25670] ppid=25641 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25643/task/25670/stat : 25670 (java) S 25641 25643 22966 0 -1 4202560 6868 0 0 0 59 1 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853892982968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25671] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25671/stat : 25671 (java) S 25641 25643 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853891930616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25643/tid=25672] ppid=25641 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/25643/task/25672/stat : 25672 (java) S 25641 25643 22966 0 -1 4202560 103 0 0 0 60 29 0 0 20 0 19 0 280382517 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853890878280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25643/tid=25704] ppid=25641 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25643/task/25704/stat : 25704 (java) S 25641 25643 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280382548 9856004096 46013 33554432000 1073741824 1073778376 140734378379520 139853889824040 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25643 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=339218
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=872867
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.16
CPU time (s): 1800.03
CPU user time (s): 1799.37
CPU system time (s): 0.66
CPU usage (%): 100.271
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 0.872867
maximum resident set size= 184184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14367
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41466
involuntary context switches= 11719

runsolver used 6.28904 second user time and 15.8156 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 20:15:40
IDJOB=3710637
IDBENCH=2010
IDSOLVER=2289
FILE ID=node106/3710637-1338142540
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71316 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710637-1338142540/watcher-3710637-1338142540 -o /tmp/evaluation-result-3710637-1338142540/solver-3710637-1338142540 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710637-1338142540.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=630276198

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31336160 kB
Buffers:          162164 kB
Cached:           522172 kB
SwapCached:            0 kB
Active:           623568 kB
Inactive:          77372 kB
Active(anon):       7112 kB
Inactive(anon):    12004 kB
Active(file):     616456 kB
Inactive(file):    65368 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:         31388 kB
Mapped:             9976 kB
Shmem:               200 kB
Slab:             697020 kB
SReclaimable:     138896 kB
SUnreclaim:       558124 kB
KernelStack:        1600 kB
PageTables:         3844 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     111912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71332 MiB
End job on node106 at 2012-05-27 20:45:37