Trace number 232455

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

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-8.xml
MD5SUM06acadaa04457724e64ccc767794c510
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark846.447
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/232455-1168322483/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/node40/watcher-232455-1168322483 -o ROOT/results/node40/solver-232455-1168322483 -C 1800 -M 900 /tmp/evaluation/232455-1168322483/Complete/Ordinary/solver /tmp/evaluation/232455-1168322483/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.00 1.28 1.60 4/71 19747
/proc/meminfo: memFree=1335832/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=53472 CPUtime=0
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 482 0 0 0 0 0 0 0 18 0 1 0 180647841 54755328 201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550172 0 0 4096 2 0 0 0 17 1 0 0
/proc/19746/statm: 13368 202 123 90 0 12906 0

[startup+0.107283 s]
/proc/loadavg: 1.00 1.28 1.60 4/71 19747
/proc/meminfo: memFree=1335832/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=53824 CPUtime=0.1
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 1892 0 0 0 10 0 0 0 18 0 1 0 180647841 55115776 1608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568721 0 0 4096 2 0 0 0 17 1 0 0
/proc/19746/statm: 13456 1609 158 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.515335 s]
/proc/loadavg: 1.00 1.28 1.60 4/71 19747
/proc/meminfo: memFree=1335832/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72280 CPUtime=0.51
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3157 0 0 0 50 1 0 0 22 0 2 0 180647841 74014720 2780 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18070 2780 171 90 0 17608 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 72280

[startup+1.33544 s]
/proc/loadavg: 1.00 1.28 1.60 2/72 19754
/proc/meminfo: memFree=1325328/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72280 CPUtime=1.33
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3157 0 0 0 132 1 0 0 25 0 2 0 180647841 74014720 2780 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18070 2780 171 90 0 17608 0
[pid=19746/tid=19754] ppid=19744 vsize=72280 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74014720 2780 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 72280

[startup+2.97165 s]
/proc/loadavg: 1.00 1.28 1.60 2/72 19754
/proc/meminfo: memFree=1324624/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72284 CPUtime=2.96
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3409 0 0 0 295 1 0 0 25 0 2 0 180647841 74018816 2932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18071 2932 171 90 0 17609 0
[pid=19746/tid=19754] ppid=19744 vsize=72284 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74018816 2932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72284

[startup+6.25108 s]
/proc/loadavg: 1.00 1.28 1.59 2/72 19762
/proc/meminfo: memFree=1324048/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=6.24
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3663 0 0 0 623 1 0 0 25 0 2 0 180647841 74022912 3085 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3085 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3085 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72288

[startup+12.7129 s]
/proc/loadavg: 1.00 1.27 1.59 2/72 19782
/proc/meminfo: memFree=1324120/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=12.68
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3664 0 0 0 1267 1 0 0 25 0 2 0 180647841 74022912 3086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3086 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 72288

[startup+25.5296 s]
/proc/loadavg: 1.00 1.26 1.58 2/72 19790
/proc/meminfo: memFree=1323992/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=25.48
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3720 0 0 0 2547 1 0 0 25 0 2 0 180647841 74022912 3142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618406 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3142 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72288

[startup+51.1599 s]
/proc/loadavg: 1.00 1.24 1.56 2/72 19812
/proc/meminfo: memFree=1324056/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=51.08
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 5107 1 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621994 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72288

[startup+102.397 s]
/proc/loadavg: 1.00 1.20 1.53 2/66 19844
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=102.29
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 10228 1 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 72288

[startup+162.441 s]
/proc/loadavg: 1.00 1.16 1.50 2/66 19844
/proc/meminfo: memFree=1325064/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=162.31
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 16230 1 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 72288

[startup+222.483 s]
/proc/loadavg: 1.00 1.13 1.46 2/66 19844
/proc/meminfo: memFree=1325064/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=222.34
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 22233 1 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134616433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 72288

[startup+282.527 s]
/proc/loadavg: 1.00 1.10 1.43 2/66 19844
/proc/meminfo: memFree=1325064/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=282.37
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 28235 2 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 72288

[startup+342.569 s]
/proc/loadavg: 1.00 1.08 1.40 2/66 19844
/proc/meminfo: memFree=1325064/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=342.4
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 34238 2 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 72288

[startup+402.617 s]
/proc/loadavg: 1.00 1.06 1.37 2/66 19844
/proc/meminfo: memFree=1325192/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=402.43
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 40241 2 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 72288

[startup+462.661 s]
/proc/loadavg: 1.04 1.06 1.35 2/66 19844
/proc/meminfo: memFree=1325192/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=462.45
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 46243 2 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 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) 72288

[startup+522.705 s]
/proc/loadavg: 1.01 1.05 1.33 2/66 19844
/proc/meminfo: memFree=1325256/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=522.48
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3721 0 0 0 52246 2 0 0 25 0 2 0 180647841 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3143 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3143 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 72288

[startup+582.749 s]
/proc/loadavg: 1.00 1.04 1.30 2/66 19844
/proc/meminfo: memFree=1325256/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=72288 CPUtime=582.51
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3722 0 0 0 58249 2 0 0 25 0 2 0 180647841 74022912 3144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 18072 3144 172 90 0 17610 0
[pid=19746/tid=19754] ppid=19744 vsize=72288 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180647876 74022912 3144 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.51
Current children cumulated vsize (KiB) 72288

[startup+642.795 s]

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

[pid=19746/tid=19754] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180647876 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180737891 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.87
Current children cumulated vsize (KiB) 82532

[startup+1243.36 s]
/proc/loadavg: 1.00 1.00 1.13 2/67 19847
/proc/meminfo: memFree=1324864/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=82532 CPUtime=1242.93
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3760 0 0 0 124290 3 0 0 25 0 3 0 180647841 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 20633 3182 172 90 0 20171 0
[pid=19746/tid=19754] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180647876 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180737891 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.93
Current children cumulated vsize (KiB) 82532

[startup+1303.43 s]
/proc/loadavg: 1.00 1.00 1.12 2/67 19847
/proc/meminfo: memFree=1324864/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=82532 CPUtime=1302.97
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3760 0 0 0 130294 3 0 0 25 0 3 0 180647841 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 20633 3182 172 90 0 20171 0
[pid=19746/tid=19754] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180647876 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=82532 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180737891 84512768 3182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.97
Current children cumulated vsize (KiB) 82532

[startup+1363.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 19848
/proc/meminfo: memFree=1324920/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1363.03
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3770 0 0 0 136299 4 0 0 25 0 4 0 180647841 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3192 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180782899 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.03
Current children cumulated vsize (KiB) 92776

[startup+1423.59 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 19848
/proc/meminfo: memFree=1324920/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1423.11
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3770 0 0 0 142307 4 0 0 25 0 4 0 180647841 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3192 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180782899 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.11
Current children cumulated vsize (KiB) 92776

[startup+1483.68 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 19848
/proc/meminfo: memFree=1324920/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1483.19
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3770 0 0 0 148315 4 0 0 25 0 4 0 180647841 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3192 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180782899 95002624 3192 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.19
Current children cumulated vsize (KiB) 92776

[startup+1543.78 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 19848
/proc/meminfo: memFree=1324856/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1543.26
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3791 0 0 0 154322 4 0 0 25 0 4 0 180647841 95002624 3213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3213 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180782899 95002624 3213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.26
Current children cumulated vsize (KiB) 92776

[startup+1603.87 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 19848
/proc/meminfo: memFree=1324792/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1603.34
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3808 0 0 0 160330 4 0 0 25 0 4 0 180647841 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3230 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180782899 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.34
Current children cumulated vsize (KiB) 92776

[startup+1663.96 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 19848
/proc/meminfo: memFree=1324792/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1663.41
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3808 0 0 0 166337 4 0 0 25 0 4 0 180647841 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3230 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180782899 95002624 3230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.41
Current children cumulated vsize (KiB) 92776

[startup+1724.05 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 19848
/proc/meminfo: memFree=1324792/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1723.48
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3809 0 0 0 172344 4 0 0 25 0 4 0 180647841 95002624 3231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3231 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180782899 95002624 3231 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.48
Current children cumulated vsize (KiB) 92776

[startup+1784.14 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 19848
/proc/meminfo: memFree=1324664/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1783.56
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3835 0 0 0 178352 4 0 0 25 0 4 0 180647841 95002624 3257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3257 172 90 0 22732 0
[pid=19746/tid=19754] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19754/stat : 19754 (bprolog) S 19744 19746 17746 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180647876 95002624 3257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19845] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19845/stat : 19845 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180737891 95002624 3257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) S 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180782899 95002624 3257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (KiB) 92776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.66 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 19848
/proc/meminfo: memFree=1324664/2055920 swapFree=4192812/4192956
[pid=19746] ppid=19744 vsize=92776 CPUtime=1800.07
/proc/19746/stat : 19746 (bprolog) R 19744 19746 17746 0 -1 4194304 3836 0 0 0 180003 4 0 0 25 0 2 0 180647841 95002624 3258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19746/statm: 23194 3258 173 90 0 22732 0
[pid=19746/tid=19848] ppid=19744 vsize=92776 CPUtime=0
/proc/19746/task/19848/stat : 19848 (bprolog) R 19744 19746 17746 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 2 0 180782899 95002624 3258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 92776

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.67
CPU time (s): 1800.09
CPU user time (s): 1800.04
CPU system time (s): 0.051992
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 92776

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

runsolver used 1.65875 s user time and 3.87041 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Jan  9 06:01:23 UTC 2007


IDJOB= 232455
IDBENCH= 6521
FILE ID= node40/232455-1168322483

PBS_JOBID= 3502867

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-8.xml
COMMAND LINE= /tmp/evaluation/232455-1168322483/Complete/Ordinary/solver /tmp/evaluation/232455-1168322483/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node40/convwatcher-232455-1168322483 -o ROOT/results/node40/conversion-232455-1168322483 -C 600 -M 900 /tmp/evaluation/232455-1168322483/Complete/Ordinary/conversion /tmp/evaluation/232455-1168322483/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-232455-1168322483 -o ROOT/results/node40/solver-232455-1168322483 -C 1800 -M 900  /tmp/evaluation/232455-1168322483/Complete/Ordinary/solver /tmp/evaluation/232455-1168322483/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  06acadaa04457724e64ccc767794c510

RANDOM SEED= 172866245

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.239
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.239
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:       1336312 kB
Buffers:         59676 kB
Cached:         564700 kB
SwapCached:          0 kB
Active:         228668 kB
Inactive:       412108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1336312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          26996 kB
Slab:            64468 kB
Committed_AS:  3956468 kB
PageTables:       1648 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= 66553 MiB



End job on node40 on Tue Jan  9 06:31:26 UTC 2007