Trace number 235809

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.08 1809.03

General information on the benchmark

Namefisher/
FISCHER7-4-fair.xml
MD5SUMf77ef9dbde2f7eaec5129abd91f6ed7a
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 variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.68 3.10 2.72 5/94 5481
/proc/meminfo: memFree=1798224/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=53472 CPUtime=0
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 182381031 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/5480/statm: 13368 203 123 90 0 12906 0

[startup+0.107681 s]
/proc/loadavg: 2.68 3.10 2.72 5/94 5481
/proc/meminfo: memFree=1798224/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=61640 CPUtime=0.1
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 2344 0 0 0 9 1 0 0 18 0 1 0 182381031 63119360 2060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560546 0 0 4096 2 0 0 0 17 1 0 0
/proc/5480/statm: 15410 2060 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515762 s]
/proc/loadavg: 2.68 3.10 2.72 5/94 5481
/proc/meminfo: memFree=1798224/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=0.5
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 49 1 0 0 23 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72896

[startup+1.33693 s]
/proc/loadavg: 2.68 3.10 2.72 3/95 5482
/proc/meminfo: memFree=1779592/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1.32
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 131 1 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 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) 72896

[startup+2.97425 s]
/proc/loadavg: 2.63 3.08 2.72 3/95 5482
/proc/meminfo: memFree=1779592/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=2.96
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 295 1 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72896

[startup+6.2559 s]
/proc/loadavg: 2.63 3.08 2.72 3/95 5482
/proc/meminfo: memFree=1779592/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=6.24
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 623 1 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820462 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72896

[startup+12.7232 s]
/proc/loadavg: 2.53 3.04 2.71 3/95 5482
/proc/meminfo: memFree=1779792/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=12.7
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 1269 1 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72896

[startup+25.5647 s]
/proc/loadavg: 2.45 3.01 2.71 3/95 5482
/proc/meminfo: memFree=1779984/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=25.54
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 2553 1 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 72896

[startup+51.1988 s]
/proc/loadavg: 2.30 2.93 2.69 3/95 5482
/proc/meminfo: memFree=1780176/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=51.17
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 5115 2 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 72896

[startup+102.496 s]
/proc/loadavg: 2.12 2.77 2.64 3/95 5482
/proc/meminfo: memFree=1780240/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=102.45
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 10243 2 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 72896

[startup+162.551 s]
/proc/loadavg: 2.04 2.63 2.60 3/95 5482
/proc/meminfo: memFree=1780176/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=162.47
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 16245 2 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820038 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 72896

[startup+222.601 s]
/proc/loadavg: 2.01 2.52 2.56 3/95 5482
/proc/meminfo: memFree=1780112/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=222.5
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 22248 2 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621973 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.5
Current children cumulated vsize (KiB) 72896

[startup+282.654 s]
/proc/loadavg: 2.00 2.41 2.52 3/95 5482
/proc/meminfo: memFree=1780048/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=282.54
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 28251 3 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 72896

[startup+342.703 s]
/proc/loadavg: 2.00 2.34 2.49 3/95 5482
/proc/meminfo: memFree=1779984/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=342.56
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 34253 3 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 72896

[startup+402.786 s]
/proc/loadavg: 2.00 2.27 2.45 3/95 5482
/proc/meminfo: memFree=1779920/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=402.62
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 40259 3 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 72896

[startup+462.826 s]
/proc/loadavg: 2.00 2.22 2.42 3/95 5482
/proc/meminfo: memFree=1779856/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=462.63
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 46260 3 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.63
Current children cumulated vsize (KiB) 72896

[startup+522.852 s]
/proc/loadavg: 2.00 2.18 2.39 3/95 5482
/proc/meminfo: memFree=1779792/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=522.65
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 52261 4 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.65
Current children cumulated vsize (KiB) 72896

[startup+582.936 s]
/proc/loadavg: 2.00 2.14 2.36 3/95 5482
/proc/meminfo: memFree=1779664/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=582.7
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 58266 4 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.7
Current children cumulated vsize (KiB) 72896

[startup+642.945 s]

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

/proc/loadavg: 2.93 2.66 2.47 3/95 6282
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1001.06
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 100035 71 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820780 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.06
Current children cumulated vsize (KiB) 72896

[startup+1063.12 s]
/proc/loadavg: 2.49 2.58 2.45 3/95 6282
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1060.43
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 105957 86 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754742 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.43
Current children cumulated vsize (KiB) 72896

[startup+1123.21 s]
/proc/loadavg: 2.66 2.60 2.46 3/95 6282
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1119.87
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 111883 104 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.87
Current children cumulated vsize (KiB) 72896

[startup+1183.3 s]
/proc/loadavg: 3.30 2.78 2.53 3/95 6282
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1179.46
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 117833 113 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.46
Current children cumulated vsize (KiB) 72896

[startup+1243.35 s]
/proc/loadavg: 3.62 3.00 2.62 3/95 6282
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1239.38
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 123807 131 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.38
Current children cumulated vsize (KiB) 72896

[startup+1303.41 s]
/proc/loadavg: 2.69 2.85 2.59 3/95 6345
/proc/meminfo: memFree=1546640/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1299.24
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 129775 149 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.24
Current children cumulated vsize (KiB) 72896

[startup+1363.47 s]
/proc/loadavg: 5.43 3.54 2.84 3/104 6364
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1358.6
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 135683 177 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1358.6
Current children cumulated vsize (KiB) 72896

[startup+1423.56 s]
/proc/loadavg: 7.62 4.53 3.23 4/101 6371
/proc/meminfo: memFree=19928/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1417.75
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 141569 206 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.75
Current children cumulated vsize (KiB) 72896

[startup+1483.61 s]
/proc/loadavg: 9.06 5.46 3.62 3/103 6384
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1476.98
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 147459 239 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.98
Current children cumulated vsize (KiB) 72896

[startup+1543.68 s]
/proc/loadavg: 5.46 5.11 3.62 3/96 6401
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1536.47
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 153385 262 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.47
Current children cumulated vsize (KiB) 72896

[startup+1603.76 s]
/proc/loadavg: 3.83 4.69 3.57 3/95 6401
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1596.15
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 159337 278 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754737 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.15
Current children cumulated vsize (KiB) 72896

[startup+1663.82 s]
/proc/loadavg: 3.34 4.40 3.53 3/95 6401
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1655.84
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 165286 298 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.84
Current children cumulated vsize (KiB) 72896

[startup+1723.91 s]
/proc/loadavg: 3.97 4.38 3.58 3/95 6401
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1715.53
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 171238 315 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.53
Current children cumulated vsize (KiB) 72896

[startup+1783.97 s]
/proc/loadavg: 3.09 4.07 3.52 3/95 6404
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1775.18
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 177185 333 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.18
Current children cumulated vsize (KiB) 72896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.02 s]
/proc/loadavg: 2.80 3.92 3.48 3/95 6404
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=5480] ppid=5478 vsize=72896 CPUtime=1800.05
/proc/5480/stat : 5480 (bprolog) R 5478 5480 4842 0 -1 4194304 5354 0 0 0 179660 345 0 0 25 0 2 0 182381031 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5480/statm: 18224 4816 184 90 0 17762 0
[pid=5480/tid=5482] ppid=5478 vsize=72896 CPUtime=0
/proc/5480/task/5482/stat : 5482 (bprolog) S 5478 5480 4842 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182381077 74645504 4816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 72896

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.03
CPU time (s): 1800.08
CPU user time (s): 1796.61
CPU system time (s): 3.46347
CPU usage (%): 99.505
Max. virtual memory (cumulated for all children) (KiB): 72896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.61
system time used= 3.46347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5354
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= 9
involuntary context switches= 62130

runsolver used 1.9747 s user time and 5.16521 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Jan  9 10:50:55 UTC 2007


IDJOB= 235809
IDBENCH= 6799
FILE ID= node11/235809-1168339855

PBS_JOBID= 3503160

Free space on /tmp= 66546 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-235809-1168339855 -o ROOT/results/node11/solver-235809-1168339855 -C 1800 -M 900  /tmp/evaluation/235809-1168339855/Complete/Ordinary/solver /tmp/evaluation/235809-1168339855/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f77ef9dbde2f7eaec5129abd91f6ed7a

RANDOM SEED= 338166718

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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1798512 kB
Buffers:         16172 kB
Cached:          71004 kB
SwapCached:          0 kB
Active:         168084 kB
Inactive:        34488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:         143192 kB
Slab:            39092 kB
Committed_AS:  6707252 kB
PageTables:       2596 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= 56214 MiB



End job on node11 on Tue Jan  9 11:21:11 UTC 2007