Trace number 237096

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 1813.94

General information on the benchmark

Namefisher/
FISCHER2-2-fair.xml
MD5SUMbab4b975b96b47ba212c82a13a57142c
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 variables1179
Number of constraints1108
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1108
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/237096-1168346351/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/node15/watcher-237096-1168346351 -o ROOT/results/node15/solver-237096-1168346351 -C 1800 -M 900 /tmp/evaluation/237096-1168346351/Complete/Ordinary/solver /tmp/evaluation/237096-1168346351/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: 3.21 3.38 2.96 5/94 11201
/proc/meminfo: memFree=621104/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=53468 CPUtime=0
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 462 0 0 0 0 0 0 0 21 0 1 0 183030012 54751232 182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7476434 0 0 4096 2 0 0 0 17 1 0 0
/proc/11200/statm: 13367 182 116 90 0 12905 0

[startup+0.104372 s]
/proc/loadavg: 3.21 3.38 2.96 5/94 11201
/proc/meminfo: memFree=621104/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=0.09
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1342 0 0 0 9 0 0 0 21 0 2 0 183030012 73605120 1057 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1057 184 90 0 17508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71880

[startup+0.512438 s]
/proc/loadavg: 3.21 3.38 2.96 5/94 11201
/proc/meminfo: memFree=621104/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=0.5
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 50 0 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 71880

[startup+1.33358 s]
/proc/loadavg: 3.21 3.38 2.96 4/95 11202
/proc/meminfo: memFree=596968/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1.31
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 131 0 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 71880

[startup+2.97486 s]
/proc/loadavg: 3.21 3.38 2.96 3/95 11202
/proc/meminfo: memFree=580528/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=2.95
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 295 0 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627911 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 71880

[startup+6.25443 s]
/proc/loadavg: 3.36 3.41 2.97 3/95 11202
/proc/meminfo: memFree=532848/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=6.21
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 621 0 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 71880

[startup+12.7235 s]
/proc/loadavg: 3.49 3.44 2.99 3/95 11202
/proc/meminfo: memFree=421944/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=12.63
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 1260 3 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 71880

[startup+25.5407 s]
/proc/loadavg: 3.82 3.51 3.02 3/95 11202
/proc/meminfo: memFree=221880/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=25.38
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 2532 6 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750837 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 71880

[startup+51.1891 s]
/proc/loadavg: 4.00 3.58 3.05 3/95 11202
/proc/meminfo: memFree=15032/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=50.87
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 5071 16 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 71880

[startup+102.48 s]
/proc/loadavg: 3.09 3.40 3.02 3/95 11202
/proc/meminfo: memFree=16184/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=101.85
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 10155 30 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 71880

[startup+162.49 s]
/proc/loadavg: 2.67 3.20 2.97 3/95 11202
/proc/meminfo: memFree=15224/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=161.49
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 16101 48 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569017 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 71880

[startup+222.504 s]
/proc/loadavg: 2.80 3.12 2.95 3/95 11202
/proc/meminfo: memFree=16184/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=221.14
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 22049 65 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750852 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.14
Current children cumulated vsize (KiB) 71880

[startup+282.517 s]
/proc/loadavg: 3.01 3.13 2.97 3/95 11202
/proc/meminfo: memFree=16248/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=280.78
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 27995 83 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 71880

[startup+342.527 s]
/proc/loadavg: 3.69 3.27 3.02 3/95 11202
/proc/meminfo: memFree=15224/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=340.42
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 33940 102 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.42
Current children cumulated vsize (KiB) 71880

[startup+402.571 s]
/proc/loadavg: 4.15 3.50 3.12 3/95 11202
/proc/meminfo: memFree=15736/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=400.02
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 39881 121 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.02
Current children cumulated vsize (KiB) 71880

[startup+462.602 s]
/proc/loadavg: 3.03 3.30 3.07 3/95 11202
/proc/meminfo: memFree=16120/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=459.65
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 45828 137 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626290 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.65
Current children cumulated vsize (KiB) 71880

[startup+522.694 s]
/proc/loadavg: 2.82 3.18 3.04 3/95 11202
/proc/meminfo: memFree=15416/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=519.28
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 51769 159 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664582 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.28
Current children cumulated vsize (KiB) 71880

[startup+582.721 s]
/proc/loadavg: 2.99 3.16 3.04 3/95 11202
/proc/meminfo: memFree=15288/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=578.91
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 57709 182 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 71880

[startup+642.731 s]

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

[pid=11200] ppid=11198 vsize=71880 CPUtime=996.36
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 99331 305 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552341 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.36
Current children cumulated vsize (KiB) 71880

[startup+1062.81 s]
/proc/loadavg: 4.09 3.44 3.19 3/95 11211
/proc/meminfo: memFree=15224/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1056
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 105276 324 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1056
Current children cumulated vsize (KiB) 71880

[startup+1122.86 s]
/proc/loadavg: 2.80 3.19 3.12 3/95 11316
/proc/meminfo: memFree=1551360/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1115.15
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 111176 339 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.15
Current children cumulated vsize (KiB) 71880

[startup+1182.89 s]
/proc/loadavg: 2.27 2.95 3.04 3/95 11316
/proc/meminfo: memFree=1551360/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1174.66
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 117127 339 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.66
Current children cumulated vsize (KiB) 71880

[startup+1242.9 s]
/proc/loadavg: 2.10 2.78 2.97 3/95 11316
/proc/meminfo: memFree=1550848/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1234.14
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 123074 340 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.14
Current children cumulated vsize (KiB) 71880

[startup+1302.98 s]
/proc/loadavg: 2.03 2.63 2.91 4/95 11316
/proc/meminfo: memFree=1550208/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1293.68
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 129028 340 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.68
Current children cumulated vsize (KiB) 71880

[startup+1363.01 s]
/proc/loadavg: 2.01 2.52 2.85 3/101 11462
/proc/meminfo: memFree=1492024/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1353.03
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 134962 341 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.03
Current children cumulated vsize (KiB) 71880

[startup+1423.04 s]
/proc/loadavg: 2.00 2.43 2.80 3/95 11514
/proc/meminfo: memFree=1492800/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1412.47
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 140906 341 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1412.47
Current children cumulated vsize (KiB) 71880

[startup+1483.09 s]
/proc/loadavg: 2.04 2.36 2.75 3/95 11514
/proc/meminfo: memFree=1492800/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1472.01
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 146860 341 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755091 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.01
Current children cumulated vsize (KiB) 71880

[startup+1543.13 s]
/proc/loadavg: 2.01 2.29 2.70 3/95 11514
/proc/meminfo: memFree=1492800/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1531.55
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 152813 342 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.55
Current children cumulated vsize (KiB) 71880

[startup+1603.17 s]
/proc/loadavg: 2.00 2.23 2.65 3/95 11514
/proc/meminfo: memFree=1492800/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1591.07
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 158765 342 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.07
Current children cumulated vsize (KiB) 71880

[startup+1663.22 s]
/proc/loadavg: 2.00 2.19 2.61 3/95 11514
/proc/meminfo: memFree=1492736/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1650.62
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 164719 343 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 71880

[startup+1723.25 s]
/proc/loadavg: 2.00 2.15 2.56 3/95 11514
/proc/meminfo: memFree=1492616/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1710.13
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 170670 343 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.13
Current children cumulated vsize (KiB) 71880

[startup+1783.34 s]
/proc/loadavg: 2.00 2.12 2.53 3/95 11514
/proc/meminfo: memFree=1492552/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=71880 CPUtime=1769.68
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1356 0 0 0 176625 343 0 0 25 0 2 0 183030012 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 17970 1071 184 90 0 17508 0
[pid=11200/tid=11202] ppid=11198 vsize=71880 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183030021 73605120 1071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.68
Current children cumulated vsize (KiB) 71880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.93 s]
/proc/loadavg: 2.00 2.11 2.51 3/96 11515
/proc/meminfo: memFree=1492544/2055920 swapFree=4174172/4192956
[pid=11200] ppid=11198 vsize=82124 CPUtime=1800
/proc/11200/stat : 11200 (bprolog) R 11198 11200 9451 0 -1 4194304 1359 0 0 0 179657 343 0 0 25 0 3 0 183030012 84094976 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11200/statm: 20531 1074 184 90 0 20069 0
[pid=11200/tid=11202] ppid=11198 vsize=82124 CPUtime=0
/proc/11200/task/11202/stat : 11202 (bprolog) S 11198 11200 9451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183030021 84094976 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11200/tid=11515] ppid=11198 vsize=82124 CPUtime=0
/proc/11200/task/11515/stat : 11515 (bprolog) S 11198 11200 9451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183210045 84094976 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 82124

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.94
CPU time (s): 1800.03
CPU user time (s): 1796.59
CPU system time (s): 3.43948
CPU usage (%): 99.233
Max. virtual memory (cumulated for all children) (KiB): 82124

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

runsolver used 2.16067 s user time and 5.29219 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Jan  9 12:39:11 UTC 2007


IDJOB= 237096
IDBENCH= 6898
FILE ID= node15/237096-1168346351

PBS_JOBID= 3503195

Free space on /tmp= 54355 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-237096-1168346351 -o ROOT/results/node15/solver-237096-1168346351 -C 1800 -M 900  /tmp/evaluation/237096-1168346351/Complete/Ordinary/solver /tmp/evaluation/237096-1168346351/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bab4b975b96b47ba212c82a13a57142c

RANDOM SEED= 391608700

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.276
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.276
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:        621584 kB
Buffers:          2576 kB
Cached:        1161648 kB
SwapCached:       4900 kB
Active:         217676 kB
Inactive:      1132256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        621584 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:          486260 kB
Writeback:           0 kB
Mapped:         203148 kB
Slab:            68596 kB
Committed_AS:  5947972 kB
PageTables:       2760 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= 66563 MiB



End job on node15 on Tue Jan  9 13:09:26 UTC 2007