Trace number 199957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1871.69

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-47_ext.xml
MD5SUM8fb3181802191e531b9163e1d3e240cb
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/199957-1168138786/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/node47/watcher-199957-1168138786 -o ROOT/results/node47/solver-199957-1168138786 -C 1800 -M 900 /tmp/evaluation/199957-1168138786/Complete/Ordinary/solver /tmp/evaluation/199957-1168138786/unknown 1800 

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

/proc/loadavg: 1.09 1.02 1.01 5/81 23543
/proc/meminfo: memFree=1239768/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=53472 CPUtime=0
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 162279024 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 13368 200 123 90 0 12906 0

[startup+0.107039 s]
/proc/loadavg: 1.09 1.02 1.01 5/81 23543
/proc/meminfo: memFree=1239768/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=61640 CPUtime=0.09
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 2018 0 0 0 9 0 0 0 18 0 1 0 162279024 63119360 1734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 15410 1735 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.519085 s]
/proc/loadavg: 1.09 1.02 1.01 5/81 23543
/proc/meminfo: memFree=1239768/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=61640 CPUtime=0.51
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 7674 0 0 0 48 3 0 0 22 0 1 0 162279024 63119360 7390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 15410 7391 158 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.34717 s]
/proc/loadavg: 1.09 1.02 1.01 3/81 23543
/proc/meminfo: memFree=1137240/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=136228 CPUtime=1.33
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 19048 0 0 0 125 8 0 0 25 0 1 0 162279024 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 136228

[startup+2.98634 s]
/proc/loadavg: 1.09 1.02 1.01 3/82 23544
/proc/meminfo: memFree=1169552/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=101068 CPUtime=2.96
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 21337 0 0 0 286 10 0 0 25 0 1 0 162279024 103493632 12489 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 25267 12489 158 90 0 24805 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 101068

[startup+6.26469 s]
/proc/loadavg: 1.16 1.03 1.01 3/82 23544
/proc/meminfo: memFree=1119440/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=130752 CPUtime=6.23
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 51875 0 0 0 597 26 0 0 25 0 1 0 162279024 133890048 24130 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859331 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 32688 24130 158 90 0 32226 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 130752

[startup+12.7304 s]
/proc/loadavg: 1.29 1.06 1.02 3/82 23544
/proc/meminfo: memFree=1107920/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=131376 CPUtime=12.66
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 83329 0 0 0 1225 41 0 0 25 0 1 0 162279024 134529024 26589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 32844 26589 158 90 0 32382 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 131376

[startup+25.5467 s]
/proc/loadavg: 1.40 1.09 1.03 3/82 23544
/proc/meminfo: memFree=1106128/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=131496 CPUtime=25.42
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 141995 0 0 0 2470 72 0 0 25 0 1 0 162279024 134651904 27061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 32874 27061 158 90 0 32412 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 131496

[startup+51.1965 s]
/proc/loadavg: 1.60 1.17 1.05 3/82 23544
/proc/meminfo: memFree=992016/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=302480 CPUtime=50.95
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 278129 0 0 0 4956 139 0 0 25 0 1 0 162279024 309739520 56238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711895 0 0 4096 2 0 0 0 17 1 0 0
/proc/23542/statm: 75620 56238 158 90 0 75158 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 302480

[startup+102.414 s]
/proc/loadavg: 1.83 1.29 1.10 3/89 23681
/proc/meminfo: memFree=963648/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=101.78
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311088 0 0 0 10020 158 0 0 25 0 2 0 162279024 321994752 62267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62267 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 314448

[startup+162.482 s]
/proc/loadavg: 2.24 1.51 1.19 3/83 24224
/proc/meminfo: memFree=934416/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=159.68
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 15809 159 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.68
Current children cumulated vsize (KiB) 314448

[startup+222.526 s]
/proc/loadavg: 2.08 1.60 1.24 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=219.45
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 21785 160 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.45
Current children cumulated vsize (KiB) 314448

[startup+282.563 s]
/proc/loadavg: 2.03 1.67 1.28 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=279.2
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 27760 160 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.2
Current children cumulated vsize (KiB) 314448

[startup+342.6 s]
/proc/loadavg: 2.01 1.72 1.32 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=338.96
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 33736 160 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 314448

[startup+402.638 s]
/proc/loadavg: 2.00 1.77 1.36 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=398.71
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 39711 160 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.71
Current children cumulated vsize (KiB) 314448

[startup+462.672 s]
/proc/loadavg: 2.00 1.81 1.40 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=458.47
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 45686 161 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 314448

[startup+522.707 s]
/proc/loadavg: 2.00 1.84 1.44 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=518.23
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 51662 161 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.23
Current children cumulated vsize (KiB) 314448

[startup+582.744 s]
/proc/loadavg: 2.00 1.87 1.47 3/83 24224
/proc/meminfo: memFree=934536/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=577.98
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 57637 161 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.98
Current children cumulated vsize (KiB) 314448

[startup+642.778 s]
/proc/loadavg: 2.03 1.90 1.50 3/83 24224
/proc/meminfo: memFree=934600/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=314448 CPUtime=637.73
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311089 0 0 0 63612 161 0 0 25 0 2 0 162279024 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 78612 62268 170 90 0 78150 0
[pid=23542/tid=23545] ppid=23540 vsize=314448 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162285296 321994752 62268 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.73
Current children cumulated vsize (KiB) 314448

[startup+702.812 s]
/proc/loadavg: 2.01 1.92 1.53 3/83 24224

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

/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311092 0 0 0 123377 162 0 0 25 0 3 0 162279024 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 81173 62271 170 90 0 80711 0
[pid=23542/tid=23545] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162285296 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162375312 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1235.39
Current children cumulated vsize (KiB) 324692

[startup+1303.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/84 24227
/proc/meminfo: memFree=934272/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=324692 CPUtime=1295.17
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311092 0 0 0 129354 163 0 0 25 0 3 0 162279024 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 81173 62271 170 90 0 80711 0
[pid=23542/tid=23545] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162285296 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162375312 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1295.17
Current children cumulated vsize (KiB) 324692

[startup+1363.38 s]
/proc/loadavg: 2.75 2.16 1.81 4/90 27464
/proc/meminfo: memFree=927712/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=324692 CPUtime=1348.33
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311092 0 0 0 134669 164 0 0 25 0 3 0 162279024 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 81173 62271 170 90 0 80711 0
[pid=23542/tid=23545] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162285296 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=324692 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162375312 332484608 62271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1348.33
Current children cumulated vsize (KiB) 324692

[startup+1423.48 s]
/proc/loadavg: 3.21 2.40 1.91 3/92 382
/proc/meminfo: memFree=920272/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1397.52
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 139587 165 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1397.52
Current children cumulated vsize (KiB) 334936

[startup+1483.49 s]
/proc/loadavg: 3.07 2.51 1.98 4/91 5612
/proc/meminfo: memFree=914456/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1446.78
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 144512 166 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565748 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1446.78
Current children cumulated vsize (KiB) 334936

[startup+1543.5 s]
/proc/loadavg: 3.24 2.66 2.06 5/91 10824
/proc/meminfo: memFree=909016/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1498.81
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 149712 169 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1498.81
Current children cumulated vsize (KiB) 334936

[startup+1603.52 s]
/proc/loadavg: 3.33 2.78 2.14 4/92 16136
/proc/meminfo: memFree=902160/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1551
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 154929 171 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609349 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1551
Current children cumulated vsize (KiB) 334936

[startup+1663.54 s]
/proc/loadavg: 3.42 2.91 2.22 4/91 21829
/proc/meminfo: memFree=895064/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1599.45
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 159772 173 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.45
Current children cumulated vsize (KiB) 334936

[startup+1723.55 s]
/proc/loadavg: 3.00 2.89 2.25 3/85 26509
/proc/meminfo: memFree=892152/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1652.66
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 165090 176 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.66
Current children cumulated vsize (KiB) 334936

[startup+1783.64 s]
/proc/loadavg: 2.36 2.72 2.24 3/85 26509
/proc/meminfo: memFree=892408/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1712.46
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 171070 176 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.46
Current children cumulated vsize (KiB) 334936

[startup+1843.73 s]
/proc/loadavg: 2.17 2.60 2.22 3/84 26581
/proc/meminfo: memFree=1178432/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1772.28
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311093 0 0 0 177050 178 0 0 25 0 4 0 162279024 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23542/statm: 83734 62272 170 90 0 83272 0
[pid=23542/tid=23545] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/23545/stat : 23545 (bprolog) S 23540 23542 23369 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162285296 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=24225] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/24225/stat : 24225 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162375312 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23542/tid=31495] ppid=23540 vsize=334936 CPUtime=0
/proc/23542/task/31495/stat : 31495 (bprolog) S 23540 23542 23369 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162420323 342974464 62272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.28
Current children cumulated vsize (KiB) 334936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1871.65 s]
/proc/loadavg: 2.11 2.55 2.22 3/81 26581
/proc/meminfo: memFree=1178496/2055920 swapFree=4183928/4192956
[pid=23542] ppid=23540 vsize=334936 CPUtime=1800.06
/proc/23542/stat : 23542 (bprolog) R 23540 23542 23369 0 -1 4194304 311094 0 0 0 179828 178 0 0 25 0 1 0 162279024 342974464 62273 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555702 0 0 4096 2 0 0 0 17 0 0 0
/proc/23542/statm: 83734 62273 171 90 0 83272 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 334936

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1871.69
CPU time (s): 1800.11
CPU user time (s): 1798.29
CPU system time (s): 1.82072
CPU usage (%): 96.1755
Max. virtual memory (cumulated for all children) (KiB): 334936

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

runsolver used 1.86472 s user time and 5.21821 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sun Jan  7 02:59:46 UTC 2007


IDJOB= 199957
IDBENCH= 3664
FILE ID= node47/199957-1168138786

PBS_JOBID= 3478060

Free space on /tmp= 66526 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-199957-1168138786 -o ROOT/results/node47/solver-199957-1168138786 -C 1800 -M 900  /tmp/evaluation/199957-1168138786/Complete/Ordinary/solver /tmp/evaluation/199957-1168138786/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8fb3181802191e531b9163e1d3e240cb

RANDOM SEED= 950504587

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.240
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.240
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:       1240312 kB
Buffers:         26208 kB
Cached:         454568 kB
SwapCached:       3452 kB
Active:         375328 kB
Inactive:       388540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240312 kB
SwapTotal:     4192956 kB
SwapFree:      4183928 kB
Dirty:           14172 kB
Writeback:           0 kB
Mapped:         297104 kB
Slab:            36336 kB
Committed_AS:  3883820 kB
PageTables:       2460 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= 66546 MiB



End job on node47 on Sun Jan  7 03:31:10 UTC 2007