Trace number 196102

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.11 1814.23

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-9_ext.xml
MD5SUM5033d771e027bd5d4b574c909374a3f1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1487.13
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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/196102-1168118977/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/node3/watcher-196102-1168118977 -o ROOT/results/node3/solver-196102-1168118977 -C 1800 -M 900 /tmp/evaluation/196102-1168118977/Complete/Ordinary/solver /tmp/evaluation/196102-1168118977/unknown 1800 

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

/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1447920/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=5344 CPUtime=0
/proc/8899/stat : 8899 (sh) R 8897 8899 8819 0 -1 4194304 135 0 0 0 0 0 0 0 20 0 1 0 160294661 5472256 107 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 233632599399 0 0 4096 0 0 0 0 17 1 0 0
/proc/8899/statm: 1336 107 86 169 0 47 0

[startup+0.102757 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1447920/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=61640 CPUtime=0.08
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 1859 0 0 0 8 0 0 0 20 0 1 0 160294661 63119360 1575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550048 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 15410 1575 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.512568 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1447920/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=61640 CPUtime=0.49
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 7590 0 0 0 45 4 0 0 24 0 1 0 160294661 63119360 7306 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 11324502 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 15410 7306 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.34496 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1373360/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=136228 CPUtime=1.32
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 19049 0 0 0 123 9 0 0 25 0 1 0 160294661 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859862 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.98823 s]
/proc/loadavg: 2.01 2.00 2.00 5/98 8900
/proc/meminfo: memFree=1404080/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=101068 CPUtime=2.95
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 21186 0 0 0 285 10 0 0 25 0 1 0 160294661 103493632 12338 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556840 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 25267 12338 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.2698 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1354736/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=131812 CPUtime=6.21
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 50502 0 0 0 594 27 0 0 25 0 1 0 160294661 134975488 24247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559891 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 32953 24247 158 90 0 32491 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 131812

[startup+12.7418 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1341360/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=132556 CPUtime=12.61
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 81772 0 0 0 1217 44 0 0 25 0 1 0 160294661 135737344 26758 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858958 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 33139 26758 158 90 0 32677 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 132556

[startup+25.5799 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1339184/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=132692 CPUtime=25.34
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 138325 0 0 0 2459 75 0 0 25 0 1 0 160294661 135876608 27324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858977 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 33173 27324 158 90 0 32711 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 132692

[startup+51.2531 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 8900
/proc/meminfo: memFree=1270960/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=301996 CPUtime=50.77
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 274439 0 0 0 4931 146 0 0 25 0 1 0 160294661 309243904 49883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859019 0 0 4096 2 0 0 0 17 1 0 0
/proc/8899/statm: 75499 49883 158 90 0 75037 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 301996

[startup+102.491 s]
/proc/loadavg: 2.00 2.00 2.00 6/99 8901
/proc/meminfo: memFree=1175272/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=101.43
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 9975 168 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 318880

[startup+162.551 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1175208/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=160.94
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 15925 169 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 318880

[startup+222.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1175144/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=220.44
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 21875 169 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580445 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 318880

[startup+282.655 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1147560/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=279.85
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 27815 170 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 318880

[startup+342.715 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1147496/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=339.35
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 33765 170 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.35
Current children cumulated vsize (KiB) 318880

[startup+402.772 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1147432/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=398.86
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 39715 171 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 318880

[startup+462.827 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1120232/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=458.36
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 45665 171 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.36
Current children cumulated vsize (KiB) 318880

[startup+522.873 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1120168/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=517.86
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 51614 172 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.86
Current children cumulated vsize (KiB) 318880

[startup+582.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1120040/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=577.39
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 57567 172 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671447 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.39
Current children cumulated vsize (KiB) 318880

[startup+643.013 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901
/proc/meminfo: memFree=1120040/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=318880 CPUtime=636.91
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316040 0 0 0 63518 173 0 0 25 0 2 0 160294661 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 79720 61328 170 90 0 79258 0
[pid=8899/tid=8901] ppid=8897 vsize=318880 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160301166 326533120 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.91
Current children cumulated vsize (KiB) 318880

[startup+703.035 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 8901

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

[pid=8899/tid=8902] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160391178 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.91
Current children cumulated vsize (KiB) 329124

[startup+1243.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 9165
/proc/meminfo: memFree=1515520/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=329124 CPUtime=1234.46
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316041 0 0 0 123265 181 0 0 25 0 3 0 160294661 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 82281 61329 170 90 0 81819 0
[pid=8899/tid=8901] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160301166 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160391178 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1234.46
Current children cumulated vsize (KiB) 329124

[startup+1303.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 9165
/proc/meminfo: memFree=1515520/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=329124 CPUtime=1293.99
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316041 0 0 0 129218 181 0 0 25 0 3 0 160294661 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 82281 61329 170 90 0 81819 0
[pid=8899/tid=8901] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160301166 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160391178 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.99
Current children cumulated vsize (KiB) 329124

[startup+1363.68 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 9165
/proc/meminfo: memFree=1515520/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=329124 CPUtime=1353.54
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316041 0 0 0 135172 182 0 0 25 0 3 0 160294661 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 82281 61329 170 90 0 81819 0
[pid=8899/tid=8901] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160301166 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=329124 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160391178 337022976 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1353.54
Current children cumulated vsize (KiB) 329124

[startup+1423.76 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 9166
/proc/meminfo: memFree=1515512/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1413.09
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 141126 183 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.09
Current children cumulated vsize (KiB) 339368

[startup+1483.85 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 9166
/proc/meminfo: memFree=1515512/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1472.64
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 147081 183 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620201 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.64
Current children cumulated vsize (KiB) 339368

[startup+1543.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9166
/proc/meminfo: memFree=1515512/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1532.11
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 153027 184 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.11
Current children cumulated vsize (KiB) 339368

[startup+1603.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9166
/proc/meminfo: memFree=1515448/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1591.58
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 158974 184 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.58
Current children cumulated vsize (KiB) 339368

[startup+1663.87 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 9166
/proc/meminfo: memFree=1515448/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1651.08
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 164923 185 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.08
Current children cumulated vsize (KiB) 339368

[startup+1723.87 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 9166
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1710.56
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 170871 185 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.56
Current children cumulated vsize (KiB) 339368

[startup+1783.98 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 9166
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1770.13
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 176827 186 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552271 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.13
Current children cumulated vsize (KiB) 339368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.18 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 9166
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=8899] ppid=8897 vsize=339368 CPUtime=1800.05
/proc/8899/stat : 8899 (bprolog) R 8897 8899 8819 0 -1 4194304 316042 0 0 0 179819 186 0 0 25 0 4 0 160294661 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/8899/statm: 84842 61330 170 90 0 84380 0
[pid=8899/tid=8901] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8901/stat : 8901 (bprolog) S 8897 8899 8819 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160301166 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=8899/tid=8902] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/8902/stat : 8902 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160391178 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8899/tid=9166] ppid=8897 vsize=339368 CPUtime=0
/proc/8899/task/9166/stat : 9166 (bprolog) S 8897 8899 8819 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160436186 347512832 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 339368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.23
CPU time (s): 1800.11
CPU user time (s): 1798.21
CPU system time (s): 1.90371
CPU usage (%): 99.2215
Max. virtual memory (cumulated for all children) (KiB): 339368

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

runsolver used 2.42463 s user time and 5.59415 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 21:29:38 UTC 2007


IDJOB= 196102
IDBENCH= 3326
FILE ID= node3/196102-1168118977

PBS_JOBID= 3477151

Free space on /tmp= 66538 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-196102-1168118977 -o ROOT/results/node3/solver-196102-1168118977 -C 1800 -M 900  /tmp/evaluation/196102-1168118977/Complete/Ordinary/solver /tmp/evaluation/196102-1168118977/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5033d771e027bd5d4b574c909374a3f1

RANDOM SEED= 910450230

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.279
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.279
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:       1448336 kB
Buffers:         43048 kB
Cached:         129536 kB
SwapCached:          0 kB
Active:         465368 kB
Inactive:        88032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7812 kB
Writeback:           0 kB
Mapped:         409724 kB
Slab:            38284 kB
Committed_AS:  4682476 kB
PageTables:       2744 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= 66533 MiB



End job on node3 on Sat Jan  6 22:00:05 UTC 2007