Trace number 215796

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.07 1807.19

General information on the benchmark

NamepseudoSeries/mps/
mps-vpm1.xml
MD5SUMafcc9a39e53fc8078fabef6dac588cf9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2754
Number of constraints486
Maximum constraint arity82
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension486
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/215796-1168236207/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/node12/watcher-215796-1168236207 -o ROOT/results/node12/solver-215796-1168236207 -C 1800 -M 900 /tmp/evaluation/215796-1168236207/Complete/Ordinary/solver /tmp/evaluation/215796-1168236207/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: 3.19 3.29 2.79 5/96 18507
/proc/meminfo: memFree=603632/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=53824 CPUtime=0.1
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 2224 0 0 0 9 1 0 0 20 0 1 0 172015945 55115776 1940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568496 0 0 4096 2 0 0 0 17 1 0 0
/proc/18506/statm: 13456 1940 158 90 0 12994 0

[startup+0.211842 s]
/proc/loadavg: 3.19 3.29 2.79 5/96 18507
/proc/meminfo: memFree=603632/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=53824 CPUtime=0.2
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 2522 0 0 0 19 1 0 0 21 0 1 0 172015945 55115776 2238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557043 0 0 4096 2 0 0 0 17 1 0 0
/proc/18506/statm: 13456 2238 158 90 0 12994 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 53824

[startup+0.62391 s]
/proc/loadavg: 3.19 3.29 2.79 5/96 18507
/proc/meminfo: memFree=603632/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=0.61
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3185 0 0 0 60 1 0 0 25 0 2 0 172015945 74104832 2900 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758592 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2900 181 90 0 17630 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 72368

[startup+1.44606 s]
/proc/loadavg: 3.18 3.28 2.79 3/96 18508
/proc/meminfo: memFree=571248/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=1.43
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3186 0 0 0 142 1 0 0 25 0 2 0 172015945 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134757740 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2901 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 72368

[startup+3.08335 s]
/proc/loadavg: 3.18 3.28 2.79 3/95 18508
/proc/meminfo: memFree=553016/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=3.06
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3186 0 0 0 305 1 0 0 25 0 2 0 172015945 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2901 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 72368

[startup+6.36895 s]
/proc/loadavg: 3.18 3.28 2.79 3/96 18509
/proc/meminfo: memFree=501744/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=6.33
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3186 0 0 0 631 2 0 0 25 0 2 0 172015945 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799642 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2901 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 72368

[startup+12.8321 s]
/proc/loadavg: 3.15 3.27 2.79 3/95 18509
/proc/meminfo: memFree=386240/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=12.73
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 1268 5 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 72368

[startup+25.6554 s]
/proc/loadavg: 3.12 3.27 2.80 3/96 18513
/proc/meminfo: memFree=167864/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=25.48
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 2540 8 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72368

[startup+51.308 s]
/proc/loadavg: 3.30 3.29 2.82 2/97 18522
/proc/meminfo: memFree=15920/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=50.96
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 5076 20 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 72368

[startup+102.523 s]
/proc/loadavg: 3.04 3.24 2.82 3/95 18524
/proc/meminfo: memFree=15360/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=101.79
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 10151 28 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 72368

[startup+162.532 s]
/proc/loadavg: 2.42 3.02 2.77 3/95 18524
/proc/meminfo: memFree=15616/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=161.51
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 16117 34 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 72368

[startup+222.55 s]
/proc/loadavg: 2.27 2.87 2.73 3/95 18524
/proc/meminfo: memFree=16128/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=221.21
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 22082 39 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134759061 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 72368

[startup+282.56 s]
/proc/loadavg: 2.17 2.72 2.69 4/95 18524
/proc/meminfo: memFree=14976/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=280.92
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 28049 43 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134813153 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 72368

[startup+342.57 s]
/proc/loadavg: 2.20 2.63 2.66 3/95 18524
/proc/meminfo: memFree=15168/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=340.63
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 34017 46 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 72368

[startup+402.584 s]
/proc/loadavg: 2.17 2.54 2.62 3/95 18524
/proc/meminfo: memFree=15040/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=400.35
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 39986 49 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134795371 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.35
Current children cumulated vsize (KiB) 72368

[startup+462.593 s]
/proc/loadavg: 2.14 2.47 2.59 3/95 18524
/proc/meminfo: memFree=15488/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=460.05
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 45952 53 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134798146 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (KiB) 72368

[startup+522.604 s]
/proc/loadavg: 2.09 2.40 2.56 3/95 18524
/proc/meminfo: memFree=15552/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=519.76
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 51919 57 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 72368

[startup+582.624 s]
/proc/loadavg: 2.12 2.35 2.53 3/95 18524
/proc/meminfo: memFree=16000/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=72368 CPUtime=579.47
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3187 0 0 0 57886 61 0 0 25 0 2 0 172015945 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18506/statm: 18092 2902 181 90 0 17630 0
[pid=18506/tid=18508] ppid=18504 vsize=72368 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 172015979 74104832 2902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.47
Current children cumulated vsize (KiB) 72368

[startup+642.636 s]

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

/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3196 0 0 0 117513 129 0 0 25 0 3 0 172015945 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618274 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 20653 2911 181 90 0 20191 0
[pid=18506/tid=18508] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172015979 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172105995 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.42
Current children cumulated vsize (KiB) 82612

[startup+1242.94 s]
/proc/loadavg: 2.03 2.31 2.44 3/88 18898
/proc/meminfo: memFree=1852088/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=82612 CPUtime=1236.43
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3196 0 0 0 123514 129 0 0 25 0 3 0 172015945 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134763962 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 20653 2911 181 90 0 20191 0
[pid=18506/tid=18508] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172015979 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172105995 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.43
Current children cumulated vsize (KiB) 82612

[startup+1302.98 s]
/proc/loadavg: 2.01 2.25 2.41 3/88 18898
/proc/meminfo: memFree=1852152/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=82612 CPUtime=1296.39
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3196 0 0 0 129510 129 0 0 25 0 3 0 172015945 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758178 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 20653 2911 181 90 0 20191 0
[pid=18506/tid=18508] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172015979 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=82612 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172105995 84594688 2911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.39
Current children cumulated vsize (KiB) 82612

[startup+1363.04 s]
/proc/loadavg: 2.00 2.20 2.38 3/89 18899
/proc/meminfo: memFree=1852080/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1356.38
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 135509 129 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626374 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.38
Current children cumulated vsize (KiB) 92856

[startup+1423.11 s]
/proc/loadavg: 2.00 2.16 2.36 3/89 18899
/proc/meminfo: memFree=1852016/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1416.41
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 141512 129 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134812473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.41
Current children cumulated vsize (KiB) 92856

[startup+1483.17 s]
/proc/loadavg: 2.00 2.13 2.33 3/89 18899
/proc/meminfo: memFree=1851960/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1476.39
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 147510 129 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.39
Current children cumulated vsize (KiB) 92856

[startup+1543.21 s]
/proc/loadavg: 2.00 2.10 2.31 3/89 18899
/proc/meminfo: memFree=1851832/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1536.37
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 153508 129 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134812531 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.37
Current children cumulated vsize (KiB) 92856

[startup+1603.27 s]
/proc/loadavg: 2.00 2.08 2.29 3/89 18899
/proc/meminfo: memFree=1851768/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1596.36
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 159507 129 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134795061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.36
Current children cumulated vsize (KiB) 92856

[startup+1663.3 s]
/proc/loadavg: 2.06 2.08 2.27 3/89 18899
/proc/meminfo: memFree=1851704/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1656.32
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 165502 130 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 92856

[startup+1723.35 s]
/proc/loadavg: 2.02 2.06 2.25 4/89 18899
/proc/meminfo: memFree=1851576/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1716.32
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 171502 130 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.32
Current children cumulated vsize (KiB) 92856

[startup+1783.38 s]
/proc/loadavg: 2.00 2.05 2.23 3/89 18899
/proc/meminfo: memFree=1851512/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1776.29
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3197 0 0 0 177499 130 0 0 25 0 4 0 172015945 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799926 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18506/statm: 23214 2912 181 90 0 22752 0
[pid=18506/tid=18508] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18508/stat : 18508 (bprolog) S 18504 18506 18013 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172015979 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18525] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18525/stat : 18525 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172105995 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18506/tid=18899] ppid=18504 vsize=92856 CPUtime=0
/proc/18506/task/18899/stat : 18899 (bprolog) S 18504 18506 18013 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172151005 95084544 2912 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.29
Current children cumulated vsize (KiB) 92856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.18 s]
/proc/loadavg: 2.00 2.04 2.23 3/86 18899
/proc/meminfo: memFree=1851512/2055920 swapFree=4160348/4192956
[pid=18506] ppid=18504 vsize=92856 CPUtime=1800.06
/proc/18506/stat : 18506 (bprolog) R 18504 18506 18013 0 -1 4194304 3198 0 0 0 179876 130 0 0 25 0 1 0 172015945 95084544 2913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134767774 0 0 4096 2 0 0 0 17 0 0 0
/proc/18506/statm: 23214 2913 182 90 0 22752 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 92856

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.19
CPU time (s): 1800.07
CPU user time (s): 1798.77
CPU system time (s): 1.3038
CPU usage (%): 99.6061
Max. virtual memory (cumulated for all children) (KiB): 92856

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

runsolver used 2.31465 s user time and 5.36918 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan  8 06:03:27 UTC 2007


IDJOB= 215796
IDBENCH= 5029
FILE ID= node12/215796-1168236207

PBS_JOBID= 3481261

Free space on /tmp= 54946 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-vpm1.xml
COMMAND LINE= /tmp/evaluation/215796-1168236207/Complete/Ordinary/solver /tmp/evaluation/215796-1168236207/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-215796-1168236207 -o ROOT/results/node12/conversion-215796-1168236207 -C 600 -M 900 /tmp/evaluation/215796-1168236207/Complete/Ordinary/conversion /tmp/evaluation/215796-1168236207/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-215796-1168236207 -o ROOT/results/node12/solver-215796-1168236207 -C 1800 -M 900  /tmp/evaluation/215796-1168236207/Complete/Ordinary/solver /tmp/evaluation/215796-1168236207/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  afcc9a39e53fc8078fabef6dac588cf9

RANDOM SEED= 280711520

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.265
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.265
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:        604688 kB
Buffers:          2596 kB
Cached:        1305828 kB
SwapCached:       3636 kB
Active:          82612 kB
Inactive:      1283180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        604688 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:          673704 kB
Writeback:           0 kB
Mapped:          74692 kB
Slab:            70252 kB
Committed_AS:  5111084 kB
PageTables:       2208 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= 66321 MiB



End job on node12 on Mon Jan  8 06:33:36 UTC 2007