Trace number 237994

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.04 1808.57

General information on the benchmark

Namehaystacks/
haystacks_30.xml
MD5SUMd19752845e2bb544181045abea63b2d0
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 benchmark63.7613
SatisfiableNO
(Un)Satisfiability was proved
Number of variables900
Number of constraints13079
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13079
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237994-1168352667/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/node44/watcher-237994-1168352667 -o ROOT/results/node44/solver-237994-1168352667 -C 1800 -M 900 /tmp/evaluation/237994-1168352667/Complete/Ordinary/solver /tmp/evaluation/237994-1168352667/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.09 1.02 1.14 5/81 16060
/proc/meminfo: memFree=1799120/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=53472 CPUtime=0
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 183666297 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/16059/statm: 13368 200 123 90 0 12906 0

[startup+0.107466 s]
/proc/loadavg: 1.09 1.02 1.14 5/81 16060
/proc/meminfo: memFree=1799120/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=53824 CPUtime=0.1
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 2262 0 0 0 9 1 0 0 18 0 1 0 183666297 55115776 1978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/16059/statm: 13456 1980 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.515504 s]
/proc/loadavg: 1.09 1.02 1.14 5/81 16060
/proc/meminfo: memFree=1799120/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=66320 CPUtime=0.5
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4776 0 0 0 48 2 0 0 21 0 1 0 183666297 67911680 4489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568462 0 0 4096 2 0 0 0 17 1 0 0
/proc/16059/statm: 16580 4489 174 90 0 16118 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66320

[startup+1.33659 s]
/proc/loadavg: 1.16 1.03 1.14 3/82 16061
/proc/meminfo: memFree=1780104/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=1.32
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 130 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 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) 76564

[startup+2.98377 s]
/proc/loadavg: 1.16 1.03 1.14 4/82 16061
/proc/meminfo: memFree=1727304/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=2.96
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 294 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 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) 76564

[startup+6.26709 s]
/proc/loadavg: 1.16 1.03 1.14 3/83 16062
/proc/meminfo: memFree=1703616/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=6.23
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 621 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 76564

[startup+12.7388 s]
/proc/loadavg: 1.29 1.06 1.15 3/83 16062
/proc/meminfo: memFree=1703624/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=12.67
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 1265 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 76564

[startup+25.5561 s]
/proc/loadavg: 1.40 1.09 1.16 3/83 16062
/proc/meminfo: memFree=1668488/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=25.42
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 2540 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 76564

[startup+51.2117 s]
/proc/loadavg: 1.60 1.17 1.18 3/83 16062
/proc/meminfo: memFree=1668360/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=50.95
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 5093 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 76564

[startup+102.417 s]
/proc/loadavg: 1.84 1.30 1.22 3/83 16062
/proc/meminfo: memFree=1626568/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=101.92
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 10190 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752541 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 76564

[startup+162.444 s]
/proc/loadavg: 1.94 1.43 1.27 3/83 16062
/proc/meminfo: memFree=1587656/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=161.66
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4960 0 0 0 16164 2 0 0 25 0 2 0 183666297 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4673 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 76564

[startup+222.478 s]
/proc/loadavg: 1.98 1.53 1.31 3/83 16062
/proc/meminfo: memFree=1545032/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=221.42
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 22139 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 76564

[startup+282.503 s]
/proc/loadavg: 1.99 1.61 1.35 3/83 16062
/proc/meminfo: memFree=1503496/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=281.16
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 28113 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 76564

[startup+342.531 s]
/proc/loadavg: 2.04 1.70 1.39 3/83 16062
/proc/meminfo: memFree=1461576/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=340.9
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 34087 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 76564

[startup+402.556 s]
/proc/loadavg: 2.01 1.75 1.43 3/83 16062
/proc/meminfo: memFree=1461512/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=400.65
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 40062 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.65
Current children cumulated vsize (KiB) 76564

[startup+462.579 s]
/proc/loadavg: 2.00 1.79 1.46 3/83 16062
/proc/meminfo: memFree=1419528/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=460.39
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 46036 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 76564

[startup+522.604 s]
/proc/loadavg: 2.00 1.83 1.49 3/83 16062
/proc/meminfo: memFree=1378504/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=520.13
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 52010 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (KiB) 76564

[startup+582.632 s]
/proc/loadavg: 2.00 1.86 1.52 3/83 16062
/proc/meminfo: memFree=1378440/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=76564 CPUtime=579.87
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4961 0 0 0 57984 3 0 0 25 0 2 0 183666297 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 19141 4674 179 90 0 18679 0
[pid=16059/tid=16061] ppid=16057 vsize=76564 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 183666360 78401536 4674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.87
Current children cumulated vsize (KiB) 76564

[startup+642.656 s]

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

/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4962 0 0 0 117739 4 0 0 25 0 3 0 183666297 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 21702 4675 179 90 0 21240 0
[pid=16059/tid=16061] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183666360 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183756378 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.43
Current children cumulated vsize (KiB) 86808

[startup+1243.06 s]
/proc/loadavg: 2.00 1.98 1.75 3/84 16063
/proc/meminfo: memFree=1168064/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=86808 CPUtime=1237.2
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4962 0 0 0 123716 4 0 0 25 0 3 0 183666297 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 21702 4675 179 90 0 21240 0
[pid=16059/tid=16061] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183666360 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183756378 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.2
Current children cumulated vsize (KiB) 86808

[startup+1303.11 s]
/proc/loadavg: 2.00 1.98 1.76 3/84 16063
/proc/meminfo: memFree=1168064/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=86808 CPUtime=1296.96
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 4962 0 0 0 129692 4 0 0 25 0 3 0 183666297 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 21702 4675 179 90 0 21240 0
[pid=16059/tid=16061] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183666360 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=86808 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183756378 88891392 4675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.96
Current children cumulated vsize (KiB) 86808

[startup+1363.17 s]
/proc/loadavg: 2.00 1.98 1.77 3/85 16064
/proc/meminfo: memFree=1167480/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=97052 CPUtime=1356.75
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 5090 0 0 0 135670 5 0 0 25 0 4 0 183666297 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 24263 4803 179 90 0 23801 0
[pid=16059/tid=16061] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183801388 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 97052

[startup+1423.25 s]
/proc/loadavg: 2.00 1.98 1.79 3/85 16064
/proc/meminfo: memFree=1167480/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=97052 CPUtime=1416.54
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 5090 0 0 0 141649 5 0 0 25 0 4 0 183666297 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752539 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 24263 4803 179 90 0 23801 0
[pid=16059/tid=16061] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183801388 99381248 4803 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.54
Current children cumulated vsize (KiB) 97052

[startup+1483.33 s]
/proc/loadavg: 2.00 1.98 1.80 3/85 16064
/proc/meminfo: memFree=1167416/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=97052 CPUtime=1476.34
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 5091 0 0 0 147629 5 0 0 25 0 4 0 183666297 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 24263 4804 179 90 0 23801 0
[pid=16059/tid=16061] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183801388 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.34
Current children cumulated vsize (KiB) 97052

[startup+1543.41 s]
/proc/loadavg: 2.00 1.98 1.81 3/85 16064
/proc/meminfo: memFree=1167416/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=97052 CPUtime=1536.13
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 5091 0 0 0 153608 5 0 0 25 0 4 0 183666297 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 24263 4804 179 90 0 23801 0
[pid=16059/tid=16061] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=97052 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183801388 99381248 4804 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.13
Current children cumulated vsize (KiB) 97052

[startup+1603.49 s]
/proc/loadavg: 2.00 1.98 1.82 3/85 16064
/proc/meminfo: memFree=1153848/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=104864 CPUtime=1595.93
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 10427 0 0 0 159584 9 0 0 25 0 4 0 183666297 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 26216 8186 179 90 0 25754 0
[pid=16059/tid=16061] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183801388 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.93
Current children cumulated vsize (KiB) 104864

[startup+1663.57 s]
/proc/loadavg: 2.00 1.98 1.83 3/85 16064
/proc/meminfo: memFree=1153784/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=104864 CPUtime=1655.73
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 10427 0 0 0 165564 9 0 0 25 0 4 0 183666297 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 26216 8186 179 90 0 25754 0
[pid=16059/tid=16061] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183801388 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.73
Current children cumulated vsize (KiB) 104864

[startup+1723.65 s]
/proc/loadavg: 2.00 1.98 1.83 3/85 16064
/proc/meminfo: memFree=1153784/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=104864 CPUtime=1715.52
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 10427 0 0 0 171543 9 0 0 25 0 4 0 183666297 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 26216 8186 179 90 0 25754 0
[pid=16059/tid=16061] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183801388 107380736 8186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.52
Current children cumulated vsize (KiB) 104864

[startup+1783.73 s]
/proc/loadavg: 2.00 1.98 1.84 3/85 16064
/proc/meminfo: memFree=1153720/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=104864 CPUtime=1775.32
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 10428 0 0 0 177523 9 0 0 25 0 4 0 183666297 107380736 8187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16059/statm: 26216 8187 179 90 0 25754 0
[pid=16059/tid=16061] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16061/stat : 16061 (bprolog) S 16057 16059 15886 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183666360 107380736 8187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16063] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16063/stat : 16063 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183756378 107380736 8187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16059/tid=16064] ppid=16057 vsize=104864 CPUtime=0
/proc/16059/task/16064/stat : 16064 (bprolog) S 16057 16059 15886 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183801388 107380736 8187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.32
Current children cumulated vsize (KiB) 104864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.56 s]
/proc/loadavg: 1.92 1.96 1.83 2/68 16529
/proc/meminfo: memFree=1841696/2055920 swapFree=4191892/4192956
[pid=16059] ppid=16057 vsize=104864 CPUtime=1800.02
/proc/16059/stat : 16059 (bprolog) R 16057 16059 15886 0 -1 4194304 10429 0 0 0 179992 10 0 0 25 0 1 0 183666297 107380736 8188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661462 0 0 4096 2 0 0 0 17 1 0 0
/proc/16059/statm: 26216 8188 180 90 0 25754 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 104864

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.57
CPU time (s): 1800.04
CPU user time (s): 1799.93
CPU system time (s): 0.109983
CPU usage (%): 99.5282
Max. virtual memory (cumulated for all children) (KiB): 104864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 54348

runsolver used 1.78373 s user time and 4.63429 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Jan  9 14:24:27 UTC 2007


IDJOB= 237994
IDBENCH= 6976
FILE ID= node44/237994-1168352667

PBS_JOBID= 3503931

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_30.xml
COMMAND LINE= /tmp/evaluation/237994-1168352667/Complete/Ordinary/solver /tmp/evaluation/237994-1168352667/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-237994-1168352667 -o ROOT/results/node44/conversion-237994-1168352667 -C 600 -M 900 /tmp/evaluation/237994-1168352667/Complete/Ordinary/conversion /tmp/evaluation/237994-1168352667/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-237994-1168352667 -o ROOT/results/node44/solver-237994-1168352667 -C 1800 -M 900  /tmp/evaluation/237994-1168352667/Complete/Ordinary/solver /tmp/evaluation/237994-1168352667/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d19752845e2bb544181045abea63b2d0

RANDOM SEED= 788879966

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.213
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.213
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:       1799664 kB
Buffers:         22520 kB
Cached:          87348 kB
SwapCached:        292 kB
Active:         161240 kB
Inactive:        39656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799664 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            8908 kB
Writeback:           0 kB
Mapped:         108888 kB
Slab:            40440 kB
Committed_AS:  4826232 kB
PageTables:       1996 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= 66543 MiB



End job on node44 on Tue Jan  9 14:54:41 UTC 2007