Trace number 198774

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 1815.43

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f8.xml
MD5SUM704ab295d4263c6e677241b699aba547
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 benchmark2.02669
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/198774-1168130838/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/node12/watcher-198774-1168130838 -o ROOT/results/node12/solver-198774-1168130838 -C 1800 -M 900 /tmp/evaluation/198774-1168130838/Complete/Ordinary/solver /tmp/evaluation/198774-1168130838/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.91 1.95 1.90 5/95 9131
/proc/meminfo: memFree=1204064/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=1176 CPUtime=0
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 161479061 1204224 31 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9696164 0 0 4096 0 0 0 0 17 1 0 0
/proc/9130/statm: 294 31 26 90 0 166 0

[startup+0.102847 s]
/proc/loadavg: 1.91 1.95 1.90 5/95 9131
/proc/meminfo: memFree=1204064/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=53824 CPUtime=0.09
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 1604 0 0 0 9 0 0 0 20 0 1 0 161479061 55115776 1320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613823 0 0 4096 2 0 0 0 17 1 0 0
/proc/9130/statm: 13456 1320 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.512572 s]
/proc/loadavg: 1.91 1.95 1.90 5/95 9131
/proc/meminfo: memFree=1204064/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=79940 CPUtime=0.49
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 6552 0 0 0 47 2 0 0 23 0 2 0 161479061 81858560 4313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 19985 4313 177 90 0 19523 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 79940

[startup+1.34166 s]
/proc/loadavg: 1.91 1.95 1.90 3/96 9132
/proc/meminfo: memFree=1163992/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=1.31
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 24252 0 0 0 120 11 0 0 25 0 2 0 161479061 129859584 10293 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 10293 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 10293 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 126816

[startup+2.98193 s]
/proc/loadavg: 1.92 1.95 1.90 3/96 9132
/proc/meminfo: memFree=1163032/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=2.94
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 24348 0 0 0 283 11 0 0 25 0 2 0 161479061 129859584 10389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 10389 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 10389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 126816

[startup+6.28355 s]
/proc/loadavg: 1.92 1.95 1.90 3/96 9132
/proc/meminfo: memFree=1146712/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=6.21
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28513 0 0 0 608 13 0 0 25 0 2 0 161479061 129859584 14554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14554 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 126816

[startup+12.7738 s]
/proc/loadavg: 1.93 1.95 1.91 3/96 9132
/proc/meminfo: memFree=1145944/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=12.64
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28569 0 0 0 1251 13 0 0 25 0 2 0 161479061 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620191 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14610 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 126816

[startup+25.658 s]
/proc/loadavg: 1.94 1.95 1.91 3/96 9132
/proc/meminfo: memFree=1146072/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=25.41
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28569 0 0 0 2528 13 0 0 25 0 2 0 161479061 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14610 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 126816

[startup+51.3247 s]
/proc/loadavg: 1.96 1.95 1.91 3/96 9132
/proc/meminfo: memFree=1146072/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=50.83
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28569 0 0 0 5070 13 0 0 25 0 2 0 161479061 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14610 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 126816

[startup+102.552 s]
/proc/loadavg: 1.98 1.96 1.91 3/96 9132
/proc/meminfo: memFree=1146136/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=101.59
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28569 0 0 0 10146 13 0 0 25 0 2 0 161479061 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14610 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 126816

[startup+162.637 s]
/proc/loadavg: 1.99 1.96 1.91 3/96 9132
/proc/meminfo: memFree=1145944/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=161.13
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28616 0 0 0 16099 14 0 0 25 0 2 0 161479061 129859584 14657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14657 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 126816

[startup+222.721 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 9132
/proc/meminfo: memFree=1106584/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=220.66
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28616 0 0 0 22052 14 0 0 25 0 2 0 161479061 129859584 14657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14657 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.66
Current children cumulated vsize (KiB) 126816

[startup+282.813 s]
/proc/loadavg: 2.07 1.99 1.91 3/96 9132
/proc/meminfo: memFree=1105816/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=280.21
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28792 0 0 0 28006 15 0 0 25 0 2 0 161479061 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14833 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.21
Current children cumulated vsize (KiB) 126816

[startup+342.901 s]
/proc/loadavg: 2.07 2.00 1.92 3/96 9132
/proc/meminfo: memFree=1105752/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=339.74
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28792 0 0 0 33959 15 0 0 25 0 2 0 161479061 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14833 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 126816

[startup+402.947 s]
/proc/loadavg: 2.02 2.00 1.92 3/96 9132
/proc/meminfo: memFree=1105752/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=399.23
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28792 0 0 0 39908 15 0 0 25 0 2 0 161479061 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14833 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 126816

[startup+463.02 s]
/proc/loadavg: 2.06 2.01 1.93 3/96 9132
/proc/meminfo: memFree=1105688/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=458.76
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28802 0 0 0 45860 16 0 0 25 0 2 0 161479061 129859584 14843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14843 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 126816

[startup+523.117 s]
/proc/loadavg: 2.02 2.01 1.93 3/96 9132
/proc/meminfo: memFree=1104984/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=518.3
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28957 0 0 0 51814 16 0 0 25 0 2 0 161479061 129859584 14998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 14998 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 14998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 126816

[startup+583.13 s]
/proc/loadavg: 2.01 2.00 1.93 3/96 9132
/proc/meminfo: memFree=1104920/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=126816 CPUtime=577.77
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28963 0 0 0 57760 17 0 0 25 0 2 0 161479061 129859584 15004 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 31704 15004 177 90 0 31242 0
[pid=9130/tid=9132] ppid=9128 vsize=126816 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161479093 129859584 15004 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.77
Current children cumulated vsize (KiB) 126816

[startup+643.165 s]

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

/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28969 0 0 0 117242 21 0 0 25 0 3 0 161479061 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 34265 15010 177 90 0 33803 0
[pid=9130/tid=9132] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161479093 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161569115 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.63
Current children cumulated vsize (KiB) 137060

[startup+1243.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/97 9331
/proc/meminfo: memFree=1062864/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=137060 CPUtime=1232.15
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28969 0 0 0 123193 22 0 0 25 0 3 0 161479061 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 34265 15010 177 90 0 33803 0
[pid=9130/tid=9132] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161479093 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161569115 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.15
Current children cumulated vsize (KiB) 137060

[startup+1303.93 s]
/proc/loadavg: 1.94 1.98 1.93 3/99 9418
/proc/meminfo: memFree=884024/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=137060 CPUtime=1291.08
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28969 0 0 0 129085 23 0 0 25 0 3 0 161479061 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554724 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 34265 15010 177 90 0 33803 0
[pid=9130/tid=9132] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161479093 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=137060 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161569115 140349440 15010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.08
Current children cumulated vsize (KiB) 137060

[startup+1364.02 s]
/proc/loadavg: 2.31 2.08 1.96 4/100 9419
/proc/meminfo: memFree=637040/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1350.82
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 135058 24 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1350.82
Current children cumulated vsize (KiB) 147304

[startup+1424.08 s]
/proc/loadavg: 2.18 2.09 1.97 3/89 9646
/proc/meminfo: memFree=1370000/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1410.59
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 141034 25 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.59
Current children cumulated vsize (KiB) 147304

[startup+1484.15 s]
/proc/loadavg: 2.06 2.07 1.97 3/89 9646
/proc/meminfo: memFree=1370000/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1470.38
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 147013 25 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614655 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.38
Current children cumulated vsize (KiB) 147304

[startup+1544.23 s]
/proc/loadavg: 2.02 2.05 1.97 3/89 9646
/proc/meminfo: memFree=1369936/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1530.16
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 152991 25 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.16
Current children cumulated vsize (KiB) 147304

[startup+1604.31 s]
/proc/loadavg: 2.01 2.04 1.97 3/89 9646
/proc/meminfo: memFree=1370008/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1589.96
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 158971 25 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.96
Current children cumulated vsize (KiB) 147304

[startup+1664.38 s]
/proc/loadavg: 2.00 2.03 1.97 3/89 9646
/proc/meminfo: memFree=1370008/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1649.77
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 164951 26 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.77
Current children cumulated vsize (KiB) 147304

[startup+1724.46 s]
/proc/loadavg: 2.05 2.04 1.97 3/89 9646
/proc/meminfo: memFree=1370008/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1709.53
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 170927 26 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554618 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.53
Current children cumulated vsize (KiB) 147304

[startup+1784.52 s]
/proc/loadavg: 2.02 2.03 1.97 3/89 9646
/proc/meminfo: memFree=1370008/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1769.32
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28970 0 0 0 176906 26 0 0 25 0 4 0 161479061 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9130/statm: 36826 15011 177 90 0 36364 0
[pid=9130/tid=9132] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9132/stat : 9132 (bprolog) S 9128 9130 7630 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161479093 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9303] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9303/stat : 9303 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161569115 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9130/tid=9419] ppid=9128 vsize=147304 CPUtime=0
/proc/9130/task/9419/stat : 9419 (bprolog) S 9128 9130 7630 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161614129 150839296 15011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.32
Current children cumulated vsize (KiB) 147304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.42 s]
/proc/loadavg: 2.01 2.02 1.97 3/86 9646
/proc/meminfo: memFree=1370008/2055920 swapFree=4160348/4192956
[pid=9130] ppid=9128 vsize=147304 CPUtime=1800.06
/proc/9130/stat : 9130 (bprolog) R 9128 9130 7630 0 -1 4194304 28971 0 0 0 179980 26 0 0 25 0 1 0 161479061 150839296 15012 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 0 0 0 17 0 0 0
/proc/9130/statm: 36826 15012 178 90 0 36364 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 147304

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.43
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.275958
CPU usage (%): 99.1544
Max. virtual memory (cumulated for all children) (KiB): 147304

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

runsolver used 1.9637 s user time and 5.69513 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 00:47:18 UTC 2007


IDJOB= 198774
IDBENCH= 3575
FILE ID= node12/198774-1168130838

PBS_JOBID= 3477712

Free space on /tmp= 66314 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-198774-1168130838 -o ROOT/results/node12/solver-198774-1168130838 -C 1800 -M 900  /tmp/evaluation/198774-1168130838/Complete/Ordinary/solver /tmp/evaluation/198774-1168130838/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  704ab295d4263c6e677241b699aba547

RANDOM SEED= 258586841

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.265
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.265
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:       1204544 kB
Buffers:         47892 kB
Cached:         470232 kB
SwapCached:       4660 kB
Active:         381628 kB
Inactive:       397120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204544 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:         279360 kB
Slab:            57092 kB
Committed_AS:  5021836 kB
PageTables:       2616 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= 66314 MiB



End job on node12 on Sun Jan  7 01:17:36 UTC 2007