Trace number 236615

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.03 1806.15

General information on the benchmark

Namefisher/
FISCHER5-8-fair.xml
MD5SUM759b287a619b7d1444302c4a6aaa485e
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 variables10482
Number of constraints9907
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9907
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236615-1168344131/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/node55/watcher-236615-1168344131 -o ROOT/results/node55/solver-236615-1168344131 -C 1800 -M 900 /tmp/evaluation/236615-1168344131/Complete/Ordinary/solver /tmp/evaluation/236615-1168344131/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.05 2.02 1.84 4/71 19122
/proc/meminfo: memFree=1802208/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=53472 CPUtime=0
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 182812044 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19121/statm: 13368 203 123 90 0 12906 0

[startup+0.10422 s]
/proc/loadavg: 2.05 2.02 1.84 4/71 19122
/proc/meminfo: memFree=1802208/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=61640 CPUtime=0.1
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 2333 0 0 0 9 1 0 0 18 0 1 0 182812044 63119360 2050 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/19121/statm: 15410 2050 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.512259 s]
/proc/loadavg: 2.05 2.02 1.84 4/71 19122
/proc/meminfo: memFree=1802208/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=61636 CPUtime=0.51
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 5564 0 0 0 49 2 0 0 21 0 1 0 182812044 63115264 5279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617023 0 0 4096 2 0 0 0 17 1 0 0
/proc/19121/statm: 15409 5279 174 90 0 14947 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61636

[startup+1.33334 s]
/proc/loadavg: 2.05 2.02 1.84 2/72 19123
/proc/meminfo: memFree=1777304/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1.32
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 130 2 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 73272

[startup+2.9725 s]
/proc/loadavg: 1.96 2.01 1.84 2/72 19123
/proc/meminfo: memFree=1777304/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=2.96
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 294 2 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 73272

[startup+6.25582 s]
/proc/loadavg: 1.96 2.01 1.84 2/72 19125
/proc/meminfo: memFree=1777320/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=6.24
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 621 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 73272

[startup+12.7184 s]
/proc/loadavg: 1.81 1.97 1.83 2/72 19131
/proc/meminfo: memFree=1777584/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=12.7
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 1267 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 73272

[startup+25.5217 s]
/proc/loadavg: 1.69 1.94 1.82 2/66 19153
/proc/meminfo: memFree=1778736/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=25.49
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 2546 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73272

[startup+51.1382 s]
/proc/loadavg: 1.45 1.86 1.80 2/66 19153
/proc/meminfo: memFree=1778960/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=51.1
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 5107 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 73272

[startup+102.365 s]
/proc/loadavg: 1.20 1.73 1.75 2/66 19153
/proc/meminfo: memFree=1778960/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=102.31
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 10228 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 73272

[startup+162.413 s]
/proc/loadavg: 1.06 1.58 1.70 2/66 19153
/proc/meminfo: memFree=1778960/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=162.34
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 16231 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 73272

[startup+222.452 s]
/proc/loadavg: 1.10 1.49 1.66 2/66 19153
/proc/meminfo: memFree=1778960/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=222.36
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 22233 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 73272

[startup+282.491 s]
/proc/loadavg: 1.04 1.41 1.62 2/66 19153
/proc/meminfo: memFree=1779024/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=282.38
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 28235 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 73272

[startup+342.526 s]
/proc/loadavg: 1.01 1.33 1.58 2/66 19153
/proc/meminfo: memFree=1779024/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=342.4
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 34237 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 73272

[startup+402.57 s]
/proc/loadavg: 1.00 1.26 1.53 2/66 19153
/proc/meminfo: memFree=1779024/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=402.43
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 40240 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754224 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 73272

[startup+462.609 s]
/proc/loadavg: 1.00 1.21 1.50 2/66 19153
/proc/meminfo: memFree=1778960/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=462.45
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 46242 3 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 73272

[startup+522.647 s]
/proc/loadavg: 1.00 1.17 1.47 2/66 19153
/proc/meminfo: memFree=1779024/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=522.48
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 52244 4 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.48
Current children cumulated vsize (KiB) 73272

[startup+582.685 s]
/proc/loadavg: 1.00 1.14 1.43 2/66 19153
/proc/meminfo: memFree=1779024/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=582.51
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 58247 4 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.51
Current children cumulated vsize (KiB) 73272

[startup+642.728 s]

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

[pid=19121] ppid=19119 vsize=73272 CPUtime=1002.67
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 100262 5 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.67
Current children cumulated vsize (KiB) 73272

[startup+1063.01 s]
/proc/loadavg: 1.00 1.02 1.24 2/66 19155
/proc/meminfo: memFree=1778768/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1062.69
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 106264 5 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809025 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.69
Current children cumulated vsize (KiB) 73272

[startup+1123.08 s]
/proc/loadavg: 1.52 1.15 1.27 3/75 19238
/proc/meminfo: memFree=1764480/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1122.45
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 112239 6 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.45
Current children cumulated vsize (KiB) 73272

[startup+1183.16 s]
/proc/loadavg: 1.82 1.30 1.31 3/75 19238
/proc/meminfo: memFree=1764544/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1182.06
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 118200 6 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 73272

[startup+1243.25 s]
/proc/loadavg: 1.93 1.43 1.35 3/75 19238
/proc/meminfo: memFree=1764480/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1241.66
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 124160 6 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.66
Current children cumulated vsize (KiB) 73272

[startup+1303.34 s]
/proc/loadavg: 1.97 1.53 1.39 3/75 19238
/proc/meminfo: memFree=1764480/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1301.25
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 130119 6 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.25
Current children cumulated vsize (KiB) 73272

[startup+1363.42 s]
/proc/loadavg: 1.99 1.61 1.43 3/75 19238
/proc/meminfo: memFree=1764416/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1360.86
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 136080 6 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552926 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.86
Current children cumulated vsize (KiB) 73272

[startup+1423.51 s]
/proc/loadavg: 1.99 1.68 1.46 3/75 19238
/proc/meminfo: memFree=1764416/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1420.48
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 142041 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552958 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.48
Current children cumulated vsize (KiB) 73272

[startup+1483.59 s]
/proc/loadavg: 1.99 1.74 1.49 3/75 19238
/proc/meminfo: memFree=1764352/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1480.06
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 147999 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.06
Current children cumulated vsize (KiB) 73272

[startup+1543.68 s]
/proc/loadavg: 1.99 1.78 1.52 3/75 19238
/proc/meminfo: memFree=1764352/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1539.67
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 153960 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.67
Current children cumulated vsize (KiB) 73272

[startup+1603.75 s]
/proc/loadavg: 1.99 1.82 1.55 3/75 19238
/proc/meminfo: memFree=1764288/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1599.27
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 159920 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.27
Current children cumulated vsize (KiB) 73272

[startup+1663.83 s]
/proc/loadavg: 1.99 1.85 1.57 3/75 19238
/proc/meminfo: memFree=1764288/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1658.85
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 165878 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.85
Current children cumulated vsize (KiB) 73272

[startup+1723.91 s]
/proc/loadavg: 1.99 1.87 1.59 3/75 19238
/proc/meminfo: memFree=1764288/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1718.45
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 171838 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.45
Current children cumulated vsize (KiB) 73272

[startup+1783.99 s]
/proc/loadavg: 1.99 1.89 1.62 3/75 19238
/proc/meminfo: memFree=1764224/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=73272 CPUtime=1778.04
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7036 0 0 0 177797 7 0 0 25 0 2 0 182812044 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 18318 6405 184 90 0 17856 0
[pid=19121/tid=19123] ppid=19119 vsize=73272 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182812107 75030528 6405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.04
Current children cumulated vsize (KiB) 73272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.13 s]
/proc/loadavg: 1.99 1.90 1.63 3/76 19239
/proc/meminfo: memFree=1764152/2055920 swapFree=4192192/4192956
[pid=19121] ppid=19119 vsize=83516 CPUtime=1800.01
/proc/19121/stat : 19121 (bprolog) R 19119 19121 18032 0 -1 4194304 7093 0 0 0 179994 7 0 0 25 0 3 0 182812044 85520384 6462 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19121/statm: 20879 6462 184 90 0 20417 0
[pid=19121/tid=19123] ppid=19119 vsize=83516 CPUtime=0
/proc/19121/task/19123/stat : 19123 (bprolog) S 19119 19121 18032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182812107 85520384 6462 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19121/tid=19239] ppid=19119 vsize=83516 CPUtime=0
/proc/19121/task/19239/stat : 19239 (bprolog) S 19119 19121 18032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182992132 85520384 6462 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 83516

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.15
CPU time (s): 1800.03
CPU user time (s): 1799.95
CPU system time (s): 0.081987
CPU usage (%): 99.6611
Max. virtual memory (cumulated for all children) (KiB): 83516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7093
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= 11
involuntary context switches= 17919

runsolver used 1.54976 s user time and 3.9564 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Jan  9 12:02:11 UTC 2007


IDJOB= 236615
IDBENCH= 6861
FILE ID= node55/236615-1168344131

PBS_JOBID= 3503494

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER5-8-fair.xml
COMMAND LINE= /tmp/evaluation/236615-1168344131/Complete/Ordinary/solver /tmp/evaluation/236615-1168344131/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-236615-1168344131 -o ROOT/results/node55/conversion-236615-1168344131 -C 600 -M 900 /tmp/evaluation/236615-1168344131/Complete/Ordinary/conversion /tmp/evaluation/236615-1168344131/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-236615-1168344131 -o ROOT/results/node55/solver-236615-1168344131 -C 1800 -M 900  /tmp/evaluation/236615-1168344131/Complete/Ordinary/solver /tmp/evaluation/236615-1168344131/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  759b287a619b7d1444302c4a6aaa485e

RANDOM SEED= 834879653

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.218
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	: 5931.00
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.218
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:       1802816 kB
Buffers:         24572 kB
Cached:         156448 kB
SwapCached:        268 kB
Active:         102400 kB
Inactive:        94728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802816 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:          25500 kB
Slab:            41708 kB
Committed_AS:  4071792 kB
PageTables:       1604 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= 66559 MiB



End job on node55 on Tue Jan  9 12:32:24 UTC 2007