Trace number 195790

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.07 1808.92

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-47_ext.xml
MD5SUM0af48681c41d1228d14cb349d509e17b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195790-1168113887/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/node75/watcher-195790-1168113887 -o ROOT/results/node75/solver-195790-1168113887 -C 1800 -M 900 /tmp/evaluation/195790-1168113887/Complete/Ordinary/solver /tmp/evaluation/195790-1168113887/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
/proc/loadavg: 2.56 2.88 2.62 4/85 2289
/proc/meminfo: memFree=1725616/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=18540 CPUtime=0
/proc/2288/stat : 2288 (runsolver) R 2286 1333 1333 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 159789296 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 231880042516 0 0 4096 24578 0 0 0 17 0 0 0
/proc/2288/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107267 s]
/proc/loadavg: 2.56 2.88 2.62 4/85 2289
/proc/meminfo: memFree=1725616/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=61640 CPUtime=0.09
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 2043 0 0 0 8 1 0 0 21 0 1 0 159789296 63119360 1759 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 15410 1759 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515314 s]
/proc/loadavg: 2.56 2.88 2.62 4/85 2289
/proc/meminfo: memFree=1725616/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=61640 CPUtime=0.5
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 8197 0 0 0 46 4 0 0 25 0 1 0 159789296 63119360 7913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 15410 7913 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33541 s]
/proc/loadavg: 2.56 2.88 2.62 3/85 2289
/proc/meminfo: memFree=1650992/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=136228 CPUtime=1.31
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 19048 0 0 0 123 8 0 0 25 0 1 0 159789296 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97261 s]
/proc/loadavg: 2.56 2.88 2.62 3/85 2289
/proc/meminfo: memFree=1680048/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=102348 CPUtime=2.95
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 25363 0 0 0 283 12 0 0 25 0 1 0 159789296 104804352 14058 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566443 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 25587 14058 158 90 0 25125 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 102348

[startup+6.253 s]
/proc/loadavg: 2.52 2.86 2.62 3/85 2289
/proc/meminfo: memFree=1629808/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=130868 CPUtime=6.21
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 54202 0 0 0 595 26 0 0 25 0 1 0 159789296 134008832 24479 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 32717 24479 158 90 0 32255 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 130868

[startup+12.7188 s]
/proc/loadavg: 2.48 2.85 2.62 3/85 2289
/proc/meminfo: memFree=1619696/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=131432 CPUtime=12.66
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 87711 0 0 0 1222 44 0 0 25 0 1 0 159789296 134586368 26699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 32858 26699 158 90 0 32396 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 131432

[startup+25.5523 s]
/proc/loadavg: 2.37 2.81 2.61 3/85 2289
/proc/meminfo: memFree=1618160/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=131524 CPUtime=25.43
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 148501 0 0 0 2465 78 0 0 25 0 1 0 159789296 134680576 27066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857143 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 32881 27066 158 90 0 32419 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 131524

[startup+51.2033 s]
/proc/loadavg: 2.31 2.76 2.60 3/85 2289
/proc/meminfo: memFree=1491696/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=303528 CPUtime=50.95
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 278663 0 0 0 4949 146 0 0 25 0 1 0 159789296 310812672 58599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859347 0 0 4096 2 0 0 0 17 0 0 0
/proc/2288/statm: 75882 58599 158 90 0 75420 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 303528

[startup+102.413 s]
/proc/loadavg: 2.13 2.64 2.56 3/86 2290
/proc/meminfo: memFree=1464808/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=101.94
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298111 0 0 0 10037 157 0 0 25 0 2 0 159789296 322109440 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62265 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62265 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 314560

[startup+162.452 s]
/proc/loadavg: 2.05 2.52 2.52 3/86 2290
/proc/meminfo: memFree=1438184/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=161.65
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 16008 157 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 314560

[startup+222.493 s]
/proc/loadavg: 2.02 2.42 2.49 3/86 2290
/proc/meminfo: memFree=1411880/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=221.41
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 21984 157 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566518 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 314560

[startup+282.529 s]
/proc/loadavg: 2.00 2.34 2.45 3/86 2290
/proc/meminfo: memFree=1411880/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=281.18
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 27961 157 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 314560

[startup+342.567 s]
/proc/loadavg: 2.00 2.28 2.42 3/86 2290
/proc/meminfo: memFree=1383912/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=340.94
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 33937 157 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613245 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 314560

[startup+402.604 s]
/proc/loadavg: 2.00 2.22 2.39 3/86 2290
/proc/meminfo: memFree=1383848/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=400.71
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 39913 158 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.71
Current children cumulated vsize (KiB) 314560

[startup+462.642 s]
/proc/loadavg: 2.00 2.18 2.37 3/86 2290
/proc/meminfo: memFree=1356200/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=460.39
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 45881 158 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 314560

[startup+522.676 s]
/proc/loadavg: 2.00 2.14 2.34 3/86 2290
/proc/meminfo: memFree=1356200/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=520.15
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 51857 158 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (KiB) 314560

[startup+582.716 s]
/proc/loadavg: 2.00 2.12 2.32 3/86 2290
/proc/meminfo: memFree=1328104/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=579.78
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 57820 158 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581741 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.78
Current children cumulated vsize (KiB) 314560

[startup+642.754 s]
/proc/loadavg: 2.07 2.11 2.30 3/86 2290
/proc/meminfo: memFree=1328040/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=314560 CPUtime=639.54
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298112 0 0 0 63796 158 0 0 25 0 2 0 159789296 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 78640 62266 170 90 0 78178 0
[pid=2288/tid=2290] ppid=2286 vsize=314560 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159795123 322109440 62266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.54
Current children cumulated vsize (KiB) 314560

[startup+702.793 s]
/proc/loadavg: 2.07 2.10 2.28 3/86 2290

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

[pid=2288/tid=2293] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159885141 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.33
Current children cumulated vsize (KiB) 324804

[startup+1243.25 s]
/proc/loadavg: 2.02 2.03 2.15 3/87 2293
/proc/meminfo: memFree=1212832/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=324804 CPUtime=1237.11
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298116 0 0 0 123551 160 0 0 25 0 3 0 159789296 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 81201 62270 170 90 0 80739 0
[pid=2288/tid=2290] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159795123 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159885141 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.11
Current children cumulated vsize (KiB) 324804

[startup+1303.31 s]
/proc/loadavg: 2.00 2.02 2.14 3/87 2293
/proc/meminfo: memFree=1184160/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=324804 CPUtime=1296.89
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298116 0 0 0 129529 160 0 0 25 0 3 0 159789296 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 81201 62270 170 90 0 80739 0
[pid=2288/tid=2290] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159795123 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159885141 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.89
Current children cumulated vsize (KiB) 324804

[startup+1363.38 s]
/proc/loadavg: 2.00 2.01 2.13 3/87 2293
/proc/meminfo: memFree=1184160/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=324804 CPUtime=1356.67
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298116 0 0 0 135507 160 0 0 25 0 3 0 159789296 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 81201 62270 170 90 0 80739 0
[pid=2288/tid=2290] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159795123 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=324804 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159885141 332599296 62270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 324804

[startup+1423.44 s]
/proc/loadavg: 2.00 2.01 2.12 3/88 2294
/proc/meminfo: memFree=1184152/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1416.45
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 141485 160 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567821 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.45
Current children cumulated vsize (KiB) 335048

[startup+1483.53 s]
/proc/loadavg: 2.00 2.00 2.11 3/88 2294
/proc/meminfo: memFree=1155608/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1476.16
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 147455 161 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.16
Current children cumulated vsize (KiB) 335048

[startup+1543.62 s]
/proc/loadavg: 2.00 2.00 2.10 3/88 2294
/proc/meminfo: memFree=1155544/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1535.97
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 153436 161 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565130 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.97
Current children cumulated vsize (KiB) 335048

[startup+1603.71 s]
/proc/loadavg: 2.00 2.00 2.09 3/88 2294
/proc/meminfo: memFree=1155544/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1595.77
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 159416 161 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.77
Current children cumulated vsize (KiB) 335048

[startup+1663.8 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 2294
/proc/meminfo: memFree=1127576/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1655.56
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 165395 161 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.56
Current children cumulated vsize (KiB) 335048

[startup+1723.88 s]
/proc/loadavg: 2.07 2.02 2.08 3/88 2294
/proc/meminfo: memFree=1127576/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1715.36
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 171375 161 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 335048

[startup+1783.93 s]
/proc/loadavg: 2.02 2.01 2.07 3/76 2523
/proc/meminfo: memFree=1633848/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1775.08
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 177346 162 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580397 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.08
Current children cumulated vsize (KiB) 335048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.86 s]
/proc/loadavg: 2.01 2.01 2.07 3/76 2523
/proc/meminfo: memFree=1633848/2055920 swapFree=4184496/4192956
[pid=2288] ppid=2286 vsize=335048 CPUtime=1800.02
/proc/2288/stat : 2288 (bprolog) R 2286 2288 1333 0 -1 4194304 298117 0 0 0 179840 162 0 0 25 0 4 0 159789296 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556798 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2288/statm: 83762 62271 170 90 0 83300 0
[pid=2288/tid=2290] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2290/stat : 2290 (bprolog) S 2286 2288 1333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159795123 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2288/tid=2293] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2293/stat : 2293 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159885141 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2288/tid=2294] ppid=2286 vsize=335048 CPUtime=0
/proc/2288/task/2294/stat : 2294 (bprolog) S 2286 2288 1333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159930150 343089152 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 335048

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.92
CPU time (s): 1800.07
CPU user time (s): 1798.41
CPU system time (s): 1.66275
CPU usage (%): 99.5108
Max. virtual memory (cumulated for all children) (KiB): 335048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.66275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298117
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= 11
involuntary context switches= 29017

runsolver used 1.86272 s user time and 4.55731 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 20:04:47 UTC 2007


IDJOB= 195790
IDBENCH= 3302
FILE ID= node75/195790-1168113887

PBS_JOBID= 3477360

Free space on /tmp= 66541 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-195790-1168113887 -o ROOT/results/node75/solver-195790-1168113887 -C 1800 -M 900  /tmp/evaluation/195790-1168113887/Complete/Ordinary/solver /tmp/evaluation/195790-1168113887/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0af48681c41d1228d14cb349d509e17b

RANDOM SEED= 528355894

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1726224 kB
Buffers:         19024 kB
Cached:          63080 kB
SwapCached:       1060 kB
Active:         222236 kB
Inactive:        53020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726224 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            7696 kB
Writeback:           0 kB
Mapped:         210628 kB
Slab:            39312 kB
Committed_AS:  4050984 kB
PageTables:       2188 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= 66537 MiB



End job on node75 on Sat Jan  6 20:35:08 UTC 2007