Trace number 3687584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)219 1800.12 958.346

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3687584-1337872580.opb
0.07/0.13	c reading problem ... 
0.23/0.26	c ... done. Wall clock time 0.131s.
0.23/0.26	c declared #vars     470
0.23/0.26	c #constraints  469
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
0.23/0.26	c 469 constraints processed.
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
0.23/0.26	c 469 constraints processed.
0.23/0.26	c objective function length is 470 literals
0.23/0.28	c  And the winner is solver0
0.46/0.76	c SATISFIABLE
0.46/0.76	c OPTIMIZING...
0.46/0.76	c Got one! Elapsed wall clock time (in seconds):0.634
0.46/0.76	o 226
0.57/0.84	c  And the winner is solver0
0.94/1.27	c Got one! Elapsed wall clock time (in seconds):1.138
0.94/1.27	o 225
1.45/1.46	c  And the winner is solver0
2.02/1.77	c Got one! Elapsed wall clock time (in seconds):1.641
2.02/1.77	o 224
4.36/2.80	c cleaning 2963 clauses out of 5926 with flag 5001/5926
6.74/3.98	c cleaning 4482 clauses out of 8963 with flag 11001/11926
7.31/4.25	c  And the winner is solver1
7.31/4.27	c Got one! Elapsed wall clock time (in seconds):4.143
7.31/4.27	o 223
8.70/4.91	c cleaning 4786 clauses out of 9576 with flag 4001/17021
10.85/6.05	c cleaning 5393 clauses out of 10789 with flag 10000/23020
13.77/7.44	c cleaning 6197 clauses out of 12396 with flag 17000/30020
16.53/8.89	c cleaning 7095 clauses out of 14200 with flag 25001/38021
19.42/10.36	c cleaning 8053 clauses out of 16107 with flag 34003/47023
21.11/11.23	c  And the winner is solver1
21.11/11.28	c Got one! Elapsed wall clock time (in seconds):11.147
21.11/11.28	o 222
22.68/12.05	c cleaning 9041 clauses out of 18082 with flag 5001/57051
24.88/13.25	c cleaning 7515 clauses out of 15040 with flag 11000/63050
27.33/14.59	c cleaning 7261 clauses out of 14525 with flag 18000/70050
30.76/16.33	c cleaning 7624 clauses out of 15264 with flag 26000/78050
34.40/18.22	c cleaning 8316 clauses out of 16640 with flag 35000/87050
37.71/20.10	c cleaning 9157 clauses out of 18324 with flag 45000/97050
41.92/22.26	c cleaning 10083 clauses out of 20169 with flag 56002/108052
46.50/24.60	c cleaning 11038 clauses out of 22084 with flag 68000/120050
50.88/26.91	c cleaning 12023 clauses out of 24046 with flag 81000/133050
55.87/29.64	c cleaning 13009 clauses out of 26023 with flag 95000/147050
61.18/32.48	c cleaning 14005 clauses out of 28014 with flag 110000/162050
67.53/35.74	c cleaning 15002 clauses out of 30009 with flag 126000/178050
68.05/36.15	c  And the winner is solver1
68.04/36.59	c Got one! Elapsed wall clock time (in seconds):36.459
68.04/36.59	o 220
69.68/37.44	c cleaning 10223 clauses out of 20445 with flag 5001/183488
72.17/38.92	c cleaning 8111 clauses out of 16222 with flag 11001/189488
74.65/40.37	c cleaning 7554 clauses out of 15111 with flag 18001/196488
77.94/42.17	c cleaning 7773 clauses out of 15556 with flag 26000/204487
82.19/44.42	c cleaning 8391 clauses out of 16783 with flag 35000/213487
86.87/47.03	c cleaning 9194 clauses out of 18392 with flag 45000/223487
91.54/49.51	c cleaning 10098 clauses out of 20199 with flag 56001/234488
96.14/52.07	c cleaning 11047 clauses out of 22100 with flag 68000/246487
101.36/54.87	c cleaning 12025 clauses out of 24053 with flag 81000/259487
106.95/57.95	c cleaning 13013 clauses out of 26028 with flag 95000/273487
112.76/61.07	c cleaning 14004 clauses out of 28015 with flag 110000/288487
118.95/64.33	c cleaning 15004 clauses out of 30013 with flag 126002/304489
125.54/67.88	c cleaning 16002 clauses out of 32007 with flag 143000/321487
132.65/71.72	c cleaning 17002 clauses out of 34006 with flag 161001/339488
139.60/75.47	c cleaning 18000 clauses out of 36005 with flag 180002/358489
147.53/79.61	c cleaning 18999 clauses out of 38004 with flag 200001/378488
155.23/83.76	c cleaning 20002 clauses out of 40004 with flag 221000/399487
163.41/88.26	c cleaning 20994 clauses out of 42002 with flag 243000/421487
172.31/92.90	c cleaning 22004 clauses out of 44010 with flag 266002/444489
180.99/97.58	c cleaning 22995 clauses out of 46004 with flag 290000/468487
191.06/102.82	c cleaning 24000 clauses out of 48009 with flag 315000/493487
202.18/108.85	c cleaning 25003 clauses out of 50009 with flag 341000/519487
214.20/115.17	c cleaning 26000 clauses out of 52006 with flag 368000/546487
218.41/117.56	c  And the winner is solver1
218.21/117.85	c Got one! Elapsed wall clock time (in seconds):117.718
218.21/117.85	o 219
219.50/118.60	c cleaning 20377 clauses out of 40753 with flag 5000/561234
222.06/120.12	c cleaning 13185 clauses out of 26376 with flag 11000/567234
225.09/122.19	c cleaning 10092 clauses out of 20191 with flag 18000/574234
228.12/123.96	c cleaning 9047 clauses out of 18099 with flag 26000/582234
231.50/125.90	c cleaning 9024 clauses out of 18052 with flag 35000/591234
234.86/127.99	c cleaning 9512 clauses out of 19029 with flag 45001/601235
238.83/130.47	c cleaning 10258 clauses out of 20518 with flag 56002/612236
243.18/132.92	c cleaning 11128 clauses out of 22258 with flag 68000/624234
248.36/135.83	c cleaning 12066 clauses out of 24131 with flag 81001/637235
253.51/138.76	c cleaning 13032 clauses out of 26064 with flag 95000/651234
260.07/142.57	c cleaning 14015 clauses out of 28032 with flag 110000/666234
265.80/145.77	c cleaning 15007 clauses out of 30017 with flag 126000/682234
271.96/149.26	c cleaning 16001 clauses out of 32010 with flag 143000/699234
278.70/153.02	c cleaning 17004 clauses out of 34009 with flag 161000/717234
286.80/157.74	c cleaning 17998 clauses out of 36005 with flag 180000/736234
293.92/161.75	c cleaning 19001 clauses out of 38008 with flag 200001/756235
300.46/165.43	c cleaning 0 clauses out of 7392 with flag 0/7392
302.83/166.98	c cleaning 20003 clauses out of 40006 with flag 221000/777234
311.13/171.63	c cleaning 21002 clauses out of 42004 with flag 243001/799235
319.18/176.17	c cleaning 21996 clauses out of 44001 with flag 266000/822234
328.03/181.05	c cleaning 23003 clauses out of 46006 with flag 290001/846235
338.24/186.70	c cleaning 24001 clauses out of 48003 with flag 315001/871235
348.35/192.49	c cleaning 25001 clauses out of 50001 with flag 341000/897234
359.10/198.33	c cleaning 25996 clauses out of 52000 with flag 368000/924234
370.03/204.36	c cleaning 26996 clauses out of 54004 with flag 396000/952234
383.16/212.27	c cleaning 28002 clauses out of 56009 with flag 425001/981235
394.97/218.48	c cleaning 28998 clauses out of 58006 with flag 455000/1011234
407.33/225.09	c cleaning 30002 clauses out of 60008 with flag 486000/1042234
418.54/231.04	c cleaning 31000 clauses out of 62007 with flag 518001/1074235
431.03/237.91	c cleaning 31996 clauses out of 64006 with flag 551000/1107234
443.57/244.66	c cleaning 33005 clauses out of 66010 with flag 585000/1141234
456.93/251.79	c cleaning 34003 clauses out of 68005 with flag 620000/1176234
471.05/259.28	c cleaning 34998 clauses out of 70002 with flag 656000/1212234
485.44/267.14	c cleaning 35997 clauses out of 72005 with flag 693001/1249235
499.82/274.79	c cleaning 37002 clauses out of 74009 with flag 731002/1287236
515.38/282.98	c cleaning 38003 clauses out of 76005 with flag 770000/1326234
530.92/291.18	c cleaning 38996 clauses out of 78004 with flag 810002/1366236
548.92/300.88	c cleaning 40001 clauses out of 80006 with flag 851000/1407234
565.87/309.71	c cleaning 41000 clauses out of 82005 with flag 893000/1449234
580.74/317.69	c cleaning 41998 clauses out of 84006 with flag 936001/1492235
598.43/326.97	c cleaning 43003 clauses out of 86007 with flag 980000/1536234
617.07/337.01	c cleaning 43999 clauses out of 88004 with flag 1025000/1581234
637.75/347.89	c cleaning 45002 clauses out of 90005 with flag 1071000/1627234
658.02/358.49	c cleaning 46002 clauses out of 92003 with flag 1118000/1674234
678.05/368.97	c cleaning 47001 clauses out of 94001 with flag 1166000/1722234
698.02/379.74	c cleaning 47999 clauses out of 96001 with flag 1215001/1771235
719.69/391.84	c cleaning 48996 clauses out of 98001 with flag 1265000/1821234
740.33/402.56	c cleaning 50003 clauses out of 100007 with flag 1316002/1872236
761.32/413.84	c cleaning 50994 clauses out of 102002 with flag 1368000/1924234
782.32/424.86	c cleaning 52005 clauses out of 104010 with flag 1421002/1977236
804.91/436.61	c cleaning 53002 clauses out of 106005 with flag 1475002/2031236
830.07/449.73	c cleaning 53998 clauses out of 108001 with flag 1530000/2086234
856.71/463.92	c cleaning 54998 clauses out of 110003 with flag 1586000/2142234
881.85/477.04	c cleaning 55998 clauses out of 112005 with flag 1643000/2199234
908.90/491.16	c cleaning 57001 clauses out of 114008 with flag 1701001/2257235
936.20/505.30	c cleaning 58003 clauses out of 116006 with flag 1760000/2316234
964.10/520.26	c cleaning 59002 clauses out of 118003 with flag 1820000/2376234
990.73/534.17	c cleaning 59999 clauses out of 120003 with flag 1881002/2437236
1018.37/548.59	c cleaning 61000 clauses out of 122008 with flag 1943006/2499240
1035.12/557.59	c cleaning 0 clauses out of 13394 with flag 0/13394
1049.87/565.92	c cleaning 61997 clauses out of 124002 with flag 2006000/2562234
1078.07/580.62	c cleaning 63003 clauses out of 126006 with flag 2070001/2626235
1104.86/594.67	c cleaning 63994 clauses out of 128002 with flag 2135000/2691234
1135.26/610.44	c cleaning 64999 clauses out of 130009 with flag 2201001/2757235
1165.79/626.75	c cleaning 66003 clauses out of 132009 with flag 2268000/2824234
1194.77/641.86	c cleaning 66997 clauses out of 134006 with flag 2336000/2892234
1221.69/655.94	c cleaning 67997 clauses out of 136009 with flag 2405000/2961234
1251.58/671.55	c cleaning 69006 clauses out of 138015 with flag 2475003/3031237
1284.04/688.85	c cleaning 69999 clauses out of 140007 with flag 2546001/3102235
1318.29/706.63	c cleaning 70995 clauses out of 142007 with flag 2618000/3174234
1351.75/724.06	c cleaning 72000 clauses out of 144012 with flag 2691000/3247234
1385.59/741.63	c cleaning 73006 clauses out of 146014 with flag 2765002/3321236
1421.86/760.98	c cleaning 74000 clauses out of 148007 with flag 2840001/3396235
1459.45/780.47	c cleaning 74996 clauses out of 150006 with flag 2916000/3472234
1497.83/800.31	c cleaning 76000 clauses out of 152010 with flag 2993000/3549234
1532.82/818.53	c cleaning 77003 clauses out of 154011 with flag 3071001/3627235
1571.81/839.27	c cleaning 77999 clauses out of 156007 with flag 3150000/3706234
1611.52/859.80	c cleaning 78999 clauses out of 158008 with flag 3230000/3786234
1652.23/880.99	c cleaning 80001 clauses out of 160010 with flag 3311001/3867235
1691.94/901.57	c cleaning 81003 clauses out of 162009 with flag 3393001/3949235
1730.81/922.20	c cleaning 81999 clauses out of 164005 with flag 3476000/4032234
1768.26/941.79	c cleaning 83003 clauses out of 166006 with flag 3560000/4116234
1799.91/958.31	c starts		: 51
1799.91/958.31	c conflicts		: 17542
1799.91/958.31	c decisions		: 66124
1799.91/958.31	c propagations		: 342594
1799.91/958.31	c inspects		: 498276197
1799.91/958.31	c shortcuts		: 0
1799.91/958.31	c learnt literals	: 0
1799.91/958.31	c learnt binary clauses	: 0
1799.91/958.31	c learnt ternary clauses	: 0
1799.91/958.31	c learnt constraints	: 17542
1799.91/958.31	c ignored constraints	: 0
1799.91/958.31	c root simplifications	: 0
1799.91/958.31	c removed literals (reason simplification)	: 0
1799.91/958.31	c reason swapping (by a shorter reason)	: 0
1799.91/958.31	c Calls to reduceDB	: 2
1799.91/958.31	c number of reductions to clauses (during analyze)	: 0
1799.91/958.31	c number of learned constraints concerned by reduction	: 0
1799.91/958.31	c number of learning phase by resolution	: 0
1799.91/958.31	c number of learning phase by cutting planes	: 0
1799.91/958.31	c speed (assignments/second)	: 358.15999138561
1799.91/958.31	c non guided choices	0
1799.91/958.32	c learnt constraints type 
1799.91/958.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 346
1799.91/958.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17196
1799.91/958.32	c constraints type 
1799.91/958.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.91/958.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
1799.91/958.32	c 470 constraints processed.
1799.91/958.32	c constraints type 
1799.91/958.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.91/958.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
1799.91/958.32	c 470 constraints processed.
1799.91/958.32	s SATISFIABLE
1799.91/958.33	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 
1799.91/958.33	c objective function=219
1799.91/958.33	c Total wall clock time (in seconds): 958.198

Verifier Data

OK	219

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687584-1337872580/watcher-3687584-1337872580 -o /tmp/evaluation-result-3687584-1337872580/solver-3687584-1337872580 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687584-1337872580.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.81 3.39 1.94 4/197 26114
/proc/meminfo: memFree=26371796/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26114/stat : 26114 (java) D 26112 26114 25404 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253382358 9515008 182 33554432000 1073741824 1073778376 140733796393776 140733796384808 251044642485 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26114/statm: 2323 182 140 9 0 71 0

[startup+0.0647029 s]
/proc/loadavg: 3.81 3.39 1.94 4/197 26114
/proc/meminfo: memFree=26371796/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 3083 0 1 0 3 0 0 0 20 0 13 0 253382358 9446973440 4291 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2306390 4291 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100343 s]
/proc/loadavg: 3.81 3.39 1.94 4/197 26114
/proc/meminfo: memFree=26371796/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 4167 0 1 0 7 0 0 0 20 0 18 0 253382358 9787813888 5350 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2389603 5350 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300292 s]
/proc/loadavg: 3.81 3.39 1.94 4/197 26114
/proc/meminfo: memFree=26371796/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 5524 0 1 0 42 4 0 0 20 0 19 0 253382358 10060460032 8814 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 8814 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824668

[startup+0.70026 s]
/proc/loadavg: 3.81 3.39 1.94 4/197 26114
/proc/meminfo: memFree=26371796/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 5524 0 1 0 42 4 0 0 20 0 19 0 253382358 10060460032 8814 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 8814 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.81 3.39 1.94 3/216 26139
/proc/meminfo: memFree=26332592/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 15801 0 1 0 171 9 0 0 20 0 19 0 253382358 10060460032 19449 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 19481 2243 9 0 2446860 0
[pid=26114/tid=26116] ppid=26112 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) S 26112 26114 25404 0 -1 4202560 2462 0 1 0 23 0 0 0 20 0 19 0 253382359 10060460032 19481 33554432000 1073741824 1073778376 140735991335504 140452695852024 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26117] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19481 33554432000 1073741824 1073778376 140735991335504 140452684913448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26118] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19481 33554432000 1073741824 1073778376 140735991335504 140452683860648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26119] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19481 33554432000 1073741824 1073778376 140735991335504 140452682808360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19481 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19482 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19497 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19514 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253382360 10060460032 19528 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253382362 10060460032 19541 33554432000 1073741824 1073778376 140735991335504 140452520069864 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253382362 10060460032 19557 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253382362 10060460032 19569 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382365 10060460032 19585 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) R 26112 26114 25404 0 -1 4202560 5721 0 0 0 40 1 0 0 20 0 19 0 253382365 10060460032 19596 33554432000 1073741824 1073778376 140735991335504 140452515858496 140452699428450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) R 26112 26114 25404 0 -1 4202560 6406 0 0 0 48 1 0 0 20 0 19 0 253382365 10060460032 19609 33554432000 1073741824 1073778376 140735991335504 140452514792432 140452701698033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382365 10060460032 19609 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253382365 10060460032 19609 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26136] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26136/stat : 26136 (java) S 26112 26114 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253382386 10060460032 19609 33554432000 1073741824 1073778376 140735991335504 140452508489256 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.81 3.39 1.94 4/219 26145
/proc/meminfo: memFree=26264752/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=4.99 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 16275 0 1 0 482 17 0 0 20 0 22 0 253382358 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 54501 2279 9 0 2446860 0
[pid=26114/tid=26116] ppid=26112 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) S 26112 26114 25404 0 -1 4202560 2462 0 1 0 24 0 0 0 20 0 22 0 253382359 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452695852024 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26117] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26112 26114 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452684913448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26118] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26112 26114 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452683860648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26119] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26112 26114 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452682808360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253382360 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26112 26114 25404 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253382362 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452520069864 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26112 26114 25404 0 -1 4202560 5814 0 0 0 60 2 0 0 20 0 22 0 253382365 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452515858616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) S 26112 26114 25404 0 -1 4202560 6473 0 0 0 79 2 0 0 20 0 22 0 253382365 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452514805816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26136] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26136/stat : 26136 (java) S 26112 26114 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253382386 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452508489256 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26143] ppid=26112 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26114/task/26143/stat : 26143 (java) R 26112 26114 25404 0 -1 4202560 9 0 0 0 122 0 0 0 20 0 22 0 253382536 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452510593976 140452561475447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26144] ppid=26112 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26114/task/26144/stat : 26144 (java) R 26112 26114 25404 0 -1 4202560 50 0 0 0 121 2 0 0 20 0 22 0 253382536 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452511645688 140452561546448 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26145] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26145/stat : 26145 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253382536 10060460032 54501 33554432000 1073741824 1073778376 140735991335504 140452509541288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.82 3.40 1.95 5/219 26148
/proc/meminfo: memFree=26125604/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=11.42 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 16355 0 1 0 1122 20 0 0 20 0 22 0 253382358 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 59794 2279 9 0 2446860 0
[pid=26114/tid=26116] ppid=26112 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) S 26112 26114 25404 0 -1 4202560 2462 0 1 0 24 0 0 0 20 0 22 0 253382359 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452695852024 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26117] ppid=26112 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26112 26114 25404 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452684913448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26118] ppid=26112 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26112 26114 25404 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452683860648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26119] ppid=26112 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26112 26114 25404 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452682808360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253382360 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26112 26114 25404 0 -1 4202560 67 0 0 0 29 0 0 0 20 0 22 0 253382362 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452520069864 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26112 26114 25404 0 -1 4202560 5817 0 0 0 73 2 0 0 20 0 22 0 253382365 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452515858616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) S 26112 26114 25404 0 -1 4202560 6486 0 0 0 96 2 0 0 20 0 22 0 253382365 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452514805816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 59794 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 726 0 0 0 276 13 0 0 20 0 22 0 253382360 10060460032 635059 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 560 0 0 0 267 11 0 0 20 0 22 0 253382360 10060460032 635059 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 435 0 0 0 288 13 0 0 20 0 22 0 253382360 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 415 0 0 0 270 11 0 0 20 0 22 0 253382360 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 485 0 0 0 262 11 0 0 20 0 22 0 253382360 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=123.58 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) R 26112 26114 25404 0 -1 4202560 3036 0 0 0 12336 22 0 0 20 0 22 0 253382362 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452520068936 251044269899 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26112 26114 25404 0 -1 4202560 5818 0 0 0 86 2 0 0 20 0 22 0 253382365 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452515858616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) S 26112 26114 25404 0 -1 4202560 7813 0 0 0 155 2 0 0 20 0 22 0 253382365 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452514805816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 55 0 0 0 25 25 0 0 20 0 22 0 253382365 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26145] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26145/stat : 26145 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253382536 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452509541288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26155] ppid=26112 vsize=9824668 CPUtime=709.88 cores=1,3,5,7
/proc/26114/task/26155/stat : 26155 (java) S 26112 26114 25404 0 -1 4202560 47 0 0 0 70978 10 0 0 20 0 22 0 253394143 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452508487960 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26156] ppid=26112 vsize=9824668 CPUtime=709.75 cores=1,3,5,7
/proc/26114/task/26156/stat : 26156 (java) S 26112 26114 25404 0 -1 4202560 28 0 0 0 70964 11 0 0 20 0 22 0 253394144 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452510591608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26157] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26157/stat : 26157 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253394144 10060460032 635060 33554432000 1073741824 1073778376 140735991335504 140452511647144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.17
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+958.301 s]
/proc/loadavg: 3.74 3.80 3.12 5/219 26339
/proc/meminfo: memFree=24365812/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=1799.91 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 25372 0 1 0 179817 174 0 0 20 0 22 0 253382358 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 639156 2280 9 0 2446860 0
[pid=26114/tid=26116] ppid=26112 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) S 26112 26114 25404 0 -1 4202560 2547 0 1 0 27 3 0 0 20 0 22 0 253382359 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452695852024 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26117] ppid=26112 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26112 26114 25404 0 -1 4202560 387 0 0 0 264 10 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452684913448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26118] ppid=26112 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26112 26114 25404 0 -1 4202560 623 0 0 0 281 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452683860648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26119] ppid=26112 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26112 26114 25404 0 -1 4202560 534 0 0 0 297 14 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452682808360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 726 0 0 0 280 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 560 0 0 0 270 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 435 0 0 0 291 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 415 0 0 0 273 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 485 0 0 0 264 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=124.93 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26112 26114 25404 0 -1 4202560 3058 0 0 0 12471 22 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452520069864 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26112 26114 25404 0 -1 4202560 5818 0 0 0 86 2 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452515858616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) S 26112 26114 25404 0 -1 4202560 7813 0 0 0 155 2 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452514805816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 55 0 0 0 25 26 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26145] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26145/stat : 26145 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253382536 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452509541288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26155] ppid=26112 vsize=9824668 CPUtime=724.43 cores=1,3,5,7
/proc/26114/task/26155/stat : 26155 (java) R 26112 26114 25404 0 -1 4202560 47 0 0 0 72432 11 0 0 20 0 22 0 253394143 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452508486320 140452561575375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26156] ppid=26112 vsize=9824668 CPUtime=724.31 cores=1,3,5,7
/proc/26114/task/26156/stat : 26156 (java) R 26112 26114 25404 0 -1 4202560 29 0 0 0 72419 12 0 0 20 0 22 0 253394144 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452510592272 140452561651562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26157] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26157/stat : 26157 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253394144 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452511647144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.91
Current children cumulated vsize (KiB) 9824668

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

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

[startup+958.301 s]
/proc/loadavg: 3.74 3.80 3.12 5/219 26339
/proc/meminfo: memFree=24365812/32873844 swapFree=7612/7612
[pid=26114] ppid=26112 vsize=9824668 CPUtime=1799.91 cores=1,3,5,7
/proc/26114/stat : 26114 (java) S 26112 26114 25404 0 -1 4202496 25372 0 1 0 179817 174 0 0 20 0 22 0 253382358 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140735991326640 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26114/statm: 2456167 639156 2280 9 0 2446860 0
[pid=26114/tid=26116] ppid=26112 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26114/task/26116/stat : 26116 (java) S 26112 26114 25404 0 -1 4202560 2547 0 1 0 27 3 0 0 20 0 22 0 253382359 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452695852024 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26117] ppid=26112 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/26114/task/26117/stat : 26117 (java) S 26112 26114 25404 0 -1 4202560 387 0 0 0 264 10 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452684913448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26118] ppid=26112 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/26114/task/26118/stat : 26118 (java) S 26112 26114 25404 0 -1 4202560 623 0 0 0 281 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452683860648 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26119] ppid=26112 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/26114/task/26119/stat : 26119 (java) S 26112 26114 25404 0 -1 4202560 534 0 0 0 297 14 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452682808360 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26120] ppid=26112 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/26114/task/26120/stat : 26120 (java) S 26112 26114 25404 0 -1 4202560 726 0 0 0 280 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452681755560 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26121] ppid=26112 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/26114/task/26121/stat : 26121 (java) S 26112 26114 25404 0 -1 4202560 560 0 0 0 270 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452680702248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26122] ppid=26112 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/26114/task/26122/stat : 26122 (java) S 26112 26114 25404 0 -1 4202560 435 0 0 0 291 13 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452679649448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26123] ppid=26112 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/26114/task/26123/stat : 26123 (java) S 26112 26114 25404 0 -1 4202560 415 0 0 0 273 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452533320232 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26124] ppid=26112 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/26114/task/26124/stat : 26124 (java) S 26112 26114 25404 0 -1 4202560 485 0 0 0 264 11 0 0 20 0 22 0 253382360 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452532267432 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26125] ppid=26112 vsize=9824668 CPUtime=124.93 cores=1,3,5,7
/proc/26114/task/26125/stat : 26125 (java) S 26112 26114 25404 0 -1 4202560 3058 0 0 0 12471 22 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452520069864 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26126] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26126/stat : 26126 (java) S 26112 26114 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452519015928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26127] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26127/stat : 26127 (java) S 26112 26114 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253382362 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452517963528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26128] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26128/stat : 26128 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452516912016 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26129] ppid=26112 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/26114/task/26129/stat : 26129 (java) S 26112 26114 25404 0 -1 4202560 5818 0 0 0 86 2 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452515858616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26130] ppid=26112 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/26114/task/26130/stat : 26130 (java) S 26112 26114 25404 0 -1 4202560 7813 0 0 0 155 2 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452514805816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26131] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26131/stat : 26131 (java) S 26112 26114 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452513753720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26114/tid=26132] ppid=26112 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/26114/task/26132/stat : 26132 (java) S 26112 26114 25404 0 -1 4202560 55 0 0 0 25 26 0 0 20 0 22 0 253382365 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452512701128 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26145] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26145/stat : 26145 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253382536 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452509541288 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26114/tid=26155] ppid=26112 vsize=9824668 CPUtime=724.43 cores=1,3,5,7
/proc/26114/task/26155/stat : 26155 (java) R 26112 26114 25404 0 -1 4202560 47 0 0 0 72432 11 0 0 20 0 22 0 253394143 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452508486320 140452561575375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26114/tid=26156] ppid=26112 vsize=9824668 CPUtime=724.31 cores=1,3,5,7
/proc/26114/task/26156/stat : 26156 (java) R 26112 26114 25404 0 -1 4202560 29 0 0 0 72419 12 0 0 20 0 22 0 253394144 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452510592272 140452561651562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26114/tid=26157] ppid=26112 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26114/task/26157/stat : 26157 (java) S 26112 26114 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253394144 10060460032 639156 33554432000 1073741824 1073778376 140735991335504 140452511647144 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.91
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26114 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=59261
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=220662
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1799.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 958.346
CPU time (s): 1800.12
CPU user time (s): 1798.42
CPU system time (s): 1.7
CPU usage (%): 187.836
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.22066
maximum resident set size= 2556748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25406
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27218
involuntary context switches= 40704

runsolver used 4.30135 second user time and 8.83366 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 17:16:20
IDJOB=3687584
IDBENCH=1958
IDSOLVER=2268
FILE ID=node143/3687584-1337872580
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=1452361849

node143.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.787
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.57
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.787
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.787
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		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        26371952 kB
Buffers:          216728 kB
Cached:          2553300 kB
SwapCached:            0 kB
Active:          3537932 kB
Inactive:        2180436 kB
Active(anon):    2950396 kB
Inactive(anon):      124 kB
Active(file):     587536 kB
Inactive(file):  2180312 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:                84 kB
Writeback:             0 kB
AnonPages:       3145532 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             639260 kB
SReclaimable:      81752 kB
SUnreclaim:       557508 kB
KernelStack:        1784 kB
PageTables:         9788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3457220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3072000 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= 71516 MiB
End job on node143 at 2012-05-24 17:32:20