Trace number 221311

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.09 1810.4

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-5.xml
MD5SUMc92273b7761fdb23e20f8162f9ea6aa2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.69698
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/221311-1168258486/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/node2/watcher-221311-1168258486 -o ROOT/results/node2/solver-221311-1168258486 -C 1800 -M 900 /tmp/evaluation/221311-1168258486/Complete/Ordinary/solver /tmp/evaluation/221311-1168258486/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.94 0.97 0.91 5/94 5709
/proc/meminfo: memFree=1658560/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=18540 CPUtime=0
/proc/5708/stat : 5708 (runsolver) R 5706 5708 5535 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 174244716 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5708/statm: 4635 279 244 17 0 2626 0

[startup+0.104448 s]
/proc/loadavg: 0.94 0.97 0.91 5/94 5709
/proc/meminfo: memFree=1658560/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=53824 CPUtime=0.08
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 2194 0 0 0 8 0 0 0 18 0 1 0 174244716 55115776 1910 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10935292 0 0 4096 2 0 0 0 17 0 0 0
/proc/5708/statm: 13456 1910 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.512514 s]
/proc/loadavg: 0.94 0.97 0.91 5/94 5709
/proc/meminfo: memFree=1658560/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=66420 CPUtime=0.49
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 4544 0 0 0 47 2 0 0 21 0 1 0 174244716 68014080 4257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662606 0 0 4096 2 0 0 0 17 0 0 0
/proc/5708/statm: 16605 4257 160 90 0 16143 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 66420

[startup+1.33366 s]
/proc/loadavg: 0.94 0.97 0.91 3/94 5709
/proc/meminfo: memFree=1641472/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=66420 CPUtime=1.3
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 4569 0 0 0 128 2 0 0 25 0 1 0 174244716 68014080 4282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756021 0 0 4096 2 0 0 0 17 0 0 0
/proc/5708/statm: 16605 4282 176 90 0 16143 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 66420

[startup+2.97096 s]
/proc/loadavg: 0.94 0.97 0.91 3/94 5709
/proc/meminfo: memFree=1631168/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=66420 CPUtime=2.93
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 6530 0 0 0 290 3 0 0 25 0 1 0 174244716 68014080 6243 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 0 0 0 17 0 0 0
/proc/5708/statm: 16605 6243 176 90 0 16143 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 66420

[startup+6.25557 s]
/proc/loadavg: 1.02 0.99 0.91 3/95 5710
/proc/meminfo: memFree=1607296/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=6.17
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 8436 0 0 0 614 3 0 0 25 0 2 0 174244716 78962688 7600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 7600 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 7600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 77112

[startup+12.7178 s]
/proc/loadavg: 1.10 1.00 0.92 3/95 5710
/proc/meminfo: memFree=1573000/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=12.57
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 8436 0 0 0 1254 3 0 0 25 0 2 0 174244716 78962688 7600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 7600 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 7600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 77112

[startup+25.5471 s]
/proc/loadavg: 1.30 1.05 0.94 3/95 5710
/proc/meminfo: memFree=1479752/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=25.28
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9062 0 0 0 2524 4 0 0 25 0 2 0 174244716 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8226 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 77112

[startup+51.1898 s]
/proc/loadavg: 1.54 1.13 0.96 3/95 5710
/proc/meminfo: memFree=1333640/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=50.68
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9062 0 0 0 5064 4 0 0 25 0 2 0 174244716 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8226 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 77112

[startup+102.413 s]
/proc/loadavg: 1.80 1.26 1.02 3/95 5710
/proc/meminfo: memFree=1265928/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=101.42
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9062 0 0 0 10138 4 0 0 25 0 2 0 174244716 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8226 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 77112

[startup+162.46 s]
/proc/loadavg: 1.92 1.39 1.07 3/95 5710
/proc/meminfo: memFree=1164232/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=160.89
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 16085 4 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 77112

[startup+222.491 s]
/proc/loadavg: 2.12 1.53 1.14 3/95 5710
/proc/meminfo: memFree=1099976/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=220.38
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 22033 5 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579722 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 77112

[startup+282.526 s]
/proc/loadavg: 2.11 1.63 1.20 3/95 5712
/proc/meminfo: memFree=1023304/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=279.85
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 27980 5 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 77112

[startup+342.596 s]
/proc/loadavg: 2.20 1.74 1.26 3/95 5784
/proc/meminfo: memFree=1587784/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=339.39
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 33933 6 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 77112

[startup+402.695 s]
/proc/loadavg: 2.50 1.91 1.34 3/95 5784
/proc/meminfo: memFree=1331016/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=399.2
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 39913 7 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 77112

[startup+462.697 s]
/proc/loadavg: 2.23 1.94 1.39 3/95 5784
/proc/meminfo: memFree=1227272/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=458.92
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 45885 7 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.92
Current children cumulated vsize (KiB) 77112

[startup+522.708 s]
/proc/loadavg: 2.15 1.96 1.43 3/95 5784
/proc/meminfo: memFree=1133320/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=518.48
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 51841 7 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.48
Current children cumulated vsize (KiB) 77112

[startup+582.71 s]
/proc/loadavg: 2.11 1.98 1.47 3/95 5784
/proc/meminfo: memFree=1093448/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=578.2
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 57812 8 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 19278 8231 180 90 0 18816 0
[pid=5708/tid=5710] ppid=5706 vsize=77112 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 174245059 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.2
Current children cumulated vsize (KiB) 77112

[startup+642.717 s]
/proc/loadavg: 2.08 2.00 1.50 3/95 5784
/proc/meminfo: memFree=1022408/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=77112 CPUtime=637.91
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9067 0 0 0 63783 8 0 0 25 0 2 0 174244716 78962688 8231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9068 0 0 0 117557 14 0 0 25 0 3 0 174244716 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5708/statm: 21839 8232 180 90 0 21377 0
[pid=5708/tid=5710] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174245059 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174335084 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.71
Current children cumulated vsize (KiB) 87356

[startup+1243.13 s]
/proc/loadavg: 1.95 1.98 1.71 3/88 6138
/proc/meminfo: memFree=1721728/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=87356 CPUtime=1235.44
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9068 0 0 0 123529 15 0 0 25 0 3 0 174244716 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 21839 8232 180 90 0 21377 0
[pid=5708/tid=5710] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174245059 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174335084 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.44
Current children cumulated vsize (KiB) 87356

[startup+1303.15 s]
/proc/loadavg: 1.98 1.98 1.73 3/88 6138
/proc/meminfo: memFree=1721792/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=87356 CPUtime=1295.2
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9068 0 0 0 129504 16 0 0 25 0 3 0 174244716 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 21839 8232 180 90 0 21377 0
[pid=5708/tid=5710] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174245059 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=87356 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174335084 89452544 8232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.2
Current children cumulated vsize (KiB) 87356

[startup+1363.18 s]
/proc/loadavg: 2.08 2.01 1.75 3/89 6139
/proc/meminfo: memFree=1721784/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1354.95
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9086 0 0 0 135479 16 0 0 25 0 4 0 174244716 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8250 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174380092 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.95
Current children cumulated vsize (KiB) 97600

[startup+1423.24 s]
/proc/loadavg: 2.07 2.02 1.77 3/89 6139
/proc/meminfo: memFree=1721784/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1414.72
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9086 0 0 0 141456 16 0 0 25 0 4 0 174244716 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8250 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174380092 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.72
Current children cumulated vsize (KiB) 97600

[startup+1483.3 s]
/proc/loadavg: 2.02 2.01 1.78 3/89 6139
/proc/meminfo: memFree=1721784/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1474.5
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9086 0 0 0 147434 16 0 0 25 0 4 0 174244716 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8250 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174380092 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.5
Current children cumulated vsize (KiB) 97600

[startup+1543.36 s]
/proc/loadavg: 2.01 2.01 1.79 3/89 6139
/proc/meminfo: memFree=1721784/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1534.29
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9086 0 0 0 153413 16 0 0 25 0 4 0 174244716 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8250 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174380092 99942400 8250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.29
Current children cumulated vsize (KiB) 97600

[startup+1603.4 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 6139
/proc/meminfo: memFree=1720376/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1594.04
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9449 0 0 0 159388 16 0 0 25 0 4 0 174244716 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8613 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174380092 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.04
Current children cumulated vsize (KiB) 97600

[startup+1663.44 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 6139
/proc/meminfo: memFree=1720376/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1653.8
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9449 0 0 0 165364 16 0 0 25 0 4 0 174244716 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8613 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174380092 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.8
Current children cumulated vsize (KiB) 97600

[startup+1723.47 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 6139
/proc/meminfo: memFree=1720376/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1713.57
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9449 0 0 0 171340 17 0 0 25 0 4 0 174244716 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8613 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174380092 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.57
Current children cumulated vsize (KiB) 97600

[startup+1783.51 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 6139
/proc/meminfo: memFree=1720312/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1773.32
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9449 0 0 0 177315 17 0 0 25 0 4 0 174244716 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5708/statm: 24400 8613 180 90 0 23938 0
[pid=5708/tid=5710] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5710/stat : 5710 (bprolog) S 5706 5708 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174245059 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=5855] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/5855/stat : 5855 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174335084 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5708/tid=6139] ppid=5706 vsize=97600 CPUtime=0
/proc/5708/task/6139/stat : 6139 (bprolog) S 5706 5708 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174380092 99942400 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.32
Current children cumulated vsize (KiB) 97600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.38 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 6139
/proc/meminfo: memFree=1720312/2055920 swapFree=4191880/4192956
[pid=5708] ppid=5706 vsize=97600 CPUtime=1800.08
/proc/5708/stat : 5708 (bprolog) R 5706 5708 5535 0 -1 4194304 9450 0 0 0 179991 17 0 0 25 0 1 0 174244716 99942400 8614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614520 0 0 4096 2 0 0 0 17 0 0 0
/proc/5708/statm: 24400 8614 181 90 0 23938 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 97600

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.4
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.176973
CPU usage (%): 99.4307
Max. virtual memory (cumulated for all children) (KiB): 97600

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

runsolver used 1.75173 s user time and 4.90025 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 12:14:46 UTC 2007


IDJOB= 221311
IDBENCH= 5441
FILE ID= node2/221311-1168258486

PBS_JOBID= 3482418

Free space on /tmp= 66335 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-5.xml
COMMAND LINE= /tmp/evaluation/221311-1168258486/Complete/Ordinary/solver /tmp/evaluation/221311-1168258486/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-221311-1168258486 -o ROOT/results/node2/conversion-221311-1168258486 -C 600 -M 900 /tmp/evaluation/221311-1168258486/Complete/Ordinary/conversion /tmp/evaluation/221311-1168258486/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-221311-1168258486 -o ROOT/results/node2/solver-221311-1168258486 -C 1800 -M 900  /tmp/evaluation/221311-1168258486/Complete/Ordinary/solver /tmp/evaluation/221311-1168258486/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c92273b7761fdb23e20f8162f9ea6aa2

RANDOM SEED= 210593574

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.259
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	: 5931.00
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.259
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:       1659040 kB
Buffers:         30804 kB
Cached:         128028 kB
SwapCached:        288 kB
Active:         289408 kB
Inactive:        58480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659040 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7968 kB
Writeback:           0 kB
Mapped:         216268 kB
Slab:            33344 kB
Committed_AS:  5198388 kB
PageTables:       2744 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= 66334 MiB



End job on node2 on Mon Jan  8 12:45:01 UTC 2007