Trace number 226192

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.12 1804.2

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-29_ext.xml
MD5SUMe90797268d71e6eb172828a0a7e4423c
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 benchmark13.6209
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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/226192-1168274739/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/node60/watcher-226192-1168274739 -o ROOT/results/node60/solver-226192-1168274739 -C 1800 -M 900 /tmp/evaluation/226192-1168274739/Complete/Ordinary/solver /tmp/evaluation/226192-1168274739/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.00 1.47 1.90 5/73 12616
/proc/meminfo: memFree=1712272/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=53472 CPUtime=0
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 175871955 54755328 235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134547098 0 0 4096 2 0 0 0 17 1 0 0
/proc/12615/statm: 13368 235 127 90 0 12906 0

[startup+0.104476 s]
/proc/loadavg: 1.00 1.47 1.90 5/73 12616
/proc/meminfo: memFree=1712272/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=61640 CPUtime=0.09
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 1949 0 0 0 9 0 0 0 18 0 1 0 175871955 63119360 1665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/12615/statm: 15410 1665 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512516 s]
/proc/loadavg: 1.00 1.47 1.90 5/73 12616
/proc/meminfo: memFree=1712272/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=61636 CPUtime=0.51
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 5707 0 0 0 49 2 0 0 21 0 1 0 175871955 63115264 5422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/12615/statm: 15409 5422 158 90 0 14947 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61636

[startup+1.33359 s]
/proc/loadavg: 1.00 1.47 1.90 3/73 12616
/proc/meminfo: memFree=1667600/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=1.32
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12786 0 0 0 127 5 0 0 25 0 2 0 175871955 100724736 11166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11166 170 90 0 24129 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98364

[startup+2.97776 s]
/proc/loadavg: 1.00 1.47 1.90 3/74 12617
/proc/meminfo: memFree=1667336/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=2.96
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12787 0 0 0 291 5 0 0 25 0 2 0 175871955 100724736 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11167 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 98364

[startup+6.25508 s]
/proc/loadavg: 1.08 1.48 1.90 3/74 12617
/proc/meminfo: memFree=1668104/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=6.22
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 617 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 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) 98364

[startup+12.7187 s]
/proc/loadavg: 1.15 1.49 1.90 3/74 12617
/proc/meminfo: memFree=1668448/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=12.66
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 1261 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 98364

[startup+25.532 s]
/proc/loadavg: 1.34 1.51 1.90 3/74 12617
/proc/meminfo: memFree=1668512/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=25.41
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 2536 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 98364

[startup+51.1725 s]
/proc/loadavg: 1.56 1.55 1.91 3/76 12627
/proc/meminfo: memFree=1666960/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=50.95
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 5090 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 98364

[startup+102.379 s]
/proc/loadavg: 1.81 1.62 1.91 3/76 12627
/proc/meminfo: memFree=1666960/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=102.15
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 10210 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 98364

[startup+162.407 s]
/proc/loadavg: 1.93 1.68 1.91 3/76 12627
/proc/meminfo: memFree=1666960/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=162.16
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 16211 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 98364

[startup+222.46 s]
/proc/loadavg: 1.97 1.74 1.91 3/76 12627
/proc/meminfo: memFree=1666896/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=222.2
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 22215 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 98364

[startup+282.49 s]
/proc/loadavg: 1.99 1.78 1.91 3/76 12627
/proc/meminfo: memFree=1666832/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=282.21
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 28216 5 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 98364

[startup+342.517 s]
/proc/loadavg: 2.06 1.84 1.91 3/76 12627
/proc/meminfo: memFree=1666896/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=342.23
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12788 0 0 0 34217 6 0 0 25 0 2 0 175871955 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11168 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 98364

[startup+402.55 s]
/proc/loadavg: 2.02 1.86 1.91 3/76 12627
/proc/meminfo: memFree=1666896/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=402.25
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12789 0 0 0 40219 6 0 0 25 0 2 0 175871955 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11169 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 98364

[startup+462.577 s]
/proc/loadavg: 2.00 1.89 1.91 3/76 12627
/proc/meminfo: memFree=1666832/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=462.26
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12789 0 0 0 46220 6 0 0 25 0 2 0 175871955 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11169 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 98364

[startup+522.608 s]
/proc/loadavg: 2.00 1.90 1.91 3/76 12627
/proc/meminfo: memFree=1666832/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=522.28
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12789 0 0 0 52222 6 0 0 25 0 2 0 175871955 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11169 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 98364

[startup+582.659 s]
/proc/loadavg: 2.00 1.92 1.91 3/76 12627
/proc/meminfo: memFree=1666768/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=98364 CPUtime=582.31
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12789 0 0 0 58225 6 0 0 25 0 2 0 175871955 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 24591 11169 170 90 0 24129 0
[pid=12615/tid=12617] ppid=12613 vsize=98364 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175872072 100724736 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 98364

[startup+642.684 s]
/proc/loadavg: 1.94 1.91 1.91 3/74 12706
/proc/meminfo: memFree=1668064/2055920 swapFree=4192812/4192956

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

/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12790 0 0 0 118059 9 0 0 25 0 3 0 175871955 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 27152 11170 170 90 0 26690 0
[pid=12615/tid=12617] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175872072 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175962087 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.68
Current children cumulated vsize (KiB) 108608

[startup+1243.18 s]
/proc/loadavg: 2.06 1.98 1.91 3/87 13007
/proc/meminfo: memFree=1548992/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=108608 CPUtime=1240.46
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12790 0 0 0 124037 9 0 0 25 0 3 0 175871955 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 27152 11170 170 90 0 26690 0
[pid=12615/tid=12617] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175872072 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175962087 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.46
Current children cumulated vsize (KiB) 108608

[startup+1303.24 s]
/proc/loadavg: 2.02 1.98 1.91 3/87 13007
/proc/meminfo: memFree=1549120/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=108608 CPUtime=1300.23
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12790 0 0 0 130014 9 0 0 25 0 3 0 175871955 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 27152 11170 170 90 0 26690 0
[pid=12615/tid=12617] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175872072 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=108608 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175962087 111214592 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.23
Current children cumulated vsize (KiB) 108608

[startup+1363.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/88 13008
/proc/meminfo: memFree=1549048/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1360.01
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 135992 9 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.01
Current children cumulated vsize (KiB) 118852

[startup+1423.39 s]
/proc/loadavg: 2.02 2.00 1.92 3/88 13008
/proc/meminfo: memFree=1483192/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1419.82
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 141973 9 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589526 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419.82
Current children cumulated vsize (KiB) 118852

[startup+1483.48 s]
/proc/loadavg: 2.08 2.01 1.93 3/88 13008
/proc/meminfo: memFree=1483128/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1479.62
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 147953 9 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670294 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.62
Current children cumulated vsize (KiB) 118852

[startup+1543.53 s]
/proc/loadavg: 1.68 1.93 1.90 2/68 13023
/proc/meminfo: memFree=1675808/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1539.5
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 153940 10 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.5
Current children cumulated vsize (KiB) 118852

[startup+1603.62 s]
/proc/loadavg: 1.25 1.76 1.84 2/68 13023
/proc/meminfo: memFree=1675872/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1599.57
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 159947 10 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.57
Current children cumulated vsize (KiB) 118852

[startup+1663.71 s]
/proc/loadavg: 1.09 1.62 1.79 2/68 13023
/proc/meminfo: memFree=1675936/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1659.65
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 165955 10 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.65
Current children cumulated vsize (KiB) 118852

[startup+1723.8 s]
/proc/loadavg: 1.03 1.51 1.74 2/68 13023
/proc/meminfo: memFree=1675936/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1719.72
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 171962 10 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558122 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.72
Current children cumulated vsize (KiB) 118852

[startup+1783.89 s]
/proc/loadavg: 1.01 1.41 1.68 2/68 13023
/proc/meminfo: memFree=1676000/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1779.8
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12793 0 0 0 177970 10 0 0 25 0 4 0 175871955 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12615/statm: 29713 11173 170 90 0 29251 0
[pid=12615/tid=12617] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12617/stat : 12617 (bprolog) S 12613 12615 12357 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175872072 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=12809] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/12809/stat : 12809 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175962087 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12615/tid=13008] ppid=12613 vsize=118852 CPUtime=0
/proc/12615/task/13008/stat : 13008 (bprolog) S 12613 12615 12357 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176007098 121704448 11173 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.8
Current children cumulated vsize (KiB) 118852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.19 s]
/proc/loadavg: 1.01 1.38 1.67 2/65 13023
/proc/meminfo: memFree=1676000/2055920 swapFree=4192812/4192956
[pid=12615] ppid=12613 vsize=118852 CPUtime=1800.1
/proc/12615/stat : 12615 (bprolog) R 12613 12615 12357 0 -1 4194304 12794 0 0 0 180000 10 0 0 25 0 1 0 175871955 121704448 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 0 0 0 17 1 0 0
/proc/12615/statm: 29713 11174 171 90 0 29251 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 118852

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.2
CPU time (s): 1800.12
CPU user time (s): 1800
CPU system time (s): 0.110983
CPU usage (%): 99.7735
Max. virtual memory (cumulated for all children) (KiB): 118852

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

runsolver used 1.79873 s user time and 4.71328 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan  8 16:45:40 UTC 2007


IDJOB= 226192
IDBENCH= 5944
FILE ID= node60/226192-1168274739

PBS_JOBID= 3483289

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-29_ext.xml
COMMAND LINE= /tmp/evaluation/226192-1168274739/Complete/Ordinary/solver /tmp/evaluation/226192-1168274739/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node60/convwatcher-226192-1168274739 -o ROOT/results/node60/conversion-226192-1168274739 -C 600 -M 900 /tmp/evaluation/226192-1168274739/Complete/Ordinary/conversion /tmp/evaluation/226192-1168274739/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-226192-1168274739 -o ROOT/results/node60/solver-226192-1168274739 -C 1800 -M 900  /tmp/evaluation/226192-1168274739/Complete/Ordinary/solver /tmp/evaluation/226192-1168274739/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e90797268d71e6eb172828a0a7e4423c

RANDOM SEED= 153550684

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.236
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.236
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:       1712752 kB
Buffers:         58240 kB
Cached:         204444 kB
SwapCached:          0 kB
Active:         158732 kB
Inactive:       126624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          33456 kB
Slab:            43136 kB
Committed_AS:  4330788 kB
PageTables:       1864 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= 66563 MiB



End job on node60 on Mon Jan  8 17:15:45 UTC 2007