Trace number 207410

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.05 1809.16

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-6.xml
MD5SUM0b66108991a98c6e016d6fa7d3e77f65
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 benchmark6.13107
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207410-1168181629/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/node22/watcher-207410-1168181629 -o ROOT/results/node22/solver-207410-1168181629 -C 1800 -M 900 /tmp/evaluation/207410-1168181629/Complete/Ordinary/solver /tmp/evaluation/207410-1168181629/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.39 1.40 5/87 7504
/proc/meminfo: memFree=1390744/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=53472 CPUtime=0
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 488 0 0 0 0 0 0 0 20 0 1 0 166558455 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5099304 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 13368 207 123 90 0 12906 0

[startup+0.10344 s]
/proc/loadavg: 1.92 1.39 1.40 5/87 7504
/proc/meminfo: memFree=1390744/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=53824 CPUtime=0.08
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 2179 0 0 0 8 0 0 0 20 0 1 0 166558455 55115776 1895 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550515 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 13456 1895 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.511498 s]
/proc/loadavg: 1.92 1.39 1.40 5/87 7504
/proc/meminfo: memFree=1390744/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=53824 CPUtime=0.49
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 6115 0 0 0 46 3 0 0 24 0 1 0 166558455 55115776 5831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555077 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 13456 5831 157 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.33262 s]
/proc/loadavg: 1.92 1.39 1.40 3/87 7504
/proc/meminfo: memFree=1357592/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=74212 CPUtime=1.32
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 8732 0 0 0 127 5 0 0 25 0 1 0 166558455 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.97588 s]
/proc/loadavg: 1.92 1.39 1.40 3/87 7504
/proc/meminfo: memFree=1357528/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=74212 CPUtime=2.95
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 8733 0 0 0 290 5 0 0 25 0 1 0 166558455 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 74212

[startup+6.25538 s]
/proc/loadavg: 1.93 1.40 1.41 3/87 7504
/proc/meminfo: memFree=1334936/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=91020 CPUtime=6.21
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 15889 0 0 0 613 8 0 0 25 0 1 0 166558455 93204480 14092 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662534 0 0 4096 2 0 0 0 17 1 0 0
/proc/7503/statm: 22755 14092 177 90 0 22293 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 91020

[startup+12.7224 s]
/proc/loadavg: 1.93 1.41 1.41 3/88 7505
/proc/meminfo: memFree=1322704/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=12.65
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 1255 10 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 101376

[startup+25.5413 s]
/proc/loadavg: 1.95 1.43 1.42 3/88 7505
/proc/meminfo: memFree=1322768/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=25.41
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 2531 10 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 101376

[startup+51.1893 s]
/proc/loadavg: 1.96 1.48 1.43 3/88 7505
/proc/meminfo: memFree=1322896/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=50.95
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 5085 10 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627193 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 101376

[startup+102.48 s]
/proc/loadavg: 1.98 1.56 1.46 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=102.03
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 10193 10 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 101376

[startup+162.487 s]
/proc/loadavg: 1.99 1.63 1.49 3/88 7505
/proc/meminfo: memFree=1322896/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=161.81
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 16170 11 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 101376

[startup+222.502 s]
/proc/loadavg: 1.99 1.70 1.52 3/88 7505
/proc/meminfo: memFree=1322896/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=221.58
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 22147 11 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 101376

[startup+282.508 s]
/proc/loadavg: 1.99 1.75 1.55 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=281.35
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 28123 12 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 101376

[startup+342.516 s]
/proc/loadavg: 1.99 1.79 1.57 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=341.11
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 34099 12 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.11
Current children cumulated vsize (KiB) 101376

[startup+402.617 s]
/proc/loadavg: 1.99 1.83 1.59 3/88 7505
/proc/meminfo: memFree=1322960/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=400.98
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 40085 13 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (KiB) 101376

[startup+462.644 s]
/proc/loadavg: 2.05 1.87 1.62 3/94 7643
/proc/meminfo: memFree=1321672/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=460.62
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 46049 13 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.62
Current children cumulated vsize (KiB) 101376

[startup+522.681 s]
/proc/loadavg: 2.02 1.89 1.64 3/88 7703
/proc/meminfo: memFree=1322688/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=520.31
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 52018 13 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.31
Current children cumulated vsize (KiB) 101376

[startup+582.689 s]
/proc/loadavg: 2.00 1.91 1.66 3/88 7703
/proc/meminfo: memFree=1322704/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=580.06
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 57992 14 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166559222 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.06
Current children cumulated vsize (KiB) 101376

[startup+642.697 s]
/proc/loadavg: 2.00 1.92 1.68 3/88 7703
/proc/meminfo: memFree=1322704/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=101376 CPUtime=639.82
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19441 0 0 0 63968 14 0 0 25 0 2 0 166558455 103809024 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 25344 17159 180 90 0 24882 0
[pid=7503/tid=7505] ppid=7501 vsize=101376 CPUtime=0

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

/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19442 0 0 0 117760 19 0 0 25 0 3 0 166558455 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 27905 17160 180 90 0 27443 0
[pid=7503/tid=7505] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166559222 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166649236 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.79
Current children cumulated vsize (KiB) 111620

[startup+1243.01 s]
/proc/loadavg: 2.01 1.99 1.82 3/90 7705
/proc/meminfo: memFree=1322816/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=111620 CPUtime=1237.55
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19442 0 0 0 123736 19 0 0 25 0 3 0 166558455 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 27905 17160 180 90 0 27443 0
[pid=7503/tid=7505] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166559222 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166649236 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.55
Current children cumulated vsize (KiB) 111620

[startup+1303.04 s]
/proc/loadavg: 2.13 2.02 1.83 3/91 7706
/proc/meminfo: memFree=1322744/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=111620 CPUtime=1297.31
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19442 0 0 0 129711 20 0 0 25 0 3 0 166558455 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 27905 17160 180 90 0 27443 0
[pid=7503/tid=7505] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166559222 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=111620 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166649236 114298880 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.31
Current children cumulated vsize (KiB) 111620

[startup+1363.07 s]
/proc/loadavg: 2.04 2.01 1.84 3/92 7707
/proc/meminfo: memFree=1322736/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1357.06
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19443 0 0 0 135686 20 0 0 25 0 4 0 166558455 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17161 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166694244 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.06
Current children cumulated vsize (KiB) 121864

[startup+1423.12 s]
/proc/loadavg: 2.01 2.01 1.85 3/92 7707
/proc/meminfo: memFree=1322736/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1416.83
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19443 0 0 0 141662 21 0 0 25 0 4 0 166558455 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17161 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166694244 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.83
Current children cumulated vsize (KiB) 121864

[startup+1483.18 s]
/proc/loadavg: 2.10 2.03 1.86 3/92 7709
/proc/meminfo: memFree=1322480/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1476.6
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19443 0 0 0 147639 21 0 0 25 0 4 0 166558455 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17161 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166694244 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.6
Current children cumulated vsize (KiB) 121864

[startup+1543.23 s]
/proc/loadavg: 2.04 2.02 1.87 3/92 7709
/proc/meminfo: memFree=1317232/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1536.38
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19443 0 0 0 153616 22 0 0 25 0 4 0 166558455 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17161 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166694244 124788736 17161 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 121864

[startup+1603.28 s]
/proc/loadavg: 2.01 2.02 1.87 3/92 7709
/proc/meminfo: memFree=1315824/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1596.14
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19779 0 0 0 159592 22 0 0 25 0 4 0 166558455 124788736 17497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17497 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166694244 124788736 17497 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 121864

[startup+1663.34 s]
/proc/loadavg: 2.00 2.01 1.88 3/92 7709
/proc/meminfo: memFree=1315696/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1655.93
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19780 0 0 0 165570 23 0 0 25 0 4 0 166558455 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17498 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166694244 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.93
Current children cumulated vsize (KiB) 121864

[startup+1723.38 s]
/proc/loadavg: 2.15 2.04 1.90 3/92 7709
/proc/meminfo: memFree=1315696/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1715.7
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19780 0 0 0 171547 23 0 0 25 0 4 0 166558455 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7503/statm: 30466 17498 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166694244 124788736 17498 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.7
Current children cumulated vsize (KiB) 121864

[startup+1783.47 s]
/proc/loadavg: 2.27 2.09 1.92 4/100 7826
/proc/meminfo: memFree=1010160/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1774.76
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19781 0 0 0 177450 26 0 0 25 0 4 0 166558455 124788736 17499 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7503/statm: 30466 17499 180 90 0 30004 0
[pid=7503/tid=7505] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7505/stat : 7505 (bprolog) S 7501 7503 6937 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166559222 124788736 17499 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7705] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7705/stat : 7705 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166649236 124788736 17499 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7503/tid=7707] ppid=7501 vsize=121864 CPUtime=0
/proc/7503/task/7707/stat : 7707 (bprolog) S 7501 7503 6937 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166694244 124788736 17499 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 121864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.14 s]
/proc/loadavg: 2.16 2.08 1.92 3/97 7826
/proc/meminfo: memFree=894128/2055920 swapFree=4157532/4192956
[pid=7503] ppid=7501 vsize=121864 CPUtime=1800.03
/proc/7503/stat : 7503 (bprolog) R 7501 7503 6937 0 -1 4194304 19782 0 0 0 179977 26 0 0 25 0 1 0 166558455 124788736 17500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589379 0 0 4096 2 0 0 0 17 0 0 0
/proc/7503/statm: 30466 17500 181 90 0 30004 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 121864

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.16
CPU time (s): 1800.05
CPU user time (s): 1799.78
CPU system time (s): 0.273958
CPU usage (%): 99.4965
Max. virtual memory (cumulated for all children) (KiB): 121864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19782
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= 14
involuntary context switches= 54407

runsolver used 1.9937 s user time and 5.32419 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 14:53:49 UTC 2007


IDJOB= 207410
IDBENCH= 4289
FILE ID= node22/207410-1168181629

PBS_JOBID= 3479159

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-6.xml
COMMAND LINE= /tmp/evaluation/207410-1168181629/Complete/Ordinary/solver /tmp/evaluation/207410-1168181629/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-207410-1168181629 -o ROOT/results/node22/conversion-207410-1168181629 -C 600 -M 900 /tmp/evaluation/207410-1168181629/Complete/Ordinary/conversion /tmp/evaluation/207410-1168181629/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-207410-1168181629 -o ROOT/results/node22/solver-207410-1168181629 -C 1800 -M 900  /tmp/evaluation/207410-1168181629/Complete/Ordinary/solver /tmp/evaluation/207410-1168181629/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0b66108991a98c6e016d6fa7d3e77f65

RANDOM SEED= 264312410

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:       1391160 kB
Buffers:         45756 kB
Cached:         493072 kB
SwapCached:      11496 kB
Active:         140760 kB
Inactive:       449496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391160 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            5468 kB
Writeback:           0 kB
Mapped:          70208 kB
Slab:            59168 kB
Committed_AS:  3076660 kB
PageTables:       2264 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= 66548 MiB



End job on node22 on Sun Jan  7 15:24:09 UTC 2007