Trace number 219598

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 1568.05 1575.5

General information on the benchmark

Nameehi/ehi-90/
ehi-90-315-51_ext.xml
MD5SUMe10df30b48e344fb0be19048bd6bf981
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.203968
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables315
Number of constraints4374
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4374
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1575.49	
1575.49	Time: 1567844
1575.49	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/219598-1168254691/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/node5/watcher-219598-1168254691 -o ROOT/results/node5/solver-219598-1168254691 -C 1800 -M 900 /tmp/evaluation/219598-1168254691/Complete/Ordinary/solver /tmp/evaluation/219598-1168254691/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.15 1.68 2.16 5/87 3345
/proc/meminfo: memFree=1236328/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=18540 CPUtime=0
/proc/3344/stat : 3344 (runsolver) R 3342 3344 3038 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 154084716 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3344/statm: 4635 279 244 17 0 2626 0

[startup+0.107174 s]
/proc/loadavg: 1.15 1.68 2.16 5/87 3345
/proc/meminfo: memFree=1236328/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=53824 CPUtime=0.09
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 1685 0 0 0 8 1 0 0 21 0 1 0 154084716 55115776 1401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 0 0 0 17 1 0 0
/proc/3344/statm: 13456 1401 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51522 s]
/proc/loadavg: 1.15 1.68 2.16 5/87 3345
/proc/meminfo: memFree=1236328/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=0.5
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3532 0 0 0 47 3 0 0 24 0 2 0 154084716 73793536 3247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670543 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3247 170 90 0 17554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72064

[startup+1.33632 s]
/proc/loadavg: 1.15 1.68 2.16 3/88 3346
/proc/meminfo: memFree=1223840/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=1.31
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3552 0 0 0 128 3 0 0 25 0 2 0 154084716 73793536 3267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3267 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3267 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) 72064

[startup+2.9735 s]
/proc/loadavg: 1.22 1.69 2.16 3/88 3346
/proc/meminfo: memFree=1223776/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=2.94
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3563 0 0 0 291 3 0 0 25 0 2 0 154084716 73793536 3278 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3278 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3278 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) 72064

[startup+6.25287 s]
/proc/loadavg: 1.22 1.69 2.16 3/88 3346
/proc/meminfo: memFree=1223712/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=6.19
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3580 0 0 0 616 3 0 0 25 0 2 0 154084716 73793536 3295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3295 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72064

[startup+12.7296 s]
/proc/loadavg: 1.34 1.70 2.16 3/88 3346
/proc/meminfo: memFree=1223776/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=12.6
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3581 0 0 0 1257 3 0 0 25 0 2 0 154084716 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3296 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 72064

[startup+25.5761 s]
/proc/loadavg: 1.44 1.70 2.16 3/88 3346
/proc/meminfo: memFree=1223840/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=25.33
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3581 0 0 0 2530 3 0 0 25 0 2 0 154084716 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618159 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3296 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 72064

[startup+51.256 s]
/proc/loadavg: 1.63 1.73 2.15 3/88 3346
/proc/meminfo: memFree=1223904/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=50.78
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3581 0 0 0 5075 3 0 0 25 0 2 0 154084716 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3296 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 72064

[startup+102.501 s]
/proc/loadavg: 1.84 1.77 2.14 3/88 3346
/proc/meminfo: memFree=1221728/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=101.55
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3581 0 0 0 10152 3 0 0 25 0 2 0 154084716 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3296 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 72064

[startup+162.581 s]
/proc/loadavg: 2.01 1.82 2.14 3/88 3346
/proc/meminfo: memFree=1214560/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=161.09
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 16105 4 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 72064

[startup+222.662 s]
/proc/loadavg: 2.06 1.87 2.13 3/88 3348
/proc/meminfo: memFree=1207200/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=220.61
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 22057 4 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 72064

[startup+282.673 s]
/proc/loadavg: 2.08 1.91 2.12 3/88 3348
/proc/meminfo: memFree=1200672/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=280.08
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 28003 5 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 72064

[startup+342.678 s]
/proc/loadavg: 2.03 1.92 2.11 3/88 3348
/proc/meminfo: memFree=1194976/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=339.54
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 33949 5 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.54
Current children cumulated vsize (KiB) 72064

[startup+402.684 s]
/proc/loadavg: 2.01 1.93 2.10 3/88 3348
/proc/meminfo: memFree=1189344/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=399
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 39894 6 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399
Current children cumulated vsize (KiB) 72064

[startup+462.686 s]
/proc/loadavg: 2.03 1.96 2.09 3/88 3348
/proc/meminfo: memFree=1184480/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=458.45
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 45839 6 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.45
Current children cumulated vsize (KiB) 72064

[startup+522.686 s]
/proc/loadavg: 2.04 1.97 2.09 3/88 3348
/proc/meminfo: memFree=1184480/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=517.91
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3598 0 0 0 51784 7 0 0 25 0 2 0 154084716 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3313 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.91
Current children cumulated vsize (KiB) 72064

[startup+582.784 s]
/proc/loadavg: 2.15 2.01 2.09 3/88 3348
/proc/meminfo: memFree=1184416/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=577.45
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3599 0 0 0 57738 7 0 0 25 0 2 0 154084716 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3344/statm: 18016 3314 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.45
Current children cumulated vsize (KiB) 72064

[startup+642.881 s]

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

/proc/meminfo: memFree=1348816/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=816.16
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3599 0 0 0 81605 11 0 0 25 0 2 0 154084716 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589666 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 18016 3314 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 816.16
Current children cumulated vsize (KiB) 72064

[startup+883.132 s]
/proc/loadavg: 1.15 1.66 1.94 2/82 3463
/proc/meminfo: memFree=1349392/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=72064 CPUtime=876.21
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3599 0 0 0 87609 12 0 0 25 0 2 0 154084716 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 18016 3314 170 90 0 17554 0
[pid=3344/tid=3346] ppid=3342 vsize=72064 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 154084738 73793536 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.21
Current children cumulated vsize (KiB) 72064

[startup+943.14 s]
/proc/loadavg: 1.10 1.56 1.88 2/83 3516
/proc/meminfo: memFree=1346184/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=936.18
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3600 0 0 0 93605 13 0 0 25 0 3 0 154084716 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3315 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 936.18
Current children cumulated vsize (KiB) 82308

[startup+1003.15 s]
/proc/loadavg: 1.07 1.47 1.83 2/83 3577
/proc/meminfo: memFree=1347784/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=996.14
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3600 0 0 0 99600 14 0 0 25 0 3 0 154084716 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614691 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3315 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.14
Current children cumulated vsize (KiB) 82308

[startup+1063.22 s]
/proc/loadavg: 1.63 1.54 1.83 3/90 3594
/proc/meminfo: memFree=1338448/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=1056.16
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3601 0 0 0 105601 15 0 0 25 0 3 0 154084716 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556823 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3316 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1056.16
Current children cumulated vsize (KiB) 82308

[startup+1123.32 s]
/proc/loadavg: 1.86 1.62 1.83 3/90 3594
/proc/meminfo: memFree=1338512/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=1116.2
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3601 0 0 0 111605 15 0 0 25 0 3 0 154084716 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554611 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3316 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.2
Current children cumulated vsize (KiB) 82308

[startup+1183.33 s]
/proc/loadavg: 1.95 1.68 1.84 3/90 3594
/proc/meminfo: memFree=1338448/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=1176.13
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3601 0 0 0 117598 15 0 0 25 0 3 0 154084716 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3316 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.13
Current children cumulated vsize (KiB) 82308

[startup+1243.39 s]
/proc/loadavg: 1.64 1.66 1.82 2/83 3604
/proc/meminfo: memFree=1346696/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=1236.13
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3601 0 0 0 123598 15 0 0 25 0 3 0 154084716 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3316 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.13
Current children cumulated vsize (KiB) 82308

[startup+1303.46 s]
/proc/loadavg: 1.52 1.60 1.79 3/96 3659
/proc/meminfo: memFree=1135072/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=82308 CPUtime=1296.15
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3601 0 0 0 129599 16 0 0 25 0 3 0 154084716 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134667458 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 20577 3316 170 90 0 20115 0
[pid=3344/tid=3346] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 154084738 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=82308 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 154174753 84283392 3316 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.15
Current children cumulated vsize (KiB) 82308

[startup+1363.54 s]
/proc/loadavg: 1.32 1.54 1.75 2/84 3672
/proc/meminfo: memFree=1348160/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=92552 CPUtime=1356.16
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3602 0 0 0 135600 16 0 0 25 0 4 0 154084716 94773248 3317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 23138 3317 170 90 0 22676 0
[pid=3344/tid=3346] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 154084738 94773248 3317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 154174753 94773248 3317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3670] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3670/stat : 3670 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 154219761 94773248 3317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.16
Current children cumulated vsize (KiB) 92552

[startup+1423.58 s]
/proc/loadavg: 1.20 1.47 1.71 2/84 3723
/proc/meminfo: memFree=1347712/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=92552 CPUtime=1416.17
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3603 0 0 0 141599 18 0 0 25 0 4 0 154084716 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747430 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 23138 3318 170 90 0 22676 0
[pid=3344/tid=3346] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 154084738 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 154174753 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3670] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3670/stat : 3670 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 154219761 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 92552

[startup+1483.6 s]
/proc/loadavg: 1.07 1.38 1.67 2/81 3728
/proc/meminfo: memFree=1353120/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=92552 CPUtime=1476.18
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3603 0 0 0 147599 19 0 0 25 0 4 0 154084716 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 23138 3318 170 90 0 22676 0
[pid=3344/tid=3346] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 154084738 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 154174753 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3670] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3670/stat : 3670 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 154219761 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 92552

[startup+1543.62 s]
/proc/loadavg: 1.10 1.33 1.63 2/81 3728
/proc/meminfo: memFree=1353120/2055920 swapFree=4192812/4192956
[pid=3344] ppid=3342 vsize=92552 CPUtime=1536.17
/proc/3344/stat : 3344 (bprolog) R 3342 3344 3038 0 -1 4194304 3603 0 0 0 153598 19 0 0 25 0 4 0 154084716 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3344/statm: 23138 3318 170 90 0 22676 0
[pid=3344/tid=3346] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3346/stat : 3346 (bprolog) S 3342 3344 3038 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 154084738 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3466] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3466/stat : 3466 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 154174753 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3344/tid=3670] ppid=3342 vsize=92552 CPUtime=0
/proc/3344/task/3670/stat : 3670 (bprolog) S 3342 3344 3038 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 154219761 94773248 3318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.17
Current children cumulated vsize (KiB) 92552

Child status: 0
Real time (s): 1575.5
CPU time (s): 1568.05
CPU user time (s): 1567.85
CPU system time (s): 0.19497
CPU usage (%): 99.5271
Max. virtual memory (cumulated for all children) (KiB): 92552

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

runsolver used 1.74373 s user time and 4.72628 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan  8 11:11:33 UTC 2007


IDJOB= 219598
IDBENCH= 5316
FILE ID= node5/219598-1168254691

PBS_JOBID= 3481760

Free space on /tmp= 66352 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ehi/ehi-90/ehi-90-315-51_ext.xml
COMMAND LINE= /tmp/evaluation/219598-1168254691/Complete/Ordinary/solver /tmp/evaluation/219598-1168254691/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node5/convwatcher-219598-1168254691 -o ROOT/results/node5/conversion-219598-1168254691 -C 600 -M 900 /tmp/evaluation/219598-1168254691/Complete/Ordinary/conversion /tmp/evaluation/219598-1168254691/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-219598-1168254691 -o ROOT/results/node5/solver-219598-1168254691 -C 1800 -M 900  /tmp/evaluation/219598-1168254691/Complete/Ordinary/solver /tmp/evaluation/219598-1168254691/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e10df30b48e344fb0be19048bd6bf981

RANDOM SEED= 401876543

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.240
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.240
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:       1236808 kB
Buffers:         62676 kB
Cached:         525252 kB
SwapCached:          0 kB
Active:         333980 kB
Inactive:       421736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1236808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         187596 kB
Slab:            48004 kB
Committed_AS:  4205392 kB
PageTables:       2420 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= 66357 MiB



End job on node5 on Mon Jan  8 11:38:02 UTC 2007