Trace number 215926

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.08 1808.21

General information on the benchmark

NamepseudoSeries/
mps/mps-aflow30a.xml
MD5SUM4e74d4550cd5c3af0820a7c3b09a7c78
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 variables7195
Number of constraints958
Maximum constraint arity555
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension958
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/215926-1168237523/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/node10/watcher-215926-1168237523 -o ROOT/results/node10/solver-215926-1168237523 -C 1800 -M 900 /tmp/evaluation/215926-1168237523/Complete/Ordinary/solver /tmp/evaluation/215926-1168237523/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.00 2.00 2.00 5/94 2416
/proc/meminfo: memFree=1496168/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=1320 CPUtime=0
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 172148779 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/2415/statm: 330 36 29 90 0 167 0

[startup+0.103952 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 2416
/proc/meminfo: memFree=1496168/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=61640 CPUtime=0.09
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 2206 0 0 0 8 1 0 0 20 0 1 0 172148779 63119360 1922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 15410 1922 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516547 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 2416
/proc/meminfo: memFree=1496168/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=61640 CPUtime=0.5
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 5905 0 0 0 47 3 0 0 24 0 1 0 172148779 63119360 5621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564071 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 15410 5621 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33713 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 2416
/proc/meminfo: memFree=1459880/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=145532 CPUtime=1.31
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 22588 0 0 0 122 9 0 0 25 0 2 0 172148779 149024768 18991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 36383 18991 181 90 0 35921 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 145532

[startup+2.97491 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1432096/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=2.93
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 280 13 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 118468

[startup+6.2718 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1432160/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=6.2
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 607 13 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 118468

[startup+12.7457 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1432224/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=12.62
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 1249 13 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 118468

[startup+25.5824 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1432224/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=25.33
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 2520 13 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 118468

[startup+51.2619 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1428448/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=50.78
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 5065 13 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621994 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 118468

[startup+102.505 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1428448/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=101.56
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 10142 14 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 118468

[startup+162.589 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1428384/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=161.09
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 16095 14 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 118468

[startup+222.67 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 2417
/proc/meminfo: memFree=1428320/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=220.89
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 22074 15 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 118468

[startup+282.766 s]
/proc/loadavg: 2.08 2.02 2.00 3/95 2417
/proc/meminfo: memFree=1428320/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=280.7
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 28054 16 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626173 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.7
Current children cumulated vsize (KiB) 118468

[startup+342.857 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 2417
/proc/meminfo: memFree=1428256/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=340.51
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 34035 16 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.51
Current children cumulated vsize (KiB) 118468

[startup+402.952 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 2417
/proc/meminfo: memFree=1428256/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=400.32
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 40015 17 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.32
Current children cumulated vsize (KiB) 118468

[startup+463.049 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 2417
/proc/meminfo: memFree=1425184/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=460.13
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 45996 17 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (KiB) 118468

[startup+523.144 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 2417
/proc/meminfo: memFree=1425056/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=519.95
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 51977 18 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.95
Current children cumulated vsize (KiB) 118468

[startup+583.236 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2417
/proc/meminfo: memFree=1424992/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=118468 CPUtime=579.75
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 32163 0 0 0 57957 18 0 0 25 0 2 0 172148779 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 29617 16128 182 90 0 29155 0
[pid=2415/tid=2417] ppid=2413 vsize=118468 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172148904 121311232 16128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.75
Current children cumulated vsize (KiB) 118468

[startup+643.329 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2417
/proc/meminfo: memFree=1424992/2055920 swapFree=4178216/4192956

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

/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34497 0 0 0 117721 25 0 0 25 0 3 0 172148779 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 32192 16723 182 90 0 31730 0
[pid=2415/tid=2417] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172148904 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172238937 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.46
Current children cumulated vsize (KiB) 128768

[startup+1243.78 s]
/proc/loadavg: 2.00 2.00 2.00 4/96 2418
/proc/meminfo: memFree=1418968/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=128768 CPUtime=1237.19
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34497 0 0 0 123694 25 0 0 25 0 3 0 172148779 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 32192 16723 182 90 0 31730 0
[pid=2415/tid=2417] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172148904 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172238937 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.19
Current children cumulated vsize (KiB) 128768

[startup+1303.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2418
/proc/meminfo: memFree=1418904/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=128768 CPUtime=1296.92
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34497 0 0 0 129666 26 0 0 25 0 3 0 172148779 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799993 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 32192 16723 182 90 0 31730 0
[pid=2415/tid=2417] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172148904 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=128768 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172238937 131858432 16723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.92
Current children cumulated vsize (KiB) 128768

[startup+1363.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 2419
/proc/meminfo: memFree=1418832/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1356.66
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 135640 26 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552429 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.66
Current children cumulated vsize (KiB) 139012

[startup+1423.86 s]
/proc/loadavg: 2.05 2.01 2.00 5/97 2419
/proc/meminfo: memFree=1418768/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1416.42
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 141615 27 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.42
Current children cumulated vsize (KiB) 139012

[startup+1483.95 s]
/proc/loadavg: 1.94 1.98 1.99 3/97 2578
/proc/meminfo: memFree=1368784/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1476.18
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 147589 29 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.18
Current children cumulated vsize (KiB) 139012

[startup+1543.95 s]
/proc/loadavg: 1.97 1.98 1.99 3/97 2649
/proc/meminfo: memFree=1187456/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1535.9
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 153554 36 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.9
Current children cumulated vsize (KiB) 139012

[startup+1604.01 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 2649
/proc/meminfo: memFree=1121344/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1595.92
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 159556 36 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.92
Current children cumulated vsize (KiB) 139012

[startup+1664.01 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 2649
/proc/meminfo: memFree=1090560/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1655.92
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 165555 37 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.92
Current children cumulated vsize (KiB) 139012

[startup+1724.05 s]
/proc/loadavg: 2.03 2.00 2.00 3/97 2649
/proc/meminfo: memFree=1075456/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1715.93
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 171556 37 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.93
Current children cumulated vsize (KiB) 139012

[startup+1784.08 s]
/proc/loadavg: 2.01 2.00 2.00 3/97 2649
/proc/meminfo: memFree=1058560/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1775.95
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34498 0 0 0 177557 38 0 0 25 0 4 0 172148779 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2415/statm: 34753 16724 182 90 0 34291 0
[pid=2415/tid=2417] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2417/stat : 2417 (bprolog) S 2413 2415 1043 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172148904 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2418] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2418/stat : 2418 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172238937 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2415/tid=2419] ppid=2413 vsize=139012 CPUtime=0
/proc/2415/task/2419/stat : 2419 (bprolog) S 2413 2415 1043 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172283950 142348288 16724 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 139012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.19 s]
/proc/loadavg: 2.01 2.00 2.00 4/94 2649
/proc/meminfo: memFree=1041920/2055920 swapFree=4178216/4192956
[pid=2415] ppid=2413 vsize=139012 CPUtime=1800.05
/proc/2415/stat : 2415 (bprolog) R 2413 2415 1043 0 -1 4194304 34499 0 0 0 179967 38 0 0 25 0 1 0 172148779 142348288 16725 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 0 0 0 17 1 0 0
/proc/2415/statm: 34753 16725 183 90 0 34291 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 139012

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.21
CPU time (s): 1800.08
CPU user time (s): 1799.68
CPU system time (s): 0.398939
CPU usage (%): 99.5503
Max. virtual memory (cumulated for all children) (KiB): 145532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34499
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= 15
involuntary context switches= 48295

runsolver used 1.84572 s user time and 4.94825 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 06:25:24 UTC 2007


IDJOB= 215926
IDBENCH= 5039
FILE ID= node10/215926-1168237523

PBS_JOBID= 3481216

Free space on /tmp= 66381 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-215926-1168237523 -o ROOT/results/node10/solver-215926-1168237523 -C 1800 -M 900  /tmp/evaluation/215926-1168237523/Complete/Ordinary/solver /tmp/evaluation/215926-1168237523/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4e74d4550cd5c3af0820a7c3b09a7c78

RANDOM SEED= 825273914

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.232
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.232
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:       1496648 kB
Buffers:         49448 kB
Cached:         135808 kB
SwapCached:       2628 kB
Active:         400064 kB
Inactive:       103780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496648 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            4208 kB
Writeback:           0 kB
Mapped:         335520 kB
Slab:            39476 kB
Committed_AS:  4880748 kB
PageTables:       2844 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= 66376 MiB



End job on node10 on Mon Jan  8 06:55:45 UTC 2007