Trace number 237148

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 1815.04

General information on the benchmark

Namefisher/
FISCHER7-12-fair.xml
MD5SUM6611a3ed5513f98ab59d479b79f9795d
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 variables21794
Number of constraints20623
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20623
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237148-1168346731/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/node34/watcher-237148-1168346731 -o ROOT/results/node34/solver-237148-1168346731 -C 1800 -M 900 /tmp/evaluation/237148-1168346731/Complete/Ordinary/solver /tmp/evaluation/237148-1168346731/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.06 2.03 1.85 5/81 7154
/proc/meminfo: memFree=1845952/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=53472 CPUtime=0
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 183068432 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550346 0 0 4096 2 0 0 0 17 1 0 0
/proc/7153/statm: 13368 206 123 90 0 12906 0

[startup+0.104446 s]
/proc/loadavg: 2.06 2.03 1.85 5/81 7154
/proc/meminfo: memFree=1845952/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=61640 CPUtime=0.08
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 2185 0 0 0 8 0 0 0 20 0 1 0 183068432 63119360 1901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550176 0 0 4096 2 0 0 0 17 1 0 0
/proc/7153/statm: 15410 1901 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.512479 s]
/proc/loadavg: 2.06 2.03 1.85 5/81 7154
/proc/meminfo: memFree=1845952/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=61640 CPUtime=0.49
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 6466 0 0 0 47 2 0 0 23 0 1 0 183068432 63119360 6182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/7153/statm: 15410 6182 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33555 s]
/proc/loadavg: 2.06 2.03 1.85 3/81 7154
/proc/meminfo: memFree=1809728/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=61636 CPUtime=1.31
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 10047 0 0 0 127 4 0 0 25 0 1 0 183068432 63115264 9762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611355 0 0 4096 2 0 0 0 17 1 0 0
/proc/7153/statm: 15409 9762 174 90 0 14947 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 61636

[startup+2.98067 s]
/proc/loadavg: 2.06 2.03 1.85 3/82 7155
/proc/meminfo: memFree=1804344/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=2.94
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 290 4 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614928 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 74780

[startup+6.25994 s]
/proc/loadavg: 2.05 2.03 1.85 3/82 7155
/proc/meminfo: memFree=1804536/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=6.2
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 615 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 74780

[startup+12.7255 s]
/proc/loadavg: 2.05 2.03 1.85 3/82 7155
/proc/meminfo: memFree=1804600/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=12.61
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 1256 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 74780

[startup+25.5425 s]
/proc/loadavg: 2.04 2.02 1.86 3/82 7155
/proc/meminfo: memFree=1804664/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=25.32
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 2527 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 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) 74780

[startup+51.1946 s]
/proc/loadavg: 2.02 2.02 1.86 3/82 7155
/proc/meminfo: memFree=1804728/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=50.76
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 5071 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 74780

[startup+102.403 s]
/proc/loadavg: 2.08 2.03 1.87 3/82 7155
/proc/meminfo: memFree=1804792/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=101.54
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 10149 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799860 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 74780

[startup+162.441 s]
/proc/loadavg: 2.03 2.02 1.87 3/82 7155
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=161.08
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 16103 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 74780

[startup+222.476 s]
/proc/loadavg: 2.04 2.03 1.89 3/82 7155
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=220.61
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 22056 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 74780

[startup+282.531 s]
/proc/loadavg: 2.06 2.04 1.90 3/82 7155
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=280.17
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 28012 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 74780

[startup+342.605 s]
/proc/loadavg: 2.02 2.03 1.90 3/82 7155
/proc/meminfo: memFree=1800312/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=339.74
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 33969 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 74780

[startup+402.623 s]
/proc/loadavg: 2.15 2.05 1.92 3/82 7155
/proc/meminfo: memFree=1800248/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=399.22
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 39917 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 74780

[startup+462.69 s]
/proc/loadavg: 2.05 2.04 1.92 3/82 7155
/proc/meminfo: memFree=1800184/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=458.76
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 45871 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.76
Current children cumulated vsize (KiB) 74780

[startup+522.723 s]
/proc/loadavg: 2.02 2.03 1.92 3/82 7155
/proc/meminfo: memFree=1800184/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=518.3
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 51825 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 74780

[startup+582.762 s]
/proc/loadavg: 2.00 2.02 1.92 3/82 7155
/proc/meminfo: memFree=1800120/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=577.84
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 57779 5 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.84
Current children cumulated vsize (KiB) 74780

[startup+642.797 s]
/proc/loadavg: 2.12 2.05 1.93 3/82 7155
/proc/meminfo: memFree=1800120/2055920 swapFree=4192812/4192956

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

/proc/loadavg: 2.00 2.01 1.93 3/88 7331
/proc/meminfo: memFree=1798408/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=994.42
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 99436 6 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.42
Current children cumulated vsize (KiB) 74780

[startup+1063.18 s]
/proc/loadavg: 2.00 2.01 1.93 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1053.91
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 105384 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.91
Current children cumulated vsize (KiB) 74780

[startup+1123.25 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1113.47
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 111340 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.47
Current children cumulated vsize (KiB) 74780

[startup+1183.28 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1173
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 117293 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173
Current children cumulated vsize (KiB) 74780

[startup+1243.31 s]
/proc/loadavg: 2.03 2.01 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1232.53
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 123246 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.53
Current children cumulated vsize (KiB) 74780

[startup+1303.34 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1292.06
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 129199 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.06
Current children cumulated vsize (KiB) 74780

[startup+1363.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1351.62
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 135155 7 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817925 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.62
Current children cumulated vsize (KiB) 74780

[startup+1423.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1411.21
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 141113 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.21
Current children cumulated vsize (KiB) 74780

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1470.75
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 147067 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.75
Current children cumulated vsize (KiB) 74780

[startup+1543.58 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1530.28
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 153020 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754717 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.28
Current children cumulated vsize (KiB) 74780

[startup+1603.61 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1589.81
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 158973 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.81
Current children cumulated vsize (KiB) 74780

[startup+1663.63 s]
/proc/loadavg: 2.07 2.03 1.95 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1649.33
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 164925 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.33
Current children cumulated vsize (KiB) 74780

[startup+1723.66 s]
/proc/loadavg: 2.02 2.02 1.95 3/82 7353
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1708.87
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 170879 8 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.87
Current children cumulated vsize (KiB) 74780

[startup+1783.72 s]
/proc/loadavg: 2.13 2.05 1.96 4/82 7425
/proc/meminfo: memFree=1720696/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1768.82
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 176867 15 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.82
Current children cumulated vsize (KiB) 74780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.03 s]
/proc/loadavg: 2.07 2.04 1.96 3/82 7425
/proc/meminfo: memFree=1690680/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=74780 CPUtime=1800.1
/proc/7153/stat : 7153 (bprolog) R 7151 7153 7073 0 -1 4194304 11552 0 0 0 179995 15 0 0 25 0 2 0 183068432 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7153/statm: 18695 10547 184 90 0 18233 0
[pid=7153/tid=7155] ppid=7151 vsize=74780 CPUtime=0
/proc/7153/task/7155/stat : 7155 (bprolog) S 7151 7153 7073 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183068581 76574720 10547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 74780

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.04
CPU time (s): 1800.12
CPU user time (s): 1799.96
CPU system time (s): 0.161975
CPU usage (%): 99.1779
Max. virtual memory (cumulated for all children) (KiB): 74780

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

runsolver used 1.86072 s user time and 5.07023 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Tue Jan  9 12:45:31 UTC 2007


IDJOB= 237148
IDBENCH= 6902
FILE ID= node34/237148-1168346731

PBS_JOBID= 3503592

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER7-12-fair.xml
COMMAND LINE= /tmp/evaluation/237148-1168346731/Complete/Ordinary/solver /tmp/evaluation/237148-1168346731/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node34/convwatcher-237148-1168346731 -o ROOT/results/node34/conversion-237148-1168346731 -C 600 -M 900 /tmp/evaluation/237148-1168346731/Complete/Ordinary/conversion /tmp/evaluation/237148-1168346731/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-237148-1168346731 -o ROOT/results/node34/solver-237148-1168346731 -C 1800 -M 900  /tmp/evaluation/237148-1168346731/Complete/Ordinary/solver /tmp/evaluation/237148-1168346731/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6611a3ed5513f98ab59d479b79f9795d

RANDOM SEED= 944597382

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.227
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.227
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:       1846432 kB
Buffers:         10124 kB
Cached:          80520 kB
SwapCached:          0 kB
Active:         126252 kB
Inactive:        27808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7948 kB
Writeback:           0 kB
Mapped:          82564 kB
Slab:            40612 kB
Committed_AS:  4124312 kB
PageTables:       1948 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= 66540 MiB



End job on node34 on Tue Jan  9 13:16:02 UTC 2007