Trace number 236563

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.07 1809.82

General information on the benchmark

Namefisher/
FISCHER3-4-fair.xml
MD5SUM22311f38f55a59189ec7bec1d01ec1c4
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 variables3274
Number of constraints3087
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3087
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.01 1.00 1.10 5/94 332
/proc/meminfo: memFree=1693920/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=53472 CPUtime=0
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 488 0 0 0 0 0 0 0 20 0 1 0 182787962 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 2962398 0 0 4096 2 0 0 0 17 1 0 0
/proc/331/statm: 13368 207 123 90 0 12906 0

[startup+0.103805 s]
/proc/loadavg: 1.01 1.00 1.10 5/94 332
/proc/meminfo: memFree=1693920/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=61640 CPUtime=0.08
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 1937 0 0 0 8 0 0 0 20 0 1 0 182787962 63119360 1653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 0 0 0 17 1 0 0
/proc/331/statm: 15410 1653 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.511875 s]
/proc/loadavg: 1.01 1.00 1.10 5/94 332
/proc/meminfo: memFree=1693920/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=0.49
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2568 0 0 0 48 1 0 0 24 0 2 0 182787962 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2283 184 90 0 17508 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71880

[startup+1.33303 s]
/proc/loadavg: 1.01 1.00 1.10 3/95 333
/proc/meminfo: memFree=1652504/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=1.3
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2568 0 0 0 129 1 0 0 25 0 2 0 182787962 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2283 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 71880

[startup+2.97035 s]
/proc/loadavg: 1.01 1.00 1.10 3/95 333
/proc/meminfo: memFree=1616664/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=2.93
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2568 0 0 0 292 1 0 0 25 0 2 0 182787962 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2283 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 71880

[startup+6.25502 s]
/proc/loadavg: 1.33 1.07 1.12 3/96 334
/proc/meminfo: memFree=1520144/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=6.18
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2568 0 0 0 617 1 0 0 25 0 2 0 182787962 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2283 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 71880

[startup+12.7172 s]
/proc/loadavg: 1.62 1.13 1.14 3/96 336
/proc/meminfo: memFree=1328016/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=12.5
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 1248 2 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750837 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 71880

[startup+25.5497 s]
/proc/loadavg: 2.13 1.27 1.19 3/95 338
/proc/meminfo: memFree=1117272/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=25.13
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 2501 12 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 71880

[startup+51.1997 s]
/proc/loadavg: 2.21 1.36 1.22 3/95 338
/proc/meminfo: memFree=673560/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=50.5
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 5032 18 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 71880

[startup+102.448 s]
/proc/loadavg: 2.11 1.47 1.26 3/95 525
/proc/meminfo: memFree=1642208/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=101.33
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 10104 29 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 71880

[startup+162.456 s]
/proc/loadavg: 3.87 2.08 1.48 3/102 667
/proc/meminfo: memFree=71552/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=160.83
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 16021 62 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 71880

[startup+222.494 s]
/proc/loadavg: 4.50 2.59 1.69 3/97 758
/proc/meminfo: memFree=15744/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=220.36
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 21950 86 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568296 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 71880

[startup+282.527 s]
/proc/loadavg: 3.48 2.65 1.77 3/103 783
/proc/meminfo: memFree=15448/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=279.62
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 27842 120 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 71880

[startup+342.615 s]
/proc/loadavg: 4.83 3.26 2.04 3/95 783
/proc/meminfo: memFree=15128/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=338.99
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 33759 140 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.99
Current children cumulated vsize (KiB) 71880

[startup+402.677 s]
/proc/loadavg: 3.34 3.14 2.07 3/95 783
/proc/meminfo: memFree=16216/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=398.43
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 39686 157 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 71880

[startup+462.74 s]
/proc/loadavg: 2.84 3.05 2.11 3/95 783
/proc/meminfo: memFree=16344/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=457.87
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 45615 172 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.87
Current children cumulated vsize (KiB) 71880

[startup+522.842 s]
/proc/loadavg: 2.41 2.89 2.11 3/95 783
/proc/meminfo: memFree=15968/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=517.8
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 51593 187 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750157 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 71880

[startup+582.846 s]
/proc/loadavg: 2.68 2.86 2.14 3/95 783
/proc/meminfo: memFree=16224/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=71880 CPUtime=577.66
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2586 0 0 0 57561 205 0 0 25 0 2 0 182787962 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 17970 2301 184 90 0 17508 0
[pid=331/tid=333] ppid=329 vsize=71880 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 182787984 73605120 2301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.66
Current children cumulated vsize (KiB) 71880

[startup+642.927 s]

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

/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.87
Current children cumulated vsize (KiB) 82124

[startup+1183.53 s]
/proc/loadavg: 1.02 1.78 2.03 2/80 799
/proc/meminfo: memFree=1890136/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1176.91
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 117396 295 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.91
Current children cumulated vsize (KiB) 82124

[startup+1243.61 s]
/proc/loadavg: 1.00 1.63 1.96 2/80 799
/proc/meminfo: memFree=1890072/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1236.96
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 123401 295 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.96
Current children cumulated vsize (KiB) 82124

[startup+1303.71 s]
/proc/loadavg: 1.39 1.60 1.93 2/86 1058
/proc/meminfo: memFree=1538464/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1296.99
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 129392 307 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.99
Current children cumulated vsize (KiB) 82124

[startup+1363.74 s]
/proc/loadavg: 2.23 1.78 1.96 3/96 1194
/proc/meminfo: memFree=806152/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1356.71
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 135346 325 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.71
Current children cumulated vsize (KiB) 82124

[startup+1423.76 s]
/proc/loadavg: 2.97 2.07 2.05 3/96 1206
/proc/meminfo: memFree=15240/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1416.32
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 141284 348 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.32
Current children cumulated vsize (KiB) 82124

[startup+1483.78 s]
/proc/loadavg: 2.99 2.24 2.11 3/96 1206
/proc/meminfo: memFree=15112/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1475.97
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 147235 362 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618801 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.97
Current children cumulated vsize (KiB) 82124

[startup+1543.8 s]
/proc/loadavg: 3.95 2.64 2.25 3/96 1206
/proc/meminfo: memFree=15368/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1535.62
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 153185 377 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 82124

[startup+1603.81 s]
/proc/loadavg: 3.21 2.68 2.29 3/96 1206
/proc/meminfo: memFree=15176/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1595.26
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 159133 393 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552782 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.26
Current children cumulated vsize (KiB) 82124

[startup+1663.84 s]
/proc/loadavg: 2.59 2.61 2.29 2/83 1287
/proc/meminfo: memFree=1890800/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1654.78
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 165064 414 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.78
Current children cumulated vsize (KiB) 82124

[startup+1723.85 s]
/proc/loadavg: 2.26 2.51 2.27 3/89 1567
/proc/meminfo: memFree=1849224/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1714.5
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 171024 426 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.5
Current children cumulated vsize (KiB) 82124

[startup+1783.86 s]
/proc/loadavg: 2.09 2.42 2.25 3/89 1567
/proc/meminfo: memFree=1849352/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=82124 CPUtime=1774.21
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2593 0 0 0 176995 426 0 0 25 0 3 0 182787962 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 20531 2308 184 90 0 20069 0
[pid=331/tid=333] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/333/stat : 333 (bprolog) S 329 331 32359 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182787984 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=785] ppid=329 vsize=82124 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 84094976 2308 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.21
Current children cumulated vsize (KiB) 82124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.81 s]
/proc/loadavg: 2.06 2.38 2.24 3/89 1568
/proc/meminfo: memFree=1849280/2055920 swapFree=4191880/4192956
[pid=331] ppid=329 vsize=92368 CPUtime=1800.05
/proc/331/stat : 331 (bprolog) R 329 331 32359 0 -1 4194304 2599 0 0 0 179579 426 0 0 25 0 3 0 182787962 94584832 2314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626327 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/331/statm: 23092 2314 185 90 0 22630 0
[pid=331/tid=785] ppid=329 vsize=92368 CPUtime=0
/proc/331/task/785/stat : 785 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 182878002 94584832 2314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=331/tid=1568] ppid=329 vsize=92368 CPUtime=0
/proc/331/task/1568/stat : 1568 (bprolog) S 329 331 32359 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 182968016 94584832 2314 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 92368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.82
CPU time (s): 1800.07
CPU user time (s): 1795.8
CPU system time (s): 4.26635
CPU usage (%): 99.4611
Max. virtual memory (cumulated for all children) (KiB): 92368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.8
system time used= 4.26635
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 50622

runsolver used 1.9777 s user time and 5.07723 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Jan  9 11:58:54 UTC 2007


IDJOB= 236563
IDBENCH= 6857
FILE ID= node23/236563-1168343934

PBS_JOBID= 3503459

Free space on /tmp= 66510 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER3-4-fair.xml
COMMAND LINE= /tmp/evaluation/236563-1168343934/Complete/Ordinary/solver /tmp/evaluation/236563-1168343934/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-236563-1168343934 -o ROOT/results/node23/conversion-236563-1168343934 -C 600 -M 900 /tmp/evaluation/236563-1168343934/Complete/Ordinary/conversion /tmp/evaluation/236563-1168343934/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-236563-1168343934 -o ROOT/results/node23/solver-236563-1168343934 -C 1800 -M 900  /tmp/evaluation/236563-1168343934/Complete/Ordinary/solver /tmp/evaluation/236563-1168343934/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  22311f38f55a59189ec7bec1d01ec1c4

RANDOM SEED= 256909743

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.265
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.265
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:       1694336 kB
Buffers:         18020 kB
Cached:         200968 kB
SwapCached:        448 kB
Active:         149632 kB
Inactive:       155832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694336 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          110092 kB
Writeback:           0 kB
Mapped:         110668 kB
Slab:            40692 kB
Committed_AS:  4081560 kB
PageTables:       2408 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= 66560 MiB



End job on node23 on Tue Jan  9 12:29:06 UTC 2007