Trace number 236836

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.12 1802.68

General information on the benchmark

Namefisher/
FISCHER11-15-fair.xml
MD5SUMd8270809ec21c251fd8a6b54e0f323eb
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 variables43059
Number of constraints40802
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40802
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236836-1168345284/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/node9/watcher-236836-1168345284 -o ROOT/results/node9/solver-236836-1168345284 -C 1800 -M 900 /tmp/evaluation/236836-1168345284/Complete/Ordinary/solver /tmp/evaluation/236836-1168345284/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.52 3.43 3.19 3/94 17541
/proc/meminfo: memFree=1853760/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=880 CPUtime=0
/proc/17540/stat : 17540 (sh) R 17538 17540 16845 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 182927100 901120 25 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 215416370569 0 0 4096 0 0 0 0 17 1 0 0
/proc/17540/statm: 220 25 18 169 0 8 0

[startup+0.103017 s]
/proc/loadavg: 2.52 3.43 3.19 3/94 17541
/proc/meminfo: memFree=1853760/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=61640 CPUtime=0.09
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 2173 0 0 0 8 1 0 0 20 0 1 0 182927100 63119360 1889 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550515 0 0 4096 2 0 0 0 17 1 0 0
/proc/17540/statm: 15410 1889 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.51106 s]
/proc/loadavg: 2.52 3.43 3.19 3/94 17541
/proc/meminfo: memFree=1853760/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=61640 CPUtime=0.5
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 6867 0 0 0 47 3 0 0 24 0 1 0 182927100 63119360 6583 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550524 0 0 4096 2 0 0 0 17 1 0 0
/proc/17540/statm: 15410 6583 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33315 s]
/proc/loadavg: 2.52 3.43 3.19 3/94 17541
/proc/meminfo: memFree=1795328/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=84780 CPUtime=1.31
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 16035 0 0 0 125 6 0 0 25 0 1 0 182927100 86814720 15500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550476 0 0 4096 2 0 0 0 17 1 0 0
/proc/17540/statm: 21195 15500 158 90 0 20733 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 84780

[startup+2.98234 s]
/proc/loadavg: 2.48 3.40 3.18 3/94 17541
/proc/meminfo: memFree=1754880/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=124628 CPUtime=2.96
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 29014 0 0 0 285 11 0 0 25 0 1 0 182927100 127619072 18044 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/17540/statm: 31157 18044 158 90 0 30695 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 124628

[startup+6.26171 s]
/proc/loadavg: 2.48 3.40 3.18 3/95 17542
/proc/meminfo: memFree=1746232/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=6.22
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 605 17 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 138624

[startup+12.7324 s]
/proc/loadavg: 2.41 3.36 3.17 3/95 17542
/proc/meminfo: memFree=1746360/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=12.66
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 1249 17 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 138624

[startup+25.5539 s]
/proc/loadavg: 2.34 3.31 3.16 3/95 17542
/proc/meminfo: memFree=1746424/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=25.42
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 2525 17 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589649 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 138624

[startup+51.2178 s]
/proc/loadavg: 2.22 3.21 3.13 3/95 17542
/proc/meminfo: memFree=1746616/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=50.97
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 5079 18 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 138624

[startup+102.439 s]
/proc/loadavg: 2.16 3.03 3.07 3/95 17542
/proc/meminfo: memFree=1746616/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=101.94
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 10176 18 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 138624

[startup+162.485 s]
/proc/loadavg: 2.06 2.84 3.00 3/95 17542
/proc/meminfo: memFree=1746616/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=161.71
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 16152 19 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552855 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 138624

[startup+222.513 s]
/proc/loadavg: 2.05 2.68 2.93 3/88 17607
/proc/meminfo: memFree=1773552/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=221.57
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 22136 21 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755072 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.57
Current children cumulated vsize (KiB) 138624

[startup+282.614 s]
/proc/loadavg: 2.02 2.55 2.87 3/88 17607
/proc/meminfo: memFree=1773488/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=281.62
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 28141 21 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.62
Current children cumulated vsize (KiB) 138624

[startup+342.715 s]
/proc/loadavg: 2.00 2.45 2.81 3/88 17607
/proc/meminfo: memFree=1773488/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=341.66
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 34145 21 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614892 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.66
Current children cumulated vsize (KiB) 138624

[startup+402.813 s]
/proc/loadavg: 2.00 2.36 2.76 3/88 17607
/proc/meminfo: memFree=1773488/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=401.68
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 40147 21 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.68
Current children cumulated vsize (KiB) 138624

[startup+462.814 s]
/proc/loadavg: 2.00 2.29 2.71 3/88 17607
/proc/meminfo: memFree=1773424/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=461.64
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 46142 22 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.64
Current children cumulated vsize (KiB) 138624

[startup+522.915 s]
/proc/loadavg: 2.00 2.24 2.66 3/88 17607
/proc/meminfo: memFree=1773360/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=521.68
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 52146 22 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552956 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.68
Current children cumulated vsize (KiB) 138624

[startup+583.016 s]
/proc/loadavg: 2.00 2.19 2.62 3/88 17607
/proc/meminfo: memFree=1773232/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=581.7
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 58148 22 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.7
Current children cumulated vsize (KiB) 138624

[startup+643.116 s]
/proc/loadavg: 2.00 2.15 2.58 3/88 17607
/proc/meminfo: memFree=1773168/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=641.75
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 64153 22 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.06 2.06 2.39 3/88 17607
/proc/meminfo: memFree=1772656/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1001.78
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 100155 23 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618342 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 138624

[startup+1063.62 s]
/proc/loadavg: 2.02 2.05 2.36 3/88 17607
/proc/meminfo: memFree=1772592/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1061.83
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 106160 23 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 138624

[startup+1123.63 s]
/proc/loadavg: 2.00 2.04 2.33 3/89 17608
/proc/meminfo: memFree=1772328/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1121.76
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 112153 23 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 138624

[startup+1183.65 s]
/proc/loadavg: 2.00 2.03 2.31 3/89 17608
/proc/meminfo: memFree=1772264/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1181.73
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 118150 23 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 138624

[startup+1243.68 s]
/proc/loadavg: 2.00 2.02 2.29 3/89 17608
/proc/meminfo: memFree=1772200/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1241.7
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 124147 23 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.7
Current children cumulated vsize (KiB) 138624

[startup+1303.69 s]
/proc/loadavg: 2.00 2.01 2.27 3/89 17608
/proc/meminfo: memFree=1772136/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1301.64
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 130140 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 138624

[startup+1363.69 s]
/proc/loadavg: 2.00 2.01 2.25 3/89 17608
/proc/meminfo: memFree=1772008/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1361.58
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 136134 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 138624

[startup+1423.79 s]
/proc/loadavg: 2.00 2.00 2.23 3/89 17608
/proc/meminfo: memFree=1771944/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1421.63
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 142139 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 138624

[startup+1483.89 s]
/proc/loadavg: 2.00 2.00 2.21 3/89 17608
/proc/meminfo: memFree=1771816/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1481.66
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 148142 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.66
Current children cumulated vsize (KiB) 138624

[startup+1543.9 s]
/proc/loadavg: 2.00 2.00 2.20 3/90 17609
/proc/meminfo: memFree=1771680/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1541.6
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 154136 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754716 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 138624

[startup+1603.94 s]
/proc/loadavg: 2.00 2.00 2.18 3/90 17609
/proc/meminfo: memFree=1771616/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1601.6
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 160136 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 138624

[startup+1663.98 s]
/proc/loadavg: 2.00 2.00 2.17 3/90 17609
/proc/meminfo: memFree=1771488/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1661.56
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 166132 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 138624

[startup+1724.08 s]
/proc/loadavg: 2.00 2.00 2.16 3/90 17609
/proc/meminfo: memFree=1771424/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1721.6
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 172136 24 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622647 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 138624

[startup+1784.09 s]
/proc/loadavg: 2.07 2.02 2.15 3/95 17721
/proc/meminfo: memFree=1741048/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1781.54
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 178125 29 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 138624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.65 s]
/proc/loadavg: 2.12 2.03 2.15 3/95 17721
/proc/meminfo: memFree=1613304/2055920 swapFree=4191880/4192956
[pid=17540] ppid=17538 vsize=138624 CPUtime=1800.08
/proc/17540/stat : 17540 (bprolog) R 17538 17540 16845 0 -1 4194304 39826 0 0 0 179979 29 0 0 25 0 2 0 182927100 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17540/statm: 34656 26985 184 90 0 34194 0
[pid=17540/tid=17542] ppid=17538 vsize=138624 CPUtime=0
/proc/17540/task/17542/stat : 17542 (bprolog) S 17538 17540 16845 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182927566 141950976 26985 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 138624

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.68
CPU time (s): 1800.12
CPU user time (s): 1799.8
CPU system time (s): 0.311952
CPU usage (%): 99.8577
Max. virtual memory (cumulated for all children) (KiB): 159484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39826
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= 10
involuntary context switches= 17304

runsolver used 1.81872 s user time and 4.96824 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 12:21:26 UTC 2007


IDJOB= 236836
IDBENCH= 6878
FILE ID= node9/236836-1168345284

PBS_JOBID= 3503224

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER11-15-fair.xml
COMMAND LINE= /tmp/evaluation/236836-1168345284/Complete/Ordinary/solver /tmp/evaluation/236836-1168345284/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-236836-1168345284 -o ROOT/results/node9/conversion-236836-1168345284 -C 600 -M 900 /tmp/evaluation/236836-1168345284/Complete/Ordinary/conversion /tmp/evaluation/236836-1168345284/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-236836-1168345284 -o ROOT/results/node9/solver-236836-1168345284 -C 1800 -M 900  /tmp/evaluation/236836-1168345284/Complete/Ordinary/solver /tmp/evaluation/236836-1168345284/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d8270809ec21c251fd8a6b54e0f323eb

RANDOM SEED= 111033233

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.231
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.231
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:       1854176 kB
Buffers:          9436 kB
Cached:          52364 kB
SwapCached:        352 kB
Active:         134272 kB
Inactive:        22372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854176 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8028 kB
Writeback:           0 kB
Mapped:         115264 kB
Slab:            29448 kB
Committed_AS:  6174480 kB
PageTables:       2484 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= 66533 MiB



End job on node9 on Tue Jan  9 12:52:02 UTC 2007