Trace number 232324

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.11 1802.03

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-4.xml
MD5SUM4c4deeb2afb0e80a3737568b2042a76c
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 benchmark374.043
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1518
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/232324-1168321483/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/node25/watcher-232324-1168321483 -o ROOT/results/node25/solver-232324-1168321483 -C 1800 -M 900 /tmp/evaluation/232324-1168321483/Complete/Ordinary/solver /tmp/evaluation/232324-1168321483/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: 2.02 2.03 1.86 5/88 2560
/proc/meminfo: memFree=384816/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=53472 CPUtime=0
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 487 0 0 0 0 0 0 0 21 0 1 0 180540962 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4181851 0 0 4096 2 0 0 0 17 1 0 0
/proc/2559/statm: 13368 206 123 90 0 12906 0

[startup+0.108617 s]
/proc/loadavg: 2.02 2.03 1.86 5/88 2560
/proc/meminfo: memFree=384816/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=53824 CPUtime=0.1
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 1873 0 0 0 9 1 0 0 21 0 1 0 180540962 55115776 1589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568549 0 0 4096 2 0 0 0 17 1 0 0
/proc/2559/statm: 13456 1589 158 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.516677 s]
/proc/loadavg: 2.02 2.03 1.86 5/88 2560
/proc/meminfo: memFree=384816/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72280 CPUtime=0.49
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3193 0 0 0 48 1 0 0 25 0 2 0 180540962 74014720 2816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18070 2816 171 90 0 17608 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 72280

[startup+1.33782 s]
/proc/loadavg: 2.02 2.03 1.86 3/89 2561
/proc/meminfo: memFree=374184/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72280 CPUtime=1.3
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3193 0 0 0 129 1 0 0 25 0 2 0 180540962 74014720 2816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18070 2816 171 90 0 17608 0
[pid=2559/tid=2561] ppid=2557 vsize=72280 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74014720 2816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 72280

[startup+2.97811 s]
/proc/loadavg: 2.02 2.03 1.86 3/89 2561
/proc/meminfo: memFree=374184/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=2.94
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3373 0 0 0 292 2 0 0 25 0 2 0 180540962 74018816 2896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624150 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18071 2896 171 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 2896 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72284

[startup+6.25766 s]
/proc/loadavg: 2.02 2.03 1.86 3/89 2561
/proc/meminfo: memFree=372904/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=6.19
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3609 0 0 0 617 2 0 0 25 0 2 0 180540962 74018816 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18071 3132 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72284

[startup+12.7338 s]
/proc/loadavg: 2.01 2.03 1.86 3/89 2561
/proc/meminfo: memFree=373032/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=12.6
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3609 0 0 0 1258 2 0 0 25 0 2 0 180540962 74018816 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18071 3132 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3132 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 72284

[startup+25.563 s]
/proc/loadavg: 1.93 2.01 1.85 3/95 2634
/proc/meminfo: memFree=148856/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=25.32
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3616 0 0 0 2529 3 0 0 25 0 2 0 180540962 74018816 3139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2559/statm: 18071 3139 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 72284

[startup+51.2353 s]
/proc/loadavg: 1.95 2.01 1.86 3/87 2672
/proc/meminfo: memFree=655232/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=50.81
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3618 0 0 0 5077 4 0 0 25 0 2 0 180540962 74018816 3141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3141 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 72284

[startup+102.52 s]
/proc/loadavg: 1.98 2.00 1.86 3/87 2672
/proc/meminfo: memFree=490432/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=102.02
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3618 0 0 0 10198 4 0 0 25 0 2 0 180540962 74018816 3141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3141 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 72284

[startup+162.532 s]
/proc/loadavg: 1.99 2.00 1.87 3/87 2672
/proc/meminfo: memFree=291584/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=161.99
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3622 0 0 0 16194 5 0 0 25 0 2 0 180540962 74018816 3145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3145 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 72284

[startup+222.549 s]
/proc/loadavg: 1.99 2.00 1.87 3/87 2672
/proc/meminfo: memFree=91328/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=221.94
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3655 0 0 0 22189 5 0 0 25 0 2 0 180540962 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3178 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 72284

[startup+282.557 s]
/proc/loadavg: 1.99 2.00 1.88 3/87 2672
/proc/meminfo: memFree=14848/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=281.87
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3655 0 0 0 28182 5 0 0 25 0 2 0 180540962 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3178 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 72284

[startup+342.588 s]
/proc/loadavg: 2.09 2.02 1.89 3/95 2746
/proc/meminfo: memFree=685056/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=341.8
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3655 0 0 0 34171 9 0 0 25 0 2 0 180540962 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754798 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3178 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.8
Current children cumulated vsize (KiB) 72284

[startup+402.66 s]
/proc/loadavg: 2.12 2.04 1.91 3/95 2746
/proc/meminfo: memFree=398272/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=401.53
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3655 0 0 0 40144 9 0 0 25 0 2 0 180540962 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3178 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3178 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.53
Current children cumulated vsize (KiB) 72284

[startup+462.761 s]
/proc/loadavg: 2.17 2.06 1.92 3/95 2746
/proc/meminfo: memFree=212096/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=461.28
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3670 0 0 0 46119 9 0 0 25 0 2 0 180540962 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3193 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.28
Current children cumulated vsize (KiB) 72284

[startup+522.849 s]
/proc/loadavg: 1.46 1.88 1.86 2/79 2760
/proc/meminfo: memFree=947488/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=521.33
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3670 0 0 0 52123 10 0 0 25 0 2 0 180540962 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552945 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3193 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.33
Current children cumulated vsize (KiB) 72284

[startup+582.918 s]
/proc/loadavg: 1.17 1.72 1.81 3/79 2760
/proc/meminfo: memFree=947552/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=72284 CPUtime=581.38
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3670 0 0 0 58128 10 0 0 25 0 2 0 180540962 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 18071 3193 172 90 0 17609 0
[pid=2559/tid=2561] ppid=2557 vsize=72284 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 15 0 2 0 180540998 74018816 3193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.38
Current children cumulated vsize (KiB) 72284

[startup+642.993 s]

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

Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 82528

[startup+1243.44 s]
/proc/loadavg: 1.00 1.07 1.37 2/80 2959
/proc/meminfo: memFree=946584/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=82528 CPUtime=1241.69
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3740 0 0 0 124142 27 0 0 25 0 3 0 180540962 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 20632 3263 172 90 0 20170 0
[pid=2559/tid=2561] ppid=2557 vsize=82528 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180540998 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=82528 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180631226 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 82528

[startup+1303.45 s]
/proc/loadavg: 1.00 1.05 1.35 2/80 2959
/proc/meminfo: memFree=946520/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=82528 CPUtime=1301.68
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3740 0 0 0 130140 28 0 0 25 0 3 0 180540962 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809328 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 20632 3263 172 90 0 20170 0
[pid=2559/tid=2561] ppid=2557 vsize=82528 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180540998 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=82528 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 180631226 84508672 3263 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 82528

[startup+1363.55 s]
/proc/loadavg: 1.00 1.04 1.32 2/81 2960
/proc/meminfo: memFree=946512/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1361.76
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 136148 28 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 92772

[startup+1423.57 s]
/proc/loadavg: 1.00 1.03 1.30 2/81 2960
/proc/meminfo: memFree=946448/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1421.76
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 142148 28 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 92772

[startup+1483.6 s]
/proc/loadavg: 1.00 1.02 1.28 2/81 2960
/proc/meminfo: memFree=946384/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1481.77
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 148149 28 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 92772

[startup+1543.63 s]
/proc/loadavg: 1.00 1.02 1.26 2/81 2960
/proc/meminfo: memFree=946320/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1541.79
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 154151 28 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 92772

[startup+1603.67 s]
/proc/loadavg: 1.06 1.03 1.25 2/81 2960
/proc/meminfo: memFree=946256/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1601.8
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 160152 28 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 92772

[startup+1663.7 s]
/proc/loadavg: 1.02 1.02 1.23 2/81 2960
/proc/meminfo: memFree=946192/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1661.82
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 166153 29 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 92772

[startup+1723.72 s]
/proc/loadavg: 1.00 1.02 1.21 2/81 2960
/proc/meminfo: memFree=946192/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1721.82
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 172153 29 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 92772

[startup+1783.75 s]
/proc/loadavg: 1.00 1.01 1.19 2/81 2960
/proc/meminfo: memFree=946064/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1781.83
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 178154 29 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 92772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.01 s]
/proc/loadavg: 1.00 1.01 1.19 2/81 2960
/proc/meminfo: memFree=946064/2055920 swapFree=4170860/4192956
[pid=2559] ppid=2557 vsize=92772 CPUtime=1800.09
/proc/2559/stat : 2559 (bprolog) R 2557 2559 2304 0 -1 4194304 3756 0 0 0 179980 29 0 0 25 0 4 0 180540962 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621994 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2559/statm: 23193 3279 172 90 0 22731 0
[pid=2559/tid=2561] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2561/stat : 2561 (bprolog) S 2557 2559 2304 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 180540998 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2761] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2761/stat : 2761 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180631226 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2559/tid=2960] ppid=2557 vsize=92772 CPUtime=0
/proc/2559/task/2960/stat : 2960 (bprolog) S 2557 2559 2304 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 180676232 94998528 3279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 92772

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.03
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.295955
CPU usage (%): 99.8934
Max. virtual memory (cumulated for all children) (KiB): 92772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3756
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= 303
involuntary context switches= 9286

runsolver used 1.79373 s user time and 5.07123 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Jan  9 05:44:43 UTC 2007


IDJOB= 232324
IDBENCH= 6513
FILE ID= node25/232324-1168321483

PBS_JOBID= 3502782

Free space on /tmp= 66562 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-232324-1168321483 -o ROOT/results/node25/solver-232324-1168321483 -C 1800 -M 900  /tmp/evaluation/232324-1168321483/Complete/Ordinary/solver /tmp/evaluation/232324-1168321483/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4c4deeb2afb0e80a3737568b2042a76c

RANDOM SEED= 598126872

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.279
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.279
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:        385360 kB
Buffers:         14736 kB
Cached:        1568080 kB
SwapCached:       2332 kB
Active:         847604 kB
Inactive:       768660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        385360 kB
SwapTotal:     4192956 kB
SwapFree:      4170860 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:          44204 kB
Slab:            38828 kB
Committed_AS:  3804288 kB
PageTables:       2336 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= 66563 MiB



End job on node25 on Tue Jan  9 06:14:48 UTC 2007