Trace number 208728

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.06 1817.12

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-33_ext.xml
MD5SUM797058f4a10aa6568e5c0d6665fa4ebe
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 benchmark30.9913
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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/208728-1168189600/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-208728-1168189600 -o ROOT/results/node13/solver-208728-1168189600 -C 1800 -M 900 /tmp/evaluation/208728-1168189600/Complete/Ordinary/solver /tmp/evaluation/208728-1168189600/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.32 2.10 2.03 5/94 11465
/proc/meminfo: memFree=1144344/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=18540 CPUtime=0
/proc/11464/stat : 11464 (runsolver) R 11462 11464 11158 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 167355592 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11464/statm: 4635 279 244 17 0 2626 0

[startup+0.102636 s]
/proc/loadavg: 2.32 2.10 2.03 5/94 11465
/proc/meminfo: memFree=1144344/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=61640 CPUtime=0.09
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 1905 0 0 0 8 1 0 0 18 0 1 0 167355592 63119360 1621 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 15410 1621 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510669 s]
/proc/loadavg: 2.32 2.10 2.03 5/94 11465
/proc/meminfo: memFree=1144344/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=61640 CPUtime=0.49
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 4976 0 0 0 46 3 0 0 22 0 1 0 167355592 63119360 4692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594896 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 15410 4692 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33178 s]
/proc/loadavg: 2.30 2.10 2.03 3/94 11465
/proc/meminfo: memFree=1109080/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=69720 CPUtime=1.3
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 12153 0 0 0 124 6 0 0 25 0 1 0 167355592 71393280 10506 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589502 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 17430 10506 158 90 0 16968 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 69720

[startup+2.969 s]
/proc/loadavg: 2.30 2.10 2.03 4/94 11465
/proc/meminfo: memFree=1094872/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=78928 CPUtime=2.94
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 23005 0 0 0 282 12 0 0 25 0 1 0 167355592 80822272 12777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 19732 12777 158 90 0 19270 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 78928

[startup+6.26244 s]
/proc/loadavg: 2.30 2.10 2.03 4/94 11465
/proc/meminfo: memFree=1087192/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=79244 CPUtime=6.21
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 38505 0 0 0 600 21 0 0 25 0 1 0 167355592 81145856 13970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859314 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 19811 13970 158 90 0 19349 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 79244

[startup+12.7233 s]
/proc/loadavg: 2.33 2.12 2.03 3/94 11465
/proc/meminfo: memFree=1085032/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=79296 CPUtime=12.65
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 65262 0 0 0 1227 38 0 0 25 0 1 0 167355592 81199104 14174 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 19824 14174 158 90 0 19362 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 79296

[startup+25.56 s]
/proc/loadavg: 2.35 2.13 2.04 3/94 11465
/proc/meminfo: memFree=1024872/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=169052 CPUtime=25.4
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 133720 0 0 0 2466 74 0 0 25 0 1 0 167355592 173109248 27519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858986 0 0 4096 2 0 0 0 17 0 0 0
/proc/11464/statm: 42263 27519 158 90 0 41801 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 169052

[startup+51.2294 s]
/proc/loadavg: 2.57 2.20 2.06 5/95 11466
/proc/meminfo: memFree=1001952/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=50.93
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 5013 80 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608101 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 179984

[startup+102.504 s]
/proc/loadavg: 2.67 2.30 2.10 4/95 11466
/proc/meminfo: memFree=978080/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=101.87
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 10107 80 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608144 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 179984

[startup+162.552 s]
/proc/loadavg: 2.81 2.41 2.15 4/95 11466
/proc/meminfo: memFree=954912/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=161.32
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 16051 81 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 179984

[startup+222.602 s]
/proc/loadavg: 2.77 2.45 2.18 4/95 11466
/proc/meminfo: memFree=958688/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=220.78
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 21997 81 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 179984

[startup+282.663 s]
/proc/loadavg: 2.71 2.49 2.21 4/95 11466
/proc/meminfo: memFree=921952/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=280.24
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 27943 81 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.24
Current children cumulated vsize (KiB) 179984

[startup+342.67 s]
/proc/loadavg: 2.71 2.53 2.24 4/95 11466
/proc/meminfo: memFree=893088/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=339.65
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 33884 81 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 179984

[startup+402.739 s]
/proc/loadavg: 2.68 2.55 2.26 4/95 11466
/proc/meminfo: memFree=898400/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=399.14
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 39833 81 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.14
Current children cumulated vsize (KiB) 179984

[startup+462.821 s]
/proc/loadavg: 2.60 2.56 2.28 3/95 11466
/proc/meminfo: memFree=892832/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=458.66
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 45784 82 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.66
Current children cumulated vsize (KiB) 179984

[startup+522.881 s]
/proc/loadavg: 2.60 2.57 2.30 3/95 11466
/proc/meminfo: memFree=855840/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=518.13
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 51731 82 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580298 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.13
Current children cumulated vsize (KiB) 179984

[startup+582.903 s]
/proc/loadavg: 2.72 2.61 2.33 4/95 11466
/proc/meminfo: memFree=855840/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=577.59
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 57677 82 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.59
Current children cumulated vsize (KiB) 179984

[startup+642.995 s]
/proc/loadavg: 2.77 2.65 2.36 4/95 11466
/proc/meminfo: memFree=843232/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=179984 CPUtime=637.1
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143833 0 0 0 63628 82 0 0 25 0 2 0 167355592 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671438 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 44996 30387 170 90 0 44534 0
[pid=11464/tid=11466] ppid=11462 vsize=179984 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167358485 184303616 30387 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.1
Current children cumulated vsize (KiB) 179984


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

[pid=11464/tid=11469] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167448503 194793472 30388 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.35
Current children cumulated vsize (KiB) 190228

[startup+1243.57 s]
/proc/loadavg: 2.81 2.74 2.53 4/96 11469
/proc/meminfo: memFree=757400/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=190228 CPUtime=1231.77
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143835 0 0 0 123092 85 0 0 25 0 3 0 167355592 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580247 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 47557 30389 170 90 0 47095 0
[pid=11464/tid=11466] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167358485 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167448503 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1231.77
Current children cumulated vsize (KiB) 190228

[startup+1303.58 s]
/proc/loadavg: 2.77 2.74 2.54 4/96 11469
/proc/meminfo: memFree=757464/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=190228 CPUtime=1291.19
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143835 0 0 0 129034 85 0 0 25 0 3 0 167355592 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134722624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 47557 30389 170 90 0 47095 0
[pid=11464/tid=11466] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167358485 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167448503 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1291.19
Current children cumulated vsize (KiB) 190228

[startup+1363.58 s]
/proc/loadavg: 2.81 2.75 2.56 4/96 11469
/proc/meminfo: memFree=757400/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=190228 CPUtime=1350.62
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143835 0 0 0 134977 85 0 0 25 0 3 0 167355592 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639177 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 47557 30389 170 90 0 47095 0
[pid=11464/tid=11466] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167358485 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=190228 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167448503 194793472 30389 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1350.62
Current children cumulated vsize (KiB) 190228

[startup+1423.65 s]
/proc/loadavg: 2.76 2.75 2.56 4/97 11470
/proc/meminfo: memFree=757392/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1410.08
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 140923 85 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565318 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.08
Current children cumulated vsize (KiB) 200472

[startup+1483.68 s]
/proc/loadavg: 2.75 2.75 2.57 4/97 11470
/proc/meminfo: memFree=757392/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1469.53
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 146867 86 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552108 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.53
Current children cumulated vsize (KiB) 200472

[startup+1543.69 s]
/proc/loadavg: 2.73 2.74 2.58 4/97 11470
/proc/meminfo: memFree=757392/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1528.96
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 152810 86 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.96
Current children cumulated vsize (KiB) 200472

[startup+1603.78 s]
/proc/loadavg: 2.77 2.74 2.59 4/97 11470
/proc/meminfo: memFree=757392/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1588.43
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 158757 86 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.43
Current children cumulated vsize (KiB) 200472

[startup+1663.83 s]
/proc/loadavg: 2.79 2.74 2.59 4/97 11470
/proc/meminfo: memFree=757200/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1647.9
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 164704 86 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.9
Current children cumulated vsize (KiB) 200472

[startup+1723.89 s]
/proc/loadavg: 2.88 2.77 2.61 4/97 11470
/proc/meminfo: memFree=757264/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1707.37
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 170651 86 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.37
Current children cumulated vsize (KiB) 200472

[startup+1783.9 s]
/proc/loadavg: 2.37 2.65 2.58 3/97 11544
/proc/meminfo: memFree=1255248/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1767.02
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 176614 88 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580431 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.02
Current children cumulated vsize (KiB) 200472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.09 s]
/proc/loadavg: 2.21 2.57 2.55 4/97 11544
/proc/meminfo: memFree=1234000/2055920 swapFree=4192812/4192956
[pid=11464] ppid=11462 vsize=200472 CPUtime=1800.03
/proc/11464/stat : 11464 (bprolog) R 11462 11464 11158 0 -1 4194304 143836 0 0 0 179914 89 0 0 25 0 4 0 167355592 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11464/statm: 50118 30390 170 90 0 49656 0
[pid=11464/tid=11466] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11466/stat : 11466 (bprolog) S 11462 11464 11158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167358485 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11469] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11469/stat : 11469 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167448503 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11464/tid=11470] ppid=11462 vsize=200472 CPUtime=0
/proc/11464/task/11470/stat : 11470 (bprolog) S 11462 11464 11158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167493513 205283328 30390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 200472

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1817.12
CPU time (s): 1800.06
CPU user time (s): 1799.15
CPU system time (s): 0.909861
CPU usage (%): 99.0611
Max. virtual memory (cumulated for all children) (KiB): 200472

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

runsolver used 2.06069 s user time and 5.68413 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 17:06:41 UTC 2007


IDJOB= 208728
IDBENCH= 4431
FILE ID= node13/208728-1168189600

PBS_JOBID= 3478992

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-33_ext.xml
COMMAND LINE= /tmp/evaluation/208728-1168189600/Complete/Ordinary/solver /tmp/evaluation/208728-1168189600/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-208728-1168189600 -o ROOT/results/node13/conversion-208728-1168189600 -C 600 -M 900 /tmp/evaluation/208728-1168189600/Complete/Ordinary/conversion /tmp/evaluation/208728-1168189600/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  797058f4a10aa6568e5c0d6665fa4ebe

RANDOM SEED= 605595017

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:       1144760 kB
Buffers:         61104 kB
Cached:         384228 kB
SwapCached:          0 kB
Active:         513496 kB
Inactive:       316500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:         410200 kB
Slab:            64916 kB
Committed_AS:  4564080 kB
PageTables:       3128 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= 66318 MiB



End job on node13 on Sun Jan  7 17:37:03 UTC 2007