Trace number 198682

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.05 1808.89

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f2.xml
MD5SUMb9ada7715d8e1afe9fc39e010156bb5c
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 benchmark61.6616
SatisfiableNO
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size42
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/198682-1168130313/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/node16/watcher-198682-1168130313 -o ROOT/results/node16/solver-198682-1168130313 -C 1800 -M 900 /tmp/evaluation/198682-1168130313/Complete/Ordinary/solver /tmp/evaluation/198682-1168130313/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.48 1.87 1.89 5/86 5813
/proc/meminfo: memFree=1566120/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=1320 CPUtime=0
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 161426613 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/5812/statm: 330 36 29 90 0 167 0

[startup+0.103104 s]
/proc/loadavg: 1.48 1.87 1.89 5/86 5813
/proc/meminfo: memFree=1566120/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=53824 CPUtime=0.08
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 1610 0 0 0 8 0 0 0 20 0 1 0 161426613 55115776 1326 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134595239 0 0 4096 2 0 0 0 17 1 0 0
/proc/5812/statm: 13456 1326 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511031 s]
/proc/loadavg: 1.48 1.87 1.89 5/86 5813
/proc/meminfo: memFree=1566120/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=79940 CPUtime=0.5
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 6779 0 0 0 48 2 0 0 24 0 2 0 161426613 81858560 4540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 19985 4540 177 90 0 19523 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 79940

[startup+1.33188 s]
/proc/loadavg: 1.48 1.87 1.89 3/87 5814
/proc/meminfo: memFree=1520672/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=1.3
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 28142 0 0 0 119 11 0 0 25 0 2 0 161426613 129859584 14183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 14183 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 14183 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 126816

[startup+2.96858 s]
/proc/loadavg: 1.48 1.87 1.89 3/87 5814
/proc/meminfo: memFree=1497888/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=2.93
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31108 0 0 0 281 12 0 0 25 0 2 0 161426613 129859584 17149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17149 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 126816

[startup+6.25398 s]
/proc/loadavg: 1.52 1.87 1.89 3/87 5814
/proc/meminfo: memFree=1497824/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=6.18
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31124 0 0 0 606 12 0 0 25 0 2 0 161426613 129859584 17165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17165 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 126816

[startup+12.7178 s]
/proc/loadavg: 1.56 1.87 1.89 3/87 5814
/proc/meminfo: memFree=1497888/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=12.59
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31124 0 0 0 1247 12 0 0 25 0 2 0 161426613 129859584 17165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17165 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17165 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 126816

[startup+25.5535 s]
/proc/loadavg: 1.66 1.88 1.89 3/87 5814
/proc/meminfo: memFree=1497952/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=25.32
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31127 0 0 0 2519 13 0 0 25 0 2 0 161426613 129859584 17168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580517 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17168 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 126816

[startup+51.2158 s]
/proc/loadavg: 1.77 1.89 1.89 3/87 5814
/proc/meminfo: memFree=1497888/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=50.75
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31127 0 0 0 5062 13 0 0 25 0 2 0 161426613 129859584 17168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17168 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17168 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 126816

[startup+102.508 s]
/proc/loadavg: 1.90 1.90 1.90 3/87 5814
/proc/meminfo: memFree=1497952/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=101.58
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31131 0 0 0 10145 13 0 0 25 0 2 0 161426613 129859584 17172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17172 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17172 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 126816

[startup+162.512 s]
/proc/loadavg: 1.96 1.92 1.91 3/87 5814
/proc/meminfo: memFree=1497632/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=161.06
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31199 0 0 0 16092 14 0 0 25 0 2 0 161426613 129859584 17240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17240 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 126816

[startup+222.519 s]
/proc/loadavg: 1.98 1.93 1.91 3/87 5814
/proc/meminfo: memFree=1497568/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=220.53
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31205 0 0 0 22039 14 0 0 25 0 2 0 161426613 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17246 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 126816

[startup+282.532 s]
/proc/loadavg: 1.99 1.94 1.91 3/87 5814
/proc/meminfo: memFree=1497504/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=280.02
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31205 0 0 0 27987 15 0 0 25 0 2 0 161426613 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17246 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 126816

[startup+342.55 s]
/proc/loadavg: 1.99 1.95 1.91 3/87 5814
/proc/meminfo: memFree=1497504/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=339.51
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31205 0 0 0 33936 15 0 0 25 0 2 0 161426613 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17246 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.51
Current children cumulated vsize (KiB) 126816

[startup+402.583 s]
/proc/loadavg: 1.99 1.95 1.91 3/87 5814
/proc/meminfo: memFree=1497440/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=399.01
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31205 0 0 0 39885 16 0 0 25 0 2 0 161426613 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554133 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17246 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17246 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.01
Current children cumulated vsize (KiB) 126816

[startup+462.616 s]
/proc/loadavg: 1.99 1.96 1.91 3/87 5814
/proc/meminfo: memFree=1497440/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=458.52
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31210 0 0 0 45835 17 0 0 25 0 2 0 161426613 129859584 17251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17251 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.52
Current children cumulated vsize (KiB) 126816

[startup+522.655 s]
/proc/loadavg: 1.99 1.96 1.91 3/87 5814
/proc/meminfo: memFree=1497440/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=518.02
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31210 0 0 0 51785 17 0 0 25 0 2 0 161426613 129859584 17251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17251 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17251 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.02
Current children cumulated vsize (KiB) 126816

[startup+582.694 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 5814
/proc/meminfo: memFree=1497440/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=126816 CPUtime=577.53
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31212 0 0 0 57735 18 0 0 25 0 2 0 161426613 129859584 17253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5812/statm: 31704 17253 177 90 0 31242 0
[pid=5812/tid=5814] ppid=5810 vsize=126816 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 161426644 129859584 17253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.53
Current children cumulated vsize (KiB) 126816

[startup+642.734 s]

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

/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31215 0 0 0 117458 22 0 0 25 0 3 0 161426613 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 34265 17256 177 90 0 33803 0
[pid=5812/tid=5814] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161426644 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161516641 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.8
Current children cumulated vsize (KiB) 137060

[startup+1243.17 s]
/proc/loadavg: 2.00 2.00 1.92 3/95 5872
/proc/meminfo: memFree=968536/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=137060 CPUtime=1234.82
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31215 0 0 0 123460 22 0 0 25 0 3 0 161426613 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 34265 17256 177 90 0 33803 0
[pid=5812/tid=5814] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161426644 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161516641 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.82
Current children cumulated vsize (KiB) 137060

[startup+1303.23 s]
/proc/loadavg: 2.03 2.01 1.93 3/95 5872
/proc/meminfo: memFree=901720/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=137060 CPUtime=1294.84
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31215 0 0 0 129461 23 0 0 25 0 3 0 161426613 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552459 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 34265 17256 177 90 0 33803 0
[pid=5812/tid=5814] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 161426644 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=137060 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 161516641 140349440 17256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.84
Current children cumulated vsize (KiB) 137060

[startup+1363.27 s]
/proc/loadavg: 2.13 2.04 1.94 3/102 5957
/proc/meminfo: memFree=900360/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1354.8
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 135455 25 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.8
Current children cumulated vsize (KiB) 147304

[startup+1423.34 s]
/proc/loadavg: 2.05 2.03 1.94 3/102 6043
/proc/meminfo: memFree=900384/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1414.79
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 141447 32 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.79
Current children cumulated vsize (KiB) 147304

[startup+1483.39 s]
/proc/loadavg: 2.02 2.02 1.94 3/96 6071
/proc/meminfo: memFree=901320/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1474.8
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 147446 34 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 147304

[startup+1543.42 s]
/proc/loadavg: 2.00 2.02 1.94 3/96 6071
/proc/meminfo: memFree=901320/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1534.77
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 153443 34 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134784786 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.77
Current children cumulated vsize (KiB) 147304

[startup+1603.46 s]
/proc/loadavg: 2.00 2.01 1.94 3/96 6071
/proc/meminfo: memFree=901320/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1594.77
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 159443 34 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.77
Current children cumulated vsize (KiB) 147304

[startup+1663.5 s]
/proc/loadavg: 2.04 2.02 1.94 3/96 6071
/proc/meminfo: memFree=901256/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1654.78
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 165443 35 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.78
Current children cumulated vsize (KiB) 147304

[startup+1723.54 s]
/proc/loadavg: 2.01 2.01 1.94 3/96 6071
/proc/meminfo: memFree=901192/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1714.76
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 171441 35 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.76
Current children cumulated vsize (KiB) 147304

[startup+1783.59 s]
/proc/loadavg: 2.00 2.01 1.94 3/96 6071
/proc/meminfo: memFree=901136/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1774.76
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31216 0 0 0 177441 35 0 0 25 0 4 0 161426613 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5812/statm: 36826 17257 177 90 0 36364 0
[pid=5812/tid=5814] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5814/stat : 5814 (bprolog) S 5810 5812 5465 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 161426644 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5815] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5815/stat : 5815 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161516641 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5812/tid=5939] ppid=5810 vsize=147304 CPUtime=0
/proc/5812/task/5939/stat : 5939 (bprolog) S 5810 5812 5465 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 161561638 150839296 17257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 147304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.88 s]
/proc/loadavg: 2.00 2.01 1.94 3/93 6071
/proc/meminfo: memFree=901136/2055920 swapFree=4191880/4192956
[pid=5812] ppid=5810 vsize=147304 CPUtime=1800.03
/proc/5812/stat : 5812 (bprolog) R 5810 5812 5465 0 -1 4194304 31217 0 0 0 179968 35 0 0 25 0 1 0 161426613 150839296 17258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 0 0 0 17 0 0 0
/proc/5812/statm: 36826 17258 178 90 0 36364 0
Current children cumulated CPU time (s) 1800.03
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): 1808.89
CPU time (s): 1800.05
CPU user time (s): 1799.68
CPU system time (s): 0.365944
CPU usage (%): 99.5112
Max. virtual memory (cumulated for all children) (KiB): 147304

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

runsolver used 2.19766 s user time and 5.83411 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 00:38:34 UTC 2007


IDJOB= 198682
IDBENCH= 3571
FILE ID= node16/198682-1168130313

PBS_JOBID= 3477732

Free space on /tmp= 66502 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-198682-1168130313 -o ROOT/results/node16/solver-198682-1168130313 -C 1800 -M 900  /tmp/evaluation/198682-1168130313/Complete/Ordinary/solver /tmp/evaluation/198682-1168130313/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b9ada7715d8e1afe9fc39e010156bb5c

RANDOM SEED= 896764279

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.220
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.220
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:       1566600 kB
Buffers:         54196 kB
Cached:         315888 kB
SwapCached:        448 kB
Active:         139160 kB
Inactive:       293148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566600 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          81264 kB
Slab:            41856 kB
Committed_AS:  4158612 kB
PageTables:       2336 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= 66500 MiB



End job on node16 on Sun Jan  7 01:08:47 UTC 2007