Trace number 232949

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.02 1814.75

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-105-5.xml
MD5SUMa0a6c2f8c0e385dbc465e671c789fc14
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.950854
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1315
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/232949-1168324235/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/node72/watcher-232949-1168324235 -o ROOT/results/node72/solver-232949-1168324235 -C 1800 -M 900 /tmp/evaluation/232949-1168324235/Complete/Ordinary/solver /tmp/evaluation/232949-1168324235/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.41 0.82 1.07 4/81 27094
/proc/meminfo: memFree=1331400/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=53472 CPUtime=0
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 488 0 0 0 0 0 0 0 18 0 1 0 180833341 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/27093/statm: 13368 215 123 90 0 12906 0

[startup+0.104037 s]
/proc/loadavg: 0.41 0.82 1.07 4/81 27094
/proc/meminfo: memFree=1331400/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=53824 CPUtime=0.09
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 2442 0 0 0 8 1 0 0 18 0 1 0 180833341 55115776 2158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134570084 0 0 4096 2 0 0 0 17 1 0 0
/proc/27093/statm: 13456 2159 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51207 s]
/proc/loadavg: 0.41 0.82 1.07 4/81 27094
/proc/meminfo: memFree=1331400/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=66220 CPUtime=0.5
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 4589 0 0 0 48 2 0 0 21 0 1 0 180833341 67809280 4302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614557 0 0 4096 2 0 0 0 17 1 0 0
/proc/27093/statm: 16555 4303 163 90 0 16093 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66220

[startup+1.33215 s]
/proc/loadavg: 0.41 0.82 1.07 3/82 27096
/proc/meminfo: memFree=1310144/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=1.32
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5736 0 0 0 129 3 0 0 25 0 2 0 180833341 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 19116 5449 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76464

[startup+2.96829 s]
/proc/loadavg: 0.41 0.82 1.07 2/82 27096
/proc/meminfo: memFree=1310144/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=2.95
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5736 0 0 0 292 3 0 0 25 0 2 0 180833341 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 19116 5449 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5449 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) 76464

[startup+6.25059 s]
/proc/loadavg: 0.46 0.82 1.07 2/82 27097
/proc/meminfo: memFree=1310144/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=6.23
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5736 0 0 0 620 3 0 0 25 0 2 0 180833341 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626495 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 19116 5449 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 76464

[startup+12.7092 s]
/proc/loadavg: 0.50 0.82 1.07 2/82 27320
/proc/meminfo: memFree=1306176/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=12.66
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5736 0 0 0 1263 3 0 0 25 0 2 0 180833341 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 19116 5449 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 76464

[startup+25.5303 s]
/proc/loadavg: 0.76 0.86 1.08 3/95 27382
/proc/meminfo: memFree=645976/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=25.38
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5736 0 0 0 2534 4 0 0 25 0 2 0 180833341 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5449 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5449 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 76464

[startup+51.1677 s]
/proc/loadavg: 1.12 0.94 1.10 3/88 27672
/proc/meminfo: memFree=1282632/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=50.86
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 5740 0 0 0 5080 6 0 0 25 0 2 0 180833341 78299136 5453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5453 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 76464

[startup+102.46 s]
/proc/loadavg: 1.62 1.10 1.14 3/88 27672
/proc/meminfo: memFree=1280904/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=101.74
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 10168 6 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 76464

[startup+162.486 s]
/proc/loadavg: 1.86 1.26 1.20 3/88 27672
/proc/meminfo: memFree=1280968/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=161.27
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 16121 6 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 76464

[startup+222.518 s]
/proc/loadavg: 1.95 1.39 1.24 3/88 27672
/proc/meminfo: memFree=1280968/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=220.82
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 22075 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.82
Current children cumulated vsize (KiB) 76464

[startup+282.548 s]
/proc/loadavg: 1.98 1.50 1.29 3/88 27672
/proc/meminfo: memFree=1280904/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=280.37
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 28030 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.37
Current children cumulated vsize (KiB) 76464

[startup+342.584 s]
/proc/loadavg: 1.99 1.59 1.33 3/88 27672
/proc/meminfo: memFree=1280904/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=339.91
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 33984 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.91
Current children cumulated vsize (KiB) 76464

[startup+402.62 s]
/proc/loadavg: 1.99 1.66 1.37 3/88 27672
/proc/meminfo: memFree=1280904/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=399.46
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 39939 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.46
Current children cumulated vsize (KiB) 76464

[startup+462.652 s]
/proc/loadavg: 1.99 1.72 1.40 3/88 27672
/proc/meminfo: memFree=1280904/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=459.02
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 45895 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.02
Current children cumulated vsize (KiB) 76464

[startup+522.69 s]
/proc/loadavg: 1.99 1.77 1.44 3/88 27672
/proc/meminfo: memFree=1280968/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=518.55
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 51848 7 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (KiB) 76464

[startup+582.717 s]
/proc/loadavg: 1.99 1.81 1.47 3/88 27672
/proc/meminfo: memFree=1280968/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=76464 CPUtime=578.1
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6030 0 0 0 57802 8 0 0 25 0 2 0 180833341 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 19116 5743 172 90 0 18654 0
[pid=27093/tid=27096] ppid=27091 vsize=76464 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 180833394 78299136 5743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.1
Current children cumulated vsize (KiB) 76464

[startup+642.755 s]

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

/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6031 0 0 0 117338 11 0 0 25 0 3 0 180833341 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 21677 5744 172 90 0 21215 0
[pid=27093/tid=27096] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180833394 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180923407 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.49
Current children cumulated vsize (KiB) 86708

[startup+1243.08 s]
/proc/loadavg: 2.07 1.98 1.72 4/90 27674
/proc/meminfo: memFree=1280696/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=86708 CPUtime=1233
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6031 0 0 0 123289 11 0 0 25 0 3 0 180833341 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 21677 5744 172 90 0 21215 0
[pid=27093/tid=27096] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180833394 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180923407 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233
Current children cumulated vsize (KiB) 86708

[startup+1303.08 s]
/proc/loadavg: 2.03 1.98 1.74 3/90 27674
/proc/meminfo: memFree=1280632/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=86708 CPUtime=1292.53
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6031 0 0 0 129242 11 0 0 25 0 3 0 180833341 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 21677 5744 172 90 0 21215 0
[pid=27093/tid=27096] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180833394 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=86708 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180923407 88788992 5744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.53
Current children cumulated vsize (KiB) 86708

[startup+1363.09 s]
/proc/loadavg: 2.01 1.98 1.75 3/91 27675
/proc/meminfo: memFree=1280624/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1352.05
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 135194 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.05
Current children cumulated vsize (KiB) 96952

[startup+1423.13 s]
/proc/loadavg: 2.00 1.98 1.76 3/92 27676
/proc/meminfo: memFree=1280616/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1411.6
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 141149 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.6
Current children cumulated vsize (KiB) 96952

[startup+1483.17 s]
/proc/loadavg: 2.04 2.00 1.78 3/92 27676
/proc/meminfo: memFree=1280552/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1471.16
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 147105 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.16
Current children cumulated vsize (KiB) 96952

[startup+1543.2 s]
/proc/loadavg: 2.01 2.00 1.79 3/92 27676
/proc/meminfo: memFree=1280552/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1530.71
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 153060 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134575087 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.71
Current children cumulated vsize (KiB) 96952

[startup+1603.24 s]
/proc/loadavg: 2.00 2.00 1.80 3/92 27676
/proc/meminfo: memFree=1280616/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1590.24
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 159013 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.24
Current children cumulated vsize (KiB) 96952

[startup+1663.29 s]
/proc/loadavg: 2.00 2.00 1.81 3/92 27676
/proc/meminfo: memFree=1280616/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1649.82
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 164971 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.82
Current children cumulated vsize (KiB) 96952

[startup+1723.33 s]
/proc/loadavg: 2.00 2.00 1.82 3/92 27676
/proc/meminfo: memFree=1280552/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1709.4
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 170929 11 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.4
Current children cumulated vsize (KiB) 96952

[startup+1783.38 s]
/proc/loadavg: 2.00 2.00 1.83 3/92 27676
/proc/meminfo: memFree=1280616/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1768.95
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6032 0 0 0 176883 12 0 0 25 0 4 0 180833341 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27093/statm: 24238 5745 172 90 0 23776 0
[pid=27093/tid=27096] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27096/stat : 27096 (bprolog) S 27091 27093 26940 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180833394 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27673] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27673/stat : 27673 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180923407 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27093/tid=27675] ppid=27091 vsize=96952 CPUtime=0
/proc/27093/task/27675/stat : 27675 (bprolog) S 27091 27093 26940 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180968417 99278848 5745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.95
Current children cumulated vsize (KiB) 96952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.68 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 27676
/proc/meminfo: memFree=1280552/2055920 swapFree=4191880/4192956
[pid=27093] ppid=27091 vsize=96952 CPUtime=1800
/proc/27093/stat : 27093 (bprolog) R 27091 27093 26940 0 -1 4194304 6033 0 0 0 179988 12 0 0 25 0 1 0 180833341 99278848 5746 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 0 0 0 17 0 0 0
/proc/27093/statm: 24238 5746 173 90 0 23776 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 96952

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.75
CPU time (s): 1800.02
CPU user time (s): 1799.89
CPU system time (s): 0.12698
CPU usage (%): 99.1879
Max. virtual memory (cumulated for all children) (KiB): 96952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6033
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= 12
involuntary context switches= 80885

runsolver used 1.77873 s user time and 4.70029 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Tue Jan  9 06:30:36 UTC 2007


IDJOB= 232949
IDBENCH= 6569
FILE ID= node72/232949-1168324235

PBS_JOBID= 3502936

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-105-5.xml
COMMAND LINE= /tmp/evaluation/232949-1168324235/Complete/Ordinary/solver /tmp/evaluation/232949-1168324235/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node72/convwatcher-232949-1168324235 -o ROOT/results/node72/conversion-232949-1168324235 -C 600 -M 900 /tmp/evaluation/232949-1168324235/Complete/Ordinary/conversion /tmp/evaluation/232949-1168324235/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-232949-1168324235 -o ROOT/results/node72/solver-232949-1168324235 -C 1800 -M 900  /tmp/evaluation/232949-1168324235/Complete/Ordinary/solver /tmp/evaluation/232949-1168324235/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a0a6c2f8c0e385dbc465e671c789fc14

RANDOM SEED= 671672868

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.223
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.223
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:       1331240 kB
Buffers:         58852 kB
Cached:         551112 kB
SwapCached:        268 kB
Active:         240768 kB
Inactive:       416508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331240 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4048 kB
Writeback:           0 kB
Mapped:          64680 kB
Slab:            52560 kB
Committed_AS:  3568004 kB
PageTables:       2112 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= 66556 MiB



End job on node72 on Tue Jan  9 07:01:00 UTC 2007