Trace number 221599

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 1803.91

General information on the benchmark

Namefapp/fapp31-35/fapp32/
fapp32-0550-5.xml
MD5SUMf87d9695c3e2a73bc5ad29c1ef0c31b9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.573
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/221599-1168260303/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-221599-1168260303 -o ROOT/results/node2/solver-221599-1168260303 -C 1800 -M 900 /tmp/evaluation/221599-1168260303/Complete/Ordinary/solver /tmp/evaluation/221599-1168260303/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: 2.00 2.00 1.83 5/86 6205
/proc/meminfo: memFree=1752008/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=5352 CPUtime=0
/proc/6204/stat : 6204 (sh) R 6202 6204 5535 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 174426562 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 206381313319 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 1338 234 196 169 0 49 0

[startup+0.132527 s]
/proc/loadavg: 2.00 2.00 1.83 5/86 6205
/proc/meminfo: memFree=1752008/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=53824 CPUtime=0.12
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 2747 0 0 0 11 1 0 0 20 0 1 0 174426562 55115776 2463 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558111 0 0 4096 2 0 0 0 17 1 0 0
/proc/6204/statm: 13456 2463 157 90 0 12994 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 53824

[startup+0.540599 s]
/proc/loadavg: 2.00 2.00 1.83 5/86 6205
/proc/meminfo: memFree=1752008/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=66492 CPUtime=0.52
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 4847 0 0 0 50 2 0 0 24 0 1 0 174426562 68087808 4560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662712 0 0 4096 2 0 0 0 17 1 0 0
/proc/6204/statm: 16623 4560 160 90 0 16161 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 66492

[startup+1.36175 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 6205
/proc/meminfo: memFree=1734280/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=66492 CPUtime=1.33
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 4874 0 0 0 131 2 0 0 25 0 1 0 174426562 68087808 4587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 0 0 0 17 1 0 0
/proc/6204/statm: 16623 4587 176 90 0 16161 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 66492

[startup+2.99905 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 6205
/proc/meminfo: memFree=1733448/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=66492 CPUtime=2.95
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 6216 0 0 0 293 2 0 0 25 0 1 0 174426562 68087808 5929 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 0 0 0 17 1 0 0
/proc/6204/statm: 16623 5929 176 90 0 16161 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 66492

[startup+6.28365 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 6206
/proc/meminfo: memFree=1717760/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=6.22
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10878 0 0 0 618 4 0 0 25 0 2 0 174426562 79290368 8714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554645 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8714 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 77432

[startup+12.7468 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 6206
/proc/meminfo: memFree=1717824/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=12.63
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10881 0 0 0 1259 4 0 0 25 0 2 0 174426562 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8717 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 77432

[startup+25.5712 s]
/proc/loadavg: 2.00 2.00 1.84 3/87 6206
/proc/meminfo: memFree=1717888/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=25.35
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10881 0 0 0 2531 4 0 0 25 0 2 0 174426562 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8717 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 77432

[startup+51.2159 s]
/proc/loadavg: 2.00 2.00 1.84 3/87 6206
/proc/meminfo: memFree=1717952/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=50.79
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10882 0 0 0 5075 4 0 0 25 0 2 0 174426562 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8718 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 77432

[startup+102.504 s]
/proc/loadavg: 2.00 2.00 1.84 3/87 6206
/proc/meminfo: memFree=1717952/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=101.69
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10882 0 0 0 10164 5 0 0 25 0 2 0 174426562 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8718 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 77432

[startup+162.51 s]
/proc/loadavg: 2.00 2.00 1.85 3/87 6206
/proc/meminfo: memFree=1717888/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=161.22
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10882 0 0 0 16116 6 0 0 25 0 2 0 174426562 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8718 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 77432

[startup+222.521 s]
/proc/loadavg: 2.00 2.00 1.85 3/87 6206
/proc/meminfo: memFree=1717888/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=220.74
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10882 0 0 0 22068 6 0 0 25 0 2 0 174426562 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8718 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 77432

[startup+282.523 s]
/proc/loadavg: 2.00 2.00 1.86 3/87 6206
/proc/meminfo: memFree=1717888/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=280.29
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10882 0 0 0 28022 7 0 0 25 0 2 0 174426562 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6204/statm: 19358 8718 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.29
Current children cumulated vsize (KiB) 77432

[startup+342.601 s]
/proc/loadavg: 1.47 1.86 1.82 2/79 6220
/proc/meminfo: memFree=1755552/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=340.21
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10936 0 0 0 34012 9 0 0 25 0 2 0 174426562 79290368 8772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 19358 8772 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.21
Current children cumulated vsize (KiB) 77432

[startup+402.664 s]
/proc/loadavg: 1.17 1.70 1.77 2/79 6220
/proc/meminfo: memFree=1755552/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=400.25
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10939 0 0 0 40016 9 0 0 25 0 2 0 174426562 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 19358 8775 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.25
Current children cumulated vsize (KiB) 77432

[startup+462.734 s]
/proc/loadavg: 1.06 1.57 1.71 2/79 6220
/proc/meminfo: memFree=1755552/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=460.27
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10939 0 0 0 46018 9 0 0 25 0 2 0 174426562 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 19358 8775 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.27
Current children cumulated vsize (KiB) 77432

[startup+522.802 s]
/proc/loadavg: 1.02 1.46 1.67 2/79 6220
/proc/meminfo: memFree=1755552/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=520.29
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10939 0 0 0 52020 9 0 0 25 0 2 0 174426562 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566827 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 19358 8775 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.29
Current children cumulated vsize (KiB) 77432

[startup+582.87 s]
/proc/loadavg: 1.01 1.38 1.62 2/79 6220
/proc/meminfo: memFree=1755488/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=580.32
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10939 0 0 0 58023 9 0 0 25 0 2 0 174426562 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 19358 8775 180 90 0 18896 0
[pid=6204/tid=6206] ppid=6202 vsize=77432 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 174426983 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.32
Current children cumulated vsize (KiB) 77432

[startup+642.932 s]
/proc/loadavg: 1.00 1.31 1.58 2/79 6220
/proc/meminfo: memFree=1755424/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=77432 CPUtime=640.34
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 10939 0 0 0 64025 9 0 0 25 0 2 0 174426562 79290368 8775 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1180.43
Current children cumulated vsize (KiB) 87676

[startup+1243.51 s]
/proc/loadavg: 1.03 1.04 1.29 2/80 6419
/proc/meminfo: memFree=1754840/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=87676 CPUtime=1240.47
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11352 0 0 0 124027 20 0 0 25 0 3 0 174426562 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 21919 8777 180 90 0 21457 0
[pid=6204/tid=6206] ppid=6202 vsize=87676 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174426983 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=87676 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174516998 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.47
Current children cumulated vsize (KiB) 87676

[startup+1303.6 s]
/proc/loadavg: 1.01 1.03 1.27 2/80 6419
/proc/meminfo: memFree=1754840/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=87676 CPUtime=1300.5
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11352 0 0 0 130030 20 0 0 25 0 3 0 174426562 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 21919 8777 180 90 0 21457 0
[pid=6204/tid=6206] ppid=6202 vsize=87676 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 174426983 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=87676 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 174516998 89780224 8777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.5
Current children cumulated vsize (KiB) 87676

[startup+1363.69 s]
/proc/loadavg: 1.00 1.02 1.25 2/81 6420
/proc/meminfo: memFree=1754576/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97920 CPUtime=1360.54
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11439 0 0 0 136034 20 0 0 25 0 4 0 174426562 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24480 8864 180 90 0 24018 0
[pid=6204/tid=6206] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174562005 100270080 8864 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.54
Current children cumulated vsize (KiB) 97920

[startup+1423.71 s]
/proc/loadavg: 1.00 1.02 1.23 2/81 6420
/proc/meminfo: memFree=1754512/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97920 CPUtime=1420.52
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11442 0 0 0 142031 21 0 0 25 0 4 0 174426562 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554153 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24480 8867 180 90 0 24018 0
[pid=6204/tid=6206] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174562005 100270080 8867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.52
Current children cumulated vsize (KiB) 97920

[startup+1483.73 s]
/proc/loadavg: 1.00 1.01 1.21 2/81 6420
/proc/meminfo: memFree=1754448/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97920 CPUtime=1480.5
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11444 0 0 0 148029 21 0 0 25 0 4 0 174426562 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24480 8869 180 90 0 24018 0
[pid=6204/tid=6206] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174562005 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.5
Current children cumulated vsize (KiB) 97920

[startup+1543.74 s]
/proc/loadavg: 1.00 1.01 1.20 2/81 6420
/proc/meminfo: memFree=1754448/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97920 CPUtime=1540.47
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 11444 0 0 0 154026 21 0 0 25 0 4 0 174426562 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24480 8869 180 90 0 24018 0
[pid=6204/tid=6206] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97920 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 174562005 100270080 8869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.47
Current children cumulated vsize (KiB) 97920

[startup+1603.76 s]
/proc/loadavg: 1.00 1.00 1.18 2/81 6420
/proc/meminfo: memFree=1751248/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97944 CPUtime=1600.44
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 18447 0 0 0 160020 24 0 0 25 0 4 0 174426562 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24486 9658 180 90 0 24024 0
[pid=6204/tid=6206] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174562005 100294656 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.44
Current children cumulated vsize (KiB) 97944

[startup+1663.76 s]
/proc/loadavg: 1.00 1.00 1.17 2/81 6420
/proc/meminfo: memFree=1750864/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97944 CPUtime=1660.41
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 18530 0 0 0 166017 24 0 0 25 0 4 0 174426562 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24486 9741 180 90 0 24024 0
[pid=6204/tid=6206] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174562005 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.41
Current children cumulated vsize (KiB) 97944

[startup+1723.78 s]
/proc/loadavg: 1.00 1.00 1.16 2/81 6420
/proc/meminfo: memFree=1750864/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97944 CPUtime=1720.39
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 18530 0 0 0 172015 24 0 0 25 0 4 0 174426562 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24486 9741 180 90 0 24024 0
[pid=6204/tid=6206] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174562005 100294656 9741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.39
Current children cumulated vsize (KiB) 97944

[startup+1783.8 s]
/proc/loadavg: 1.05 1.01 1.15 2/81 6420
/proc/meminfo: memFree=1750800/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97944 CPUtime=1780.35
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 18531 0 0 0 178011 24 0 0 25 0 4 0 174426562 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24486 9742 180 90 0 24024 0
[pid=6204/tid=6206] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174562005 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.35
Current children cumulated vsize (KiB) 97944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.49 s]
/proc/loadavg: 1.04 1.01 1.15 2/81 6420
/proc/meminfo: memFree=1750800/2055920 swapFree=4191880/4192956
[pid=6204] ppid=6202 vsize=97944 CPUtime=1800.04
/proc/6204/stat : 6204 (bprolog) R 6202 6204 5535 0 -1 4194304 18531 0 0 0 179980 24 0 0 25 0 4 0 174426562 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6204/statm: 24486 9742 180 90 0 24024 0
[pid=6204/tid=6206] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6206/stat : 6206 (bprolog) S 6202 6204 5535 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 174426983 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6221] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6221/stat : 6221 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174516998 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6204/tid=6420] ppid=6202 vsize=97944 CPUtime=0
/proc/6204/task/6420/stat : 6420 (bprolog) S 6202 6204 5535 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 174562005 100294656 9742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 97944

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.91
CPU time (s): 1800.07
CPU user time (s): 1799.81
CPU system time (s): 0.252961
CPU usage (%): 99.7871
Max. virtual memory (cumulated for all children) (KiB): 97944

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

runsolver used 1.59976 s user time and 4.95225 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan  8 12:45:04 UTC 2007


IDJOB= 221599
IDBENCH= 5459
FILE ID= node2/221599-1168260303

PBS_JOBID= 3482418

Free space on /tmp= 66335 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f87d9695c3e2a73bc5ad29c1ef0c31b9

RANDOM SEED= 348787941

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:       1752488 kB
Buffers:         32012 kB
Cached:         134164 kB
SwapCached:        288 kB
Active:         191152 kB
Inactive:        63648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752488 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3392 kB
Writeback:           0 kB
Mapped:         110300 kB
Slab:            33296 kB
Committed_AS:  4503604 kB
PageTables:       2424 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= 66338 MiB



End job on node2 on Mon Jan  8 13:15:13 UTC 2007