Trace number 196284

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.09 1816.21

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-34_ext.xml
MD5SUM7e84f3c7470c509274bafc2bca441264
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/196284-1168121376/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/node58/watcher-196284-1168121376 -o ROOT/results/node58/solver-196284-1168121376 -C 1800 -M 900 /tmp/evaluation/196284-1168121376/Complete/Ordinary/solver /tmp/evaluation/196284-1168121376/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.94 1.96 1.70 5/81 7165
/proc/meminfo: memFree=1748696/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=5212 CPUtime=0
/proc/7164/stat : 7164 (sh) R 7162 7164 6654 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 160536878 5337088 58 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4294240 0 0 4096 0 0 0 0 17 1 0 0
/proc/7164/statm: 1303 58 42 169 0 14 0

[startup+0.10434 s]
/proc/loadavg: 1.94 1.96 1.70 5/81 7165
/proc/meminfo: memFree=1748696/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=61640 CPUtime=0.09
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 1910 0 0 0 9 0 0 0 20 0 1 0 160536878 63119360 1626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 15410 1626 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515381 s]
/proc/loadavg: 1.94 1.96 1.70 5/81 7165
/proc/meminfo: memFree=1748696/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=61640 CPUtime=0.5
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 7769 0 0 0 47 3 0 0 24 0 1 0 160536878 63119360 7485 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 15410 7485 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33644 s]
/proc/loadavg: 1.94 1.96 1.70 3/81 7165
/proc/meminfo: memFree=1674008/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=136228 CPUtime=1.31
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 19048 0 0 0 125 6 0 0 25 0 1 0 160536878 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97358 s]
/proc/loadavg: 1.94 1.96 1.70 3/81 7165
/proc/meminfo: memFree=1703512/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=101068 CPUtime=2.94
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 21532 0 0 0 286 8 0 0 25 0 1 0 160536878 103493632 12684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 25267 12684 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25286 s]
/proc/loadavg: 1.94 1.96 1.70 3/81 7165
/proc/meminfo: memFree=1654808/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=129588 CPUtime=6.19
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 52273 0 0 0 598 21 0 0 25 0 1 0 160536878 132698112 23976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 32397 23976 158 90 0 31935 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 129588

[startup+12.7234 s]
/proc/loadavg: 1.95 1.96 1.70 3/81 7165
/proc/meminfo: memFree=1643480/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=130208 CPUtime=12.6
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 85874 0 0 0 1223 37 0 0 25 0 1 0 160536878 133332992 26401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 32552 26401 158 90 0 32090 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 130208

[startup+25.5505 s]
/proc/loadavg: 2.04 1.97 1.71 3/81 7165
/proc/meminfo: memFree=1641944/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=130308 CPUtime=25.32
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 148818 0 0 0 2464 68 0 0 25 0 1 0 160536878 133435392 26798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 32577 26798 158 90 0 32115 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 130308

[startup+51.2407 s]
/proc/loadavg: 2.02 1.97 1.72 3/81 7165
/proc/meminfo: memFree=1530200/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=297712 CPUtime=50.77
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 290843 0 0 0 4941 136 0 0 25 0 1 0 160536878 304857088 55941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591963 0 0 4096 2 0 0 0 17 1 0 0
/proc/7164/statm: 74428 55941 158 90 0 73966 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 297712

[startup+102.515 s]
/proc/loadavg: 2.01 1.97 1.73 3/82 7166
/proc/meminfo: memFree=1498832/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=101.59
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 357258 0 0 0 9992 167 0 0 25 0 2 0 160536878 317378560 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7164/statm: 77485 62515 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 309940

[startup+162.581 s]
/proc/loadavg: 2.00 1.97 1.74 3/82 7166
/proc/meminfo: memFree=1498768/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=161.11
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 361385 0 0 0 15942 169 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 309940

[startup+222.628 s]
/proc/loadavg: 2.06 2.00 1.77 3/82 7166
/proc/meminfo: memFree=1498768/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=220.89
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 365511 0 0 0 21917 172 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565670 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 309940

[startup+282.666 s]
/proc/loadavg: 1.98 1.98 1.77 3/83 7241
/proc/meminfo: memFree=1208520/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=280.45
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 365511 0 0 0 27872 173 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567821 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.45
Current children cumulated vsize (KiB) 309940

[startup+342.687 s]
/proc/loadavg: 1.99 1.98 1.78 3/83 7241
/proc/meminfo: memFree=1208648/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=339.92
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 365511 0 0 0 33818 174 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.92
Current children cumulated vsize (KiB) 309940

[startup+402.76 s]
/proc/loadavg: 2.03 2.00 1.80 3/83 7241
/proc/meminfo: memFree=1208648/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=399.45
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 365511 0 0 0 39771 174 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559439 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.45
Current children cumulated vsize (KiB) 309940

[startup+462.802 s]
/proc/loadavg: 2.05 2.01 1.82 3/83 7241
/proc/meminfo: memFree=1208776/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=458.95
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 369637 0 0 0 45719 176 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613157 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.95
Current children cumulated vsize (KiB) 309940

[startup+522.863 s]
/proc/loadavg: 2.07 2.02 1.83 3/83 7243
/proc/meminfo: memFree=1208456/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=518.46
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 369637 0 0 0 51670 176 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.46
Current children cumulated vsize (KiB) 309940

[startup+582.916 s]
/proc/loadavg: 2.02 2.02 1.84 3/83 7243
/proc/meminfo: memFree=1208456/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=578
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 369637 0 0 0 57623 177 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578
Current children cumulated vsize (KiB) 309940

[startup+642.967 s]
/proc/loadavg: 2.01 2.01 1.84 3/83 7243
/proc/meminfo: memFree=1208456/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=309940 CPUtime=637.51
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 369637 0 0 0 63574 177 0 0 25 0 2 0 160536878 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 77485 62516 170 90 0 77023 0
[pid=7164/tid=7166] ppid=7162 vsize=309940 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160543311 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.51
Current children cumulated vsize (KiB) 309940

[startup+702.98 s]
/proc/loadavg: 2.00 2.01 1.85 3/83 7243

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

[pid=7164/tid=7244] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160633324 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173
Current children cumulated vsize (KiB) 320184

[startup+1243.46 s]
/proc/loadavg: 2.00 2.02 1.91 3/84 7244
/proc/meminfo: memFree=1208512/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=320184 CPUtime=1232.51
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373764 0 0 0 123071 180 0 0 25 0 3 0 160536878 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 80046 62517 170 90 0 79584 0
[pid=7164/tid=7166] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160543311 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160633324 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.51
Current children cumulated vsize (KiB) 320184

[startup+1303.55 s]
/proc/loadavg: 2.00 2.01 1.91 3/84 7244
/proc/meminfo: memFree=1208512/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=320184 CPUtime=1292.06
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373764 0 0 0 129026 180 0 0 25 0 3 0 160536878 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 80046 62517 170 90 0 79584 0
[pid=7164/tid=7166] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160543311 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160633324 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.06
Current children cumulated vsize (KiB) 320184

[startup+1363.62 s]
/proc/loadavg: 2.00 2.01 1.91 3/84 7244
/proc/meminfo: memFree=1208448/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=320184 CPUtime=1351.6
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373764 0 0 0 134980 180 0 0 25 0 3 0 160536878 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 80046 62517 170 90 0 79584 0
[pid=7164/tid=7166] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160543311 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=320184 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160633324 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.6
Current children cumulated vsize (KiB) 320184

[startup+1423.69 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208440/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1411.13
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373765 0 0 0 140933 180 0 0 25 0 4 0 160536878 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670608 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62518 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160678330 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.13
Current children cumulated vsize (KiB) 330428

[startup+1483.78 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208376/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1470.68
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 146888 180 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160678330 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.68
Current children cumulated vsize (KiB) 330428

[startup+1543.79 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208376/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1530.16
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 152835 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160678330 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.16
Current children cumulated vsize (KiB) 330428

[startup+1603.86 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208312/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1589.66
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 158785 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160678330 338358272 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.66
Current children cumulated vsize (KiB) 330428

[startup+1663.89 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208312/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1649.13
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 164732 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160678330 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.13
Current children cumulated vsize (KiB) 330428

[startup+1723.99 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208248/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1708.7
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 170689 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160678330 338358272 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.7
Current children cumulated vsize (KiB) 330428

[startup+1783.99 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208248/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1768.14
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 176633 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581647 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160678330 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.14
Current children cumulated vsize (KiB) 330428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.16 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 7245
/proc/meminfo: memFree=1208184/2055920 swapFree=4192812/4192956
[pid=7164] ppid=7162 vsize=330428 CPUtime=1800.04
/proc/7164/stat : 7164 (bprolog) R 7162 7164 6654 0 -1 4194304 373766 0 0 0 179823 181 0 0 25 0 4 0 160536878 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600903 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7164/statm: 82607 62519 170 90 0 82145 0
[pid=7164/tid=7166] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7166/stat : 7166 (bprolog) S 7162 7164 6654 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160543311 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7164/tid=7244] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7244/stat : 7244 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160633324 338358272 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=7164/tid=7245] ppid=7162 vsize=330428 CPUtime=0
/proc/7164/task/7245/stat : 7245 (bprolog) S 7162 7164 6654 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160678330 338358272 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.04
Current children cumulated vsize (KiB) 330428

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.21
CPU time (s): 1800.09
CPU user time (s): 1798.24
CPU system time (s): 1.85372
CPU usage (%): 99.1125
Max. virtual memory (cumulated for all children) (KiB): 330428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.85372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373766
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= 13
involuntary context switches= 40199

runsolver used 1.82072 s user time and 4.99424 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 22:09:37 UTC 2007


IDJOB= 196284
IDBENCH= 3340
FILE ID= node58/196284-1168121376

PBS_JOBID= 3477498

Free space on /tmp= 66531 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-196284-1168121376 -o ROOT/results/node58/solver-196284-1168121376 -C 1800 -M 900  /tmp/evaluation/196284-1168121376/Complete/Ordinary/solver /tmp/evaluation/196284-1168121376/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7e84f3c7470c509274bafc2bca441264

RANDOM SEED= 812832859

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.223
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.223
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:       1749112 kB
Buffers:         19500 kB
Cached:         169812 kB
SwapCached:          0 kB
Active:         131292 kB
Inactive:       112888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7896 kB
Writeback:           0 kB
Mapped:          72620 kB
Slab:            47752 kB
Committed_AS:  2444512 kB
PageTables:       1864 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= 66524 MiB



End job on node58 on Sat Jan  6 22:40:05 UTC 2007