Trace number 192473

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-13UNSAT 1574.61 1575.01

General information on the benchmark

Nameehi/ehi-85/
ehi-85-297-33_ext.xml
MD5SUMf62c882bea9957bc52213682d774f20c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.304953
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables297
Number of constraints4094
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4094
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1575.00	
1575.00	Time: 1574402
1575.00	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/192473-1168097157/unknown)

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-192473-1168097157 -o ROOT/results/node16/solver-192473-1168097157 -C 1800 -M 900 /tmp/evaluation/192473-1168097157/Complete/Ordinary/solver /tmp/evaluation/192473-1168097157/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: 0.53 0.47 0.99 5/88 28861
/proc/meminfo: memFree=1572152/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=53472 CPUtime=0
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 158111863 54755328 208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134531299 0 0 4096 2 0 0 0 17 1 0 0
/proc/28860/statm: 13368 209 123 90 0 12906 0

[startup+0.107997 s]
/proc/loadavg: 0.53 0.47 0.99 5/88 28861
/proc/meminfo: memFree=1572152/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=61808 CPUtime=0.09
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 1767 0 0 0 9 0 0 0 18 0 1 0 158111863 63291392 1482 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/28860/statm: 15452 1482 158 90 0 14990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61808

[startup+0.515918 s]
/proc/loadavg: 0.53 0.47 0.99 5/88 28861
/proc/meminfo: memFree=1572152/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=0.5
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3403 0 0 0 49 1 0 0 22 0 2 0 158111863 73781248 3118 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3118 170 90 0 17551 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72052

[startup+1.33978 s]
/proc/loadavg: 0.53 0.47 0.99 3/89 28862
/proc/meminfo: memFree=1560432/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=1.33
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3404 0 0 0 132 1 0 0 25 0 2 0 158111863 73781248 3119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3119 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 72052

[startup+2.98848 s]
/proc/loadavg: 0.65 0.50 1.00 3/89 28862
/proc/meminfo: memFree=1560432/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=2.97
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3410 0 0 0 296 1 0 0 25 0 2 0 158111863 73781248 3125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3125 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 72052

[startup+6.26688 s]
/proc/loadavg: 0.65 0.50 1.00 3/89 28862
/proc/meminfo: memFree=1560432/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=6.25
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3410 0 0 0 624 1 0 0 25 0 2 0 158111863 73781248 3125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3125 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3125 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 72052

[startup+12.7397 s]
/proc/loadavg: 0.85 0.55 1.01 3/89 28862
/proc/meminfo: memFree=1560112/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=12.73
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3411 0 0 0 1272 1 0 0 25 0 2 0 158111863 73781248 3126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3126 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 72052

[startup+25.5574 s]
/proc/loadavg: 1.03 0.60 1.02 3/89 28862
/proc/meminfo: memFree=1560496/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=25.54
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3413 0 0 0 2553 1 0 0 25 0 2 0 158111863 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3128 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 72052

[startup+51.2177 s]
/proc/loadavg: 1.42 0.72 1.05 3/89 28862
/proc/meminfo: memFree=1560240/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=51.21
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3413 0 0 0 5119 2 0 0 25 0 2 0 158111863 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711799 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3128 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 72052

[startup+102.47 s]
/proc/loadavg: 1.24 0.79 1.05 2/82 28873
/proc/meminfo: memFree=1569904/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=102.45
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3413 0 0 0 10243 2 0 0 25 0 2 0 158111863 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3128 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 72052

[startup+162.558 s]
/proc/loadavg: 1.43 0.91 1.07 3/89 28951
/proc/meminfo: memFree=1559664/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=162.5
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 16248 2 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 72052

[startup+222.597 s]
/proc/loadavg: 1.79 1.10 1.13 3/89 28951
/proc/meminfo: memFree=1559728/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=222.55
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 22252 3 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 72052

[startup+282.631 s]
/proc/loadavg: 1.77 1.23 1.17 2/82 28951
/proc/meminfo: memFree=1567984/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=282.58
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 28255 3 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552654 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.58
Current children cumulated vsize (KiB) 72052

[startup+342.688 s]
/proc/loadavg: 1.28 1.19 1.16 2/82 28962
/proc/meminfo: memFree=1569520/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=342.63
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 34260 3 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.63
Current children cumulated vsize (KiB) 72052

[startup+402.754 s]
/proc/loadavg: 1.17 1.17 1.15 2/82 29025
/proc/meminfo: memFree=1568688/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=402.68
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 40264 4 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556801 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.68
Current children cumulated vsize (KiB) 72052

[startup+462.809 s]
/proc/loadavg: 1.06 1.13 1.14 2/82 29034
/proc/meminfo: memFree=1569136/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=462.72
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 46267 5 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.72
Current children cumulated vsize (KiB) 72052

[startup+522.863 s]
/proc/loadavg: 1.06 1.12 1.14 2/82 29072
/proc/meminfo: memFree=1564976/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=522.75
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3414 0 0 0 52270 5 0 0 25 0 2 0 158111863 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3129 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.75
Current children cumulated vsize (KiB) 72052

[startup+582.914 s]
/proc/loadavg: 1.02 1.10 1.12 2/82 29108
/proc/meminfo: memFree=1568752/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=582.77
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3415 0 0 0 58271 6 0 0 25 0 2 0 158111863 73781248 3130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3130 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.77
Current children cumulated vsize (KiB) 72052

[startup+642.966 s]

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

/proc/meminfo: memFree=1568304/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=822.95
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3416 0 0 0 82286 9 0 0 25 0 2 0 158111863 73781248 3131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3131 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 822.95
Current children cumulated vsize (KiB) 72052

[startup+883.201 s]
/proc/loadavg: 1.01 1.07 1.09 2/82 29260
/proc/meminfo: memFree=1565936/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=72052 CPUtime=883
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3416 0 0 0 88289 11 0 0 25 0 2 0 158111863 73781248 3131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134596358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 18013 3131 170 90 0 17551 0
[pid=28860/tid=28862] ppid=28858 vsize=72052 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 158111883 73781248 3131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 883
Current children cumulated vsize (KiB) 72052

[startup+943.274 s]
/proc/loadavg: 1.00 1.05 1.09 2/83 29261
/proc/meminfo: memFree=1565992/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=943.06
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3417 0 0 0 94295 11 0 0 25 0 3 0 158111863 84271104 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3132 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 943.06
Current children cumulated vsize (KiB) 82296

[startup+1003.35 s]
/proc/loadavg: 1.00 1.04 1.08 2/83 29267
/proc/meminfo: memFree=1567848/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1003.13
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 100301 12 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.13
Current children cumulated vsize (KiB) 82296

[startup+1063.42 s]
/proc/loadavg: 1.04 1.05 1.08 2/83 29329
/proc/meminfo: memFree=1565736/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1063.18
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 106305 13 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750764 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.18
Current children cumulated vsize (KiB) 82296

[startup+1123.5 s]
/proc/loadavg: 1.01 1.03 1.07 2/83 29332
/proc/meminfo: memFree=1567400/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1123.25
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 112312 13 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 82296

[startup+1183.58 s]
/proc/loadavg: 1.07 1.04 1.07 2/83 29378
/proc/meminfo: memFree=1564968/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1183.31
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 118317 14 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 82296

[startup+1243.65 s]
/proc/loadavg: 1.02 1.03 1.07 2/83 29386
/proc/meminfo: memFree=1565096/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1243.38
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 124323 15 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567806 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.38
Current children cumulated vsize (KiB) 82296

[startup+1303.73 s]
/proc/loadavg: 1.01 1.02 1.06 2/83 29389
/proc/meminfo: memFree=1567080/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=82296 CPUtime=1303.45
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3418 0 0 0 130330 15 0 0 25 0 3 0 158111863 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 20574 3133 170 90 0 20112 0
[pid=28860/tid=28862] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 158111883 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=82296 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 158201871 84271104 3133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.45
Current children cumulated vsize (KiB) 82296

[startup+1363.82 s]
/proc/loadavg: 1.00 1.02 1.06 2/84 29461
/proc/meminfo: memFree=1562848/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=92728 CPUtime=1363.5
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3596 0 0 0 136334 16 0 0 25 0 4 0 158111863 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 23182 3181 170 90 0 22720 0
[pid=28860/tid=28862] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158111883 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158201871 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28860/tid=29461] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29461/stat : 29461 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158246865 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.5
Current children cumulated vsize (KiB) 92728

[startup+1423.92 s]
/proc/loadavg: 1.00 1.01 1.05 2/84 29501
/proc/meminfo: memFree=1566504/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=92728 CPUtime=1423.56
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3596 0 0 0 142340 16 0 0 25 0 4 0 158111863 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618193 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 23182 3181 170 90 0 22720 0
[pid=28860/tid=28862] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158111883 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158201871 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28860/tid=29461] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29461/stat : 29461 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158246865 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.56
Current children cumulated vsize (KiB) 92728

[startup+1484.01 s]
/proc/loadavg: 1.00 1.01 1.04 2/84 29569
/proc/meminfo: memFree=1562344/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=92728 CPUtime=1483.61
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3596 0 0 0 148344 17 0 0 25 0 4 0 158111863 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639374 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 23182 3181 170 90 0 22720 0
[pid=28860/tid=28862] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158111883 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158201871 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28860/tid=29461] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29461/stat : 29461 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158246865 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.61
Current children cumulated vsize (KiB) 92728

[startup+1544.11 s]
/proc/loadavg: 1.00 1.00 1.04 2/84 29572
/proc/meminfo: memFree=1566056/2055920 swapFree=4191880/4192956
[pid=28860] ppid=28858 vsize=92728 CPUtime=1543.7
/proc/28860/stat : 28860 (bprolog) R 28858 28860 28344 0 -1 4194304 3596 0 0 0 154353 17 0 0 25 0 4 0 158111863 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28860/statm: 23182 3181 170 90 0 22720 0
[pid=28860/tid=28862] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/28862/stat : 28862 (bprolog) S 28858 28860 28344 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 158111883 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28860/tid=29261] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29261/stat : 29261 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 158201871 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28860/tid=29461] ppid=28858 vsize=92728 CPUtime=0
/proc/28860/task/29461/stat : 29461 (bprolog) S 28858 28860 28344 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 158246865 94953472 3181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.7
Current children cumulated vsize (KiB) 92728

Child status: 0
Real time (s): 1575.01
CPU time (s): 1574.61
CPU user time (s): 1574.42
CPU system time (s): 0.188971
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 92728

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

runsolver used 1.50477 s user time and 4.28335 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 15:25:59 UTC 2007


IDJOB= 192473
IDBENCH= 3111
FILE ID= node16/192473-1168097157

PBS_JOBID= 3476516

Free space on /tmp= 66501 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ehi/ehi-85/ehi-85-297-33_ext.xml
COMMAND LINE= /tmp/evaluation/192473-1168097157/Complete/Ordinary/solver /tmp/evaluation/192473-1168097157/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-192473-1168097157 -o ROOT/results/node16/conversion-192473-1168097157 -C 600 -M 900 /tmp/evaluation/192473-1168097157/Complete/Ordinary/conversion /tmp/evaluation/192473-1168097157/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f62c882bea9957bc52213682d774f20c

RANDOM SEED= 267224723

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:       1572312 kB
Buffers:         47712 kB
Cached:         287532 kB
SwapCached:        268 kB
Active:         138192 kB
Inactive:       253268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572312 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          76164 kB
Slab:            76820 kB
Committed_AS:  3982748 kB
PageTables:       2392 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= 66501 MiB



End job on node16 on Sat Jan  6 15:52:31 UTC 2007