Trace number 364036

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, and are wall clock time (not CPU 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
oree 0.1.2 alphaSAT (TO)7 1801.75 1802.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-9sym.b.opb
MD5SUM62bf49287e0493f2a3b22f3319db306d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.440932
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables309
Total number of constraints963
Number of constraints which are clauses963
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint87
Number of terms in the objective function 309
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 309
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 309
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 (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.00/0.05	c ...done
0.00/0.05	c #vars=309 #constraints=964 hasObjective=yes
0.09/0.10	c res. mode=mod
0.09/0.10	c VSIDS like heuristics
0.09/0.10	c complete search running
0.09/0.12	c nbDecision=193 #constraints=966
0.09/0.12	c linear search for optimum
0.09/0.12	o 13
0.09/0.12	c nbDecision=193 #constraints=971
0.09/0.12	o 12
0.09/0.15	c nbDecision=233 #constraints=992
0.09/0.15	o 11
0.19/0.21	c nbDecision=312 #constraints=1031
0.19/0.21	o 10
0.19/0.22	c nbDecision=346 #constraints=1042
0.19/0.22	o 9
0.29/0.31	c restart after 401 decisions
0.29/0.32	c nbDecision=500 #constraints=1094
0.49/0.55	c restart after 801 decisions
0.59/0.66	c nbDecision=1000 #constraints=1322
1.19/1.22	c nbDecision=1500 #constraints=1641
1.29/1.32	c restart after 1601 decisions
1.69/1.70	c nbDecision=2000 #constraints=1868
2.19/2.20	c nbDecision=2500 #constraints=2162
2.59/2.67	c nbDecision=2935 #constraints=2409
2.59/2.67	o 8
2.79/2.83	c nbDecision=3000 #constraints=2457
3.09/3.18	c restart after 3201 decisions
3.49/3.57	c nbDecision=3500 #constraints=2718
4.69/4.72	c nbDecision=4000 #constraints=3074
5.99/6.09	c nbDecision=4500 #constraints=3405
7.39/7.49	c nbDecision=5000 #constraints=3740
9.28/9.37	c nbDecision=5500 #constraints=4091
11.19/11.23	c nbDecision=6000 #constraints=4424
12.99/13.01	c restart after 6401 decisions
12.99/13.09	c nbDecision=6500 #constraints=4697
15.39/15.46	c nbDecision=7000 #constraints=5015
17.99/18.05	c nbDecision=7500 #constraints=5368
20.49/20.56	c nbDecision=8000 #constraints=5618
22.58/22.62	c nbDecision=8500 #constraints=5885
25.19/25.30	c nbDecision=9000 #constraints=6155
27.88/27.99	c nbDecision=9500 #constraints=6398
30.78/30.84	c nbDecision=10000 #constraints=6680
33.68/33.78	c nbDecision=10500 #constraints=6917
36.78/36.85	c nbDecision=11000 #constraints=7208
40.58/40.62	c nbDecision=11500 #constraints=7448
43.98/44.00	c nbDecision=12000 #constraints=7720
47.37/47.46	c nbDecision=12500 #constraints=8026
48.38/48.48	c restart after 12801 decisions
49.17/49.20	c nbDecision=13000 #constraints=8232
51.97/52.05	c nbDecision=13500 #constraints=8447
55.37/55.40	c nbDecision=14000 #constraints=8752
58.88/59.00	c nbDecision=14500 #constraints=9040
61.87/61.96	c nbDecision=15000 #constraints=9351
65.47/65.50	c nbDecision=15500 #constraints=9578
69.47/69.52	c nbDecision=16000 #constraints=9846
73.86/73.97	c nbDecision=16500 #constraints=10162
77.86/77.97	c nbDecision=17000 #constraints=10463
81.86/81.93	c nbDecision=17500 #constraints=10716
86.67/86.71	c nbDecision=18000 #constraints=10972
91.36/91.48	c nbDecision=18500 #constraints=11252
97.26/97.32	c nbDecision=19000 #constraints=11586
100.76/100.81	c nbDecision=19500 #constraints=11906
106.15/106.27	c nbDecision=20000 #constraints=12134
112.46/112.52	c nbDecision=20500 #constraints=12450
118.56/118.69	c nbDecision=21000 #constraints=12740
122.75/122.81	c nbDecision=21500 #constraints=12907
133.15/133.29	c nbDecision=22000 #constraints=13219
145.64/145.79	c nbDecision=22500 #constraints=13580
155.84/156.00	c nbDecision=23000 #constraints=13859
165.34/165.43	c nbDecision=23500 #constraints=14118
174.13/174.25	c nbDecision=24000 #constraints=14406
179.44/179.54	c nbDecision=24500 #constraints=14694
185.93/186.04	c nbDecision=25000 #constraints=14912
193.53/193.68	c nbDecision=25500 #constraints=15221
195.13/195.28	c restart after 25601 decisions
200.22/200.35	c nbDecision=26000 #constraints=15458
206.22/206.35	c nbDecision=26500 #constraints=15604
220.72/220.85	c nbDecision=27000 #constraints=15872
232.42/232.56	c nbDecision=27500 #constraints=16078
232.42/232.58	c nbDecision=27522 #constraints=16078
232.42/232.58	o 7
246.31/246.43	c nbDecision=28000 #constraints=16235
263.10/263.20	c nbDecision=28500 #constraints=16479
287.50/287.63	c nbDecision=29000 #constraints=16791
307.29/307.45	c nbDecision=29500 #constraints=17050
336.28/336.48	c nbDecision=30000 #constraints=17382
365.37/365.57	c nbDecision=30500 #constraints=17736
390.76/390.98	c nbDecision=31000 #constraints=18042
417.76/417.94	c nbDecision=31500 #constraints=18403
443.55/443.74	c nbDecision=32000 #constraints=18734
457.54/457.78	c nbDecision=32500 #constraints=18967
483.03/483.26	c nbDecision=33000 #constraints=19317
504.43/504.60	c nbDecision=33500 #constraints=19583
519.42/519.66	c nbDecision=34000 #constraints=19763
545.42/545.67	c nbDecision=34500 #constraints=20066
571.78/572.04	c nbDecision=35000 #constraints=20348
598.61/598.96	c nbDecision=35500 #constraints=20651
630.88/631.27	c nbDecision=36000 #constraints=20973
661.78/662.14	c nbDecision=36500 #constraints=21310
693.26/693.62	c nbDecision=37000 #constraints=21649
724.56/724.97	c nbDecision=37500 #constraints=22013
745.05/745.42	c nbDecision=38000 #constraints=22246
772.84/773.26	c nbDecision=38500 #constraints=22598
799.12/799.57	c nbDecision=39000 #constraints=22932
818.22/818.62	c nbDecision=39500 #constraints=23097
839.01/839.46	c nbDecision=40000 #constraints=23341
870.31/870.78	c nbDecision=40500 #constraints=23653
894.59/895.02	c nbDecision=41000 #constraints=23896
934.08/934.58	c nbDecision=41500 #constraints=24244
970.07/970.55	c nbDecision=42000 #constraints=24585
1002.56/1003.08	c nbDecision=42500 #constraints=24890
1037.85/1038.33	c nbDecision=43000 #constraints=25246
1071.54/1072.03	c nbDecision=43500 #constraints=25596
1088.73/1089.23	c nbDecision=44000 #constraints=25813
1122.33/1122.82	c nbDecision=44500 #constraints=26165
1150.02/1150.53	c nbDecision=45000 #constraints=26476
1169.30/1169.80	c nbDecision=45500 #constraints=26731
1204.60/1205.12	c nbDecision=46000 #constraints=27060
1249.48/1250.00	c nbDecision=46500 #constraints=27428
1279.68/1280.26	c nbDecision=47000 #constraints=27729
1328.96/1329.56	c nbDecision=47500 #constraints=28087
1371.44/1372.00	c nbDecision=48000 #constraints=28396
1420.12/1420.78	c nbDecision=48500 #constraints=28768
1466.81/1467.44	c nbDecision=49000 #constraints=29135
1510.90/1511.50	c nbDecision=49500 #constraints=29474
1535.59/1536.22	c nbDecision=50000 #constraints=29767
1583.98/1584.67	c nbDecision=50500 #constraints=30139
1617.36/1618.02	c nbDecision=51000 #constraints=30447
1626.97/1627.66	c restart after 51201 decisions
1630.76/1631.43	c nbDecision=51500 #constraints=30564
1657.95/1658.60	c nbDecision=52000 #constraints=30874
1704.64/1705.32	c nbDecision=52500 #constraints=31214
1738.72/1739.49	c nbDecision=53000 #constraints=31509
1795.61/1796.38	c nbDecision=53500 #constraints=31875
1800.02/1800.70	Received signal 15
1801.71/1802.41	
1801.71/1802.41	s SATISFIABLE
1801.71/1802.41	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
1801.71/1802.41	v -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
1801.71/1802.41	v -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
1801.71/1802.41	v -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
1801.71/1802.41	v -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126
1801.71/1802.41	v -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147
1801.71/1802.41	v -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168
1801.71/1802.41	v -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189
1801.71/1802.41	v -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
1801.71/1802.41	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231
1801.71/1802.41	v -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252
1801.71/1802.41	v -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273
1801.71/1802.41	v -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294
1801.71/1802.41	v -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309
1801.71/1802.41	
1801.71/1802.41	c user time= 1801.35 s
1801.71/1802.41	c system time= 0.373943 s
1801.71/1802.41	c wall clock time=1802.41

Verifier Data (download as text)

OK	7

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-364036-1176987098 -o ROOT/results/node39/solver-364036-1176987098 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/364036-1176987098/instance-364036-1176987098.opb mod 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1858
/proc/meminfo: memFree=1532496/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=1468 CPUtime=0
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 146621859 1503232 165 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 367 165 130 317 0 46 0

[startup+0.0828359 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1858
/proc/meminfo: memFree=1532496/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=2656 CPUtime=0.07
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 486 0 0 0 7 0 0 0 18 0 1 0 146621859 2719744 468 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 664 468 137 317 0 343 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2656

[startup+0.101838 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1858
/proc/meminfo: memFree=1532496/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=2788 CPUtime=0.09
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 505 0 0 0 9 0 0 0 18 0 1 0 146621859 2854912 487 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 697 487 137 317 0 376 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2788

[startup+0.301873 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1858
/proc/meminfo: memFree=1532496/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=3052 CPUtime=0.29
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 596 0 0 0 29 0 0 0 19 0 1 0 146621859 3125248 578 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134593543 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 763 578 170 317 0 442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3052

[startup+0.701939 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1858
/proc/meminfo: memFree=1532496/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=3308 CPUtime=0.69
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 684 0 0 0 69 0 0 0 22 0 1 0 146621859 3387392 666 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 827 666 170 317 0 506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3308

[startup+1.50107 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1530248/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=4008 CPUtime=1.49
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 842 0 0 0 149 0 0 0 25 0 1 0 146621859 4104192 824 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718650 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 1002 824 170 317 0 681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4008

[startup+3.10135 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1529224/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=5452 CPUtime=3.09
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 1200 0 0 0 309 0 0 0 25 0 1 0 146621859 5582848 1182 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718428 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 1363 1182 170 317 0 1042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5452

[startup+6.30188 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1526152/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=8284 CPUtime=6.29
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 1882 0 0 0 629 0 0 0 25 0 1 0 146621859 8482816 1864 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 2071 1864 170 317 0 1750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8284

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1522312/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=11756 CPUtime=12.69
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 2754 0 0 0 1267 2 0 0 25 0 1 0 146621859 12038144 2736 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563449 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 2939 2736 170 317 0 2618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11756

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1518216/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=15884 CPUtime=25.48
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 3710 0 0 0 2545 3 0 0 25 0 1 0 146621859 16265216 3692 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563665 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 3971 3692 170 317 0 3650 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15884

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1514120/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=19896 CPUtime=51.07
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 4767 0 0 0 5103 4 0 0 25 0 1 0 146621859 20373504 4705 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604157 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 4974 4705 170 317 0 4653 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19896

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1507720/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=26856 CPUtime=102.26
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 6365 0 0 0 10220 6 0 0 25 0 1 0 146621859 27500544 6303 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712546 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 6714 6303 170 317 0 6393 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26856

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1502856/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=31952 CPUtime=162.24
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 7654 0 0 0 16216 8 0 0 25 0 1 0 146621859 32718848 7506 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715649 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 7988 7506 170 317 0 7667 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31952

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1498696/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=36064 CPUtime=222.22
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 8672 0 0 0 22212 10 0 0 25 0 1 0 146621859 36929536 8524 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 9016 8524 170 317 0 8695 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36064

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1496392/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=38604 CPUtime=282.2
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 9268 0 0 0 28209 11 0 0 25 0 1 0 146621859 39530496 9120 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 9651 9120 170 317 0 9330 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 38604

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1494344/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=41100 CPUtime=342.18
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 9810 0 0 0 34206 12 0 0 25 0 1 0 146621859 42086400 9629 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 10275 9629 170 317 0 9954 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 41100

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1492104/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=43536 CPUtime=402.16
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 10351 0 0 0 40202 14 0 0 25 0 1 0 146621859 44580864 10170 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718434 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 10884 10170 170 317 0 10563 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 43536

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1489032/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=46512 CPUtime=462.15
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 11129 0 0 0 46199 16 0 0 25 0 1 0 146621859 47628288 10948 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 11628 10948 170 317 0 11307 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 46512

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1859
/proc/meminfo: memFree=1486024/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=50228 CPUtime=522.12
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 11890 0 0 0 52195 17 0 0 25 0 1 0 146621859 51433472 11709 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716198 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 12557 11709 170 317 0 12236 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 50228

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 1978
/proc/meminfo: memFree=1482944/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=51832 CPUtime=582.05
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 12310 0 0 0 58186 19 0 0 25 0 1 0 146621859 53075968 12129 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 12958 12129 170 317 0 12637 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 51832

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 2067
/proc/meminfo: memFree=1482504/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=53340 CPUtime=641.98
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 12715 0 0 0 64178 20 0 0 25 0 1 0 146621859 54620160 12534 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 13335 12534 170 317 0 13014 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 53340


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

[startup+1002.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1469832/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=67072 CPUtime=1001.86
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 16026 0 0 0 100160 26 0 0 25 0 1 0 146621859 68681728 15675 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 16768 15675 170 317 0 16447 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 67072

[startup+1062.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/78 2067
/proc/meminfo: memFree=1468232/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=68528 CPUtime=1061.85
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 16480 0 0 0 106158 27 0 0 25 0 1 0 146621859 70172672 16129 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604157 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 17132 16129 170 317 0 16811 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 68528

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2067
/proc/meminfo: memFree=1465864/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=70700 CPUtime=1121.83
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 17078 0 0 0 112155 28 0 0 25 0 1 0 146621859 72396800 16727 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712496 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 17675 16727 170 317 0 17354 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 70700

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1463560/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=73056 CPUtime=1181.81
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 17662 0 0 0 118152 29 0 0 25 0 1 0 146621859 74809344 17278 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 18264 17278 170 317 0 17943 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 73056

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1462472/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=74624 CPUtime=1241.78
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 18048 0 0 0 124149 29 0 0 25 0 1 0 146621859 76414976 17565 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604122 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 18656 17565 170 317 0 18335 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 74624

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1460872/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=76888 CPUtime=1301.77
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 18450 0 0 0 130147 30 0 0 25 0 1 0 146621859 78733312 17967 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563976 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 19222 17967 170 317 0 18901 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 76888

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1459784/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=78708 CPUtime=1361.75
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 18908 0 0 0 136144 31 0 0 25 0 1 0 146621859 80596992 18227 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710949 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 19677 18227 170 317 0 19356 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 78708

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1458376/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=80424 CPUtime=1421.73
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 19263 0 0 0 142142 31 0 0 25 0 1 0 146621859 82354176 18582 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 20106 18582 170 317 0 19785 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 80424

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1456264/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=83192 CPUtime=1481.71
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 19822 0 0 0 148138 33 0 0 25 0 1 0 146621859 85188608 19108 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718431 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 20798 19108 170 317 0 20477 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 83192

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1454344/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=84912 CPUtime=1541.69
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 20307 0 0 0 154135 34 0 0 25 0 1 0 146621859 86949888 19593 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 21228 19593 170 317 0 20907 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 84912

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1452424/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=86488 CPUtime=1601.67
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 20778 0 0 0 160133 34 0 0 25 0 1 0 146621859 88563712 20064 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134604234 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 21622 20064 170 317 0 21301 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 86488

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1450824/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=87968 CPUtime=1661.65
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21172 0 0 0 166130 35 0 0 25 0 1 0 146621859 90079232 20458 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 21992 20458 170 317 0 21671 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 87968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1449928/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=89016 CPUtime=1721.63
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21473 0 0 0 172127 36 0 0 25 0 1 0 146621859 91152384 20693 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22254 20693 170 317 0 21933 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 89016

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1448456/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=90196 CPUtime=1781.62
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21819 0 0 0 178125 37 0 0 25 0 1 0 146621859 92360704 21039 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22549 21039 170 317 0 22228 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 90196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1448200/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=90460 CPUtime=1800.02
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21889 0 0 0 179965 37 0 0 25 0 1 0 146621859 92631040 21109 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22615 21109 170 317 0 22294 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 90460

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2067
/proc/meminfo: memFree=1448200/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=90460 CPUtime=1800.71
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21892 0 0 0 180034 37 0 0 25 0 1 0 146621859 92631040 21112 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22615 21112 170 317 0 22294 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 90460

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2068
/proc/meminfo: memFree=1448128/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=90460 CPUtime=1801.51
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21894 0 0 0 180114 37 0 0 25 0 1 0 146621859 92631040 21114 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563631 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22615 21114 170 317 0 22294 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 90460

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2068
/proc/meminfo: memFree=1448128/2055920 swapFree=4154524/4192956
[pid=1858] ppid=1856 vsize=90460 CPUtime=1801.71
/proc/1858/stat : 1858 (oree) R 1856 1858 32764 0 -1 4194304 21895 0 0 0 180134 37 0 0 25 0 1 0 146621859 92631040 21115 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134715621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1858/statm: 22615 21115 170 317 0 22294 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 90460

Child status: 0
Real time (s): 1802.43
CPU time (s): 1801.75
CPU user time (s): 1801.36
CPU system time (s): 0.38894
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 90460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.36
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3047

runsolver used 1.9417 second user time and 4.6263 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Thu Apr 19 12:51:38 UTC 2007

IDJOB= 364036
IDBENCH= 2054
IDSOLVER= 172
FILE ID= node39/364036-1176987098

PBS_JOBID= 4630383

Free space on /tmp= 66488 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-9sym.b.opb
COMMAND LINE= oree /tmp/evaluation/364036-1176987098/instance-364036-1176987098.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-364036-1176987098 -o ROOT/results/node39/solver-364036-1176987098 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/364036-1176987098/instance-364036-1176987098.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  62bf49287e0493f2a3b22f3319db306d

RANDOM SEED= 650480328

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1532904 kB
Buffers:         45796 kB
Cached:         383916 kB
SwapCached:      18408 kB
Active:         170316 kB
Inactive:       288628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532904 kB
SwapTotal:     4192956 kB
SwapFree:      4154524 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          31360 kB
Slab:            49324 kB
Committed_AS:  1772688 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB

End job on node39 on Thu Apr 19 13:21:41 UTC 2007