Trace number 211132

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 1576.48 1577.06

General information on the benchmark

NamepseudoSeries/uclid/
blast-floppy1-7.xml
MD5SUM86d70e4619f6a837c3aed58307bdcce9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark399.46
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2913
Number of constraints3104
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3104
Global constraints used (with number of constraints)

Solver Data (download as text)

1577.05	
1577.05	Time: 1576336
1577.06	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211132-1168205791/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/node1/watcher-211132-1168205791 -o ROOT/results/node1/solver-211132-1168205791 -C 1800 -M 900 /tmp/evaluation/211132-1168205791/Complete/Ordinary/solver /tmp/evaluation/211132-1168205791/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.93 0.98 1.13 4/78 30933
/proc/meminfo: memFree=1651616/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=53472 CPUtime=0
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 168975781 54755328 198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/30932/statm: 13368 199 123 90 0 12906 0

[startup+0.106667 s]
/proc/loadavg: 0.93 0.98 1.13 4/78 30933
/proc/meminfo: memFree=1651616/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=53824 CPUtime=0.09
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 2442 0 0 0 9 0 0 0 18 0 1 0 168975781 55115776 2158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/30932/statm: 13456 2158 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.514713 s]
/proc/loadavg: 0.93 0.98 1.13 4/78 30933
/proc/meminfo: memFree=1651616/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=66432 CPUtime=0.5
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4819 0 0 0 49 1 0 0 22 0 1 0 168975781 68026368 4532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 0 0 0 17 1 0 0
/proc/30932/statm: 16608 4532 177 90 0 16146 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66432

[startup+1.33481 s]
/proc/loadavg: 0.93 0.98 1.13 2/79 30934
/proc/meminfo: memFree=1633624/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=1.33
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 131 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622614 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 76676

[startup+2.971 s]
/proc/loadavg: 0.94 0.98 1.13 2/79 30934
/proc/meminfo: memFree=1633624/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=2.96
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 294 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 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) 76676

[startup+6.24738 s]
/proc/loadavg: 0.94 0.98 1.13 2/79 30934
/proc/meminfo: memFree=1633640/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=6.24
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 622 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 76676

[startup+12.7061 s]
/proc/loadavg: 0.95 0.98 1.13 2/79 30934
/proc/meminfo: memFree=1633648/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=12.69
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 1267 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 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) 76676

[startup+25.5196 s]
/proc/loadavg: 0.95 0.98 1.13 2/79 30934
/proc/meminfo: memFree=1633712/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=25.5
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 2548 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625847 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76676

[startup+51.1386 s]
/proc/loadavg: 0.97 0.98 1.12 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=51.11
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 5109 2 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 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) 76676

[startup+102.38 s]
/proc/loadavg: 0.98 0.98 1.12 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=102.34
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 10231 3 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 76676

[startup+162.437 s]
/proc/loadavg: 0.99 0.98 1.10 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=162.38
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 16235 3 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614928 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 76676

[startup+222.486 s]
/proc/loadavg: 0.99 0.98 1.09 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=222.41
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 22238 3 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 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) 76676

[startup+282.536 s]
/proc/loadavg: 1.04 1.00 1.09 2/79 30934
/proc/meminfo: memFree=1633776/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=282.45
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 28241 4 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 76676

[startup+342.589 s]
/proc/loadavg: 1.12 1.03 1.09 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=342.48
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 34244 4 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 76676

[startup+402.644 s]
/proc/loadavg: 1.04 1.02 1.08 2/79 30934
/proc/meminfo: memFree=1633776/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=402.51
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 40247 4 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 76676

[startup+462.694 s]
/proc/loadavg: 1.01 1.02 1.08 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=462.55
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 46250 5 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614481 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.55
Current children cumulated vsize (KiB) 76676

[startup+522.743 s]
/proc/loadavg: 1.00 1.01 1.07 2/79 30934
/proc/meminfo: memFree=1633776/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=522.58
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 52253 5 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.58
Current children cumulated vsize (KiB) 76676

[startup+582.792 s]
/proc/loadavg: 1.05 1.02 1.07 2/79 30934
/proc/meminfo: memFree=1633840/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=582.61
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 58256 5 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.61
Current children cumulated vsize (KiB) 76676

[startup+642.848 s]

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

/proc/meminfo: memFree=1633712/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=822.75
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 82268 7 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758106 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 76676

[startup+883.049 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 30934
/proc/meminfo: memFree=1633648/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=76676 CPUtime=882.78
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4937 0 0 0 88271 7 0 0 25 0 2 0 168975781 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 19169 4650 182 90 0 18707 0
[pid=30932/tid=30934] ppid=30930 vsize=76676 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 168975845 78516224 4650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.78
Current children cumulated vsize (KiB) 76676

[startup+943.118 s]
/proc/loadavg: 1.00 1.00 1.04 2/80 30935
/proc/meminfo: memFree=1633576/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=942.83
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 94275 8 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 942.83
Current children cumulated vsize (KiB) 86920

[startup+1003.2 s]
/proc/loadavg: 1.00 1.00 1.03 2/80 30935
/proc/meminfo: memFree=1633576/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1002.89
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 100281 8 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.89
Current children cumulated vsize (KiB) 86920

[startup+1063.27 s]
/proc/loadavg: 1.00 1.00 1.03 2/80 30935
/proc/meminfo: memFree=1633576/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1062.95
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 106287 8 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.95
Current children cumulated vsize (KiB) 86920

[startup+1123.35 s]
/proc/loadavg: 1.00 1.00 1.02 2/80 30935
/proc/meminfo: memFree=1633576/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1123.01
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 112292 9 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.01
Current children cumulated vsize (KiB) 86920

[startup+1183.43 s]
/proc/loadavg: 1.00 1.00 1.01 2/80 30935
/proc/meminfo: memFree=1633576/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1183.07
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 118298 9 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 86920

[startup+1243.5 s]
/proc/loadavg: 1.00 1.00 1.01 2/80 30935
/proc/meminfo: memFree=1633512/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1243.13
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 124303 10 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552265 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.13
Current children cumulated vsize (KiB) 86920

[startup+1303.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 30935
/proc/meminfo: memFree=1633512/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=86920 CPUtime=1303.18
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4950 0 0 0 130308 10 0 0 25 0 3 0 168975781 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 21730 4663 182 90 0 21268 0
[pid=30932/tid=30934] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168975845 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=86920 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169065859 89006080 4663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.18
Current children cumulated vsize (KiB) 86920

[startup+1363.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 30936
/proc/meminfo: memFree=1633440/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=97164 CPUtime=1363.24
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4951 0 0 0 136314 10 0 0 25 0 4 0 168975781 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 24291 4664 182 90 0 23829 0
[pid=30932/tid=30934] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168975845 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169065859 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30936/stat : 30936 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169110866 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.24
Current children cumulated vsize (KiB) 97164

[startup+1423.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 30936
/proc/meminfo: memFree=1633376/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=97164 CPUtime=1423.33
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4951 0 0 0 142322 11 0 0 25 0 4 0 168975781 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618859 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 24291 4664 182 90 0 23829 0
[pid=30932/tid=30934] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168975845 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169065859 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30936/stat : 30936 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169110866 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.33
Current children cumulated vsize (KiB) 97164

[startup+1483.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/87 31038
/proc/meminfo: memFree=1632104/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=97164 CPUtime=1483.27
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4951 0 0 0 148316 11 0 0 25 0 4 0 168975781 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 24291 4664 182 90 0 23829 0
[pid=30932/tid=30934] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168975845 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169065859 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30936/stat : 30936 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169110866 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.27
Current children cumulated vsize (KiB) 97164

[startup+1543.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/87 31108
/proc/meminfo: memFree=1632112/2055920 swapFree=4165612/4192956
[pid=30932] ppid=30930 vsize=97164 CPUtime=1543.23
/proc/30932/stat : 30932 (bprolog) R 30930 30932 29816 0 -1 4194304 4951 0 0 0 154311 12 0 0 25 0 4 0 168975781 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 24291 4664 182 90 0 23829 0
[pid=30932/tid=30934] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30934/stat : 30934 (bprolog) S 30930 30932 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168975845 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30935/stat : 30935 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169065859 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=97164 CPUtime=0
/proc/30932/task/30936/stat : 30936 (bprolog) S 30930 30932 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169110866 99495936 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.23
Current children cumulated vsize (KiB) 97164

Child status: 0
Real time (s): 1577.06
CPU time (s): 1576.48
CPU user time (s): 1576.35
CPU system time (s): 0.12898
CPU usage (%): 99.9631
Max. virtual memory (cumulated for all children) (KiB): 97164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1576.35
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5034
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= 31241

runsolver used 1.90971 s user time and 3.69344 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 21:36:33 UTC 2007


IDJOB= 211132
IDBENCH= 4671
FILE ID= node1/211132-1168205791

PBS_JOBID= 3480539

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-floppy1-7.xml
COMMAND LINE= /tmp/evaluation/211132-1168205791/Complete/Ordinary/solver /tmp/evaluation/211132-1168205791/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-211132-1168205791 -o ROOT/results/node1/conversion-211132-1168205791 -C 600 -M 900 /tmp/evaluation/211132-1168205791/Complete/Ordinary/conversion /tmp/evaluation/211132-1168205791/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-211132-1168205791 -o ROOT/results/node1/solver-211132-1168205791 -C 1800 -M 900  /tmp/evaluation/211132-1168205791/Complete/Ordinary/solver /tmp/evaluation/211132-1168205791/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  86d70e4619f6a837c3aed58307bdcce9

RANDOM SEED= 332157631

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.234
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.234
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:       1652032 kB
Buffers:         41644 kB
Cached:         272228 kB
SwapCached:       3620 kB
Active:         151456 kB
Inactive:       196572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652032 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:          44112 kB
Slab:            41172 kB
Committed_AS:  4832404 kB
PageTables:       1964 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= 66309 MiB



End job on node1 on Sun Jan  7 22:02:57 UTC 2007