Trace number 196089

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.12 1816.76

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-43_ext.xml
MD5SUM5f7d365bd388718d753166b5efce5d4f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.09 1.02 1.01 5/81 11999
/proc/meminfo: memFree=1268208/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=18540 CPUtime=0
/proc/11998/stat : 11998 (runsolver) R 11996 11998 11825 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 160290818 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11998/statm: 4635 279 244 17 0 2626 0

[startup+0.103679 s]
/proc/loadavg: 1.09 1.02 1.01 5/81 11999
/proc/meminfo: memFree=1268208/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=61640 CPUtime=0.08
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 1944 0 0 0 8 0 0 0 18 0 1 0 160290818 63119360 1660 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 15410 1660 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.511712 s]
/proc/loadavg: 1.09 1.02 1.01 5/81 11999
/proc/meminfo: memFree=1268208/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=61640 CPUtime=0.5
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 8090 0 0 0 46 4 0 0 22 0 1 0 160290818 63119360 7806 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574359 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 15410 7806 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33279 s]
/proc/loadavg: 1.09 1.02 1.01 3/81 11999
/proc/meminfo: memFree=1147312/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=136228 CPUtime=1.3
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 19048 0 0 0 122 8 0 0 25 0 1 0 160290818 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 136228

[startup+2.96993 s]
/proc/loadavg: 1.16 1.04 1.01 3/82 12000
/proc/meminfo: memFree=1178280/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=101068 CPUtime=2.93
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 21758 0 0 0 283 10 0 0 25 0 1 0 160290818 103493632 12910 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 25267 12910 158 90 0 24805 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 101068

[startup+6.25824 s]
/proc/loadavg: 1.16 1.04 1.01 3/82 12000
/proc/meminfo: memFree=1130152/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=129684 CPUtime=6.19
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 54585 0 0 0 594 25 0 0 25 0 1 0 160290818 132796416 24310 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 32421 24310 158 90 0 31959 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 129684

[startup+12.7188 s]
/proc/loadavg: 1.29 1.07 1.02 3/82 12000
/proc/meminfo: memFree=1118824/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=130232 CPUtime=12.57
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 88051 0 0 0 1216 41 0 0 25 0 1 0 160290818 133357568 26445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 32558 26445 158 90 0 32096 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 130232

[startup+25.568 s]
/proc/loadavg: 1.40 1.10 1.03 3/82 12000
/proc/meminfo: memFree=1117416/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=130324 CPUtime=25.3
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 150973 0 0 0 2454 76 0 0 25 0 1 0 160290818 133451776 26798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859013 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 32581 26798 158 90 0 32119 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 130324

[startup+51.2364 s]
/proc/loadavg: 1.60 1.17 1.05 3/82 12000
/proc/meminfo: memFree=991528/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=298720 CPUtime=50.74
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 289194 0 0 0 4928 146 0 0 25 0 1 0 160290818 305889280 58302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/11998/statm: 74680 58302 158 90 0 74218 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 298720

[startup+102.447 s]
/proc/loadavg: 1.84 1.31 1.11 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=101.48
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 342100 0 0 0 9971 177 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 310012

[startup+162.486 s]
/proc/loadavg: 1.94 1.43 1.16 3/83 12001
/proc/meminfo: memFree=974496/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=160.99
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 346225 0 0 0 15920 179 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 310012

[startup+222.514 s]
/proc/loadavg: 1.98 1.53 1.21 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=220.47
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 346225 0 0 0 21868 179 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 310012

[startup+282.559 s]
/proc/loadavg: 1.99 1.61 1.26 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=279.97
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 350350 0 0 0 27815 182 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.97
Current children cumulated vsize (KiB) 310012

[startup+342.596 s]
/proc/loadavg: 2.09 1.71 1.31 3/83 12001
/proc/meminfo: memFree=974496/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=339.47
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 33761 186 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 310012

[startup+402.654 s]
/proc/loadavg: 2.03 1.76 1.35 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=398.99
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 39712 187 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 310012

[startup+462.688 s]
/proc/loadavg: 2.01 1.80 1.39 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=458.47
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 45660 187 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566518 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 310012

[startup+522.735 s]
/proc/loadavg: 2.00 1.83 1.42 3/83 12001
/proc/meminfo: memFree=974432/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=518
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 51613 187 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 310012

[startup+582.755 s]
/proc/loadavg: 2.00 1.86 1.46 3/83 12001
/proc/meminfo: memFree=974368/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=577.45
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 57558 187 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.45
Current children cumulated vsize (KiB) 310012

[startup+642.809 s]
/proc/loadavg: 2.00 1.89 1.49 3/83 12001
/proc/meminfo: memFree=974368/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=310012 CPUtime=636.91
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358600 0 0 0 63504 187 0 0 25 0 2 0 160290818 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 77503 62517 170 90 0 77041 0
[pid=11998/tid=12001] ppid=11996 vsize=310012 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160296847 317452288 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 636.91
Current children cumulated vsize (KiB) 310012

[startup+702.821 s]
/proc/loadavg: 2.00 1.90 1.52 3/83 12001

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

[pid=11998/tid=12002] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160386863 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.35
Current children cumulated vsize (KiB) 320256

[startup+1243.33 s]
/proc/loadavg: 2.00 1.97 1.71 3/84 12002
/proc/meminfo: memFree=974168/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=320256 CPUtime=1231.89
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358601 0 0 0 123001 188 0 0 25 0 3 0 160290818 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134595403 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 80064 62518 170 90 0 79602 0
[pid=11998/tid=12001] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160296847 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160386863 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1231.89
Current children cumulated vsize (KiB) 320256

[startup+1303.35 s]
/proc/loadavg: 2.00 1.97 1.73 3/84 12002
/proc/meminfo: memFree=974168/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=320256 CPUtime=1291.34
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358601 0 0 0 128946 188 0 0 25 0 3 0 160290818 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 80064 62518 170 90 0 79602 0
[pid=11998/tid=12001] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160296847 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160386863 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1291.34
Current children cumulated vsize (KiB) 320256

[startup+1363.45 s]
/proc/loadavg: 2.11 2.00 1.75 3/84 12002
/proc/meminfo: memFree=974104/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=320256 CPUtime=1350.88
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358601 0 0 0 134899 189 0 0 25 0 3 0 160290818 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670604 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 80064 62518 170 90 0 79602 0
[pid=11998/tid=12001] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160296847 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=320256 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160386863 327942144 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1350.88
Current children cumulated vsize (KiB) 320256

[startup+1423.52 s]
/proc/loadavg: 2.04 2.00 1.76 3/85 12003
/proc/meminfo: memFree=974160/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1410.42
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 140853 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.42
Current children cumulated vsize (KiB) 330500

[startup+1483.61 s]
/proc/loadavg: 2.01 2.00 1.77 3/85 12003
/proc/meminfo: memFree=974096/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1469.99
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 146810 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604318 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.99
Current children cumulated vsize (KiB) 330500

[startup+1543.7 s]
/proc/loadavg: 2.00 2.00 1.78 3/85 12003
/proc/meminfo: memFree=974096/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1529.52
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 152763 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613619 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.52
Current children cumulated vsize (KiB) 330500

[startup+1603.79 s]
/proc/loadavg: 2.00 2.00 1.80 3/85 12003
/proc/meminfo: memFree=974096/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1589.07
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 158718 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.07
Current children cumulated vsize (KiB) 330500

[startup+1663.81 s]
/proc/loadavg: 2.00 2.00 1.81 3/85 12003
/proc/meminfo: memFree=974032/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1648.56
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 164667 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.56
Current children cumulated vsize (KiB) 330500

[startup+1723.84 s]
/proc/loadavg: 2.00 2.00 1.82 3/85 12003
/proc/meminfo: memFree=974032/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1708.02
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 170613 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.02
Current children cumulated vsize (KiB) 330500

[startup+1783.94 s]
/proc/loadavg: 2.08 2.02 1.83 3/85 12003
/proc/meminfo: memFree=974032/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1767.58
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 176569 189 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.58
Current children cumulated vsize (KiB) 330500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.71 s]
/proc/loadavg: 2.10 2.03 1.84 3/88 12057
/proc/meminfo: memFree=1157424/2055920 swapFree=4192812/4192956
[pid=11998] ppid=11996 vsize=330500 CPUtime=1800.06
/proc/11998/stat : 11998 (bprolog) R 11996 11998 11825 0 -1 4194304 358602 0 0 0 179814 192 0 0 25 0 4 0 160290818 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11998/statm: 82625 62519 170 90 0 82163 0
[pid=11998/tid=12001] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12001/stat : 12001 (bprolog) S 11996 11998 11825 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160296847 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12002] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12002/stat : 12002 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160386863 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11998/tid=12003] ppid=11996 vsize=330500 CPUtime=0
/proc/11998/task/12003/stat : 12003 (bprolog) S 11996 11998 11825 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160431869 338432000 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 330500

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.76
CPU time (s): 1800.12
CPU user time (s): 1798.16
CPU system time (s): 1.9597
CPU usage (%): 99.0839
Max. virtual memory (cumulated for all children) (KiB): 330500

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

runsolver used 1.84072 s user time and 4.97724 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan  6 21:28:29 UTC 2007


IDJOB= 196089
IDBENCH= 3325
FILE ID= node48/196089-1168118909

PBS_JOBID= 3477490

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-43_ext.xml
COMMAND LINE= /tmp/evaluation/196089-1168118909/Complete/Ordinary/solver /tmp/evaluation/196089-1168118909/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node48/convwatcher-196089-1168118909 -o ROOT/results/node48/conversion-196089-1168118909 -C 600 -M 900 /tmp/evaluation/196089-1168118909/Complete/Ordinary/conversion /tmp/evaluation/196089-1168118909/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-196089-1168118909 -o ROOT/results/node48/solver-196089-1168118909 -C 1800 -M 900  /tmp/evaluation/196089-1168118909/Complete/Ordinary/solver /tmp/evaluation/196089-1168118909/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5f7d365bd388718d753166b5efce5d4f

RANDOM SEED= 7373994

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.218
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.218
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:       1269328 kB
Buffers:         42968 kB
Cached:         377000 kB
SwapCached:          0 kB
Active:         393308 kB
Inactive:       319444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14444 kB
Writeback:           0 kB
Mapped:         311896 kB
Slab:            58624 kB
Committed_AS:  4056032 kB
PageTables:       2364 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= 66549 MiB



End job on node48 on Sat Jan  6 21:58:58 UTC 2007