Trace number 198914

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.05 1813.91

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f1.xml
MD5SUMa9ee5762bd9cc960c2c3327ea9b7951e
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 benchmark70.2573
SatisfiableNO
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size43
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/198914-1168131209/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-198914-1168131209 -o ROOT/results/node2/solver-198914-1168131209 -C 1800 -M 900 /tmp/evaluation/198914-1168131209/Complete/Ordinary/solver /tmp/evaluation/198914-1168131209/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.81 1.96 1.94 5/98 24907
/proc/meminfo: memFree=1036992/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=53472 CPUtime=0
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 486 0 0 0 0 0 0 0 20 0 1 0 161516772 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550336 0 0 4096 2 0 0 0 17 1 0 0
/proc/24906/statm: 13368 205 123 90 0 12906 0

[startup+0.103845 s]
/proc/loadavg: 1.81 1.96 1.94 5/98 24907
/proc/meminfo: memFree=1036992/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=53824 CPUtime=0.09
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 1607 0 0 0 9 0 0 0 20 0 1 0 161516772 55115776 1323 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564922 0 0 4096 2 0 0 0 17 1 0 0
/proc/24906/statm: 13456 1323 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.514926 s]
/proc/loadavg: 1.81 1.96 1.94 5/98 24907
/proc/meminfo: memFree=1036992/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=79940 CPUtime=0.49
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 6640 0 0 0 48 1 0 0 24 0 2 0 161516772 81858560 4401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 19985 4401 177 90 0 19523 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 79940

[startup+1.33907 s]
/proc/loadavg: 1.83 1.96 1.94 3/99 24908
/proc/meminfo: memFree=993080/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=1.31
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 27674 0 0 0 119 12 0 0 25 0 2 0 161516772 129859584 13715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 13715 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 13715 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.97637 s]
/proc/loadavg: 1.83 1.96 1.94 3/99 24908
/proc/meminfo: memFree=967480/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=2.94
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31422 0 0 0 281 13 0 0 25 0 2 0 161516772 129859584 17463 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17463 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17463 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.26398 s]
/proc/loadavg: 1.83 1.96 1.94 4/99 24908
/proc/meminfo: memFree=967480/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=6.19
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31426 0 0 0 606 13 0 0 25 0 2 0 161516772 129859584 17467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17467 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17467 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.7402 s]
/proc/loadavg: 1.85 1.96 1.94 3/99 24908
/proc/meminfo: memFree=967352/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=12.6
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31439 0 0 0 1247 13 0 0 25 0 2 0 161516772 129859584 17480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17480 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 126816

[startup+25.5665 s]
/proc/loadavg: 1.87 1.96 1.94 3/99 24908
/proc/meminfo: memFree=967352/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=25.32
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31445 0 0 0 2518 14 0 0 25 0 2 0 161516772 129859584 17486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17486 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 126816

[startup+51.2612 s]
/proc/loadavg: 1.92 1.97 1.94 4/99 24908
/proc/meminfo: memFree=967480/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=50.78
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31445 0 0 0 5064 14 0 0 25 0 2 0 161516772 129859584 17486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17486 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17486 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 126816

[startup+102.474 s]
/proc/loadavg: 1.96 1.97 1.94 3/99 24908
/proc/meminfo: memFree=939576/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=101.52
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31450 0 0 0 10138 14 0 0 25 0 2 0 161516772 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17491 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 126816

[startup+162.565 s]
/proc/loadavg: 2.06 2.00 1.95 4/99 24908
/proc/meminfo: memFree=939512/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=161.06
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31450 0 0 0 16091 15 0 0 25 0 2 0 161516772 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17491 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 126816

[startup+222.663 s]
/proc/loadavg: 2.02 2.00 1.95 3/99 24908
/proc/meminfo: memFree=911416/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=220.6
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31450 0 0 0 22045 15 0 0 25 0 2 0 161516772 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17491 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 126816

[startup+282.711 s]
/proc/loadavg: 2.01 2.00 1.95 3/99 24908
/proc/meminfo: memFree=911352/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=280.09
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31453 0 0 0 27993 16 0 0 25 0 2 0 161516772 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17494 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 126816

[startup+342.765 s]
/proc/loadavg: 2.00 2.00 1.95 3/99 24908
/proc/meminfo: memFree=911288/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=339.59
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31453 0 0 0 33943 16 0 0 25 0 2 0 161516772 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17494 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.59
Current children cumulated vsize (KiB) 126816

[startup+402.785 s]
/proc/loadavg: 2.05 2.01 1.95 3/99 24908
/proc/meminfo: memFree=882616/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=399.01
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31453 0 0 0 39885 16 0 0 25 0 2 0 161516772 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17494 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.01
Current children cumulated vsize (KiB) 126816

[startup+462.864 s]
/proc/loadavg: 2.02 2.01 1.95 3/105 24982
/proc/meminfo: memFree=881056/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=458.46
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31453 0 0 0 45829 17 0 0 25 0 2 0 161516772 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17494 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 126816

[startup+522.963 s]
/proc/loadavg: 2.00 2.00 1.95 3/105 25072
/proc/meminfo: memFree=853312/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=517.83
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31453 0 0 0 51766 17 0 0 25 0 2 0 161516772 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17494 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.83
Current children cumulated vsize (KiB) 126816

[startup+583.041 s]
/proc/loadavg: 2.00 2.00 1.95 3/99 25106
/proc/meminfo: memFree=854264/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=126816 CPUtime=577.29
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31516 0 0 0 57712 17 0 0 25 0 2 0 161516772 129859584 17557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 31704 17557 177 90 0 31242 0
[pid=24906/tid=24908] ppid=24904 vsize=126816 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161516804 129859584 17557 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.29
Current children cumulated vsize (KiB) 126816

[startup+643.136 s]

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

/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31523 0 0 0 117177 23 0 0 25 0 3 0 161516772 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 34265 17564 177 90 0 33803 0
[pid=24906/tid=24908] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161516804 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161606827 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172
Current children cumulated vsize (KiB) 137060

[startup+1243.39 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 25107
/proc/meminfo: memFree=766832/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=137060 CPUtime=1231.44
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31523 0 0 0 123121 23 0 0 25 0 3 0 161516772 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 34265 17564 177 90 0 33803 0
[pid=24906/tid=24908] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161516804 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161606827 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.44
Current children cumulated vsize (KiB) 137060

[startup+1303.45 s]
/proc/loadavg: 2.00 2.00 1.96 3/100 25107
/proc/meminfo: memFree=766832/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=137060 CPUtime=1290.92
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31523 0 0 0 129068 24 0 0 25 0 3 0 161516772 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 34265 17564 177 90 0 33803 0
[pid=24906/tid=24908] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161516804 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=137060 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161606827 140349440 17564 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1290.92
Current children cumulated vsize (KiB) 137060

[startup+1363.51 s]
/proc/loadavg: 2.00 2.00 1.96 3/101 25108
/proc/meminfo: memFree=738280/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1350.34
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 135010 24 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661307 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.34
Current children cumulated vsize (KiB) 147304

[startup+1423.52 s]
/proc/loadavg: 1.93 1.98 1.95 3/89 25400
/proc/meminfo: memFree=1388480/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1410.06
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 140978 28 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.06
Current children cumulated vsize (KiB) 147304

[startup+1483.55 s]
/proc/loadavg: 1.97 1.98 1.95 3/89 25400
/proc/meminfo: memFree=1388544/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1470.01
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 146973 28 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.01
Current children cumulated vsize (KiB) 147304

[startup+1543.61 s]
/proc/loadavg: 1.75 1.91 1.93 3/97 25769
/proc/meminfo: memFree=1280064/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1530.05
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 152973 32 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.05
Current children cumulated vsize (KiB) 147304

[startup+1603.63 s]
/proc/loadavg: 1.91 1.92 1.93 3/97 25769
/proc/meminfo: memFree=1280192/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1590.01
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 158969 32 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.01
Current children cumulated vsize (KiB) 147304

[startup+1663.64 s]
/proc/loadavg: 1.96 1.93 1.93 3/97 25769
/proc/meminfo: memFree=1280128/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1649.93
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 164961 32 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.93
Current children cumulated vsize (KiB) 147304

[startup+1723.73 s]
/proc/loadavg: 1.98 1.94 1.93 4/97 25769
/proc/meminfo: memFree=1267712/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1709.96
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 170964 32 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.96
Current children cumulated vsize (KiB) 147304

[startup+1783.74 s]
/proc/loadavg: 1.99 1.95 1.93 3/97 25769
/proc/meminfo: memFree=1267648/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1769.91
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31524 0 0 0 176959 32 0 0 25 0 4 0 161516772 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24906/statm: 36826 17565 177 90 0 36364 0
[pid=24906/tid=24908] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/24908/stat : 24908 (bprolog) S 24904 24906 24826 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161516804 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25107] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25107/stat : 25107 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161606827 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24906/tid=25108] ppid=24904 vsize=147304 CPUtime=0
/proc/24906/task/25108/stat : 25108 (bprolog) S 24904 24906 24826 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161651841 150839296 17565 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.91
Current children cumulated vsize (KiB) 147304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.89 s]
/proc/loadavg: 1.99 1.95 1.93 3/94 25769
/proc/meminfo: memFree=1267592/2055920 swapFree=4191880/4192956
[pid=24906] ppid=24904 vsize=147304 CPUtime=1800.02
/proc/24906/stat : 24906 (bprolog) R 24904 24906 24826 0 -1 4194304 31525 0 0 0 179970 32 0 0 25 0 1 0 161516772 150839296 17566 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 0 0 0 17 0 0 0
/proc/24906/statm: 36826 17566 178 90 0 36364 0
Current children cumulated CPU time (s) 1800.02
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): 1813.91
CPU time (s): 1800.05
CPU user time (s): 1799.7
CPU system time (s): 0.340948
CPU usage (%): 99.2358
Max. virtual memory (cumulated for all children) (KiB): 158068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 70664

runsolver used 2.27165 s user time and 5.80612 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 00:53:29 UTC 2007


IDJOB= 198914
IDBENCH= 3582
FILE ID= node2/198914-1168131209

PBS_JOBID= 3477747

Free space on /tmp= 66323 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a9ee5762bd9cc960c2c3327ea9b7951e

RANDOM SEED= 132485401

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1037408 kB
Buffers:         56592 kB
Cached:         419368 kB
SwapCached:        448 kB
Active:         702484 kB
Inactive:       257476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1037408 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:         512708 kB
Slab:            42360 kB
Committed_AS:  4544220 kB
PageTables:       3260 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= 66325 MiB



End job on node2 on Sun Jan  7 01:23:45 UTC 2007