Trace number 219256

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.09 1575.44

General information on the benchmark

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

Solver Data (download as text)

1575.44	
1575.44	Time: 1573813
1575.44	
c 
c 
c 
c solution file
c 
c 

UNSAT
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/219256-1168254258/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/node56/watcher-219256-1168254258 -o ROOT/results/node56/solver-219256-1168254258 -C 1800 -M 900 /tmp/evaluation/219256-1168254258/Complete/Ordinary/solver /tmp/evaluation/219256-1168254258/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.15 0.89 1.69 4/70 2204
/proc/meminfo: memFree=1876520/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=18540 CPUtime=0
/proc/2203/stat : 2203 (runsolver) R 2200 2203 1757 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 173824499 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2203/statm: 4635 279 244 17 0 2626 0

[startup+0.107004 s]
/proc/loadavg: 0.15 0.89 1.69 4/70 2204
/proc/meminfo: memFree=1876520/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=53824 CPUtime=0.09
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 1701 0 0 0 8 1 0 0 20 0 1 0 173824499 55115776 1417 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134736427 0 0 4096 2 0 0 0 17 0 0 0
/proc/2203/statm: 13456 1417 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515045 s]
/proc/loadavg: 0.15 0.89 1.69 4/70 2204
/proc/meminfo: memFree=1876520/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=0.5
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3509 0 0 0 48 2 0 0 24 0 2 0 173824499 73793536 3224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3224 170 90 0 17554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72064

[startup+1.33613 s]
/proc/loadavg: 0.15 0.89 1.69 3/76 2211
/proc/meminfo: memFree=1857144/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=1.31
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3509 0 0 0 129 2 0 0 25 0 2 0 173824499 73793536 3224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3224 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72064

[startup+2.97329 s]
/proc/loadavg: 0.30 0.91 1.69 3/76 2211
/proc/meminfo: memFree=1856312/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=2.95
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3538 0 0 0 293 2 0 0 25 0 2 0 173824499 73793536 3253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3253 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72064

[startup+6.25361 s]
/proc/loadavg: 0.30 0.91 1.69 3/76 2211
/proc/meminfo: memFree=1856312/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=6.21
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3538 0 0 0 619 2 0 0 25 0 2 0 173824499 73793536 3253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3253 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 72064

[startup+12.7292 s]
/proc/loadavg: 0.56 0.95 1.69 3/76 2211
/proc/meminfo: memFree=1855992/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=12.65
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3554 0 0 0 1263 2 0 0 25 0 2 0 173824499 73793536 3269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3269 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 72064

[startup+25.5725 s]
/proc/loadavg: 0.78 0.98 1.70 3/76 2211
/proc/meminfo: memFree=1855800/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=25.43
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3581 0 0 0 2541 2 0 0 25 0 2 0 173824499 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3296 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 72064

[startup+51.245 s]
/proc/loadavg: 1.20 1.06 1.70 3/76 2211
/proc/meminfo: memFree=1855672/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=51
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3581 0 0 0 5098 2 0 0 25 0 2 0 173824499 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3296 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 72064

[startup+102.525 s]
/proc/loadavg: 1.27 1.11 1.68 2/69 2314
/proc/meminfo: memFree=1865416/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=102.2
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 10216 4 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597218 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 72064

[startup+162.594 s]
/proc/loadavg: 1.10 1.09 1.64 2/66 2543
/proc/meminfo: memFree=1870688/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=162.25
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 16218 7 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 72064

[startup+222.65 s]
/proc/loadavg: 1.03 1.07 1.60 2/66 2543
/proc/meminfo: memFree=1870688/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=222.29
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 22222 7 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 72064

[startup+282.704 s]
/proc/loadavg: 1.01 1.05 1.55 2/66 2543
/proc/meminfo: memFree=1870752/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=282.33
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 28226 7 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 72064

[startup+342.758 s]
/proc/loadavg: 1.07 1.06 1.52 2/66 2543
/proc/meminfo: memFree=1870752/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=342.36
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 34229 7 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 72064

[startup+402.818 s]
/proc/loadavg: 1.02 1.05 1.49 2/66 2543
/proc/meminfo: memFree=1870816/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=402.41
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3591 0 0 0 40233 8 0 0 25 0 2 0 173824499 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3306 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 72064

[startup+462.873 s]
/proc/loadavg: 1.01 1.03 1.45 2/66 2543
/proc/meminfo: memFree=1870824/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=462.45
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3596 0 0 0 46237 8 0 0 25 0 2 0 173824499 73793536 3311 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670499 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3311 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3311 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 72064

[startup+522.929 s]
/proc/loadavg: 1.00 1.03 1.42 2/66 2543
/proc/meminfo: memFree=1870824/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=522.49
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3597 0 0 0 52241 8 0 0 25 0 2 0 173824499 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3312 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.49
Current children cumulated vsize (KiB) 72064

[startup+582.993 s]
/proc/loadavg: 1.00 1.02 1.39 2/69 2659
/proc/meminfo: memFree=1863048/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=582.54
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3597 0 0 0 58245 9 0 0 25 0 2 0 173824499 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608700 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3312 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.54
Current children cumulated vsize (KiB) 72064

[startup+643.002 s]

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

/proc/meminfo: memFree=1862080/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=822.56
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3597 0 0 0 82245 11 0 0 25 0 2 0 173824499 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3312 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.56
Current children cumulated vsize (KiB) 72064

[startup+883.305 s]
/proc/loadavg: 1.16 1.28 1.41 2/69 2857
/proc/meminfo: memFree=1863112/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=72064 CPUtime=882.59
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3597 0 0 0 88247 12 0 0 25 0 2 0 173824499 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669919 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 18016 3312 170 90 0 17554 0
[pid=2203/tid=2211] ppid=2200 vsize=72064 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 173824519 73793536 3312 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.59
Current children cumulated vsize (KiB) 72064

[startup+943.407 s]
/proc/loadavg: 1.12 1.25 1.39 2/70 2929
/proc/meminfo: memFree=1862464/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=942.65
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 94252 13 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.65
Current children cumulated vsize (KiB) 82308

[startup+1003.51 s]
/proc/loadavg: 1.04 1.20 1.36 2/70 2969
/proc/meminfo: memFree=1862984/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1002.73
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 100257 16 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.73
Current children cumulated vsize (KiB) 82308

[startup+1063.58 s]
/proc/loadavg: 1.65 1.34 1.39 3/77 3041
/proc/meminfo: memFree=1852496/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1062.76
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 106260 16 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.76
Current children cumulated vsize (KiB) 82308

[startup+1123.61 s]
/proc/loadavg: 1.38 1.33 1.39 2/70 3054
/proc/meminfo: memFree=1862600/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1122.75
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 112258 17 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.75
Current children cumulated vsize (KiB) 82308

[startup+1183.61 s]
/proc/loadavg: 1.14 1.27 1.36 2/70 3279
/proc/meminfo: memFree=1862088/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1182.71
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 118253 18 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639374 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 82308

[startup+1243.62 s]
/proc/loadavg: 1.19 1.25 1.35 2/70 3349
/proc/meminfo: memFree=1860936/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1242.67
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 124248 19 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.67
Current children cumulated vsize (KiB) 82308

[startup+1303.72 s]
/proc/loadavg: 1.07 1.20 1.32 2/70 3415
/proc/meminfo: memFree=1857288/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=82308 CPUtime=1302.74
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3598 0 0 0 130253 21 0 0 25 0 3 0 173824499 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 20577 3313 170 90 0 20115 0
[pid=2203/tid=2211] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173824519 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=82308 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173914531 84283392 3313 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.74
Current children cumulated vsize (KiB) 82308

[startup+1363.82 s]
/proc/loadavg: 1.02 1.16 1.30 2/71 3430
/proc/meminfo: memFree=1861120/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=92552 CPUtime=1362.8
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3599 0 0 0 136259 21 0 0 25 0 4 0 173824499 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 23138 3314 170 90 0 22676 0
[pid=2203/tid=2211] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173824519 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914531 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2203/tid=3426] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/3426/stat : 3426 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173959538 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.8
Current children cumulated vsize (KiB) 92552

[startup+1423.85 s]
/proc/loadavg: 1.04 1.14 1.28 2/71 3496
/proc/meminfo: memFree=1860544/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=92552 CPUtime=1422.79
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3599 0 0 0 142257 22 0 0 25 0 4 0 173824499 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 23138 3314 170 90 0 22676 0
[pid=2203/tid=2211] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173824519 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914531 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2203/tid=3426] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/3426/stat : 3426 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173959538 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.79
Current children cumulated vsize (KiB) 92552

[startup+1483.88 s]
/proc/loadavg: 1.01 1.12 1.26 2/71 3603
/proc/meminfo: memFree=1856512/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=92552 CPUtime=1482.78
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3599 0 0 0 148253 25 0 0 25 0 4 0 173824499 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 23138 3314 170 90 0 22676 0
[pid=2203/tid=2211] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173824519 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914531 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2203/tid=3426] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/3426/stat : 3426 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173959538 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.78
Current children cumulated vsize (KiB) 92552

[startup+1543.9 s]
/proc/loadavg: 1.00 1.09 1.24 2/71 3609
/proc/meminfo: memFree=1860352/2055920 swapFree=4184772/4192956
[pid=2203] ppid=2200 vsize=92552 CPUtime=1542.76
/proc/2203/stat : 2203 (bprolog) R 2200 2203 1757 0 -1 4194304 3599 0 0 0 154251 25 0 0 25 0 4 0 173824499 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711814 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2203/statm: 23138 3314 170 90 0 22676 0
[pid=2203/tid=2211] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2211/stat : 2211 (bprolog) S 2200 2203 1757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173824519 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2203/tid=2858] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/2858/stat : 2858 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173914531 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2203/tid=3426] ppid=2200 vsize=92552 CPUtime=0
/proc/2203/task/3426/stat : 3426 (bprolog) S 2200 2203 1757 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173959538 94773248 3314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.76
Current children cumulated vsize (KiB) 92552

Child status: 0
Real time (s): 1575.44
CPU time (s): 1574.09
CPU user time (s): 1573.83
CPU system time (s): 0.265959
CPU usage (%): 99.9141
Max. virtual memory (cumulated for all children) (KiB): 92552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1573.83
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3610
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= 15
involuntary context switches= 8074

runsolver used 1.49677 s user time and 4.38833 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 11:04:19 UTC 2007


IDJOB= 219256
IDBENCH= 5298
FILE ID= node56/219256-1168254258

PBS_JOBID= 3482052

Free space on /tmp= 66560 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-219256-1168254258 -o ROOT/results/node56/solver-219256-1168254258 -C 1800 -M 900  /tmp/evaluation/219256-1168254258/Complete/Ordinary/solver /tmp/evaluation/219256-1168254258/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  18a3c39cc7672ba076304b67f48b0e88

RANDOM SEED= 189971590

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.232
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.232
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:       1877272 kB
Buffers:         16360 kB
Cached:          97396 kB
SwapCached:       2048 kB
Active:          76148 kB
Inactive:        51768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877272 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:          21084 kB
Slab:            36332 kB
Committed_AS:  3660112 kB
PageTables:       1692 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= 66560 MiB



End job on node56 on Mon Jan  8 11:30:42 UTC 2007