Trace number 224729

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 1801.33

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-43_ext.xml
MD5SUM17420012b4730854e4271c15d4d98751
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.2785
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/224729-1168269638/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/node75/watcher-224729-1168269638 -o ROOT/results/node75/solver-224729-1168269638 -C 1800 -M 900 /tmp/evaluation/224729-1168269638/Complete/Ordinary/solver /tmp/evaluation/224729-1168269638/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.83 1.91 1.87 5/73 26430
/proc/meminfo: memFree=1818196/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=53472 CPUtime=0
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 175363404 54755328 239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134531678 0 0 4096 2 0 0 0 17 0 0 0
/proc/26429/statm: 13368 239 127 90 0 12906 0

[startup+0.104906 s]
/proc/loadavg: 1.83 1.91 1.87 5/73 26430
/proc/meminfo: memFree=1818196/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=61640 CPUtime=0.1
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 2042 0 0 0 9 1 0 0 18 0 1 0 175363404 63119360 1758 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 0 0 0
/proc/26429/statm: 15410 1759 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.512953 s]
/proc/loadavg: 1.83 1.91 1.87 5/73 26430
/proc/meminfo: memFree=1818196/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=61640 CPUtime=0.5
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 3525 0 0 0 49 1 0 0 22 0 1 0 175363404 63119360 3241 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 0 0 0
/proc/26429/statm: 15410 3241 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33405 s]
/proc/loadavg: 1.83 1.91 1.87 4/73 26430
/proc/meminfo: memFree=1768816/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=76192 CPUtime=1.32
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 13648 0 0 0 127 5 0 0 25 0 1 0 175363404 78020608 11480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865597 0 0 4096 2 0 0 0 17 0 0 0
/proc/26429/statm: 19048 11480 158 90 0 18586 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76192

[startup+2.97124 s]
/proc/loadavg: 1.83 1.91 1.87 4/73 26430
/proc/meminfo: memFree=1767344/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=2.95
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17590 0 0 0 288 7 0 0 25 0 2 0 175363404 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13188 170 90 0 21245 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86828

[startup+6.25863 s]
/proc/loadavg: 1.84 1.91 1.87 3/74 26431
/proc/meminfo: memFree=1767464/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=6.23
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 616 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 86828

[startup+12.7214 s]
/proc/loadavg: 1.93 1.93 1.87 4/74 26431
/proc/meminfo: memFree=1761512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=12.66
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 1259 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 86828

[startup+25.5369 s]
/proc/loadavg: 1.95 1.93 1.87 3/74 26431
/proc/meminfo: memFree=1770856/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=25.43
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 2536 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 86828

[startup+51.1749 s]
/proc/loadavg: 1.96 1.94 1.88 3/74 26431
/proc/meminfo: memFree=1767272/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=50.93
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 5086 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 86828

[startup+102.469 s]
/proc/loadavg: 1.98 1.94 1.88 3/76 26441
/proc/meminfo: memFree=1767008/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=102.02
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 10195 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 86828

[startup+162.506 s]
/proc/loadavg: 1.99 1.95 1.89 3/76 26441
/proc/meminfo: memFree=1767008/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=161.83
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 16176 7 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 86828

[startup+222.584 s]
/proc/loadavg: 1.47 1.82 1.85 2/66 26458
/proc/meminfo: memFree=1781848/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=221.83
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 22175 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 86828

[startup+282.624 s]
/proc/loadavg: 1.17 1.66 1.79 2/66 26458
/proc/meminfo: memFree=1781848/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=281.85
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 28177 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.85
Current children cumulated vsize (KiB) 86828

[startup+342.67 s]
/proc/loadavg: 1.06 1.54 1.74 2/66 26458
/proc/meminfo: memFree=1781912/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=341.87
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 34179 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 86828

[startup+402.716 s]
/proc/loadavg: 1.02 1.44 1.69 2/66 26458
/proc/meminfo: memFree=1781976/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=401.9
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 40182 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.9
Current children cumulated vsize (KiB) 86828

[startup+462.76 s]
/proc/loadavg: 1.01 1.36 1.64 2/66 26458
/proc/meminfo: memFree=1781912/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=461.93
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 46185 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 86828

[startup+522.802 s]
/proc/loadavg: 1.00 1.29 1.60 2/66 26458
/proc/meminfo: memFree=1781912/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=521.95
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 52187 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 86828

[startup+582.845 s]
/proc/loadavg: 1.00 1.23 1.56 2/66 26458
/proc/meminfo: memFree=1781912/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=581.97
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 58189 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 21707 13190 170 90 0 21245 0
[pid=26429/tid=26431] ppid=26427 vsize=86828 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175363638 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 86828

[startup+642.89 s]
/proc/loadavg: 1.00 1.19 1.52 2/66 26458
/proc/meminfo: memFree=1781848/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=86828 CPUtime=642
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17592 0 0 0 64192 8 0 0 25 0 2 0 175363404 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 97072

[startup+1243.47 s]
/proc/loadavg: 1.07 1.04 1.26 2/67 26459
/proc/meminfo: memFree=1781712/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=97072 CPUtime=1242.41
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17593 0 0 0 124232 9 0 0 25 0 3 0 175363404 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 24268 13191 170 90 0 23806 0
[pid=26429/tid=26431] ppid=26427 vsize=97072 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175363638 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=97072 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175453655 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.41
Current children cumulated vsize (KiB) 97072

[startup+1303.54 s]
/proc/loadavg: 1.02 1.03 1.24 2/67 26459
/proc/meminfo: memFree=1781648/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=97072 CPUtime=1302.45
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17593 0 0 0 130236 9 0 0 25 0 3 0 175363404 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 24268 13191 170 90 0 23806 0
[pid=26429/tid=26431] ppid=26427 vsize=97072 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175363638 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=97072 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175453655 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.45
Current children cumulated vsize (KiB) 97072

[startup+1363.62 s]
/proc/loadavg: 1.01 1.02 1.22 2/68 26460
/proc/meminfo: memFree=1781576/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1362.51
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 136242 9 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.51
Current children cumulated vsize (KiB) 107316

[startup+1423.72 s]
/proc/loadavg: 1.00 1.01 1.21 2/68 26460
/proc/meminfo: memFree=1781576/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1422.59
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 142250 9 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670216 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.59
Current children cumulated vsize (KiB) 107316

[startup+1483.81 s]
/proc/loadavg: 1.00 1.01 1.19 2/68 26460
/proc/meminfo: memFree=1781576/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1482.67
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 148258 9 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.67
Current children cumulated vsize (KiB) 107316

[startup+1543.91 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 26460
/proc/meminfo: memFree=1781512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1542.75
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 154265 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.75
Current children cumulated vsize (KiB) 107316

[startup+1604 s]
/proc/loadavg: 1.00 1.00 1.16 2/68 26460
/proc/meminfo: memFree=1781576/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1602.82
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 160272 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.82
Current children cumulated vsize (KiB) 107316

[startup+1664.09 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 26460
/proc/meminfo: memFree=1781512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1662.89
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 166279 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.89
Current children cumulated vsize (KiB) 107316

[startup+1724.19 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 26460
/proc/meminfo: memFree=1781512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1722.97
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 172287 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.97
Current children cumulated vsize (KiB) 107316

[startup+1784.28 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 26460
/proc/meminfo: memFree=1781512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1783.05
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 178295 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.05
Current children cumulated vsize (KiB) 107316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 26460
/proc/meminfo: memFree=1781512/2055920 swapFree=4184496/4192956
[pid=26429] ppid=26427 vsize=107316 CPUtime=1800.07
/proc/26429/stat : 26429 (bprolog) R 26427 26429 25219 0 -1 4194304 17608 0 0 0 179997 10 0 0 25 0 4 0 175363404 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604017 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26429/statm: 26829 13206 170 90 0 26367 0
[pid=26429/tid=26431] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26431/stat : 26431 (bprolog) S 26427 26429 25219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175363638 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26429/tid=26459] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26459/stat : 26459 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175453655 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26429/tid=26460] ppid=26427 vsize=107316 CPUtime=0
/proc/26429/task/26460/stat : 26460 (bprolog) S 26427 26429 25219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175498663 109891584 13206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 107316

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.33
CPU time (s): 1800.09
CPU user time (s): 1799.98
CPU system time (s): 0.111982
CPU usage (%): 99.9314
Max. virtual memory (cumulated for all children) (KiB): 107316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17608
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= 12
involuntary context switches= 4695

runsolver used 1.72174 s user time and 3.9514 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan  8 15:20:38 UTC 2007


IDJOB= 224729
IDBENCH= 5790
FILE ID= node75/224729-1168269638

PBS_JOBID= 3482945

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-43_ext.xml
COMMAND LINE= /tmp/evaluation/224729-1168269638/Complete/Ordinary/solver /tmp/evaluation/224729-1168269638/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node75/convwatcher-224729-1168269638 -o ROOT/results/node75/conversion-224729-1168269638 -C 600 -M 900 /tmp/evaluation/224729-1168269638/Complete/Ordinary/conversion /tmp/evaluation/224729-1168269638/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-224729-1168269638 -o ROOT/results/node75/solver-224729-1168269638 -C 1800 -M 900  /tmp/evaluation/224729-1168269638/Complete/Ordinary/solver /tmp/evaluation/224729-1168269638/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  17420012b4730854e4271c15d4d98751

RANDOM SEED= 60764286

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818768 kB
Buffers:         45268 kB
Cached:         114028 kB
SwapCached:       2680 kB
Active:         100140 kB
Inactive:        82940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818768 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:          30500 kB
Slab:            39384 kB
Committed_AS:  4100136 kB
PageTables:       1840 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= 66557 MiB



End job on node75 on Mon Jan  8 15:50:42 UTC 2007