Trace number 430692

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 694.762 695.146

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
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.121981
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 variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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)

31.85/31.98	o 253
103.29/103.47	o 107
149.81/150.07	o 61
222.03/222.37	o 25
320.70/321.07	o 3
694.69/695.14	s OPTIMUM FOUND
694.69/695.14	v x1 x2 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x24 x25 x27 x28 x30 x32 x33 x40 x41 x45 x49 x51 x52 x53 x54 x55 x56 x57 x58
694.69/695.14	v x63 x64 x65 x66 x67 x71 x72 x73 x74 x75 x79 x82 x91 x92 x93 x94 x96 x97 x98 x104 x107 x110 x111 x115 x121 x122 x129 x130 x137 x138
694.69/695.14	v x145 x146 x153 x154 x161 x162 x169 x170 x177 x178 x185 x187 x188 x189 x190 x191 x192 x193 x195 x196 x197 x198 x199 x200 x201 x203
694.69/695.14	v x204 x205 x206 x207 x208 x209 x211 x212 x213 x214 x215 x216 x217 x219 x220 x221 x222 x223 x224 x225 x227 x228 x229 x230 x231 x232
694.69/695.14	v x241 x243 x244 x245 x246 x247 x248 x249 x250 x255 x256 x265 x266 x271 x272 x273 x274 x279 x280 x289 x290 x295 x296 x305 x306 x311
694.69/695.14	v x312 x313 x314 x315 x319 x320 x369 x370 x371 x375 x376 x377 x378 x379 x383 x409 x410 x411 x415

Verifier Data (download as text)

OK	3

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/430692-1177997852/instance-430692-1177997852.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-430692-1177997852 -o ROOT/results/node6/solver-430692-1177997852 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-430692-1177997852.opb /tmp/evaluation/430692-1177997852/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: 0.92 0.98 0.98 3/77 28807
/proc/meminfo: memFree=1811760/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12268 CPUtime=0
/proc/28807/stat : 28807 (pbclasp) R 28805 28807 28266 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 275822847 12562432 317 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/28807/statm: 3067 317 242 3 0 167 0

[startup+0.042428 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 28807
/proc/meminfo: memFree=1811760/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 488 0 0 0 0 0 0 0 16 0 1 0 275822847 12697600 441 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591738978 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/28807/statm: 3100 441 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101437 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 28807
/proc/meminfo: memFree=1811760/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.301457 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 28807
/proc/meminfo: memFree=1811760/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+0.701504 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 28807
/proc/meminfo: memFree=1811760/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12400

[startup+1.5016 s]
/proc/loadavg: 0.92 0.98 0.98 2/80 28817
/proc/meminfo: memFree=1809432/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
[pid=28815] ppid=28807 vsize=5352 CPUtime=0
/proc/28815/stat : 28815 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275822855 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28815/statm: 1338 224 188 169 0 49 0
[pid=28817] ppid=28815 vsize=4132 CPUtime=1.41
/proc/28817/stat : 28817 (clasp-1.0) R 28815 28807 28266 0 -1 4194304 690 0 0 0 141 0 0 0 25 0 1 0 275822855 4231168 652 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784680 0 0 4096 0 0 0 0 17 1 0 0
/proc/28817/statm: 1033 652 249 81 0 407 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 21884

[startup+3.10278 s]
/proc/loadavg: 0.93 0.98 0.98 2/80 28817
/proc/meminfo: memFree=1808984/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
[pid=28815] ppid=28807 vsize=5352 CPUtime=0
/proc/28815/stat : 28815 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275822855 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28815/statm: 1338 224 188 169 0 49 0
[pid=28817] ppid=28815 vsize=4648 CPUtime=3.01
/proc/28817/stat : 28817 (clasp-1.0) R 28815 28807 28266 0 -1 4194304 805 0 0 0 301 0 0 0 25 0 1 0 275822855 4759552 767 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782422 0 0 4096 0 0 0 0 17 1 0 0
/proc/28817/statm: 1162 767 249 81 0 536 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 22400

[startup+6.30116 s]
/proc/loadavg: 0.93 0.98 0.98 2/80 28817
/proc/meminfo: memFree=1808152/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
[pid=28815] ppid=28807 vsize=5352 CPUtime=0
/proc/28815/stat : 28815 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275822855 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28815/statm: 1338 224 188 169 0 49 0
[pid=28817] ppid=28815 vsize=5172 CPUtime=6.2
/proc/28817/stat : 28817 (clasp-1.0) R 28815 28807 28266 0 -1 4194304 933 0 0 0 620 0 0 0 25 0 1 0 275822855 5296128 895 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/28817/statm: 1293 895 249 81 0 667 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 22924

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.98 3/80 28817
/proc/meminfo: memFree=1807320/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
[pid=28815] ppid=28807 vsize=5352 CPUtime=0
/proc/28815/stat : 28815 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275822855 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28815/statm: 1338 224 188 169 0 49 0
[pid=28817] ppid=28815 vsize=5828 CPUtime=12.6
/proc/28817/stat : 28817 (clasp-1.0) R 28815 28807 28266 0 -1 4194304 1125 0 0 0 1260 0 0 0 25 0 1 0 275822855 5967872 1087 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715844 0 0 4096 0 0 0 0 17 1 0 0
/proc/28817/statm: 1457 1087 249 81 0 831 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 23580

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.98 2/80 28817
/proc/meminfo: memFree=1806552/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=0.05
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 569 1594 0 0 0 0 5 0 16 0 1 0 275822847 12697600 462 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 462 343 3 0 200 0
[pid=28815] ppid=28807 vsize=5352 CPUtime=0
/proc/28815/stat : 28815 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275822855 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28815/statm: 1338 224 188 169 0 49 0
[pid=28817] ppid=28815 vsize=6632 CPUtime=25.39
/proc/28817/stat : 28817 (clasp-1.0) R 28815 28807 28266 0 -1 4194304 1310 0 0 0 2539 0 0 0 25 0 1 0 275822855 6791168 1272 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4160493045 0 0 4096 0 0 0 0 17 1 0 0
/proc/28817/statm: 1658 1272 249 81 0 1032 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 24384

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.98 2/80 28825
/proc/meminfo: memFree=1806936/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=31.95
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 684 4385 0 0 0 0 3193 2 16 0 1 0 275822847 12697600 465 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 465 343 3 0 200 0
[pid=28823] ppid=28807 vsize=5352 CPUtime=0
/proc/28823/stat : 28823 (sh) S 28807 28807 28266 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 275826050 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28823/statm: 1338 224 188 169 0 49 0
[pid=28825] ppid=28823 vsize=6068 CPUtime=19.05
/proc/28825/stat : 28825 (clasp-1.0) R 28823 28807 28266 0 -1 4194304 1174 0 0 0 1905 0 0 0 25 0 1 0 275826050 6213632 1136 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/28825/statm: 1517 1136 249 81 0 891 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 23820

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.98 2/80 28825
/proc/meminfo: memFree=1804952/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=31.95
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 684 4385 0 0 0 0 3193 2 16 0 1 0 275822847 12697600 465 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 465 343 3 0 200 0
[pid=28823] ppid=28807 vsize=5352 CPUtime=0
/proc/28823/stat : 28823 (sh) S 28807 28807 28266 0 -1 4194304 285 121 0 0 0 0 0 0 16 0 1 0 275826050 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28823/statm: 1338 224 188 169 0 49 0
[pid=28825] ppid=28823 vsize=8012 CPUtime=70.24
/proc/28825/stat : 28825 (clasp-1.0) R 28823 28807 28266 0 -1 4194304 1661 0 0 0 7023 1 0 0 25 0 1 0 275826050 8204288 1623 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784714 0 0 4096 0 0 0 0 17 1 0 0
/proc/28825/statm: 2003 1623 249 81 0 1377 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 25764

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28841
/proc/meminfo: memFree=1807320/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=149.91
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 911 10336 0 0 0 0 14984 7 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28839] ppid=28807 vsize=5352 CPUtime=0
/proc/28839/stat : 28839 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275837862 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28839/statm: 1338 224 188 169 0 49 0
[pid=28841] ppid=28839 vsize=5664 CPUtime=12.13
/proc/28841/stat : 28841 (clasp-1.0) R 28839 28807 28266 0 -1 4194304 1077 0 0 0 1213 0 0 0 25 0 1 0 275837862 5799936 1039 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715844 0 0 4096 0 0 0 0 17 1 0 0
/proc/28841/statm: 1416 1039 249 81 0 790 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 23416

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28841
/proc/meminfo: memFree=1804824/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=149.91
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 911 10336 0 0 0 0 14984 7 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28839] ppid=28807 vsize=5352 CPUtime=0
/proc/28839/stat : 28839 (sh) S 28807 28807 28266 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 275837862 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28839/statm: 1338 224 188 169 0 49 0
[pid=28841] ppid=28839 vsize=8044 CPUtime=72.12
/proc/28841/stat : 28841 (clasp-1.0) R 28839 28807 28266 0 -1 4194304 1673 0 0 0 7211 1 0 0 25 0 1 0 275837862 8237056 1635 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784643 0 0 4096 0 0 0 0 17 1 0 0
/proc/28841/statm: 2011 1635 249 81 0 1385 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 25796

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28849
/proc/meminfo: memFree=1805400/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=222.12
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1028 13373 0 0 0 1 22202 9 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28847] ppid=28807 vsize=5352 CPUtime=0
/proc/28847/stat : 28847 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 275845086 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28847/statm: 1338 224 188 169 0 49 0

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

/proc/28857/statm: 2148 1746 249 81 0 1522 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 26344

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803864/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=8872 CPUtime=201.15
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 1882 0 0 0 20113 2 0 0 25 0 1 0 275854956 9084928 1844 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2218 1844 249 81 0 1592 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 26624

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803608/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9148 CPUtime=261.13
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 1938 0 0 0 26111 2 0 0 25 0 1 0 275854956 9367552 1900 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784653 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2287 1900 249 81 0 1661 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 26900

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803160/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9588 CPUtime=321.11
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2037 0 0 0 32109 2 0 0 25 0 1 0 275854956 9818112 1999 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2397 1999 249 81 0 1771 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 27340

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

[startup+665.505 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803160/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9588 CPUtime=344.31
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2041 0 0 0 34428 3 0 0 25 0 1 0 275854956 9818112 2003 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617553 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2397 2003 249 81 0 1771 0
Current children cumulated CPU time (s) 665.1
Current children cumulated vsize (KiB) 27340

[startup+678.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803032/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=357.11
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2064 0 0 0 35708 3 0 0 25 0 1 0 275854956 9969664 2026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789702 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2026 249 81 0 1808 0
Current children cumulated CPU time (s) 677.9
Current children cumulated vsize (KiB) 27488

[startup+684.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1803032/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=363.5
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2064 0 0 0 36347 3 0 0 25 0 1 0 275854956 9969664 2026 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715278 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2026 249 81 0 1808 0
Current children cumulated CPU time (s) 684.29
Current children cumulated vsize (KiB) 27488

[startup+691.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1802968/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=369.9
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2082 0 0 0 36987 3 0 0 25 0 1 0 275854956 9969664 2044 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737694 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2044 249 81 0 1808 0
Current children cumulated CPU time (s) 690.69
Current children cumulated vsize (KiB) 27488

[startup+692.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1802968/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=371.5
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2086 0 0 0 37147 3 0 0 25 0 1 0 275854956 9969664 2048 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737587 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2048 249 81 0 1808 0
Current children cumulated CPU time (s) 692.29
Current children cumulated vsize (KiB) 27488

[startup+694.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1802968/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=373.1
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2086 0 0 0 37307 3 0 0 25 0 1 0 275854956 9969664 2048 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789720 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2048 249 81 0 1808 0
Current children cumulated CPU time (s) 693.89
Current children cumulated vsize (KiB) 27488

[startup+694.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1802968/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=373.5
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2086 0 0 0 37347 3 0 0 25 0 1 0 275854956 9969664 2048 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2048 249 81 0 1808 0
Current children cumulated CPU time (s) 694.29
Current children cumulated vsize (KiB) 27488

[startup+695.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/80 28857
/proc/meminfo: memFree=1802968/2055924 swapFree=4146676/4192956
[pid=28807] ppid=28805 vsize=12400 CPUtime=320.79
/proc/28807/stat : 28807 (pbclasp) S 28805 28807 28266 0 -1 4194304 1145 16409 0 0 0 1 32066 12 16 0 1 0 275822847 12697600 466 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 268591742868 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/28807/statm: 3100 466 343 3 0 200 0
[pid=28855] ppid=28807 vsize=5352 CPUtime=0
/proc/28855/stat : 28855 (sh) S 28807 28807 28266 0 -1 4194304 286 121 0 0 0 0 0 0 19 0 1 0 275854956 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28855/statm: 1338 224 188 169 0 49 0
[pid=28857] ppid=28855 vsize=9736 CPUtime=373.9
/proc/28857/stat : 28857 (clasp-1.0) R 28855 28807 28266 0 -1 4194304 2086 0 0 0 37387 3 0 0 25 0 1 0 275854956 9969664 2048 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715268 0 0 4096 0 0 0 0 17 1 0 0
/proc/28857/statm: 2434 2048 249 81 0 1808 0
Current children cumulated CPU time (s) 694.69
Current children cumulated vsize (KiB) 27488

Child status: 0
Real time (s): 695.146
CPU time (s): 694.762
CPU user time (s): 694.59
CPU system time (s): 0.171973
CPU usage (%): 99.9448
Max. virtual memory (cumulated for all children) (KiB): 27488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.59
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20312
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= 502
involuntary context switches= 2257

runsolver used 0.660899 second user time and 1.87571 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue May  1 05:37:32 UTC 2007

IDJOB= 430692
IDBENCH= 47998
IDSOLVER= 167
FILE ID= node6/430692-1177997852

PBS_JOBID= 4728228

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=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= pbclasp instance-430692-1177997852.opb /tmp/evaluation/430692-1177997852/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node6/convwatcher-430692-1177997852 -o ROOT/results/node6/conversion-430692-1177997852 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/430692-1177997852/instance-430692-1177997852.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  1d3dc680e7fede194f84acfa61415e9b

RANDOM SEED= 762336184

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1812232 kB
Buffers:         44080 kB
Cached:         111308 kB
SwapCached:      13796 kB
Active:          56048 kB
Inactive:       123256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1812232 kB
SwapTotal:     4192956 kB
SwapFree:      4146676 kB
Dirty:             596 kB
Writeback:           0 kB
Mapped:          30076 kB
Slab:            49984 kB
Committed_AS:  8182476 kB
PageTables:       1784 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 node6 on Tue May  1 05:49:07 UTC 2007