Trace number 236524

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.09 1813.51

General information on the benchmark

Namefisher/
FISCHER2-6-fair.xml
MD5SUM65f249f5a905a454600fcc755fb006d2
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 variables3243
Number of constraints3056
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3056
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236524-1168343733/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/node47/watcher-236524-1168343733 -o ROOT/results/node47/solver-236524-1168343733 -C 1800 -M 900 /tmp/evaluation/236524-1168343733/Complete/Ordinary/solver /tmp/evaluation/236524-1168343733/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: 0.89 1.04 1.01 5/81 11714
/proc/meminfo: memFree=1773640/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=53472 CPUtime=0
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 488 0 0 0 0 0 0 0 21 0 1 0 182772853 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10986449 0 0 4096 2 0 0 0 17 1 0 0
/proc/11713/statm: 13368 207 123 90 0 12906 0

[startup+0.103505 s]
/proc/loadavg: 0.89 1.04 1.01 5/81 11714
/proc/meminfo: memFree=1773640/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=61640 CPUtime=0.09
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 1932 0 0 0 8 1 0 0 21 0 1 0 182772853 63119360 1648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/11713/statm: 15410 1648 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511539 s]
/proc/loadavg: 0.89 1.04 1.01 5/81 11714
/proc/meminfo: memFree=1773640/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=0.5
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2551 0 0 0 49 1 0 0 25 0 2 0 182772853 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2266 184 90 0 17508 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71880

[startup+1.33263 s]
/proc/loadavg: 0.89 1.04 1.01 3/82 11715
/proc/meminfo: memFree=1765184/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1.31
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2551 0 0 0 130 1 0 0 25 0 2 0 182772853 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2266 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71880

[startup+2.9698 s]
/proc/loadavg: 0.97 1.05 1.02 3/82 11715
/proc/meminfo: memFree=1765184/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=2.93
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2551 0 0 0 292 1 0 0 25 0 2 0 182772853 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2266 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2266 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) 71880

[startup+6.25715 s]
/proc/loadavg: 0.97 1.05 1.02 3/82 11715
/proc/meminfo: memFree=1765000/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=6.19
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2551 0 0 0 618 1 0 0 25 0 2 0 182772853 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2266 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 71880

[startup+12.7158 s]
/proc/loadavg: 1.13 1.08 1.03 3/82 11715
/proc/meminfo: memFree=1765000/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=12.6
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2551 0 0 0 1259 1 0 0 25 0 2 0 182772853 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2266 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 71880

[startup+25.5452 s]
/proc/loadavg: 1.27 1.11 1.04 3/82 11715
/proc/meminfo: memFree=1765192/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=25.32
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 2531 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 71880

[startup+51.185 s]
/proc/loadavg: 1.51 1.18 1.06 3/82 11715
/proc/meminfo: memFree=1765256/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=50.74
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 5073 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 71880

[startup+102.427 s]
/proc/loadavg: 1.79 1.31 1.11 3/82 11715
/proc/meminfo: memFree=1765320/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=101.55
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 10154 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 71880

[startup+162.508 s]
/proc/loadavg: 1.92 1.43 1.16 3/82 11715
/proc/meminfo: memFree=1765384/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=161.09
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 16108 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664567 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 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) 71880

[startup+222.512 s]
/proc/loadavg: 1.97 1.54 1.21 3/82 11715
/proc/meminfo: memFree=1765384/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=220.6
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 22059 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 71880

[startup+282.53 s]
/proc/loadavg: 1.99 1.62 1.26 3/82 11715
/proc/meminfo: memFree=1765384/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=280.12
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 28011 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 71880

[startup+342.547 s]
/proc/loadavg: 1.99 1.69 1.30 3/88 11797
/proc/meminfo: memFree=1763968/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=339.54
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 33953 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.54
Current children cumulated vsize (KiB) 71880

[startup+402.574 s]
/proc/loadavg: 2.08 1.77 1.36 3/88 11883
/proc/meminfo: memFree=1763856/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=398.93
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 39892 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.93
Current children cumulated vsize (KiB) 71880

[startup+462.58 s]
/proc/loadavg: 2.03 1.81 1.39 3/82 11913
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=458.39
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 45838 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.39
Current children cumulated vsize (KiB) 71880

[startup+522.663 s]
/proc/loadavg: 2.01 1.84 1.42 4/82 11913
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=517.97
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 51796 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556950 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.97
Current children cumulated vsize (KiB) 71880

[startup+582.665 s]
/proc/loadavg: 2.00 1.87 1.46 3/82 11913
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=577.47
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 57746 1 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750778 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.47
Current children cumulated vsize (KiB) 71880

[startup+642.669 s]

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

[pid=11713] ppid=11711 vsize=71880 CPUtime=994.07
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 99405 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.07
Current children cumulated vsize (KiB) 71880

[startup+1062.92 s]
/proc/loadavg: 2.06 1.98 1.67 3/82 11913
/proc/meminfo: memFree=1765000/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1053.68
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 105366 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.68
Current children cumulated vsize (KiB) 71880

[startup+1122.93 s]
/proc/loadavg: 2.02 1.98 1.69 3/82 11913
/proc/meminfo: memFree=1764936/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1113.19
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 111317 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.19
Current children cumulated vsize (KiB) 71880

[startup+1182.93 s]
/proc/loadavg: 2.01 1.98 1.70 3/82 11913
/proc/meminfo: memFree=1765000/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1172.7
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 117268 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.7
Current children cumulated vsize (KiB) 71880

[startup+1242.93 s]
/proc/loadavg: 2.00 1.98 1.72 3/82 11913
/proc/meminfo: memFree=1764936/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1232.19
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 123217 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.19
Current children cumulated vsize (KiB) 71880

[startup+1302.96 s]
/proc/loadavg: 2.00 1.98 1.73 3/82 11913
/proc/meminfo: memFree=1764936/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1291.93
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 129191 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.93
Current children cumulated vsize (KiB) 71880

[startup+1363.03 s]
/proc/loadavg: 2.00 1.98 1.75 4/82 11913
/proc/meminfo: memFree=1764936/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1351.72
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 135170 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.72
Current children cumulated vsize (KiB) 71880

[startup+1423.1 s]
/proc/loadavg: 2.00 1.98 1.76 3/82 11915
/proc/meminfo: memFree=1764744/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1411.51
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 141149 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.51
Current children cumulated vsize (KiB) 71880

[startup+1483.17 s]
/proc/loadavg: 2.04 2.00 1.78 3/82 11915
/proc/meminfo: memFree=1764744/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1471.31
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 147129 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.31
Current children cumulated vsize (KiB) 71880

[startup+1543.25 s]
/proc/loadavg: 2.05 2.01 1.79 3/82 11915
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1531.1
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 153108 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.1
Current children cumulated vsize (KiB) 71880

[startup+1603.32 s]
/proc/loadavg: 2.02 2.00 1.80 4/82 11915
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1590.89
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 159087 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.89
Current children cumulated vsize (KiB) 71880

[startup+1663.4 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 11915
/proc/meminfo: memFree=1764808/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1650.68
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 165066 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557313 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.68
Current children cumulated vsize (KiB) 71880

[startup+1723.47 s]
/proc/loadavg: 2.00 2.00 1.82 3/82 11915
/proc/meminfo: memFree=1764872/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1710.48
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 171046 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.48
Current children cumulated vsize (KiB) 71880

[startup+1783.54 s]
/proc/loadavg: 2.00 2.00 1.83 4/82 11915
/proc/meminfo: memFree=1764872/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=71880 CPUtime=1770.27
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2562 0 0 0 177025 2 0 0 25 0 2 0 182772853 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 17970 2277 184 90 0 17508 0
[pid=11713/tid=11715] ppid=11711 vsize=71880 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182772874 73605120 2277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.27
Current children cumulated vsize (KiB) 71880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.49 s]
/proc/loadavg: 2.00 2.00 1.83 3/75 12196
/proc/meminfo: memFree=371848/2055920 swapFree=4183980/4192956
[pid=11713] ppid=11711 vsize=82124 CPUtime=1800.06
/proc/11713/stat : 11713 (bprolog) R 11711 11713 11540 0 -1 4194304 2567 0 0 0 180001 5 0 0 25 0 3 0 182772853 84094976 2282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11713/statm: 20531 2282 184 90 0 20069 0
[pid=11713/tid=11715] ppid=11711 vsize=82124 CPUtime=0
/proc/11713/task/11715/stat : 11715 (bprolog) S 11711 11713 11540 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182772874 84094976 2282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11713/tid=11916] ppid=11711 vsize=82124 CPUtime=0
/proc/11713/task/11916/stat : 11916 (bprolog) S 11711 11713 11540 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182952900 84094976 2282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 82124

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.51
CPU time (s): 1800.09
CPU user time (s): 1800.03
CPU system time (s): 0.06099
CPU usage (%): 99.2598
Max. virtual memory (cumulated for all children) (KiB): 82124

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

runsolver used 1.73274 s user time and 4.98724 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue Jan  9 11:55:34 UTC 2007


IDJOB= 236524
IDBENCH= 6854
FILE ID= node47/236524-1168343733

PBS_JOBID= 3503509

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER2-6-fair.xml
COMMAND LINE= /tmp/evaluation/236524-1168343733/Complete/Ordinary/solver /tmp/evaluation/236524-1168343733/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node47/convwatcher-236524-1168343733 -o ROOT/results/node47/conversion-236524-1168343733 -C 600 -M 900 /tmp/evaluation/236524-1168343733/Complete/Ordinary/conversion /tmp/evaluation/236524-1168343733/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-236524-1168343733 -o ROOT/results/node47/solver-236524-1168343733 -C 1800 -M 900  /tmp/evaluation/236524-1168343733/Complete/Ordinary/solver /tmp/evaluation/236524-1168343733/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  65f249f5a905a454600fcc755fb006d2

RANDOM SEED= 782576721

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.240
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.240
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:       1774056 kB
Buffers:         31480 kB
Cached:         134932 kB
SwapCached:       3452 kB
Active:          89064 kB
Inactive:       134440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774056 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            6136 kB
Writeback:           0 kB
Mapped:          71344 kB
Slab:            43504 kB
Committed_AS:  4833076 kB
PageTables:       2032 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= 65993 MiB



End job on node47 on Tue Jan  9 12:25:50 UTC 2007