Trace number 193993

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 NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13UNSAT 1574.93 1575.47

General information on the benchmark

Nameehi/ehi-85/
ehi-85-297-15_ext.xml
MD5SUMc7a03e94b7a84d4245b508e84179fb00
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.247961
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables297
Number of constraints4133
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1575.46	
1575.46	Time: 1574736
1575.46	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/193993-1168099355/unknown)

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-193993-1168099355 -o ROOT/results/node72/solver-193993-1168099355 -C 1800 -M 900 /tmp/evaluation/193993-1168099355/Complete/Ordinary/solver /tmp/evaluation/193993-1168099355/unknown 1800 

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

/proc/loadavg: 0.01 0.04 0.18 5/86 8434
/proc/meminfo: memFree=1383400/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=53472 CPUtime=0
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 478 0 0 0 0 0 0 0 20 0 1 0 158348792 54755328 197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 0 0 0
/proc/8433/statm: 13368 199 123 90 0 12906 0

[startup+0.105699 s]
/proc/loadavg: 0.01 0.04 0.18 5/86 8434
/proc/meminfo: memFree=1383400/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=61808 CPUtime=0.1
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 1779 0 0 0 9 1 0 0 21 0 1 0 158348792 63291392 1494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857353 0 0 4096 2 0 0 0 17 0 0 0
/proc/8433/statm: 15452 1494 158 90 0 14990 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61808

[startup+0.513738 s]
/proc/loadavg: 0.01 0.04 0.18 5/86 8434
/proc/meminfo: memFree=1383400/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=0.5
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3287 0 0 0 49 1 0 0 25 0 2 0 158348792 73781248 3002 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639177 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8433/statm: 18013 3002 170 90 0 17551 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72052

[startup+1.33682 s]
/proc/loadavg: 0.17 0.07 0.19 2/94 8442
/proc/meminfo: memFree=1340648/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=1.32
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3300 0 0 0 131 1 0 0 25 0 2 0 158348792 73781248 3015 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661540 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8433/statm: 18013 3015 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3015 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72052

[startup+2.98395 s]
/proc/loadavg: 0.17 0.07 0.19 2/82 8442
/proc/meminfo: memFree=1372424/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=2.96
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3305 0 0 0 295 1 0 0 25 0 2 0 158348792 73781248 3020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668983 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3020 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72052

[startup+6.26025 s]
/proc/loadavg: 0.24 0.08 0.19 2/82 8442
/proc/meminfo: memFree=1372424/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=6.23
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3311 0 0 0 622 1 0 0 25 0 2 0 158348792 73781248 3026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3026 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 72052

[startup+12.7218 s]
/proc/loadavg: 0.30 0.10 0.19 2/82 8450
/proc/meminfo: memFree=1372352/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=12.69
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3311 0 0 0 1268 1 0 0 25 0 2 0 158348792 73781248 3026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604091 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3026 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3026 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72052

[startup+25.529 s]
/proc/loadavg: 0.41 0.13 0.20 2/82 8450
/proc/meminfo: memFree=1372360/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=25.49
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3312 0 0 0 2548 1 0 0 25 0 2 0 158348792 73781248 3027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3027 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72052

[startup+51.1543 s]
/proc/loadavg: 0.71 0.22 0.23 2/82 8451
/proc/meminfo: memFree=1374344/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=51.11
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3312 0 0 0 5109 2 0 0 25 0 2 0 158348792 73781248 3027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3027 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 72052

[startup+102.407 s]
/proc/loadavg: 0.87 0.34 0.27 2/82 8663
/proc/meminfo: memFree=1370616/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=102.33
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3313 0 0 0 10230 3 0 0 25 0 2 0 158348792 73781248 3028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3028 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 72052

[startup+162.474 s]
/proc/loadavg: 0.95 0.46 0.31 2/82 8676
/proc/meminfo: memFree=1370696/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=162.36
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3324 0 0 0 16232 4 0 0 25 0 2 0 158348792 73781248 3039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3039 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 72052

[startup+222.535 s]
/proc/loadavg: 0.98 0.55 0.35 2/82 8678
/proc/meminfo: memFree=1374088/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=222.41
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3328 0 0 0 22236 5 0 0 25 0 2 0 158348792 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3043 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 72052

[startup+282.602 s]
/proc/loadavg: 1.07 0.65 0.39 3/89 8754
/proc/meminfo: memFree=1364424/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=282.42
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3328 0 0 0 28236 6 0 0 25 0 2 0 158348792 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3043 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 72052

[startup+342.659 s]
/proc/loadavg: 1.66 0.89 0.49 3/89 8754
/proc/meminfo: memFree=1364296/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=342.46
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3328 0 0 0 34240 6 0 0 25 0 2 0 158348792 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3043 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 72052

[startup+402.662 s]
/proc/loadavg: 1.48 1.00 0.55 2/82 8764
/proc/meminfo: memFree=1371976/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=402.46
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3329 0 0 0 40239 7 0 0 25 0 2 0 158348792 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3044 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 72052

[startup+462.729 s]
/proc/loadavg: 1.17 1.00 0.58 2/82 8771
/proc/meminfo: memFree=1373704/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=462.49
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3329 0 0 0 46242 7 0 0 25 0 2 0 158348792 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3044 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.49
Current children cumulated vsize (KiB) 72052

[startup+522.755 s]
/proc/loadavg: 1.63 1.15 0.65 3/95 8827
/proc/meminfo: memFree=1360216/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=522.48
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3329 0 0 0 52240 8 0 0 25 0 2 0 158348792 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3044 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 72052

[startup+582.811 s]
/proc/loadavg: 1.91 1.32 0.74 3/95 8827
/proc/meminfo: memFree=1360216/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=582.53
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3329 0 0 0 58244 9 0 0 25 0 2 0 158348792 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3044 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.53
Current children cumulated vsize (KiB) 72052

[startup+642.846 s]

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

/proc/meminfo: memFree=1360024/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=822.58
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3330 0 0 0 82248 10 0 0 25 0 2 0 158348792 73781248 3045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3045 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.58
Current children cumulated vsize (KiB) 72052

[startup+882.949 s]
/proc/loadavg: 1.99 1.74 1.07 3/95 8829
/proc/meminfo: memFree=1360088/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=72052 CPUtime=882.58
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3330 0 0 0 88247 11 0 0 25 0 2 0 158348792 73781248 3045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 18013 3045 170 90 0 17551 0
[pid=8433/tid=8442] ppid=8428 vsize=72052 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 158348810 73781248 3045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.58
Current children cumulated vsize (KiB) 72052

[startup+942.977 s]
/proc/loadavg: 1.99 1.79 1.13 3/96 8830
/proc/meminfo: memFree=1360080/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=942.59
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 94248 11 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 82296

[startup+1003.04 s]
/proc/loadavg: 2.03 1.84 1.19 3/96 8830
/proc/meminfo: memFree=1360144/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1002.64
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 100252 12 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.64
Current children cumulated vsize (KiB) 82296

[startup+1063.1 s]
/proc/loadavg: 2.09 1.88 1.24 3/96 8830
/proc/meminfo: memFree=1360144/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1062.68
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 106256 12 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618193 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 82296

[startup+1123.15 s]
/proc/loadavg: 2.03 1.90 1.28 3/96 8830
/proc/meminfo: memFree=1360208/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1122.72
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 112259 13 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.72
Current children cumulated vsize (KiB) 82296

[startup+1183.2 s]
/proc/loadavg: 2.01 1.91 1.32 3/96 8830
/proc/meminfo: memFree=1360144/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1182.76
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 118262 14 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.76
Current children cumulated vsize (KiB) 82296

[startup+1243.25 s]
/proc/loadavg: 2.00 1.93 1.37 3/96 8830
/proc/meminfo: memFree=1360080/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1242.78
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 124264 14 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.78
Current children cumulated vsize (KiB) 82296

[startup+1303.3 s]
/proc/loadavg: 2.00 1.94 1.40 4/96 8830
/proc/meminfo: memFree=1360080/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=82296 CPUtime=1302.82
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3331 0 0 0 130267 15 0 0 25 0 3 0 158348792 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 20574 3046 170 90 0 20112 0
[pid=8433/tid=8442] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158348810 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=82296 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158438823 84271104 3046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.82
Current children cumulated vsize (KiB) 82296

[startup+1363.34 s]
/proc/loadavg: 2.08 1.96 1.44 3/97 8831
/proc/meminfo: memFree=1360072/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=92540 CPUtime=1362.84
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3333 0 0 0 136269 15 0 0 25 0 4 0 158348792 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 23135 3048 170 90 0 22673 0
[pid=8433/tid=8442] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158348810 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158438823 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8433/tid=8831] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8831/stat : 8831 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158483829 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.84
Current children cumulated vsize (KiB) 92540

[startup+1423.44 s]
/proc/loadavg: 2.03 1.97 1.47 3/97 8831
/proc/meminfo: memFree=1360072/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=92540 CPUtime=1422.93
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3333 0 0 0 142277 16 0 0 25 0 4 0 158348792 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 23135 3048 170 90 0 22673 0
[pid=8433/tid=8442] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158348810 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158438823 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8433/tid=8831] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8831/stat : 8831 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158483829 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.93
Current children cumulated vsize (KiB) 92540

[startup+1483.45 s]
/proc/loadavg: 2.07 1.99 1.51 3/97 8831
/proc/meminfo: memFree=1360072/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=92540 CPUtime=1482.93
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3333 0 0 0 148276 17 0 0 25 0 4 0 158348792 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565262 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 23135 3048 170 90 0 22673 0
[pid=8433/tid=8442] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158348810 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158438823 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8433/tid=8831] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8831/stat : 8831 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158483829 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.93
Current children cumulated vsize (KiB) 92540

[startup+1543.46 s]
/proc/loadavg: 2.02 1.99 1.54 3/97 8831
/proc/meminfo: memFree=1360008/2055920 swapFree=4192812/4192956
[pid=8433] ppid=8428 vsize=92540 CPUtime=1542.92
/proc/8433/stat : 8433 (bprolog) R 8428 8433 7967 0 -1 4194304 3333 0 0 0 154275 17 0 0 25 0 4 0 158348792 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8433/statm: 23135 3048 170 90 0 22673 0
[pid=8433/tid=8442] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8442/stat : 8442 (bprolog) S 8428 8433 7967 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158348810 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8433/tid=8830] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8830/stat : 8830 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158438823 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8433/tid=8831] ppid=8428 vsize=92540 CPUtime=0
/proc/8433/task/8831/stat : 8831 (bprolog) S 8428 8433 7967 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158483829 94760960 3048 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 92540

Child status: 0
Real time (s): 1575.47
CPU time (s): 1574.93
CPU user time (s): 1574.75
CPU system time (s): 0.178972
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 92540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1574.75
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3344
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= 13
involuntary context switches= 27826

runsolver used 1.58576 s user time and 4.19036 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 16:02:41 UTC 2007


IDJOB= 193993
IDBENCH= 3191
FILE ID= node72/193993-1168099355

PBS_JOBID= 3477247

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ehi/ehi-85/ehi-85-297-15_ext.xml
COMMAND LINE= /tmp/evaluation/193993-1168099355/Complete/Ordinary/solver /tmp/evaluation/193993-1168099355/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node72/convwatcher-193993-1168099355 -o ROOT/results/node72/conversion-193993-1168099355 -C 600 -M 900 /tmp/evaluation/193993-1168099355/Complete/Ordinary/conversion /tmp/evaluation/193993-1168099355/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-193993-1168099355 -o ROOT/results/node72/solver-193993-1168099355 -C 1800 -M 900  /tmp/evaluation/193993-1168099355/Complete/Ordinary/solver /tmp/evaluation/193993-1168099355/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c7a03e94b7a84d4245b508e84179fb00

RANDOM SEED= 672489831

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1386280 kB
Buffers:         46484 kB
Cached:         502412 kB
SwapCached:          0 kB
Active:         172120 kB
Inactive:       424964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          67160 kB
Slab:            57668 kB
Committed_AS:  2744396 kB
PageTables:       2196 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= 66551 MiB



End job on node72 on Sat Jan  6 16:29:35 UTC 2007