Trace number 207298

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.09 1805.04

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-0.xml
MD5SUM5a03054d1c275a5e16854c3532ad4cb9
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 benchmark1.11783
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.00 2.00 1.85 5/73 18055
/proc/meminfo: memFree=1593256/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=18540 CPUtime=0
/proc/18054/stat : 18054 (runsolver) R 18052 18054 17643 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 166494179 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18054/statm: 4635 279 244 17 0 2626 0

[startup+0.107865 s]
/proc/loadavg: 2.00 2.00 1.85 5/73 18055
/proc/meminfo: memFree=1593256/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=53824 CPUtime=0.09
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 1545 0 0 0 9 0 0 0 21 0 1 0 166494179 55115776 1261 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611397 0 0 4096 2 0 0 0 17 1 0 0
/proc/18054/statm: 13456 1261 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.522983 s]
/proc/loadavg: 2.00 2.00 1.85 5/73 18055
/proc/meminfo: memFree=1593256/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=61888 CPUtime=0.5
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 1864 0 0 0 50 0 0 0 24 0 1 0 166494179 63373312 1579 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 0 0 0 17 1 0 0
/proc/18054/statm: 15472 1579 176 90 0 15010 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61888

[startup+1.34594 s]
/proc/loadavg: 2.00 2.00 1.85 3/74 18056
/proc/meminfo: memFree=1583328/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=1.32
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3035 0 0 0 131 1 0 0 25 0 2 0 166494179 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2750 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72132

[startup+2.98209 s]
/proc/loadavg: 2.00 2.00 1.85 3/74 18056
/proc/meminfo: memFree=1582816/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=2.94
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3035 0 0 0 293 1 0 0 25 0 2 0 166494179 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620183 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2750 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2750 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) 72132

[startup+6.26039 s]
/proc/loadavg: 1.92 1.98 1.85 2/69 18066
/proc/meminfo: memFree=1593160/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=6.21
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3035 0 0 0 620 1 0 0 25 0 2 0 166494179 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2750 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 72132

[startup+12.741 s]
/proc/loadavg: 2.01 2.00 1.86 3/82 18126
/proc/meminfo: memFree=1530464/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=12.69
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3035 0 0 0 1268 1 0 0 25 0 2 0 166494179 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620255 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2750 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72132

[startup+25.5652 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 18126
/proc/meminfo: memFree=1524000/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=25.52
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3036 0 0 0 2550 2 0 0 25 0 2 0 166494179 73863168 2751 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2751 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2751 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 72132

[startup+51.2285 s]
/proc/loadavg: 1.99 2.00 1.86 2/69 18135
/proc/meminfo: memFree=1592776/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=51.14
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 5112 2 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 72132

[startup+102.497 s]
/proc/loadavg: 1.99 2.00 1.86 3/85 18178
/proc/meminfo: memFree=1388040/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=102.31
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 10228 3 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 72132

[startup+162.511 s]
/proc/loadavg: 1.99 2.00 1.87 3/85 18178
/proc/meminfo: memFree=1253704/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=162.03
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 16200 3 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 72132

[startup+222.599 s]
/proc/loadavg: 1.99 2.00 1.88 3/85 18178
/proc/meminfo: memFree=1120648/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=221.6
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 22157 3 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 72132

[startup+282.655 s]
/proc/loadavg: 1.99 2.00 1.88 3/85 18178
/proc/meminfo: memFree=982408/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=281.17
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 28114 3 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 72132

[startup+342.677 s]
/proc/loadavg: 2.09 2.03 1.90 3/85 18178
/proc/meminfo: memFree=855816/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=340.98
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 34094 4 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664582 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 72132

[startup+402.74 s]
/proc/loadavg: 2.19 2.05 1.91 4/85 18178
/proc/meminfo: memFree=854664/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=400.99
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 40095 4 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.99
Current children cumulated vsize (KiB) 72132

[startup+462.837 s]
/proc/loadavg: 2.72 2.23 1.98 4/85 18178
/proc/meminfo: memFree=854664/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=461.07
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 46103 4 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.07
Current children cumulated vsize (KiB) 72132

[startup+522.849 s]
/proc/loadavg: 2.37 2.22 2.00 3/85 18178
/proc/meminfo: memFree=854408/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=520.68
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 52064 4 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.68
Current children cumulated vsize (KiB) 72132

[startup+582.85 s]
/proc/loadavg: 2.13 2.18 2.00 3/85 18178
/proc/meminfo: memFree=854408/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=72132 CPUtime=580.13
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3037 0 0 0 58009 4 0 0 25 0 2 0 166494179 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18054/statm: 18033 2752 180 90 0 17571 0
[pid=18054/tid=18056] ppid=18052 vsize=72132 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166494277 73863168 2752 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.13
Current children cumulated vsize (KiB) 72132

[startup+642.941 s]

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

/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3072 0 0 0 117867 8 0 0 25 0 3 0 166494179 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 20594 2787 180 90 0 20132 0
[pid=18054/tid=18056] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166494277 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166584292 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.75
Current children cumulated vsize (KiB) 82376

[startup+1243.6 s]
/proc/loadavg: 1.05 1.25 1.61 2/67 18618
/proc/meminfo: memFree=1596264/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=82376 CPUtime=1238.79
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3072 0 0 0 123871 8 0 0 25 0 3 0 166494179 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580178 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 20594 2787 180 90 0 20132 0
[pid=18054/tid=18056] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166494277 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166584292 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.79
Current children cumulated vsize (KiB) 82376

[startup+1303.66 s]
/proc/loadavg: 1.02 1.20 1.57 2/67 18618
/proc/meminfo: memFree=1596264/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=82376 CPUtime=1298.83
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3072 0 0 0 129875 8 0 0 25 0 3 0 166494179 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 20594 2787 180 90 0 20132 0
[pid=18054/tid=18056] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166494277 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=82376 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166584292 84353024 2787 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.83
Current children cumulated vsize (KiB) 82376

[startup+1363.73 s]
/proc/loadavg: 1.00 1.16 1.53 2/68 18619
/proc/meminfo: memFree=1596256/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1358.89
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3073 0 0 0 135881 8 0 0 25 0 4 0 166494179 94842880 2788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 2788 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 2788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 2788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166629299 94842880 2788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.89
Current children cumulated vsize (KiB) 92620

[startup+1423.82 s]
/proc/loadavg: 1.00 1.13 1.49 2/68 18619
/proc/meminfo: memFree=1596192/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1418.96
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3078 0 0 0 141888 8 0 0 25 0 4 0 166494179 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 2793 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166629299 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.96
Current children cumulated vsize (KiB) 92620

[startup+1483.9 s]
/proc/loadavg: 1.00 1.11 1.46 2/68 18619
/proc/meminfo: memFree=1596320/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1479.03
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3078 0 0 0 147895 8 0 0 25 0 4 0 166494179 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580566 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 2793 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166629299 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.03
Current children cumulated vsize (KiB) 92620

[startup+1543.99 s]
/proc/loadavg: 1.00 1.08 1.43 2/68 18619
/proc/meminfo: memFree=1596256/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1539.09
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3078 0 0 0 153901 8 0 0 25 0 4 0 166494179 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 2793 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166629299 94842880 2793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.09
Current children cumulated vsize (KiB) 92620

[startup+1604.07 s]
/proc/loadavg: 1.00 1.07 1.40 2/68 18619
/proc/meminfo: memFree=1593504/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1599.17
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3764 0 0 0 159908 9 0 0 25 0 4 0 166494179 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 3479 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166629299 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.17
Current children cumulated vsize (KiB) 92620

[startup+1664.16 s]
/proc/loadavg: 1.06 1.07 1.38 2/68 18619
/proc/meminfo: memFree=1593504/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1659.24
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3764 0 0 0 165915 9 0 0 25 0 4 0 166494179 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 3479 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166629299 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.24
Current children cumulated vsize (KiB) 92620

[startup+1724.24 s]
/proc/loadavg: 1.02 1.05 1.35 2/68 18619
/proc/meminfo: memFree=1593504/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1719.31
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3764 0 0 0 171922 9 0 0 25 0 4 0 166494179 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 3479 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166629299 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.31
Current children cumulated vsize (KiB) 92620

[startup+1784.32 s]
/proc/loadavg: 1.01 1.04 1.33 2/68 18619
/proc/meminfo: memFree=1593504/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1779.37
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3764 0 0 0 177928 9 0 0 25 0 4 0 166494179 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751781 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18054/statm: 23155 3479 180 90 0 22693 0
[pid=18054/tid=18056] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18056/stat : 18056 (bprolog) S 18052 18054 17643 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166494277 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18054/tid=18420] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18420/stat : 18420 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166584292 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18054/tid=18619] ppid=18052 vsize=92620 CPUtime=0
/proc/18054/task/18619/stat : 18619 (bprolog) S 18052 18054 17643 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166629299 94842880 3479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.37
Current children cumulated vsize (KiB) 92620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.03 s]
/proc/loadavg: 1.00 1.04 1.32 2/65 18619
/proc/meminfo: memFree=1593504/2055920 swapFree=4187312/4192956
[pid=18054] ppid=18052 vsize=92620 CPUtime=1800.08
/proc/18054/stat : 18054 (bprolog) R 18052 18054 17643 0 -1 4194304 3765 0 0 0 179999 9 0 0 25 0 1 0 166494179 94842880 3480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 0 0 0 17 1 0 0
/proc/18054/statm: 23155 3480 181 90 0 22693 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92620

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.04
CPU time (s): 1800.09
CPU user time (s): 1800
CPU system time (s): 0.094985
CPU usage (%): 99.7258
Max. virtual memory (cumulated for all children) (KiB): 92620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 18771

runsolver used 1.72274 s user time and 4.34134 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 14:42:24 UTC 2007


IDJOB= 207298
IDBENCH= 4282
FILE ID= node39/207298-1168180944

PBS_JOBID= 3479119

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-0.xml
COMMAND LINE= /tmp/evaluation/207298-1168180944/Complete/Ordinary/solver /tmp/evaluation/207298-1168180944/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-207298-1168180944 -o ROOT/results/node39/conversion-207298-1168180944 -C 600 -M 900 /tmp/evaluation/207298-1168180944/Complete/Ordinary/conversion /tmp/evaluation/207298-1168180944/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-207298-1168180944 -o ROOT/results/node39/solver-207298-1168180944 -C 1800 -M 900  /tmp/evaluation/207298-1168180944/Complete/Ordinary/solver /tmp/evaluation/207298-1168180944/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5a03054d1c275a5e16854c3532ad4cb9

RANDOM SEED= 634960328

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:       1593672 kB
Buffers:         33772 kB
Cached:         345276 kB
SwapCached:       1548 kB
Active:          88668 kB
Inactive:       314692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593672 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            5228 kB
Writeback:           0 kB
Mapped:          34784 kB
Slab:            44260 kB
Committed_AS:  3411144 kB
PageTables:       1760 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= 66553 MiB



End job on node39 on Sun Jan  7 15:12:31 UTC 2007