Trace number 235299

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1808.55

General information on the benchmark

Nametaillard/os-taillard-10/
os-taillard-10-100-7.xml
MD5SUM508a372afa45a3d958684f762290b9bc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.663898
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size595
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/235299-1168337119/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node60/watcher-235299-1168337119 -o ROOT/results/node60/solver-235299-1168337119 -C 1800 -M 900 /tmp/evaluation/235299-1168337119/Complete/Ordinary/solver /tmp/evaluation/235299-1168337119/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.92 1.98 1.83 5/73 22875
/proc/meminfo: memFree=1457688/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=53472 CPUtime=0
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 182109928 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/22874/statm: 13368 202 123 90 0 12906 0

[startup+0.103414 s]
/proc/loadavg: 1.92 1.98 1.83 5/73 22875
/proc/meminfo: memFree=1457688/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=0.09
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1395 0 0 0 9 0 0 0 18 0 2 0 182109928 65601536 1110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1110 170 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.511454 s]
/proc/loadavg: 1.92 1.98 1.83 5/73 22875
/proc/meminfo: memFree=1457688/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=0.5
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1416 0 0 0 50 0 0 0 21 0 2 0 182109928 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1131 172 90 0 15554 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 64064

[startup+1.33254 s]
/proc/loadavg: 1.92 1.98 1.83 3/74 22876
/proc/meminfo: memFree=1453904/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=1.32
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1416 0 0 0 132 0 0 0 25 0 2 0 182109928 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1131 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64064

[startup+2.9707 s]
/proc/loadavg: 1.93 1.98 1.83 3/74 22876
/proc/meminfo: memFree=1453904/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=2.96
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1416 0 0 0 296 0 0 0 25 0 2 0 182109928 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22874/statm: 16016 1131 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 64064

[startup+6.25702 s]
/proc/loadavg: 1.93 1.98 1.83 3/81 22933
/proc/meminfo: memFree=1456920/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=6.22
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1416 0 0 0 622 0 0 0 25 0 2 0 182109928 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622006 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1131 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 64064

[startup+12.7207 s]
/proc/loadavg: 1.94 1.98 1.83 3/81 22933
/proc/meminfo: memFree=1438104/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=12.66
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1417 0 0 0 1266 0 0 0 25 0 2 0 182109928 65601536 1132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552855 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1132 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64064

[startup+25.5309 s]
/proc/loadavg: 1.95 1.98 1.83 3/81 22933
/proc/meminfo: memFree=1390680/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=25.41
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 2541 0 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 64064

[startup+51.1684 s]
/proc/loadavg: 1.96 1.98 1.83 3/81 22933
/proc/meminfo: memFree=1350424/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=50.93
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 5092 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 64064

[startup+102.45 s]
/proc/loadavg: 1.98 1.98 1.84 3/81 22933
/proc/meminfo: memFree=1316440/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=101.97
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 10196 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 64064

[startup+162.465 s]
/proc/loadavg: 1.99 1.98 1.85 3/81 22933
/proc/meminfo: memFree=1316376/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=161.7
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 16169 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 64064

[startup+222.483 s]
/proc/loadavg: 1.99 1.98 1.85 3/81 22933
/proc/meminfo: memFree=1290200/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=221.44
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 22143 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 64064

[startup+282.498 s]
/proc/loadavg: 2.05 2.00 1.86 3/81 22933
/proc/meminfo: memFree=1290136/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=281.17
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 28116 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 64064

[startup+342.513 s]
/proc/loadavg: 2.02 2.00 1.87 3/81 22933
/proc/meminfo: memFree=1290136/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=340.91
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 34090 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 64064

[startup+402.527 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 22933
/proc/meminfo: memFree=1290136/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=400.64
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 40063 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.64
Current children cumulated vsize (KiB) 64064

[startup+462.542 s]
/proc/loadavg: 2.00 2.00 1.88 3/81 22933
/proc/meminfo: memFree=1290072/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=460.38
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 46037 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 64064

[startup+522.561 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 22933
/proc/meminfo: memFree=1290072/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=520.11
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 52010 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754723 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.11
Current children cumulated vsize (KiB) 64064

[startup+582.572 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 22933
/proc/meminfo: memFree=1290008/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=64064 CPUtime=579.85
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1418 0 0 0 57984 1 0 0 25 0 2 0 182109928 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 16016 1133 172 90 0 15554 0
[pid=22874/tid=22876] ppid=22872 vsize=64064 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 182109936 65601536 1133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.85
Current children cumulated vsize (KiB) 64064

[startup+642.587 s]

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

/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1424 0 0 0 117731 1 0 0 25 0 3 0 182109928 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 18577 1139 172 90 0 18115 0
[pid=22874/tid=22876] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182109936 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182199959 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.32
Current children cumulated vsize (KiB) 74308

[startup+1242.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 22936
/proc/meminfo: memFree=1289808/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=74308 CPUtime=1237.08
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1424 0 0 0 123707 1 0 0 25 0 3 0 182109928 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 18577 1139 172 90 0 18115 0
[pid=22874/tid=22876] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182109936 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182199959 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.08
Current children cumulated vsize (KiB) 74308

[startup+1302.94 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 22936
/proc/meminfo: memFree=1289872/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=74308 CPUtime=1296.85
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1424 0 0 0 129684 1 0 0 25 0 3 0 182109928 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 18577 1139 172 90 0 18115 0
[pid=22874/tid=22876] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182109936 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=74308 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182199959 76091392 1139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.85
Current children cumulated vsize (KiB) 74308

[startup+1362.99 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1356.61
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1430 0 0 0 135660 1 0 0 25 0 4 0 182109928 86581248 1145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820823 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1145 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182244967 86581248 1145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.61
Current children cumulated vsize (KiB) 84552

[startup+1423.06 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1416.4
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 141639 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 84552

[startup+1483.13 s]
/proc/loadavg: 2.00 2.00 1.91 4/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1476.2
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 147619 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.2
Current children cumulated vsize (KiB) 84552

[startup+1543.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1535.99
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 153598 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 84552

[startup+1603.28 s]
/proc/loadavg: 2.06 2.01 1.91 3/83 22937
/proc/meminfo: memFree=1289736/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1595.78
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 159577 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 84552

[startup+1663.35 s]
/proc/loadavg: 2.02 2.01 1.91 3/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1655.57
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 165556 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.57
Current children cumulated vsize (KiB) 84552

[startup+1723.42 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 22937
/proc/meminfo: memFree=1289736/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1715.36
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 171535 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 84552

[startup+1783.49 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1775.15
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1431 0 0 0 177514 1 0 0 25 0 4 0 182109928 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 21138 1146 172 90 0 20676 0
[pid=22874/tid=22876] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22876/stat : 22876 (bprolog) S 22872 22874 21426 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 182109936 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22936] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22936/stat : 22936 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182199959 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22874/tid=22937] ppid=22872 vsize=84552 CPUtime=0
/proc/22874/task/22937/stat : 22937 (bprolog) S 22872 22874 21426 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 182244967 86581248 1146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.54 s]
/proc/loadavg: 2.06 2.02 1.92 3/80 22937
/proc/meminfo: memFree=1289800/2055920 swapFree=4192812/4192956
[pid=22874] ppid=22872 vsize=84552 CPUtime=1800.09
/proc/22874/stat : 22874 (bprolog) R 22872 22874 21426 0 -1 4194304 1432 0 0 0 180008 1 0 0 25 0 1 0 182109928 86581248 1147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 0 0 0 17 1 0 0
/proc/22874/statm: 21138 1147 173 90 0 20676 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84552

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.55
CPU time (s): 1800.1
CPU user time (s): 1800.08
CPU system time (s): 0.017997
CPU usage (%): 99.533
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.08
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1432
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= 13
involuntary context switches= 20887

runsolver used 1.2828 s user time and 5.13922 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Jan  9 10:05:19 UTC 2007


IDJOB= 235299
IDBENCH= 6757
FILE ID= node60/235299-1168337119

PBS_JOBID= 3503353

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-100-7.xml
COMMAND LINE= /tmp/evaluation/235299-1168337119/Complete/Ordinary/solver /tmp/evaluation/235299-1168337119/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node60/convwatcher-235299-1168337119 -o ROOT/results/node60/conversion-235299-1168337119 -C 600 -M 900 /tmp/evaluation/235299-1168337119/Complete/Ordinary/conversion /tmp/evaluation/235299-1168337119/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-235299-1168337119 -o ROOT/results/node60/solver-235299-1168337119 -C 1800 -M 900  /tmp/evaluation/235299-1168337119/Complete/Ordinary/solver /tmp/evaluation/235299-1168337119/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  508a372afa45a3d958684f762290b9bc

RANDOM SEED= 229198771

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.236
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.236
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:       1458104 kB
Buffers:         51348 kB
Cached:         445528 kB
SwapCached:          0 kB
Active:         132864 kB
Inactive:       403704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          53288 kB
Slab:            46476 kB
Committed_AS:  4464068 kB
PageTables:       1848 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= 66562 MiB



End job on node60 on Tue Jan  9 10:35:29 UTC 2007