Trace number 210760

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-13? (TO) 1800.08 1802.14

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag10.xml
MD5SUM9bfcd5765948ddcdd6e9fe77a1650d3d
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 benchmark23.3834
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210760-1168202151/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

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-210760-1168202151 -o ROOT/results/node1/solver-210760-1168202151 -C 1800 -M 900 /tmp/evaluation/210760-1168202151/Complete/Ordinary/solver /tmp/evaluation/210760-1168202151/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: 1.28 1.75 1.85 5/97 30001
/proc/meminfo: memFree=1571464/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=61640 CPUtime=0.09
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 2283 0 0 0 9 0 0 0 21 0 1 0 168612902 63119360 1999 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/30000/statm: 15410 1999 158 90 0 14948 0

[startup+0.21203 s]
/proc/loadavg: 1.28 1.75 1.85 5/97 30001
/proc/meminfo: memFree=1571464/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=61640 CPUtime=0.2
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 3758 0 0 0 19 1 0 0 22 0 1 0 168612902 63119360 3474 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691914 0 0 4096 2 0 0 0 17 1 0 0
/proc/30000/statm: 15410 3474 158 90 0 14948 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 61640

[startup+0.620074 s]
/proc/loadavg: 1.28 1.75 1.85 5/97 30001
/proc/meminfo: memFree=1571464/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=61640 CPUtime=0.61
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 8047 0 0 0 58 3 0 0 25 0 1 0 168612902 63119360 7763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568439 0 0 4096 2 0 0 0 17 1 0 0
/proc/30000/statm: 15410 7763 158 90 0 14948 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 61640

[startup+1.44117 s]
/proc/loadavg: 1.33 1.75 1.85 3/97 30001
/proc/meminfo: memFree=1523656/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=61636 CPUtime=1.42
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 9981 0 0 0 138 4 0 0 25 0 1 0 168612902 63115264 9696 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567414 0 0 4096 2 0 0 0 17 1 0 0
/proc/30000/statm: 15409 9696 169 90 0 14947 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 61636

[startup+3.07836 s]
/proc/loadavg: 1.33 1.75 1.85 4/98 30002
/proc/meminfo: memFree=1505088/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=3.05
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 294 11 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 110396

[startup+6.35875 s]
/proc/loadavg: 1.31 1.74 1.85 2/82 30019
/proc/meminfo: memFree=1617528/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=6.3
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 615 15 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 110396

[startup+12.835 s]
/proc/loadavg: 1.36 1.75 1.85 4/95 30078
/proc/meminfo: memFree=1550856/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=12.77
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 1262 15 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 110396

[startup+25.7285 s]
/proc/loadavg: 1.46 1.75 1.85 3/95 30078
/proc/meminfo: memFree=1532504/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=25.65
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 2550 15 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134813344 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 110396

[startup+51.418 s]
/proc/loadavg: 1.73 1.79 1.86 3/95 30078
/proc/meminfo: memFree=1528856/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=51.32
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 5116 16 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.32
Current children cumulated vsize (KiB) 110396

[startup+102.646 s]
/proc/loadavg: 1.88 1.82 1.86 3/95 30078
/proc/meminfo: memFree=1525080/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=102.49
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 10233 16 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134812465 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 110396

[startup+162.728 s]
/proc/loadavg: 1.95 1.85 1.87 3/96 30079
/proc/meminfo: memFree=1482128/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=162.51
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 16235 16 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 110396

[startup+222.731 s]
/proc/loadavg: 2.01 1.89 1.88 3/88 30142
/proc/meminfo: memFree=601680/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=222.38
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 22209 29 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 110396

[startup+282.801 s]
/proc/loadavg: 2.06 1.92 1.89 3/88 30142
/proc/meminfo: memFree=599704/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=282.4
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 28211 29 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134619801 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 110396

[startup+342.859 s]
/proc/loadavg: 2.06 1.95 1.90 3/88 30142
/proc/meminfo: memFree=598616/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=342.39
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 34210 29 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618759 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 110396

[startup+402.913 s]
/proc/loadavg: 2.02 1.95 1.91 3/88 30142
/proc/meminfo: memFree=597400/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=402.37
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 40208 29 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 110396

[startup+462.973 s]
/proc/loadavg: 2.07 1.97 1.91 3/88 30142
/proc/meminfo: memFree=596632/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=462.38
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 46208 30 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 110396

[startup+523.033 s]
/proc/loadavg: 2.02 1.97 1.91 3/88 30142
/proc/meminfo: memFree=596120/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=522.38
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 52208 30 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 110396

[startup+583.095 s]
/proc/loadavg: 2.01 1.97 1.91 3/88 30142
/proc/meminfo: memFree=595288/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=110396 CPUtime=582.36
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 25070 0 0 0 58206 30 0 0 25 0 2 0 168612902 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 27599 11373 179 90 0 27137 0
[pid=30000/tid=30002] ppid=29998 vsize=110396 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168613051 113045504 11373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 110396

[startup+643.151 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 30142
/proc/meminfo: memFree=592856/2055920 swapFree=4165612/4192956

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

/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27758 0 0 0 118213 33 0 0 25 0 3 0 168612902 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 30179 12449 179 90 0 29717 0
[pid=30000/tid=30002] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168613051 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168703076 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 120716

[startup+1243.89 s]
/proc/loadavg: 2.08 2.05 1.95 3/89 30143
/proc/meminfo: memFree=580304/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=120716 CPUtime=1242.49
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27758 0 0 0 124216 33 0 0 25 0 3 0 168612902 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 30179 12449 179 90 0 29717 0
[pid=30000/tid=30002] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168613051 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168703076 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.49
Current children cumulated vsize (KiB) 120716

[startup+1303.98 s]
/proc/loadavg: 2.03 2.04 1.95 3/89 30143
/proc/meminfo: memFree=579216/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=120716 CPUtime=1302.5
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27758 0 0 0 130217 33 0 0 25 0 3 0 168612902 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552497 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 30179 12449 179 90 0 29717 0
[pid=30000/tid=30002] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168613051 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=120716 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168703076 123613184 12449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.5
Current children cumulated vsize (KiB) 120716

[startup+1364.07 s]
/proc/loadavg: 2.01 2.03 1.95 3/90 30144
/proc/meminfo: memFree=578952/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1362.54
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 136220 34 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.54
Current children cumulated vsize (KiB) 130960

[startup+1424.08 s]
/proc/loadavg: 2.00 2.02 1.95 3/90 30144
/proc/meminfo: memFree=577544/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1422.5
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 142216 34 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614983 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.5
Current children cumulated vsize (KiB) 130960

[startup+1484.09 s]
/proc/loadavg: 2.00 2.01 1.95 3/90 30144
/proc/meminfo: memFree=566728/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1482.44
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 148210 34 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815335 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.44
Current children cumulated vsize (KiB) 130960

[startup+1544.12 s]
/proc/loadavg: 2.00 2.01 1.95 3/96 30290
/proc/meminfo: memFree=555848/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1542.34
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 154190 44 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 130960

[startup+1604.15 s]
/proc/loadavg: 2.03 2.02 1.95 3/90 30342
/proc/meminfo: memFree=551240/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1602.3
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 160181 49 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 130960

[startup+1664.18 s]
/proc/loadavg: 2.06 2.03 1.96 3/90 30342
/proc/meminfo: memFree=547144/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1662.26
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 166177 49 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 130960

[startup+1724.21 s]
/proc/loadavg: 2.02 2.02 1.96 3/90 30342
/proc/meminfo: memFree=544456/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1722.23
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 172174 49 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 130960

[startup+1784.24 s]
/proc/loadavg: 2.00 2.02 1.96 3/90 30342
/proc/meminfo: memFree=542984/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1782.2
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27759 0 0 0 178171 49 0 0 25 0 4 0 168612902 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809176 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30000/statm: 32740 12450 179 90 0 32278 0
[pid=30000/tid=30002] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30002/stat : 30002 (bprolog) S 29998 30000 29816 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168613051 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30000/tid=30143] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30143/stat : 30143 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168703076 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30000/tid=30144] ppid=29998 vsize=130960 CPUtime=0
/proc/30000/task/30144/stat : 30144 (bprolog) S 29998 30000 29816 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168748087 134103040 12450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 130960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.12 s]
/proc/loadavg: 2.00 2.01 1.96 3/87 30342
/proc/meminfo: memFree=542600/2055920 swapFree=4165612/4192956
[pid=30000] ppid=29998 vsize=130960 CPUtime=1800.06
/proc/30000/stat : 30000 (bprolog) R 29998 30000 29816 0 -1 4194304 27760 0 0 0 179957 49 0 0 25 0 1 0 168612902 134103040 12451 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817703 0 0 4096 2 0 0 0 17 0 0 0
/proc/30000/statm: 32740 12451 180 90 0 32278 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 130960

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.14
CPU time (s): 1800.08
CPU user time (s): 1799.57
CPU system time (s): 0.507922
CPU usage (%): 99.8859
Max. virtual memory (cumulated for all children) (KiB): 145468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27760
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= 16
involuntary context switches= 45393

runsolver used 2.12268 s user time and 5.86011 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 20:35:53 UTC 2007


IDJOB= 210760
IDBENCH= 4644
FILE ID= node1/210760-1168202151

PBS_JOBID= 3480539

Free space on /tmp= 66305 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9bfcd5765948ddcdd6e9fe77a1650d3d

RANDOM SEED= 958778508

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:       1573096 kB
Buffers:         40068 kB
Cached:         263740 kB
SwapCached:       3620 kB
Active:         247864 kB
Inactive:       178264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573096 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           13524 kB
Writeback:           0 kB
Mapped:         142712 kB
Slab:            41152 kB
Committed_AS:  5613700 kB
PageTables:       2548 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= 66032 MiB



End job on node1 on Sun Jan  7 21:06:14 UTC 2007