Trace number 236888

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.05 1807.8

General information on the benchmark

Namefisher/
FISCHER6-3-fair.xml
MD5SUM80e926456d0a38bcc4d4b95d158b36dc
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 variables5007
Number of constraints4727
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4727
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236888-1168345457/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/node56/watcher-236888-1168345457 -o ROOT/results/node56/solver-236888-1168345457 -C 1800 -M 900 /tmp/evaluation/236888-1168345457/Complete/Ordinary/solver /tmp/evaluation/236888-1168345457/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: 5.38 4.69 3.94 5/82 29211
/proc/meminfo: memFree=519712/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=1320 CPUtime=0
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 182944177 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 1 0 0
/proc/29210/statm: 330 36 29 90 0 167 0

[startup+0.102613 s]
/proc/loadavg: 5.38 4.69 3.94 5/82 29211
/proc/meminfo: memFree=519712/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=61640 CPUtime=0.08
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 2147 0 0 0 8 0 0 0 21 0 1 0 182944177 63119360 1863 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568432 0 0 4096 2 0 0 0 17 1 0 0
/proc/29210/statm: 15410 1863 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.514643 s]
/proc/loadavg: 5.38 4.69 3.94 5/82 29211
/proc/meminfo: memFree=519712/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=0.5
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 49 1 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72544

[startup+1.34172 s]
/proc/loadavg: 5.38 4.69 3.94 3/83 29212
/proc/meminfo: memFree=487768/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1.32
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 131 1 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72544

[startup+2.97888 s]
/proc/loadavg: 5.38 4.69 3.94 2/83 29212
/proc/meminfo: memFree=471000/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=2.95
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 294 1 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 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) 72544

[startup+6.2582 s]
/proc/loadavg: 5.35 4.69 3.95 3/83 29212
/proc/meminfo: memFree=423256/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=6.22
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 620 2 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72544

[startup+12.7248 s]
/proc/loadavg: 5.32 4.70 3.95 3/84 29213
/proc/meminfo: memFree=313872/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=12.64
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 1262 2 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589539 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 72544

[startup+25.5421 s]
/proc/loadavg: 4.96 4.65 3.95 3/83 29213
/proc/meminfo: memFree=99552/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=25.22
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 2518 4 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 72544

[startup+51.1886 s]
/proc/loadavg: 5.03 4.69 3.98 3/83 29213
/proc/meminfo: memFree=15776/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=50.75
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 5069 6 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 72544

[startup+102.49 s]
/proc/loadavg: 4.83 4.70 4.02 2/83 29214
/proc/meminfo: memFree=16864/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=101.76
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 10164 12 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 72544

[startup+162.586 s]
/proc/loadavg: 4.34 4.59 4.02 2/83 29214
/proc/meminfo: memFree=32736/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=161.84
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 16160 24 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 72544

[startup+222.606 s]
/proc/loadavg: 3.98 4.44 4.00 3/83 29214
/proc/meminfo: memFree=15264/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=221.84
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 22149 35 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 72544

[startup+282.666 s]
/proc/loadavg: 4.62 4.53 4.06 3/83 29215
/proc/meminfo: memFree=14944/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=281.59
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 28115 44 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.59
Current children cumulated vsize (KiB) 72544

[startup+342.704 s]
/proc/loadavg: 4.78 4.58 4.10 2/83 29216
/proc/meminfo: memFree=15328/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=341.18
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3784 0 0 0 34066 52 0 0 25 0 2 0 182944177 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134666694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3334 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3334 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.18
Current children cumulated vsize (KiB) 72544

[startup+402.714 s]
/proc/loadavg: 5.03 4.69 4.17 2/83 29216
/proc/meminfo: memFree=16288/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=400.79
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 40024 55 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 72544

[startup+462.743 s]
/proc/loadavg: 4.66 4.66 4.19 2/83 29218
/proc/meminfo: memFree=19040/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=460.31
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 45968 63 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.31
Current children cumulated vsize (KiB) 72544

[startup+522.748 s]
/proc/loadavg: 4.35 4.57 4.18 2/83 29218
/proc/meminfo: memFree=33696/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=519.92
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 51920 72 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.92
Current children cumulated vsize (KiB) 72544

[startup+582.76 s]
/proc/loadavg: 3.81 4.40 4.15 2/83 29218
/proc/meminfo: memFree=18400/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=579.55
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 57874 81 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624671 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.55
Current children cumulated vsize (KiB) 72544

[startup+642.761 s]

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

[pid=29210] ppid=29208 vsize=72544 CPUtime=998.34
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 99677 157 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750848 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.34
Current children cumulated vsize (KiB) 72544

[startup+1063.04 s]
/proc/loadavg: 3.87 4.43 4.27 3/82 29883
/proc/meminfo: memFree=15832/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1058.35
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 105666 169 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750112 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.35
Current children cumulated vsize (KiB) 72544

[startup+1123.11 s]
/proc/loadavg: 4.69 4.57 4.33 2/89 29892
/proc/meminfo: memFree=21664/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1118.37
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 111657 180 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.37
Current children cumulated vsize (KiB) 72544

[startup+1183.21 s]
/proc/loadavg: 4.25 4.46 4.30 2/89 29892
/proc/meminfo: memFree=39648/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1178.44
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 117653 191 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552645 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.44
Current children cumulated vsize (KiB) 72544

[startup+1243.3 s]
/proc/loadavg: 5.44 4.67 4.38 3/87 29898
/proc/meminfo: memFree=15920/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1238.19
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 123619 200 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.19
Current children cumulated vsize (KiB) 72544

[startup+1303.34 s]
/proc/loadavg: 5.80 4.98 4.50 2/92 29905
/proc/meminfo: memFree=24192/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1297.83
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 129572 211 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.83
Current children cumulated vsize (KiB) 72544

[startup+1363.37 s]
/proc/loadavg: 5.29 4.98 4.53 2/92 29905
/proc/meminfo: memFree=39424/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1357.52
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 135533 219 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552313 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.52
Current children cumulated vsize (KiB) 72544

[startup+1423.47 s]
/proc/loadavg: 7.27 5.51 4.74 3/90 29911
/proc/meminfo: memFree=16080/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1417.36
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 141503 233 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.36
Current children cumulated vsize (KiB) 72544

[startup+1483.49 s]
/proc/loadavg: 6.69 5.69 4.85 2/89 29911
/proc/meminfo: memFree=30680/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1477.32
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 147488 244 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.32
Current children cumulated vsize (KiB) 72544

[startup+1543.53 s]
/proc/loadavg: 6.03 5.69 4.90 3/86 29911
/proc/meminfo: memFree=14904/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1537.35
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 153480 255 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.35
Current children cumulated vsize (KiB) 72544

[startup+1603.6 s]
/proc/loadavg: 6.94 6.01 5.05 2/91 29922
/proc/meminfo: memFree=19912/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1597.21
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 159457 264 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.21
Current children cumulated vsize (KiB) 72544

[startup+1663.6 s]
/proc/loadavg: 6.28 5.97 5.10 2/91 29922
/proc/meminfo: memFree=32904/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1656.83
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 165411 272 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750848 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.83
Current children cumulated vsize (KiB) 72544

[startup+1723.62 s]
/proc/loadavg: 6.35 6.02 5.17 3/89 29922
/proc/meminfo: memFree=15128/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1716.46
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 171364 282 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.46
Current children cumulated vsize (KiB) 72544

[startup+1783.68 s]
/proc/loadavg: 7.02 6.32 5.33 2/91 29934
/proc/meminfo: memFree=15816/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=72544 CPUtime=1776.08
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3814 0 0 0 177315 293 0 0 25 0 2 0 182944177 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29210/statm: 18136 3364 184 90 0 17674 0
[pid=29210/tid=29212] ppid=29208 vsize=72544 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182944208 74285056 3364 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.08
Current children cumulated vsize (KiB) 72544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.78 s]
/proc/loadavg: 6.23 6.19 5.31 2/92 29935
/proc/meminfo: memFree=21888/2055920 swapFree=4184772/4192956
[pid=29210] ppid=29208 vsize=82788 CPUtime=1800.03
/proc/29210/stat : 29210 (bprolog) R 29208 29210 29130 0 -1 4194304 3826 0 0 0 179706 297 0 0 25 0 3 0 182944177 84774912 3376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29210/statm: 20697 3376 184 90 0 20235 0
[pid=29210/tid=29212] ppid=29208 vsize=82788 CPUtime=0
/proc/29210/task/29212/stat : 29212 (bprolog) S 29208 29210 29130 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 182944208 84774912 3376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29210/tid=29935] ppid=29208 vsize=82788 CPUtime=0
/proc/29210/task/29935/stat : 29935 (bprolog) S 29208 29210 29130 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183124237 84774912 3376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 82788

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.8
CPU time (s): 1800.05
CPU user time (s): 1797.07
CPU system time (s): 2.97755
CPU usage (%): 99.5712
Max. virtual memory (cumulated for all children) (KiB): 82788

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

runsolver used 2.03969 s user time and 5.18621 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 12:24:17 UTC 2007


IDJOB= 236888
IDBENCH= 6882
FILE ID= node56/236888-1168345457

PBS_JOBID= 3503549

Free space on /tmp= 43001 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER6-3-fair.xml
COMMAND LINE= /tmp/evaluation/236888-1168345457/Complete/Ordinary/solver /tmp/evaluation/236888-1168345457/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node56/convwatcher-236888-1168345457 -o ROOT/results/node56/conversion-236888-1168345457 -C 600 -M 900 /tmp/evaluation/236888-1168345457/Complete/Ordinary/conversion /tmp/evaluation/236888-1168345457/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-236888-1168345457 -o ROOT/results/node56/solver-236888-1168345457 -C 1800 -M 900  /tmp/evaluation/236888-1168345457/Complete/Ordinary/solver /tmp/evaluation/236888-1168345457/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  80e926456d0a38bcc4d4b95d158b36dc

RANDOM SEED= 230505066

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.232
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.232
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:        520448 kB
Buffers:          3336 kB
Cached:        1288960 kB
SwapCached:       2424 kB
Active:         179660 kB
Inactive:      1270964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        520448 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:          317504 kB
Writeback:           0 kB
Mapped:         171476 kB
Slab:            69784 kB
Committed_AS:  4268628 kB
PageTables:       2216 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= 57623 MiB



End job on node56 on Tue Jan  9 12:54:37 UTC 2007