Trace number 234797

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.07 1810.26

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-7.xml
MD5SUMd5081a0ba82d7a928e9ef02f0cd66b7c
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 benchmark0.100984
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/234797-1168333305/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/node18/watcher-234797-1168333305 -o ROOT/results/node18/solver-234797-1168333305 -C 1800 -M 900 /tmp/evaluation/234797-1168333305/Complete/Ordinary/solver /tmp/evaluation/234797-1168333305/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.78 1.96 2.01 5/92 3867
/proc/meminfo: memFree=1442928/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=53472 CPUtime=0
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 477 0 0 0 0 0 0 0 21 0 1 0 181725218 54755328 196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8328158 0 0 4096 2 0 0 0 17 1 0 0
/proc/3866/statm: 13368 196 123 90 0 12906 0

[startup+0.104534 s]
/proc/loadavg: 1.78 1.96 2.01 5/92 3867
/proc/meminfo: memFree=1442928/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=0.09
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 835 0 0 0 9 0 0 0 21 0 2 0 181725218 65601536 550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 550 172 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.512568 s]
/proc/loadavg: 1.78 1.96 2.01 5/92 3867
/proc/meminfo: memFree=1442928/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=0.49
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 835 0 0 0 49 0 0 0 25 0 2 0 181725218 65601536 550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 550 172 90 0 15554 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 64064

[startup+1.33365 s]
/proc/loadavg: 1.80 1.96 2.01 3/93 3868
/proc/meminfo: memFree=1441320/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=1.31
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 835 0 0 0 131 0 0 0 25 0 2 0 181725218 65601536 550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 550 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64064

[startup+2.9708 s]
/proc/loadavg: 1.80 1.96 2.01 3/93 3870
/proc/meminfo: memFree=1441320/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=2.93
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 293 0 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568325 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 64064

[startup+6.26112 s]
/proc/loadavg: 1.80 1.96 2.01 3/93 3872
/proc/meminfo: memFree=1441384/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=6.19
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 619 0 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 64064

[startup+12.7227 s]
/proc/loadavg: 1.83 1.97 2.01 3/93 3876
/proc/meminfo: memFree=1441520/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=12.58
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 1258 0 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627599 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 64064

[startup+25.543 s]
/proc/loadavg: 1.86 1.97 2.01 3/93 3886
/proc/meminfo: memFree=1441712/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=25.27
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 2527 0 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621973 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 64064

[startup+51.1925 s]
/proc/loadavg: 1.97 1.98 2.01 3/87 3926
/proc/meminfo: memFree=1442848/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=50.65
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 5065 0 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 64064

[startup+102.463 s]
/proc/loadavg: 1.98 1.98 2.00 3/87 3926
/proc/meminfo: memFree=1442848/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=101.55
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 10154 1 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 64064

[startup+162.556 s]
/proc/loadavg: 1.99 1.98 2.00 3/87 3926
/proc/meminfo: memFree=1442848/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=161.19
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 16118 1 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 64064

[startup+222.644 s]
/proc/loadavg: 1.99 1.98 2.00 3/87 3926
/proc/meminfo: memFree=1442848/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=220.84
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 22082 2 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 64064

[startup+282.733 s]
/proc/loadavg: 1.99 1.98 2.00 3/87 3926
/proc/meminfo: memFree=1442912/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=280.48
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 28046 2 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.48
Current children cumulated vsize (KiB) 64064

[startup+342.829 s]
/proc/loadavg: 2.03 2.00 2.00 3/87 3926
/proc/meminfo: memFree=1442912/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=340.15
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 34012 3 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627696 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.15
Current children cumulated vsize (KiB) 64064

[startup+402.923 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 3926
/proc/meminfo: memFree=1442912/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=399.79
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 39976 3 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.79
Current children cumulated vsize (KiB) 64064

[startup+463.016 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 3926
/proc/meminfo: memFree=1442912/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=459.44
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 45940 4 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.44
Current children cumulated vsize (KiB) 64064

[startup+523.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 3926
/proc/meminfo: memFree=1443040/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=519.09
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 51905 4 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622725 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.09
Current children cumulated vsize (KiB) 64064

[startup+583.198 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 3926
/proc/meminfo: memFree=1443040/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=64064 CPUtime=578.73
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 836 0 0 0 57868 5 0 0 25 0 2 0 181725218 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3866/statm: 16016 551 172 90 0 15554 0
[pid=3866/tid=3868] ppid=3864 vsize=64064 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 181725221 65601536 551 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.73
Current children cumulated vsize (KiB) 64064

[startup+643.299 s]

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

/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 837 0 0 0 117550 13 0 0 25 0 3 0 181725218 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 18577 552 172 90 0 18115 0
[pid=3866/tid=3868] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181725221 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181815237 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.63
Current children cumulated vsize (KiB) 74308

[startup+1243.76 s]
/proc/loadavg: 2.23 2.26 2.10 3/99 4352
/proc/meminfo: memFree=1198080/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=74308 CPUtime=1235.4
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 837 0 0 0 123525 15 0 0 25 0 3 0 181725218 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 18577 552 172 90 0 18115 0
[pid=3866/tid=3868] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181725221 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181815237 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1235.4
Current children cumulated vsize (KiB) 74308

[startup+1303.81 s]
/proc/loadavg: 2.54 2.36 2.15 4/99 4352
/proc/meminfo: memFree=753920/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=74308 CPUtime=1294.28
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 837 0 0 0 129413 15 0 0 25 0 3 0 181725218 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 18577 552 172 90 0 18115 0
[pid=3866/tid=3868] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181725221 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=74308 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181815237 76091392 552 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.28
Current children cumulated vsize (KiB) 74308

[startup+1363.89 s]
/proc/loadavg: 2.44 2.38 2.17 3/90 5062
/proc/meminfo: memFree=1418888/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1354.15
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 838 0 0 0 135398 17 0 0 25 0 4 0 181725218 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 553 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181860244 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.15
Current children cumulated vsize (KiB) 84552

[startup+1423.91 s]
/proc/loadavg: 2.16 2.31 2.16 3/90 5062
/proc/meminfo: memFree=1418376/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1414.1
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 838 0 0 0 141393 17 0 0 25 0 4 0 181725218 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 553 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181860244 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.1
Current children cumulated vsize (KiB) 84552

[startup+1483.91 s]
/proc/loadavg: 2.10 2.26 2.15 3/90 5062
/proc/meminfo: memFree=1418376/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1474.04
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 838 0 0 0 147387 17 0 0 25 0 4 0 181725218 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 553 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181860244 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.04
Current children cumulated vsize (KiB) 84552

[startup+1543.92 s]
/proc/loadavg: 2.08 2.23 2.14 3/90 5062
/proc/meminfo: memFree=1418440/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1533.99
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 838 0 0 0 153382 17 0 0 25 0 4 0 181725218 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 553 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181860244 86581248 553 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.99
Current children cumulated vsize (KiB) 84552

[startup+1603.93 s]
/proc/loadavg: 2.03 2.18 2.13 3/90 5062
/proc/meminfo: memFree=1418440/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1593.95
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 839 0 0 0 159378 17 0 0 25 0 4 0 181725218 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 554 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181860244 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.95
Current children cumulated vsize (KiB) 84552

[startup+1663.94 s]
/proc/loadavg: 2.01 2.15 2.12 3/90 5062
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1653.88
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 839 0 0 0 165371 17 0 0 25 0 4 0 181725218 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 554 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181860244 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 84552

[startup+1723.95 s]
/proc/loadavg: 2.05 2.13 2.11 3/90 5062
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1713.84
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 839 0 0 0 171367 17 0 0 25 0 4 0 181725218 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621973 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 554 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181860244 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.84
Current children cumulated vsize (KiB) 84552

[startup+1783.96 s]
/proc/loadavg: 2.02 2.11 2.10 3/90 5062
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1773.81
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 839 0 0 0 177363 18 0 0 25 0 4 0 181725218 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552782 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3866/statm: 21138 554 172 90 0 20676 0
[pid=3866/tid=3868] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/3868/stat : 3868 (bprolog) S 3864 3866 2548 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181725221 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=4050] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/4050/stat : 4050 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181815237 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3866/tid=5062] ppid=3864 vsize=84552 CPUtime=0
/proc/3866/task/5062/stat : 5062 (bprolog) S 3864 3866 2548 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181860244 86581248 554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.25 s]
/proc/loadavg: 2.01 2.10 2.10 3/87 5062
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=3866] ppid=3864 vsize=84552 CPUtime=1800.06
/proc/3866/stat : 3866 (bprolog) R 3864 3866 2548 0 -1 4194304 840 0 0 0 179988 18 0 0 25 0 1 0 181725218 86581248 555 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614646 0 0 4096 2 0 0 0 17 0 0 0
/proc/3866/statm: 21138 555 173 90 0 20676 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.26
CPU time (s): 1800.07
CPU user time (s): 1799.89
CPU system time (s): 0.181972
CPU usage (%): 99.4372
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840
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= 14
involuntary context switches= 47520

runsolver used 2.13967 s user time and 5.10722 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Jan  9 09:01:45 UTC 2007


IDJOB= 234797
IDBENCH= 6713
FILE ID= node18/234797-1168333305

PBS_JOBID= 3503096

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-100-7.xml
COMMAND LINE= /tmp/evaluation/234797-1168333305/Complete/Ordinary/solver /tmp/evaluation/234797-1168333305/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-234797-1168333305 -o ROOT/results/node18/conversion-234797-1168333305 -C 600 -M 900 /tmp/evaluation/234797-1168333305/Complete/Ordinary/conversion /tmp/evaluation/234797-1168333305/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-234797-1168333305 -o ROOT/results/node18/solver-234797-1168333305 -C 1800 -M 900  /tmp/evaluation/234797-1168333305/Complete/Ordinary/solver /tmp/evaluation/234797-1168333305/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d5081a0ba82d7a928e9ef02f0cd66b7c

RANDOM SEED= 960131534

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.231
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.231
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:       1443344 kB
Buffers:         77380 kB
Cached:         363532 kB
SwapCached:          0 kB
Active:         252716 kB
Inactive:       297156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:         131772 kB
Slab:            47068 kB
Committed_AS:  5589676 kB
PageTables:       2356 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= 66532 MiB



End job on node18 on Tue Jan  9 09:31:56 UTC 2007