Trace number 226475

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 1802.09

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-31_ext.xml
MD5SUM8cfb7f062f28b0701b26adee3b2be2b4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.7964
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/226475-1168275523/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/node33/watcher-226475-1168275523 -o ROOT/results/node33/solver-226475-1168275523 -C 1800 -M 900 /tmp/evaluation/226475-1168275523/Complete/Ordinary/solver /tmp/evaluation/226475-1168275523/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.46 2.65 2.45 5/73 19796
/proc/meminfo: memFree=720912/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=18540 CPUtime=0
/proc/19795/stat : 19795 (runsolver) R 19793 19795 19177 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 175946331 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19795/statm: 4635 279 244 17 0 2626 0

[startup+0.107961 s]
/proc/loadavg: 2.46 2.65 2.45 5/73 19796
/proc/meminfo: memFree=720912/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=61640 CPUtime=0.09
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 1919 0 0 0 9 0 0 0 20 0 1 0 175946331 63119360 1635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589320 0 0 4096 2 0 0 0 17 1 0 0
/proc/19795/statm: 15410 1635 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516041 s]
/proc/loadavg: 2.46 2.65 2.45 5/73 19796
/proc/meminfo: memFree=720912/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=61636 CPUtime=0.5
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 5776 0 0 0 49 1 0 0 23 0 1 0 175946331 63115264 5491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 0 0 0
/proc/19795/statm: 15409 5493 158 90 0 14947 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61636

[startup+1.3372 s]
/proc/loadavg: 2.35 2.62 2.45 2/69 19805
/proc/meminfo: memFree=679728/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=1.32
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12795 0 0 0 127 5 0 0 25 0 2 0 175946331 100663296 11169 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11169 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11169 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) 98304

[startup+2.97954 s]
/proc/loadavg: 2.35 2.62 2.45 2/69 19808
/proc/meminfo: memFree=682544/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=2.96
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 291 5 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 98304

[startup+6.25823 s]
/proc/loadavg: 2.35 2.62 2.45 3/82 19870
/proc/meminfo: memFree=598536/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=6.24
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 619 5 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 98304

[startup+12.7336 s]
/proc/loadavg: 2.29 2.60 2.44 3/83 19871
/proc/meminfo: memFree=594880/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=12.71
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 1266 5 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 98304

[startup+25.5572 s]
/proc/loadavg: 2.25 2.58 2.44 3/83 19871
/proc/meminfo: memFree=594944/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=25.53
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 2547 6 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 98304

[startup+51.2335 s]
/proc/loadavg: 2.16 2.54 2.42 3/83 19871
/proc/meminfo: memFree=595072/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=51.16
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 5110 6 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 98304

[startup+102.5 s]
/proc/loadavg: 2.10 2.46 2.40 4/83 19871
/proc/meminfo: memFree=595072/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=102.38
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 10232 6 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 98304

[startup+162.502 s]
/proc/loadavg: 2.14 2.40 2.38 3/89 19979
/proc/meminfo: memFree=589240/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=162.28
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 16215 13 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 98304

[startup+222.508 s]
/proc/loadavg: 2.05 2.33 2.36 3/89 20045
/proc/meminfo: memFree=589184/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=222.18
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 22195 23 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 98304

[startup+282.6 s]
/proc/loadavg: 2.11 2.29 2.34 3/83 20069
/proc/meminfo: memFree=590208/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=282.21
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 28196 25 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 98304

[startup+342.7 s]
/proc/loadavg: 2.04 2.24 2.32 3/83 20069
/proc/meminfo: memFree=590208/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=342.25
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 34200 25 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 98304

[startup+402.787 s]
/proc/loadavg: 2.01 2.19 2.30 3/83 20069
/proc/meminfo: memFree=579648/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=402.25
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 40200 25 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 98304

[startup+462.867 s]
/proc/loadavg: 2.00 2.15 2.27 3/83 20069
/proc/meminfo: memFree=579648/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=462.28
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 46203 25 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639037 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 98304

[startup+522.946 s]
/proc/loadavg: 2.00 2.12 2.26 3/83 20069
/proc/meminfo: memFree=579584/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=522.3
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12796 0 0 0 52205 25 0 0 25 0 2 0 175946331 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11170 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11170 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 98304

[startup+582.969 s]
/proc/loadavg: 2.07 2.12 2.24 3/83 20069
/proc/meminfo: memFree=579648/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=98304 CPUtime=582.24
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12797 0 0 0 58199 25 0 0 25 0 2 0 175946331 100663296 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 24576 11171 170 90 0 24114 0
[pid=19795/tid=19805] ppid=19793 vsize=98304 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175946443 100663296 11171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 98304

[startup+643.05 s]

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

/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12798 0 0 0 118214 27 0 0 25 0 3 0 175946331 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 27137 11172 170 90 0 26675 0
[pid=19795/tid=19805] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175946443 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176036458 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 108548

[startup+1243.84 s]
/proc/loadavg: 2.00 2.01 2.10 3/84 20070
/proc/meminfo: memFree=569080/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=108548 CPUtime=1242.44
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12798 0 0 0 124217 27 0 0 25 0 3 0 175946331 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 27137 11172 170 90 0 26675 0
[pid=19795/tid=19805] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175946443 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176036458 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.44
Current children cumulated vsize (KiB) 108548

[startup+1303.93 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 20072
/proc/meminfo: memFree=568888/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=108548 CPUtime=1302.44
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12798 0 0 0 130217 27 0 0 25 0 3 0 175946331 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 27137 11172 170 90 0 26675 0
[pid=19795/tid=19805] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175946443 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=108548 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 176036458 111153152 11172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.44
Current children cumulated vsize (KiB) 108548

[startup+1364.02 s]
/proc/loadavg: 2.00 2.00 2.08 3/85 20073
/proc/meminfo: memFree=555312/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1362.48
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 136221 27 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.48
Current children cumulated vsize (KiB) 118792

[startup+1424.05 s]
/proc/loadavg: 2.00 2.00 2.08 3/85 20073
/proc/meminfo: memFree=555248/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1422.45
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 142218 27 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670243 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.45
Current children cumulated vsize (KiB) 118792

[startup+1484.09 s]
/proc/loadavg: 2.00 2.00 2.07 3/85 20073
/proc/meminfo: memFree=555248/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1482.4
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 148213 27 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.4
Current children cumulated vsize (KiB) 118792

[startup+1544.12 s]
/proc/loadavg: 2.07 2.02 2.07 3/85 20073
/proc/meminfo: memFree=555184/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1542.38
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 154211 27 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.38
Current children cumulated vsize (KiB) 118792

[startup+1604.16 s]
/proc/loadavg: 2.06 2.03 2.07 3/85 20073
/proc/meminfo: memFree=555184/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1602.36
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 160208 28 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 118792

[startup+1664.22 s]
/proc/loadavg: 2.02 2.02 2.07 3/85 20073
/proc/meminfo: memFree=555184/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1662.35
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 166207 28 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 118792

[startup+1724.25 s]
/proc/loadavg: 2.01 2.01 2.06 3/85 20073
/proc/meminfo: memFree=555120/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1722.33
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 172205 28 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 118792

[startup+1784.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/85 20073
/proc/meminfo: memFree=555120/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1782.31
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12800 0 0 0 178203 28 0 0 25 0 4 0 175946331 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 29698 11174 170 90 0 29236 0
[pid=19795/tid=19805] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/19805/stat : 19805 (bprolog) S 19793 19795 19177 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175946443 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19795/tid=20070] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20070/stat : 20070 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176036458 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19795/tid=20073] ppid=19793 vsize=118792 CPUtime=0
/proc/19795/task/20073/stat : 20073 (bprolog) S 19793 19795 19177 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 176081468 121643008 11174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 118792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.07 s]
/proc/loadavg: 2.00 2.01 2.05 3/82 20073
/proc/meminfo: memFree=555120/2055920 swapFree=4192224/4192956
[pid=19795] ppid=19793 vsize=118792 CPUtime=1800.06
/proc/19795/stat : 19795 (bprolog) R 19793 19795 19177 0 -1 4194304 12801 0 0 0 179978 28 0 0 25 0 1 0 175946331 121643008 11175 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711659 0 0 4096 2 0 0 0 17 0 0 0
/proc/19795/statm: 29698 11175 171 90 0 29236 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 118792

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.09
CPU time (s): 1800.08
CPU user time (s): 1799.78
CPU system time (s): 0.295955
CPU usage (%): 99.8886
Max. virtual memory (cumulated for all children) (KiB): 118792

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

runsolver used 2.30065 s user time and 5.71013 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 16:58:44 UTC 2007


IDJOB= 226475
IDBENCH= 5976
FILE ID= node33/226475-1168275523

PBS_JOBID= 3483259

Free space on /tmp= 66559 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-226475-1168275523 -o ROOT/results/node33/solver-226475-1168275523 -C 1800 -M 900  /tmp/evaluation/226475-1168275523/Complete/Ordinary/solver /tmp/evaluation/226475-1168275523/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8cfb7f062f28b0701b26adee3b2be2b4

RANDOM SEED= 160452246

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.281
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.281
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:        721328 kB
Buffers:          6644 kB
Cached:        1255172 kB
SwapCached:        264 kB
Active:         511184 kB
Inactive:       773544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        721328 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            5748 kB
Writeback:           0 kB
Mapped:          36048 kB
Slab:            35312 kB
Committed_AS:  3369776 kB
PageTables:       1736 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= 66559 MiB



End job on node33 on Mon Jan  8 17:28:47 UTC 2007