Trace number 195255

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.06 1812.49

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph9-f9.xml
MD5SUMd1ea18de5a9b206c32593b251c3713d2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20436
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195255-1168112449/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/node1/watcher-195255-1168112449 -o ROOT/results/node1/solver-195255-1168112449 -C 1800 -M 900 /tmp/evaluation/195255-1168112449/Complete/Ordinary/solver /tmp/evaluation/195255-1168112449/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.63 1.90 1.97 4/94 30962
/proc/meminfo: memFree=1237152/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=53472 CPUtime=0
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 159640969 54755328 204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/30961/statm: 13368 204 123 90 0 12906 0

[startup+0.107901 s]
/proc/loadavg: 1.63 1.90 1.97 4/94 30962
/proc/meminfo: memFree=1237152/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=53824 CPUtime=0.1
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 1823 0 0 0 9 1 0 0 18 0 1 0 159640969 55115776 1539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577355 0 0 4096 2 0 0 0 17 1 0 0
/proc/30961/statm: 13456 1540 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.517949 s]
/proc/loadavg: 1.63 1.90 1.97 4/94 30962
/proc/meminfo: memFree=1237152/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=72196 CPUtime=0.5
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 3362 0 0 0 49 1 0 0 22 0 2 0 159640969 73928704 3077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30961/statm: 18049 3077 177 90 0 17587 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72196

[startup+1.33805 s]
/proc/loadavg: 1.63 1.90 1.97 3/95 30963
/proc/meminfo: memFree=1221080/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=72196 CPUtime=1.32
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 4519 0 0 0 131 1 0 0 25 0 2 0 159640969 73928704 4234 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30961/statm: 18049 4234 177 90 0 17587 0
[pid=30961/tid=30963] ppid=30959 vsize=72196 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 73928704 4234 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) 72196

[startup+2.97424 s]
/proc/loadavg: 1.63 1.90 1.97 3/95 30963
/proc/meminfo: memFree=1220888/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=72196 CPUtime=2.96
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 4535 0 0 0 295 1 0 0 25 0 2 0 159640969 73928704 4250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30961/statm: 18049 4250 177 90 0 17587 0
[pid=30961/tid=30963] ppid=30959 vsize=72196 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 73928704 4250 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) 72196

[startup+6.25362 s]
/proc/loadavg: 1.66 1.91 1.97 3/95 30963
/proc/meminfo: memFree=1220760/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=72196 CPUtime=6.24
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 4572 0 0 0 623 1 0 0 25 0 2 0 159640969 73928704 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30961/statm: 18049 4287 177 90 0 17587 0
[pid=30961/tid=30963] ppid=30959 vsize=72196 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 73928704 4287 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) 72196

[startup+12.7194 s]
/proc/loadavg: 1.69 1.91 1.97 4/95 31038
/proc/meminfo: memFree=1201816/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=12.69
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7183 0 0 0 1266 3 0 0 25 0 2 0 159640969 81928192 4944 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4944 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4944 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) 80008

[startup+25.5479 s]
/proc/loadavg: 1.81 1.93 1.97 3/95 31038
/proc/meminfo: memFree=1184152/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=25.45
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7224 0 0 0 2541 4 0 0 25 0 2 0 159640969 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4985 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 80008

[startup+51.2019 s]
/proc/loadavg: 2.08 1.98 1.99 3/95 31038
/proc/meminfo: memFree=1141336/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=50.97
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7224 0 0 0 5093 4 0 0 25 0 2 0 159640969 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751712 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4985 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 80008

[startup+102.499 s]
/proc/loadavg: 2.18 2.03 2.00 2/82 31136
/proc/meminfo: memFree=1228672/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=101.97
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7224 0 0 0 10192 5 0 0 25 0 2 0 159640969 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4985 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 80008

[startup+162.568 s]
/proc/loadavg: 2.10 2.03 2.00 3/96 31477
/proc/meminfo: memFree=1022408/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=161.83
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7224 0 0 0 16175 8 0 0 25 0 2 0 159640969 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4985 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 80008

[startup+222.615 s]
/proc/loadavg: 2.85 2.25 2.08 3/96 31484
/proc/meminfo: memFree=15560/2055920 swapFree=4165584/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=221.49
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 22122 27 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 80008

[startup+282.648 s]
/proc/loadavg: 3.39 2.51 2.17 4/96 31488
/proc/meminfo: memFree=16328/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=281.16
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 28068 48 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 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) 80008

[startup+342.684 s]
/proc/loadavg: 4.26 2.89 2.32 3/96 31496
/proc/meminfo: memFree=14856/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=340.79
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 34012 67 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.79
Current children cumulated vsize (KiB) 80008

[startup+402.716 s]
/proc/loadavg: 4.05 3.11 2.43 3/96 31499
/proc/meminfo: memFree=15048/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=400.47
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 39960 87 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134779183 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (KiB) 80008

[startup+462.746 s]
/proc/loadavg: 2.89 2.95 2.42 3/96 31504
/proc/meminfo: memFree=16008/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=460.1
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 45901 109 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.1
Current children cumulated vsize (KiB) 80008

[startup+522.781 s]
/proc/loadavg: 2.96 2.95 2.45 3/96 31509
/proc/meminfo: memFree=14856/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=519.73
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 51845 128 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.73
Current children cumulated vsize (KiB) 80008

[startup+582.816 s]
/proc/loadavg: 3.02 2.94 2.48 3/96 31513
/proc/meminfo: memFree=15048/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=80008 CPUtime=579.39
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 7234 0 0 0 57797 142 0 0 25 0 2 0 159640969 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 20002 4995 177 90 0 19540 0
[pid=30961/tid=30963] ppid=30959 vsize=80008 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 159641006 81928192 4995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.39
Current children cumulated vsize (KiB) 80008

[startup+642.877 s]

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

/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49458 0 0 0 117215 369 0 0 25 0 3 0 159640969 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 49907 19873 177 90 0 49445 0
[pid=30961/tid=30963] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159641006 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159731023 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.84
Current children cumulated vsize (KiB) 199628

[startup+1243.65 s]
/proc/loadavg: 3.46 3.48 3.01 3/103 31798
/proc/meminfo: memFree=15224/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=199628 CPUtime=1235.38
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49458 0 0 0 123145 393 0 0 25 0 3 0 159640969 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 49907 19873 177 90 0 49445 0
[pid=30961/tid=30963] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159641006 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159731023 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.38
Current children cumulated vsize (KiB) 199628

[startup+1303.65 s]
/proc/loadavg: 4.35 3.71 3.12 3/104 31876
/proc/meminfo: memFree=14912/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=199628 CPUtime=1294.8
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49458 0 0 0 129061 419 0 0 25 0 3 0 159640969 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 49907 19873 177 90 0 49445 0
[pid=30961/tid=30963] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159641006 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=199628 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159731023 204419072 19873 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.8
Current children cumulated vsize (KiB) 199628

[startup+1363.73 s]
/proc/loadavg: 4.47 3.84 3.19 3/98 31911
/proc/meminfo: memFree=15672/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1354.14
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 134969 445 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.14
Current children cumulated vsize (KiB) 209872

[startup+1423.8 s]
/proc/loadavg: 4.49 3.96 3.27 2/99 31918
/proc/meminfo: memFree=17968/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1413.49
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 140884 465 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.49
Current children cumulated vsize (KiB) 209872

[startup+1483.88 s]
/proc/loadavg: 3.23 3.72 3.23 3/98 31919
/proc/meminfo: memFree=15160/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1473.16
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 146846 470 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.16
Current children cumulated vsize (KiB) 209872

[startup+1543.97 s]
/proc/loadavg: 2.49 3.41 3.16 3/98 31919
/proc/meminfo: memFree=15800/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1532.92
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 152816 476 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.92
Current children cumulated vsize (KiB) 209872

[startup+1604.04 s]
/proc/loadavg: 2.18 3.15 3.08 3/98 31919
/proc/meminfo: memFree=15352/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1592.64
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 158784 480 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.64
Current children cumulated vsize (KiB) 209872

[startup+1664.11 s]
/proc/loadavg: 2.11 2.96 3.02 3/98 31919
/proc/meminfo: memFree=15992/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1652.4
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 164756 484 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.4
Current children cumulated vsize (KiB) 209872

[startup+1724.18 s]
/proc/loadavg: 2.21 2.83 2.97 3/98 31919
/proc/meminfo: memFree=16184/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1712.21
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 170732 489 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.21
Current children cumulated vsize (KiB) 209872

[startup+1784.25 s]
/proc/loadavg: 2.16 2.70 2.91 3/98 31919
/proc/meminfo: memFree=16248/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1771.94
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 0 0 176700 494 0 0 25 0 4 0 159640969 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30961/statm: 52468 19874 177 90 0 52006 0
[pid=30961/tid=30963] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/30963/stat : 30963 (bprolog) S 30959 30961 30881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159641006 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30961/tid=31595] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31595/stat : 31595 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159731023 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30961/tid=31910] ppid=30959 vsize=209872 CPUtime=0
/proc/30961/task/31910/stat : 31910 (bprolog) S 30959 30961 30881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159776039 214908928 19874 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.94
Current children cumulated vsize (KiB) 209872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.47 s]
/proc/loadavg: 2.23 2.67 2.89 3/95 31919
/proc/meminfo: memFree=15032/2055920 swapFree=4165612/4192956
[pid=30961] ppid=30959 vsize=209872 CPUtime=1800.03
/proc/30961/stat : 30961 (bprolog) R 30959 30961 30881 0 -1 4194304 49459 0 1 0 179507 496 0 0 25 0 1 0 159640969 214908928 19875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580564 0 0 4096 2 0 0 0 17 0 0 0
/proc/30961/statm: 52468 19875 178 90 0 52006 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 209872

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.49
CPU time (s): 1800.06
CPU user time (s): 1795.08
CPU system time (s): 4.97824
CPU usage (%): 99.314
Max. virtual memory (cumulated for all children) (KiB): 262132

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

runsolver used 1.9457 s user time and 5.39718 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 19:40:49 UTC 2007


IDJOB= 195255
IDBENCH= 3258
FILE ID= node1/195255-1168112449

PBS_JOBID= 3477100

Free space on /tmp= 66303 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph9-f9.xml
COMMAND LINE= /tmp/evaluation/195255-1168112449/Complete/Ordinary/solver /tmp/evaluation/195255-1168112449/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-195255-1168112449 -o ROOT/results/node1/conversion-195255-1168112449 -C 600 -M 900 /tmp/evaluation/195255-1168112449/Complete/Ordinary/conversion /tmp/evaluation/195255-1168112449/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-195255-1168112449 -o ROOT/results/node1/solver-195255-1168112449 -C 1800 -M 900  /tmp/evaluation/195255-1168112449/Complete/Ordinary/solver /tmp/evaluation/195255-1168112449/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d1ea18de5a9b206c32593b251c3713d2

RANDOM SEED= 201552426

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.234
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.234
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:       1237696 kB
Buffers:         68732 kB
Cached:         601280 kB
SwapCached:       3664 kB
Active:         219504 kB
Inactive:       502248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237696 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          69208 kB
Slab:            81004 kB
Committed_AS:  4417032 kB
PageTables:       2444 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= 43578 MiB



End job on node1 on Sat Jan  6 20:11:05 UTC 2007