Trace number 195920

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.15 1810.64

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-46_ext.xml
MD5SUMd3ce6bd5a83c5df86f3f945031a07203
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 constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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/195920-1168116457/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/node13/watcher-195920-1168116457 -o ROOT/results/node13/solver-195920-1168116457 -C 1800 -M 900 /tmp/evaluation/195920-1168116457/Complete/Ordinary/solver /tmp/evaluation/195920-1168116457/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.93 1.98 1.96 5/87 17480
/proc/meminfo: memFree=1488968/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=53472 CPUtime=0
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 488 0 0 0 0 0 0 0 20 0 1 0 160041978 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 12300072 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 13368 207 123 90 0 12906 0

[startup+0.114061 s]
/proc/loadavg: 1.93 1.98 1.96 5/87 17480
/proc/meminfo: memFree=1488968/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=61640 CPUtime=0.1
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 1987 0 0 0 9 1 0 0 20 0 1 0 160041978 63119360 1703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691904 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 15410 1703 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.526105 s]
/proc/loadavg: 1.93 1.98 1.96 5/87 17480
/proc/meminfo: memFree=1488968/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=61640 CPUtime=0.5
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 7900 0 0 0 46 4 0 0 24 0 1 0 160041978 63119360 7616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589341 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 15410 7616 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.356 s]
/proc/loadavg: 1.94 1.98 1.96 4/87 17480
/proc/meminfo: memFree=1414472/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=136228 CPUtime=1.32
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 160041978 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.99721 s]
/proc/loadavg: 1.94 1.98 1.96 3/87 17480
/proc/meminfo: memFree=1444296/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=101068 CPUtime=2.96
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 21420 0 0 0 286 10 0 0 25 0 1 0 160041978 103493632 12572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 25267 12572 158 90 0 24805 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 101068

[startup+6.27665 s]
/proc/loadavg: 1.94 1.98 1.96 3/87 17480
/proc/meminfo: memFree=1394632/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=130760 CPUtime=6.21
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 51874 0 0 0 595 26 0 0 25 0 1 0 160041978 133898240 24128 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 32690 24128 158 90 0 32228 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 130760

[startup+12.7495 s]
/proc/loadavg: 1.95 1.98 1.96 3/87 17480
/proc/meminfo: memFree=1383112/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=131404 CPUtime=12.62
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 85524 0 0 0 1219 43 0 0 25 0 1 0 160041978 134557696 26649 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858982 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 32851 26649 158 90 0 32389 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 131404

[startup+25.5942 s]
/proc/loadavg: 1.95 1.98 1.96 3/87 17480
/proc/meminfo: memFree=1381192/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=131504 CPUtime=25.35
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 139847 0 0 0 2466 69 0 0 25 0 1 0 160041978 134660096 27063 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 32876 27063 158 90 0 32414 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 131504

[startup+51.2547 s]
/proc/loadavg: 1.97 1.98 1.96 3/87 17480
/proc/meminfo: memFree=1269256/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=302520 CPUtime=50.78
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 278106 0 0 0 4943 135 0 0 25 0 1 0 160041978 309780480 56240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565203 0 0 4096 2 0 0 0 17 1 0 0
/proc/17479/statm: 75630 56240 158 90 0 75168 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 302520

[startup+102.483 s]
/proc/loadavg: 2.02 2.00 1.97 3/88 17481
/proc/meminfo: memFree=1240128/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=101.58
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311061 0 0 0 10005 153 0 0 25 0 2 0 160041978 322023424 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62265 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 314476

[startup+162.54 s]
/proc/loadavg: 2.01 2.00 1.97 3/88 17481
/proc/meminfo: memFree=1240128/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=161.12
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 15959 153 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 314476

[startup+222.563 s]
/proc/loadavg: 2.00 2.00 1.97 4/89 17482
/proc/meminfo: memFree=1240056/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=220.61
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 21908 153 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 314476

[startup+282.625 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1240056/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=280.15
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 27861 154 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 314476

[startup+342.683 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1240056/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=339.7
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 33815 155 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 314476

[startup+402.737 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1239992/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=399.23
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 39768 155 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565123 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 314476

[startup+462.792 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1239992/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=458.74
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 45718 156 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610174 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.74
Current children cumulated vsize (KiB) 314476

[startup+522.848 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1239992/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=518.24
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 51668 156 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.24
Current children cumulated vsize (KiB) 314476

[startup+582.908 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1239928/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=577.75
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 57618 157 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.75
Current children cumulated vsize (KiB) 314476

[startup+642.962 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 17482
/proc/meminfo: memFree=1239928/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=314476 CPUtime=637.25
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311062 0 0 0 63568 157 0 0 25 0 2 0 160041978 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17479/statm: 78619 62266 170 90 0 78157 0
[pid=17479/tid=17481] ppid=17477 vsize=314476 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160048241 322023424 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.25
Current children cumulated vsize (KiB) 314476

[startup+703.018 s]
/proc/loadavg: 2.07 2.02 1.97 3/90 17483

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

[pid=17479/tid=17682] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160138257 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.35
Current children cumulated vsize (KiB) 324720

[startup+1243.23 s]
/proc/loadavg: 2.00 2.00 1.98 3/88 17912
/proc/meminfo: memFree=1480320/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=324720 CPUtime=1233.3
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311064 0 0 0 123167 163 0 0 25 0 3 0 160041978 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 81180 62268 170 90 0 80718 0
[pid=17479/tid=17481] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160048241 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160138257 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.3
Current children cumulated vsize (KiB) 324720

[startup+1303.25 s]
/proc/loadavg: 2.00 2.00 1.98 3/88 17912
/proc/meminfo: memFree=1480384/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=324720 CPUtime=1293.27
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311064 0 0 0 129163 164 0 0 25 0 3 0 160041978 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 81180 62268 170 90 0 80718 0
[pid=17479/tid=17481] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160048241 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160138257 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.27
Current children cumulated vsize (KiB) 324720

[startup+1363.27 s]
/proc/loadavg: 2.04 2.01 1.98 3/88 17912
/proc/meminfo: memFree=1480384/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=324720 CPUtime=1353.23
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311064 0 0 0 135159 164 0 0 25 0 3 0 160041978 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613460 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 81180 62268 170 90 0 80718 0
[pid=17479/tid=17481] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160048241 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=324720 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160138257 332513280 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.23
Current children cumulated vsize (KiB) 324720

[startup+1423.3 s]
/proc/loadavg: 2.01 2.01 1.98 4/89 17913
/proc/meminfo: memFree=1480376/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1413.18
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 141154 164 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.18
Current children cumulated vsize (KiB) 334964

[startup+1483.35 s]
/proc/loadavg: 2.00 2.00 1.98 3/89 17913
/proc/meminfo: memFree=1480312/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1473.18
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 147154 164 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.18
Current children cumulated vsize (KiB) 334964

[startup+1543.4 s]
/proc/loadavg: 2.07 2.02 1.99 3/89 17913
/proc/meminfo: memFree=1480312/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1533.17
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 153153 164 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670359 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.17
Current children cumulated vsize (KiB) 334964

[startup+1603.45 s]
/proc/loadavg: 2.02 2.01 1.99 3/89 17913
/proc/meminfo: memFree=1480248/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1593.14
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 159150 164 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.14
Current children cumulated vsize (KiB) 334964

[startup+1663.49 s]
/proc/loadavg: 2.01 2.00 1.99 3/89 17913
/proc/meminfo: memFree=1480248/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1653.14
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 165149 165 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.14
Current children cumulated vsize (KiB) 334964

[startup+1723.55 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 17913
/proc/meminfo: memFree=1480248/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1713.14
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 171149 165 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.14
Current children cumulated vsize (KiB) 334964

[startup+1783.6 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 17913
/proc/meminfo: memFree=1480184/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1773.11
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 177146 165 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.11
Current children cumulated vsize (KiB) 334964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.59 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 17913
/proc/meminfo: memFree=1480184/2055920 swapFree=4192812/4192956
[pid=17479] ppid=17477 vsize=334964 CPUtime=1800.1
/proc/17479/stat : 17479 (bprolog) R 17477 17479 17154 0 -1 4194304 311065 0 0 0 179845 165 0 0 25 0 4 0 160041978 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17479/statm: 83741 62269 170 90 0 83279 0
[pid=17479/tid=17481] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17481/stat : 17481 (bprolog) S 17477 17479 17154 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160048241 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17682] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17682/stat : 17682 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160138257 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17479/tid=17913] ppid=17477 vsize=334964 CPUtime=0
/proc/17479/task/17913/stat : 17913 (bprolog) S 17477 17479 17154 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160183270 343003136 62269 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 334964

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.64
CPU time (s): 1800.15
CPU user time (s): 1798.46
CPU system time (s): 1.68974
CPU usage (%): 99.4204
Max. virtual memory (cumulated for all children) (KiB): 334964

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

runsolver used 1.78073 s user time and 5.53816 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 20:47:37 UTC 2007


IDJOB= 195920
IDBENCH= 3312
FILE ID= node13/195920-1168116457

PBS_JOBID= 3477131

Free space on /tmp= 66310 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-195920-1168116457 -o ROOT/results/node13/solver-195920-1168116457 -C 1800 -M 900  /tmp/evaluation/195920-1168116457/Complete/Ordinary/solver /tmp/evaluation/195920-1168116457/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d3ce6bd5a83c5df86f3f945031a07203

RANDOM SEED= 569503195

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.247
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.247
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:       1489512 kB
Buffers:         39216 kB
Cached:         148056 kB
SwapCached:          0 kB
Active:         400704 kB
Inactive:        86640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7748 kB
Writeback:           0 kB
Mapped:         320264 kB
Slab:            62964 kB
Committed_AS:  4145840 kB
PageTables:       3076 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= 66308 MiB



End job on node13 on Sat Jan  6 21:18:01 UTC 2007