Trace number 196219

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.1 1804.85

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-28_ext.xml
MD5SUM1a2e5d96c6a61872cb1b48a21e2dca23
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark81.1737
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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/196219-1168120747/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/node23/watcher-196219-1168120747 -o ROOT/results/node23/solver-196219-1168120747 -C 1800 -M 900 /tmp/evaluation/196219-1168120747/Complete/Ordinary/solver /tmp/evaluation/196219-1168120747/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.33 2.08 2.02 4/81 32449
/proc/meminfo: memFree=1393608/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=53472 CPUtime=0
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 160470366 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/32448/statm: 13368 203 123 90 0 12906 0

[startup+0.102945 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 32449
/proc/meminfo: memFree=1393608/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=61640 CPUtime=0.1
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 1984 0 0 0 9 1 0 0 18 0 1 0 160470366 63119360 1700 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/32448/statm: 15410 1700 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.511029 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 32449
/proc/meminfo: memFree=1393608/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=61640 CPUtime=0.5
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 7894 0 0 0 47 3 0 0 22 0 1 0 160470366 63119360 7610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591451 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 15410 7610 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33219 s]
/proc/loadavg: 2.38 2.10 2.03 3/93 32494
/proc/meminfo: memFree=1290796/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=136228 CPUtime=1.32
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 160470366 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.97551 s]
/proc/loadavg: 2.38 2.10 2.03 4/93 32494
/proc/meminfo: memFree=1262760/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=101984 CPUtime=2.95
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 26934 0 0 0 284 11 0 0 25 0 1 0 160470366 104431616 15721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600922 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 25496 15721 158 90 0 25034 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101984

[startup+6.25514 s]
/proc/loadavg: 2.35 2.09 2.03 3/93 32494
/proc/meminfo: memFree=1210024/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=134024 CPUtime=6.21
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 52488 0 0 0 597 24 0 0 25 0 1 0 160470366 137240576 24961 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 33506 24961 158 90 0 33044 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 134024

[startup+12.7274 s]
/proc/loadavg: 2.32 2.09 2.03 3/93 32494
/proc/meminfo: memFree=1197608/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=134720 CPUtime=12.66
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 83702 0 0 0 1226 40 0 0 25 0 1 0 160470366 137953280 27317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859314 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 33680 27317 158 90 0 33218 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 134720

[startup+25.5499 s]
/proc/loadavg: 2.27 2.09 2.03 3/93 32494
/proc/meminfo: memFree=1195688/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=134844 CPUtime=25.43
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 142359 0 0 0 2474 69 0 0 25 0 1 0 160470366 138080256 27824 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857322 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 33711 27824 158 90 0 33249 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 134844

[startup+51.2078 s]
/proc/loadavg: 2.16 2.08 2.02 3/93 32494
/proc/meminfo: memFree=1069544/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=316804 CPUtime=50.96
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269058 0 0 0 4968 128 0 0 25 0 1 0 160470366 324407296 59337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/32448/statm: 79201 59337 158 90 0 78739 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 316804

[startup+102.413 s]
/proc/loadavg: 2.07 2.06 2.02 3/100 32521
/proc/meminfo: memFree=1064480/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=101.91
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269971 0 0 0 10063 128 0 0 25 0 2 0 160470366 334897152 60250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134551357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60250 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 327048

[startup+162.476 s]
/proc/loadavg: 2.02 2.05 2.01 3/100 32645
/proc/meminfo: memFree=1064360/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=161.59
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269974 0 0 0 16020 139 0 0 25 0 2 0 160470366 334897152 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609663 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60253 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 327048

[startup+222.534 s]
/proc/loadavg: 2.01 2.04 2.01 3/94 32693
/proc/meminfo: memFree=1065312/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=221.32
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269974 0 0 0 21988 144 0 0 25 0 2 0 160470366 334897152 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60253 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 327048

[startup+282.568 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 32693
/proc/meminfo: memFree=1065312/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=281.09
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 27965 144 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 327048

[startup+342.599 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 32693
/proc/meminfo: memFree=1065312/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=340.83
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 33939 144 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.83
Current children cumulated vsize (KiB) 327048

[startup+402.63 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 32693
/proc/meminfo: memFree=1065376/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=400.58
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 39914 144 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639038 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 327048

[startup+462.666 s]
/proc/loadavg: 2.06 2.03 2.00 3/94 32693
/proc/meminfo: memFree=1065440/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=460.36
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 45891 145 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.36
Current children cumulated vsize (KiB) 327048

[startup+522.703 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 32693
/proc/meminfo: memFree=1065440/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=520.11
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 51866 145 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.11
Current children cumulated vsize (KiB) 327048

[startup+582.744 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 32693
/proc/meminfo: memFree=1065440/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=579.88
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 57843 145 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.88
Current children cumulated vsize (KiB) 327048

[startup+642.78 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 32693
/proc/meminfo: memFree=1065440/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=327048 CPUtime=639.64
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269975 0 0 0 63819 145 0 0 25 0 2 0 160470366 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32448/statm: 81762 60254 170 90 0 81300 0
[pid=32448/tid=32495] ppid=32446 vsize=327048 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160475598 334897152 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.64
Current children cumulated vsize (KiB) 327048

[startup+702.813 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 32693

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

[pid=32448/tid=32708] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160565613 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.71
Current children cumulated vsize (KiB) 337292

[startup+1243.32 s]
/proc/loadavg: 1.02 1.35 1.70 2/80 32710
/proc/meminfo: memFree=1158832/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=337292 CPUtime=1238.77
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269976 0 0 0 123728 149 0 0 25 0 3 0 160470366 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711859 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 84323 60255 170 90 0 83861 0
[pid=32448/tid=32495] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160475598 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160565613 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.77
Current children cumulated vsize (KiB) 337292

[startup+1303.4 s]
/proc/loadavg: 1.00 1.28 1.65 2/80 32710
/proc/meminfo: memFree=1158896/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=337292 CPUtime=1298.82
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269976 0 0 0 129733 149 0 0 25 0 3 0 160470366 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 84323 60255 170 90 0 83861 0
[pid=32448/tid=32495] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160475598 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160565613 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.82
Current children cumulated vsize (KiB) 337292

[startup+1363.48 s]
/proc/loadavg: 1.00 1.23 1.61 2/80 32710
/proc/meminfo: memFree=1158960/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=337292 CPUtime=1358.88
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269976 0 0 0 135738 150 0 0 25 0 3 0 160470366 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617918 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 84323 60255 170 90 0 83861 0
[pid=32448/tid=32495] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160475598 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=337292 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160565613 345387008 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.88
Current children cumulated vsize (KiB) 337292

[startup+1423.56 s]
/proc/loadavg: 1.00 1.18 1.57 3/81 32711
/proc/meminfo: memFree=1158952/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1418.94
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 141744 150 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.94
Current children cumulated vsize (KiB) 347536

[startup+1483.57 s]
/proc/loadavg: 1.00 1.15 1.53 2/81 32711
/proc/meminfo: memFree=1159016/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1478.92
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 147741 151 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565721 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.92
Current children cumulated vsize (KiB) 347536

[startup+1543.66 s]
/proc/loadavg: 1.00 1.12 1.50 2/81 32711
/proc/meminfo: memFree=1159016/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1539
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 153748 152 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539
Current children cumulated vsize (KiB) 347536

[startup+1603.67 s]
/proc/loadavg: 1.06 1.11 1.47 2/81 32711
/proc/meminfo: memFree=1158952/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1598.98
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 159746 152 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611301 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.98
Current children cumulated vsize (KiB) 347536

[startup+1663.67 s]
/proc/loadavg: 1.02 1.09 1.43 2/81 32711
/proc/meminfo: memFree=1158952/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1658.95
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 165743 152 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613417 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.95
Current children cumulated vsize (KiB) 347536

[startup+1723.77 s]
/proc/loadavg: 1.01 1.07 1.41 2/81 32711
/proc/meminfo: memFree=1159016/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1719.04
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 171751 153 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.04
Current children cumulated vsize (KiB) 347536

[startup+1783.77 s]
/proc/loadavg: 1.00 1.05 1.38 2/81 32711
/proc/meminfo: memFree=1159016/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1779.01
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 177748 153 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560756 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160610620 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.01
Current children cumulated vsize (KiB) 347536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 1.00 1.05 1.37 2/81 32711
/proc/meminfo: memFree=1159016/2055920 swapFree=4192812/4192956
[pid=32448] ppid=32446 vsize=347536 CPUtime=1800.04
/proc/32448/stat : 32448 (bprolog) R 32446 32448 31388 0 -1 4194304 269977 0 0 0 179851 153 0 0 25 0 4 0 160470366 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32448/statm: 86884 60256 170 90 0 86422 0
[pid=32448/tid=32495] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32495/stat : 32495 (bprolog) S 32446 32448 31388 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160475598 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32708] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32708/stat : 32708 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160565613 355876864 60256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32448/tid=32711] ppid=32446 vsize=347536 CPUtime=0
/proc/32448/task/32711/stat : 32711 (bprolog) S 32446 32448 31388 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160610620 355876864 60256 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) 347536

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.85
CPU time (s): 1800.1
CPU user time (s): 1798.52
CPU system time (s): 1.57476
CPU usage (%): 99.7366
Max. virtual memory (cumulated for all children) (KiB): 347536

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

runsolver used 1.74173 s user time and 4.75128 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 21:59:08 UTC 2007


IDJOB= 196219
IDBENCH= 3335
FILE ID= node23/196219-1168120747

PBS_JOBID= 3477416

Free space on /tmp= 66543 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-196219-1168120747 -o ROOT/results/node23/solver-196219-1168120747 -C 1800 -M 900  /tmp/evaluation/196219-1168120747/Complete/Ordinary/solver /tmp/evaluation/196219-1168120747/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1a2e5d96c6a61872cb1b48a21e2dca23

RANDOM SEED= 22319418

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.265
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.265
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:       1394088 kB
Buffers:         51344 kB
Cached:         471100 kB
SwapCached:          0 kB
Active:         219868 kB
Inactive:       364644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7368 kB
Writeback:           0 kB
Mapped:          81096 kB
Slab:            62440 kB
Committed_AS:  3093092 kB
PageTables:       2128 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= 66545 MiB



End job on node23 on Sat Jan  6 22:29:25 UTC 2007