Trace number 429110

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
PB-clasp 2007-04-10OPT3 1242.44 1243.1

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=149-P1=419-P2=307-P3=223-B.opb
MD5SUMc4226b2f0998740abfed6a5c474083dd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.099984
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

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)

6.97/7.05	o 243
8.24/8.31	o 183
11.94/12.20	o 63
12.03/13.00	o 51
13.15/13.46	o 29
15.36/15.62	o 23
15.40/16.04	o 19
15.81/16.15	o 13
18.35/18.64	o 11
18.40/19.43	o 3
1242.41/1243.10	s OPTIMUM FOUND
1242.41/1243.10	v x1 x2 x10 x11 x12 x13 x16 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x33 x35 x36 x37 x39 x40 x42 x43 x44 x45 x46 x47 x50 x55 x66 x67 x69
1242.41/1243.10	v x70 x71 x72 x73 x74 x75 x76 x82 x83 x91 x92 x100 x101 x109 x110 x136 x137 x154 x155 x163 x165 x166 x168 x169 x170 x171 x172 x174
1242.41/1243.10	v x175 x177 x178 x179 x180 x181 x183 x184 x186 x187 x188 x189 x190 x192 x193 x195 x196 x197 x198 x199 x201 x202 x204 x205 x206 x207
1242.41/1243.10	v x208 x210 x211 x213 x214 x215 x216 x217 x219 x220 x222 x223 x224 x225 x226 x228 x229 x231 x232 x233 x234 x235 x237 x238 x240 x241
1242.41/1243.10	v x242 x243 x244 x245 x248 x289 x290 x293 x307 x308 x311 x316 x317 x320

Verifier Data (download as text)

OK	3

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/429110-1177981108/instance-429110-1177981108.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node61/watcher-429110-1177981108 -o ROOT/results/node61/solver-429110-1177981108 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-429110-1177981108.opb /tmp/evaluation/429110-1177981108/temp 

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: 1.07 0.99 0.83 2/64 4514
/proc/meminfo: memFree=1839016/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12268 CPUtime=0
/proc/4514/stat : 4514 (pbclasp) D 4512 4514 4374 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 210074486 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246406675045 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/4514/statm: 3067 317 242 3 0 167 0

[startup+0.0637151 s]
/proc/loadavg: 1.07 0.99 0.83 2/64 4514
/proc/meminfo: memFree=1839016/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.04
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 537 791 0 0 0 0 4 0 16 0 1 0 210074486 12697600 459 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415405154 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/4514/statm: 3100 459 342 3 0 200 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12400

[startup+0.101718 s]
/proc/loadavg: 1.07 0.99 0.83 2/64 4514
/proc/meminfo: memFree=1839016/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.301733 s]
/proc/loadavg: 1.07 0.99 0.83 2/64 4514
/proc/meminfo: memFree=1839016/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.701771 s]
/proc/loadavg: 1.07 0.99 0.83 2/64 4514
/proc/meminfo: memFree=1839016/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+1.50185 s]
/proc/loadavg: 1.07 0.99 0.83 2/67 4524
/proc/meminfo: memFree=1836688/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
[pid=4522] ppid=4514 vsize=5352 CPUtime=0
/proc/4522/stat : 4522 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 210074493 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4522/statm: 1338 224 188 169 0 49 0
[pid=4524] ppid=4522 vsize=3864 CPUtime=1.42
/proc/4524/stat : 4524 (clasp-1.0) R 4522 4514 4374 0 -1 4194304 613 0 0 0 142 0 0 0 25 0 1 0 210074493 3956736 575 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714736 0 0 4096 0 0 0 0 17 1 0 0
/proc/4524/statm: 966 575 249 81 0 340 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21616

[startup+3.103 s]
/proc/loadavg: 1.07 0.99 0.83 2/67 4524
/proc/meminfo: memFree=1836432/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
[pid=4522] ppid=4514 vsize=5352 CPUtime=0
/proc/4522/stat : 4522 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 210074493 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4522/statm: 1338 224 188 169 0 49 0
[pid=4524] ppid=4522 vsize=4124 CPUtime=3.02
/proc/4524/stat : 4524 (clasp-1.0) R 4522 4514 4374 0 -1 4194304 702 0 0 0 302 0 0 0 25 0 1 0 210074493 4222976 664 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134792583 0 0 4096 0 0 0 0 17 1 0 0
/proc/4524/statm: 1031 664 249 81 0 405 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21876

[startup+6.3013 s]
/proc/loadavg: 1.07 0.99 0.83 2/67 4524
/proc/meminfo: memFree=1835920/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=0.05
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 570 1595 0 0 0 0 4 1 16 0 1 0 210074486 12697600 461 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/4514/statm: 3100 461 343 3 0 200 0
[pid=4522] ppid=4514 vsize=5352 CPUtime=0
/proc/4522/stat : 4522 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 210074493 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4522/statm: 1338 224 188 169 0 49 0
[pid=4524] ppid=4522 vsize=4516 CPUtime=6.22
/proc/4524/stat : 4524 (clasp-1.0) R 4522 4514 4374 0 -1 4194304 771 0 0 0 622 0 0 0 25 0 1 0 210074493 4624384 733 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616626 0 0 4096 0 0 0 0 17 1 0 0
/proc/4524/statm: 1129 733 249 81 0 503 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22268

[startup+12.7029 s]
/proc/loadavg: 1.06 0.99 0.83 2/67 4540
/proc/meminfo: memFree=1836000/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=12.03
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 923 7757 0 0 0 0 1198 5 17 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 12400

[startup+25.5011 s]
/proc/loadavg: 1.05 0.99 0.83 2/67 4604
/proc/meminfo: memFree=1835992/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=4104 CPUtime=6.04
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 694 0 0 0 604 0 0 0 25 0 1 0 210076431 4202496 656 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616169 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1026 656 249 81 0 400 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 21856

[startup+51.1016 s]
/proc/loadavg: 1.03 0.99 0.83 2/67 4604
/proc/meminfo: memFree=1835096/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=5076 CPUtime=31.63
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 919 0 0 0 3163 0 0 0 25 0 1 0 210076431 5197824 881 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134740927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1269 881 249 81 0 643 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 22828

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.84 2/67 4604
/proc/meminfo: memFree=1834136/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=5988 CPUtime=82.82
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1144 0 0 0 8282 0 0 0 25 0 1 0 210076431 6131712 1106 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737495 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1497 1106 249 81 0 871 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 23740

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.84 2/73 4678
/proc/meminfo: memFree=1832296/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=6356 CPUtime=142.77
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1246 0 0 0 14277 0 0 0 25 0 1 0 210076431 6508544 1208 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784610 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1589 1208 249 81 0 963 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 24108

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/67 4802
/proc/meminfo: memFree=1832600/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=7068 CPUtime=202.69
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1405 0 0 0 20267 2 0 0 25 0 1 0 210076431 7237632 1367 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715955 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1767 1367 249 81 0 1141 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 24820

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/67 4802
/proc/meminfo: memFree=1832408/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=7324 CPUtime=262.67
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1488 0 0 0 26265 2 0 0 25 0 1 0 210076431 7499776 1450 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715268 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 1831 1450 249 81 0 1205 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 25076


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

/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=8656 CPUtime=682.55
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1823 0 0 0 68253 2 0 0 25 0 1 0 210076431 8863744 1785 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782435 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2164 1785 249 81 0 1538 0
Current children cumulated CPU time (s) 701.75
Current children cumulated vsize (KiB) 26408

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.90 2/67 4802
/proc/meminfo: memFree=1830872/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=8944 CPUtime=742.54
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1880 0 0 0 74251 3 0 0 25 0 1 0 210076431 9158656 1842 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714269 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2236 1842 249 81 0 1610 0
Current children cumulated CPU time (s) 761.74
Current children cumulated vsize (KiB) 26696

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830808/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=8944 CPUtime=802.52
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1889 0 0 0 80249 3 0 0 25 0 1 0 210076431 9158656 1851 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741460 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2236 1851 249 81 0 1610 0
Current children cumulated CPU time (s) 821.72
Current children cumulated vsize (KiB) 26696

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830680/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9036 CPUtime=862.51
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1913 0 0 0 86248 3 0 0 25 0 1 0 210076431 9252864 1875 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2259 1875 249 81 0 1633 0
Current children cumulated CPU time (s) 881.71
Current children cumulated vsize (KiB) 26788

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830552/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9168 CPUtime=922.49
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1945 0 0 0 92246 3 0 0 25 0 1 0 210076431 9388032 1907 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784670 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2292 1907 249 81 0 1666 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 26920

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830424/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9308 CPUtime=982.47
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1973 0 0 0 98244 3 0 0 25 0 1 0 210076431 9531392 1935 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784622 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2327 1935 249 81 0 1701 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 27060

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830360/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9440 CPUtime=1042.45
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 1989 0 0 0 104242 3 0 0 25 0 1 0 210076431 9666560 1951 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616831 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2360 1951 249 81 0 1734 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 27192

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830296/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9440 CPUtime=1102.44
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 2005 0 0 0 110241 3 0 0 25 0 1 0 210076431 9666560 1967 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789720 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2360 1967 249 81 0 1734 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 27192

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1830040/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9588 CPUtime=1162.42
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 2054 0 0 0 116239 3 0 0 25 0 1 0 210076431 9818112 2016 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784657 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2397 2016 249 81 0 1771 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 27340

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1829976/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9724 CPUtime=1222.4
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 2084 0 0 0 122237 3 0 0 25 0 1 0 210076431 9957376 2046 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2431 2046 249 81 0 1805 0
Current children cumulated CPU time (s) 1241.6
Current children cumulated vsize (KiB) 27476

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

[startup+1242.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1829976/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=19.2
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1749 21068 0 0 0 1 1904 15 16 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415409044 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
[pid=4602] ppid=4514 vsize=5352 CPUtime=0
/proc/4602/stat : 4602 (sh) S 4514 4514 4374 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 210076431 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4602/statm: 1338 224 188 169 0 49 0
[pid=4604] ppid=4602 vsize=9724 CPUtime=1222.8
/proc/4604/stat : 4604 (clasp-1.0) R 4602 4514 4374 0 -1 4194304 2084 0 0 0 122277 3 0 0 25 0 1 0 210076431 9957376 2046 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789696 0 0 4096 0 0 0 0 17 1 0 0
/proc/4604/statm: 2431 2046 249 81 0 1805 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 27476

[startup+1243.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 4802
/proc/meminfo: memFree=1829976/2055920 swapFree=4184156/4192956
[pid=4514] ppid=4512 vsize=12400 CPUtime=1242.41
/proc/4514/stat : 4514 (pbclasp) S 4512 4514 4374 0 -1 4194304 1796 23594 0 0 0 1 124221 19 17 0 1 0 210074486 12697600 465 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 246415405154 0 0 4224 16384 18446744071563648864 0 0 17 0 0 0
/proc/4514/statm: 3100 465 343 3 0 200 0
Current children cumulated CPU time (s) 1242.41
Current children cumulated vsize (KiB) 12400

Child status: 0
Real time (s): 1243.1
CPU time (s): 1242.44
CPU user time (s): 1242.22
CPU system time (s): 0.216967
CPU usage (%): 99.9465
Max. virtual memory (cumulated for all children) (KiB): 27476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1242.22
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25571
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= 699
involuntary context switches= 3455

runsolver used 1.09983 second user time and 2.41763 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue May  1 00:58:28 UTC 2007

IDJOB= 429110
IDBENCH= 47885
IDSOLVER= 167
FILE ID= node61/429110-1177981108

PBS_JOBID= 4728189

Free space on /tmp= 66564 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=149-P1=419-P2=307-P3=223-B.opb
COMMAND LINE= pbclasp instance-429110-1177981108.opb /tmp/evaluation/429110-1177981108/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node61/convwatcher-429110-1177981108 -o ROOT/results/node61/conversion-429110-1177981108 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/429110-1177981108/instance-429110-1177981108.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-429110-1177981108 -o ROOT/results/node61/solver-429110-1177981108 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-429110-1177981108.opb /tmp/evaluation/429110-1177981108/temp

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  c4226b2f0998740abfed6a5c474083dd

RANDOM SEED= 469393330

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1839424 kB
Buffers:         21080 kB
Cached:         133232 kB
SwapCached:       2904 kB
Active:          56144 kB
Inactive:       107964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839424 kB
SwapTotal:     4192956 kB
SwapFree:      4184156 kB
Dirty:             500 kB
Writeback:           0 kB
Mapped:          15792 kB
Slab:            38584 kB
Committed_AS:  1137512 kB
PageTables:       1388 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= 66564 MiB

End job on node61 on Tue May  1 01:19:12 UTC 2007