Trace number 198728

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.08 1809

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f4.xml
MD5SUM5dcfba2c920df87fed4f833be49fd112
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 benchmark40.6638
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198728-1168130537/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/node21/watcher-198728-1168130537 -o ROOT/results/node21/solver-198728-1168130537 -C 1800 -M 900 /tmp/evaluation/198728-1168130537/Complete/Ordinary/solver /tmp/evaluation/198728-1168130537/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.97 1.00 1.00 5/94 1064
/proc/meminfo: memFree=1565840/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=18540 CPUtime=0
/proc/1063/stat : 1063 (runsolver) R 1061 1063 928 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 161448462 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1063/statm: 4635 279 244 17 0 2626 0

[startup+0.107923 s]
/proc/loadavg: 0.97 1.00 1.00 5/94 1064
/proc/meminfo: memFree=1565840/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=53824 CPUtime=0.09
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 1624 0 0 0 9 0 0 0 21 0 1 0 161448462 55115776 1340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564960 0 0 4096 2 0 0 0 17 1 0 0
/proc/1063/statm: 13456 1340 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516002 s]
/proc/loadavg: 0.97 1.00 1.00 5/94 1064
/proc/meminfo: memFree=1565840/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=79940 CPUtime=0.49
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 6708 0 0 0 46 3 0 0 25 0 2 0 161448462 81858560 4469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 19985 4469 177 90 0 19523 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 79940

[startup+1.33915 s]
/proc/loadavg: 0.97 1.00 1.00 4/95 1065
/proc/meminfo: memFree=1508424/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=1.31
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 25029 0 0 0 120 11 0 0 25 0 2 0 161448462 129859584 11070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664608 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 11070 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 11070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 126816

[startup+2.98446 s]
/proc/loadavg: 1.05 1.01 1.00 3/95 1065
/proc/meminfo: memFree=1479048/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=2.94
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 29704 0 0 0 281 13 0 0 25 0 2 0 161448462 129859584 15745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 15745 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 15745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 126816

[startup+6.26408 s]
/proc/loadavg: 1.05 1.01 1.00 3/95 1065
/proc/meminfo: memFree=1375688/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=6.19
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30404 0 0 0 606 13 0 0 25 0 2 0 161448462 129859584 16445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16445 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 126816

[startup+12.7373 s]
/proc/loadavg: 1.28 1.06 1.02 3/95 1065
/proc/meminfo: memFree=1240848/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=12.61
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30442 0 0 0 1248 13 0 0 25 0 2 0 161448462 129859584 16483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16483 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 126816

[startup+25.6093 s]
/proc/loadavg: 1.54 1.13 1.04 3/95 1070
/proc/meminfo: memFree=1002896/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=25.3
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30442 0 0 0 2510 20 0 0 25 0 2 0 161448462 129859584 16483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16483 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 126816

[startup+51.2566 s]
/proc/loadavg: 2.04 1.27 1.09 3/96 1077
/proc/meminfo: memFree=502664/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=50.68
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30469 0 0 0 5041 27 0 0 25 0 2 0 161448462 129859584 16510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16510 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 126816

[startup+102.498 s]
/proc/loadavg: 2.75 1.58 1.20 4/95 1091
/proc/meminfo: memFree=15952/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=101.33
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 10084 49 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 126816

[startup+162.587 s]
/proc/loadavg: 3.12 1.90 1.33 3/95 1106
/proc/meminfo: memFree=14864/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=160.75
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 16005 70 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 126816

[startup+222.668 s]
/proc/loadavg: 3.86 2.34 1.52 3/95 1122
/proc/meminfo: memFree=15952/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=220.41
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 21954 87 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552442 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 126816

[startup+282.674 s]
/proc/loadavg: 4.50 2.81 1.73 3/95 1133
/proc/meminfo: memFree=15824/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=280.23
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 27916 107 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.23
Current children cumulated vsize (KiB) 126816

[startup+342.748 s]
/proc/loadavg: 3.43 2.83 1.81 3/95 1144
/proc/meminfo: memFree=15184/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=340.17
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 33891 126 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663914 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.17
Current children cumulated vsize (KiB) 126816

[startup+402.847 s]
/proc/loadavg: 3.03 2.80 1.86 3/95 1162
/proc/meminfo: memFree=15184/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=400.12
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 39865 147 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.12
Current children cumulated vsize (KiB) 126816

[startup+462.924 s]
/proc/loadavg: 3.18 2.89 1.95 3/96 1178
/proc/meminfo: memFree=15240/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=460.02
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 45837 165 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.02
Current children cumulated vsize (KiB) 126816

[startup+522.99 s]
/proc/loadavg: 3.13 2.94 2.02 3/95 1188
/proc/meminfo: memFree=15440/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=519.92
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30484 0 0 0 51807 185 0 0 25 0 2 0 161448462 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16525 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16525 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.92
Current children cumulated vsize (KiB) 126816

[startup+582.992 s]
/proc/loadavg: 3.21 2.99 2.10 3/95 1199
/proc/meminfo: memFree=16272/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=126816 CPUtime=579.78
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30494 0 0 0 57777 201 0 0 25 0 2 0 161448462 129859584 16535 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 31704 16535 177 90 0 31242 0
[pid=1063/tid=1065] ppid=1061 vsize=126816 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 161448493 129859584 16535 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.78
Current children cumulated vsize (KiB) 126816

[startup+643.019 s]

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

/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30495 0 0 0 117273 409 0 0 25 0 3 0 161448462 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 34265 16536 177 90 0 33803 0
[pid=1063/tid=1065] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161448493 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161538514 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.82
Current children cumulated vsize (KiB) 137060

[startup+1243.53 s]
/proc/loadavg: 3.25 3.58 2.89 3/96 1559
/proc/meminfo: memFree=15936/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=137060 CPUtime=1236.62
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30495 0 0 0 123231 431 0 0 25 0 3 0 161448462 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 34265 16536 177 90 0 33803 0
[pid=1063/tid=1065] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161448493 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161538514 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.62
Current children cumulated vsize (KiB) 137060

[startup+1303.61 s]
/proc/loadavg: 3.18 3.50 2.91 3/98 1581
/proc/meminfo: memFree=15792/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=137060 CPUtime=1296.39
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30495 0 0 0 129190 449 0 0 25 0 3 0 161448462 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554110 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 34265 16536 177 90 0 33803 0
[pid=1063/tid=1065] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161448493 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=137060 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161538514 140349440 16536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.39
Current children cumulated vsize (KiB) 137060

[startup+1363.67 s]
/proc/loadavg: 3.47 3.54 2.96 3/97 1596
/proc/meminfo: memFree=15616/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1356.2
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 135153 467 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.2
Current children cumulated vsize (KiB) 147304

[startup+1423.72 s]
/proc/loadavg: 3.84 3.62 3.02 3/98 1608
/proc/meminfo: memFree=15864/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1415.91
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 141106 485 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.91
Current children cumulated vsize (KiB) 147304

[startup+1483.78 s]
/proc/loadavg: 4.23 3.77 3.10 3/97 1616
/proc/meminfo: memFree=15744/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1475.62
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 147057 505 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663870 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.62
Current children cumulated vsize (KiB) 147304

[startup+1543.83 s]
/proc/loadavg: 4.53 3.93 3.20 3/97 1622
/proc/meminfo: memFree=15936/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1535.46
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 153022 524 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.46
Current children cumulated vsize (KiB) 147304

[startup+1603.92 s]
/proc/loadavg: 3.87 3.89 3.23 3/97 1626
/proc/meminfo: memFree=15936/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1595.29
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 158988 541 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579722 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.29
Current children cumulated vsize (KiB) 147304

[startup+1663.96 s]
/proc/loadavg: 2.84 3.58 3.17 3/97 1626
/proc/meminfo: memFree=15424/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1655.26
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 164980 546 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.26
Current children cumulated vsize (KiB) 147304

[startup+1724.07 s]
/proc/loadavg: 2.35 3.31 3.10 3/97 1626
/proc/meminfo: memFree=15936/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1715.26
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 170977 549 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.26
Current children cumulated vsize (KiB) 147304

[startup+1784.15 s]
/proc/loadavg: 2.16 3.08 3.03 3/97 1626
/proc/meminfo: memFree=15488/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1775.27
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 0 0 176973 554 0 0 25 0 4 0 161448462 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661453 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1063/statm: 36826 16537 177 90 0 36364 0
[pid=1063/tid=1065] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1065/stat : 1065 (bprolog) S 1061 1063 928 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161448493 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1063/tid=1274] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1274/stat : 1274 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161538514 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1063/tid=1593] ppid=1061 vsize=147304 CPUtime=0
/proc/1063/task/1593/stat : 1593 (bprolog) S 1061 1063 928 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161583528 150839296 16537 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.27
Current children cumulated vsize (KiB) 147304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.98 s]
/proc/loadavg: 2.16 3.01 3.01 4/94 1626
/proc/meminfo: memFree=15360/2055920 swapFree=4156304/4192956
[pid=1063] ppid=1061 vsize=147304 CPUtime=1800.05
/proc/1063/stat : 1063 (bprolog) R 1061 1063 928 0 -1 4194304 30496 0 1 0 179449 556 0 0 25 0 1 0 161448462 150839296 16538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 0 0 0 17 0 0 0
/proc/1063/statm: 36826 16538 178 90 0 36364 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 147304

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809
CPU time (s): 1800.08
CPU user time (s): 1794.5
CPU system time (s): 5.57915
CPU usage (%): 99.5068
Max. virtual memory (cumulated for all children) (KiB): 158068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 5.57915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30496
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 62618

runsolver used 2.15467 s user time and 6.14706 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 00:42:17 UTC 2007


IDJOB= 198728
IDBENCH= 3573
FILE ID= node21/198728-1168130537

PBS_JOBID= 3477911

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f4.xml
COMMAND LINE= /tmp/evaluation/198728-1168130537/Complete/Ordinary/solver /tmp/evaluation/198728-1168130537/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node21/convwatcher-198728-1168130537 -o ROOT/results/node21/conversion-198728-1168130537 -C 600 -M 900 /tmp/evaluation/198728-1168130537/Complete/Ordinary/conversion /tmp/evaluation/198728-1168130537/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-198728-1168130537 -o ROOT/results/node21/solver-198728-1168130537 -C 1800 -M 900  /tmp/evaluation/198728-1168130537/Complete/Ordinary/solver /tmp/evaluation/198728-1168130537/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5dcfba2c920df87fed4f833be49fd112

RANDOM SEED= 330362350

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.261
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.261
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:       1566320 kB
Buffers:         50620 kB
Cached:         320088 kB
SwapCached:       2748 kB
Active:         128308 kB
Inactive:       305304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566320 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          77716 kB
Slab:            40796 kB
Committed_AS:  3353388 kB
PageTables:       2292 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= 40063 MiB



End job on node21 on Sun Jan  7 01:12:29 UTC 2007