Trace number 196037

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.15 1808.57

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-29_ext.xml
MD5SUM4d476ea3622fcfc407a3e1e056977b8d
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 constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/196037-1168118230/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/node4/watcher-196037-1168118230 -o ROOT/results/node4/solver-196037-1168118230 -C 1800 -M 900 /tmp/evaluation/196037-1168118230/Complete/Ordinary/solver /tmp/evaluation/196037-1168118230/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.97 2.09 2.22 5/94 25175
/proc/meminfo: memFree=1236720/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=53472 CPUtime=0
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 160219808 54755328 200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 13368 200 123 90 0 12906 0

[startup+0.103016 s]
/proc/loadavg: 1.97 2.09 2.22 5/94 25175
/proc/meminfo: memFree=1236720/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=61640 CPUtime=0.09
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 1921 0 0 0 9 0 0 0 18 0 1 0 160219808 63119360 1637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 15410 1638 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511049 s]
/proc/loadavg: 1.97 2.09 2.22 5/94 25175
/proc/meminfo: memFree=1236720/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=61640 CPUtime=0.5
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 7621 0 0 0 48 2 0 0 22 0 1 0 160219808 63119360 7337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 15410 7338 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33213 s]
/proc/loadavg: 1.97 2.09 2.22 4/94 25175
/proc/meminfo: memFree=1162288/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=136228 CPUtime=1.32
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 19049 0 0 0 124 8 0 0 25 0 1 0 160219808 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865061 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.96929 s]
/proc/loadavg: 1.97 2.09 2.22 3/94 25175
/proc/meminfo: memFree=1193136/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=101068 CPUtime=2.96
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 21169 0 0 0 286 10 0 0 25 0 1 0 160219808 103493632 12321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 25267 12322 158 90 0 24805 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 101068

[startup+6.26761 s]
/proc/loadavg: 1.97 2.09 2.22 3/94 25175
/proc/meminfo: memFree=1143280/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=131880 CPUtime=6.25
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 52258 0 0 0 598 27 0 0 25 0 1 0 160219808 135045120 24061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 32970 24069 158 90 0 32508 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 131880

[startup+12.7418 s]
/proc/loadavg: 2.05 2.11 2.22 3/94 25175
/proc/meminfo: memFree=1130160/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=132524 CPUtime=12.73
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 81777 0 0 0 1228 45 0 0 25 0 1 0 160219808 135704576 26761 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 33131 26761 158 90 0 32669 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 132524

[startup+25.6065 s]
/proc/loadavg: 2.11 2.12 2.23 3/94 25175
/proc/meminfo: memFree=1127856/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=132660 CPUtime=25.58
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 138334 0 0 0 2478 80 0 0 25 0 1 0 160219808 135843840 27328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 33165 27328 158 90 0 32703 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 132660

[startup+51.2269 s]
/proc/loadavg: 2.07 2.11 2.22 3/94 25177
/proc/meminfo: memFree=1029744/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=302380 CPUtime=51.2
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 277645 0 0 0 4959 161 0 0 25 0 1 0 160219808 309637120 51931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25174/statm: 75595 51931 158 90 0 75133 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 302380

[startup+102.44 s]
/proc/loadavg: 2.03 2.09 2.20 3/87 25243
/proc/meminfo: memFree=1559784/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=102.29
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313922 0 0 0 10044 185 0 0 25 0 2 0 160219808 326402048 61337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61337 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 318752

[startup+162.483 s]
/proc/loadavg: 2.01 2.07 2.19 3/87 25243
/proc/meminfo: memFree=1355624/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=162.06
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313922 0 0 0 16021 185 0 0 25 0 2 0 160219808 326402048 61337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61337 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61337 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 318752

[startup+222.515 s]
/proc/loadavg: 2.00 2.05 2.17 3/88 25244
/proc/meminfo: memFree=1353376/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=221.83
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 21998 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 318752

[startup+282.554 s]
/proc/loadavg: 2.00 2.04 2.16 4/88 25244
/proc/meminfo: memFree=1353312/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=281.56
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 27971 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670499 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.56
Current children cumulated vsize (KiB) 318752

[startup+342.587 s]
/proc/loadavg: 2.00 2.03 2.15 3/88 25244
/proc/meminfo: memFree=1353248/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=341.31
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 33946 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.31
Current children cumulated vsize (KiB) 318752

[startup+402.619 s]
/proc/loadavg: 2.05 2.04 2.14 3/88 25244
/proc/meminfo: memFree=1353184/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=401.08
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 39923 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.08
Current children cumulated vsize (KiB) 318752

[startup+462.65 s]
/proc/loadavg: 2.02 2.03 2.13 3/88 25244
/proc/meminfo: memFree=1353120/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=460.83
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 45898 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.83
Current children cumulated vsize (KiB) 318752

[startup+522.682 s]
/proc/loadavg: 2.00 2.02 2.12 3/88 25244
/proc/meminfo: memFree=1353056/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=520.58
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 51873 185 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.58
Current children cumulated vsize (KiB) 318752

[startup+582.713 s]
/proc/loadavg: 2.00 2.02 2.11 3/88 25244
/proc/meminfo: memFree=1352992/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=580.36
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 57850 186 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.36
Current children cumulated vsize (KiB) 318752

[startup+642.747 s]
/proc/loadavg: 2.00 2.01 2.10 3/88 25244
/proc/meminfo: memFree=1352864/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=318752 CPUtime=640.1
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313926 0 0 0 63824 186 0 0 25 0 2 0 160219808 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 79688 61341 170 90 0 79226 0
[pid=25174/tid=25178] ppid=25172 vsize=318752 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160226225 326402048 61341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.1
Current children cumulated vsize (KiB) 318752

[startup+702.776 s]
/proc/loadavg: 2.00 2.00 2.09 3/88 25244

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

[pid=25174/tid=25303] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160316239 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.71
Current children cumulated vsize (KiB) 328996

[startup+1243.22 s]
/proc/loadavg: 2.02 2.03 2.06 3/100 25303
/proc/meminfo: memFree=1357120/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=328996 CPUtime=1237.51
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313927 0 0 0 123560 191 0 0 25 0 3 0 160219808 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 82249 61342 170 90 0 81787 0
[pid=25174/tid=25178] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160226225 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160316239 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.51
Current children cumulated vsize (KiB) 328996

[startup+1303.3 s]
/proc/loadavg: 2.05 2.04 2.06 3/100 25303
/proc/meminfo: memFree=1329728/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=328996 CPUtime=1297.29
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313927 0 0 0 129538 191 0 0 25 0 3 0 160219808 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 82249 61342 170 90 0 81787 0
[pid=25174/tid=25178] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160226225 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160316239 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.29
Current children cumulated vsize (KiB) 328996

[startup+1363.36 s]
/proc/loadavg: 2.02 2.03 2.05 3/100 25303
/proc/meminfo: memFree=1329728/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=328996 CPUtime=1357.07
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313927 0 0 0 135516 191 0 0 25 0 3 0 160219808 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711190 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25174/statm: 82249 61342 170 90 0 81787 0
[pid=25174/tid=25178] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160226225 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=328996 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160316239 336891904 61342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.07
Current children cumulated vsize (KiB) 328996

[startup+1423.43 s]
/proc/loadavg: 2.07 2.04 2.05 3/101 25304
/proc/meminfo: memFree=1302264/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1416.84
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313928 0 0 0 141493 191 0 0 25 0 4 0 160219808 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61343 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160361248 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.84
Current children cumulated vsize (KiB) 339240

[startup+1483.52 s]
/proc/loadavg: 2.18 2.06 2.06 5/101 25304
/proc/meminfo: memFree=1294712/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1476.65
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313928 0 0 0 147473 192 0 0 25 0 4 0 160219808 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61343 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160361248 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.65
Current children cumulated vsize (KiB) 339240

[startup+1543.6 s]
/proc/loadavg: 2.07 2.05 2.05 3/101 25304
/proc/meminfo: memFree=1274488/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1536.46
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313928 0 0 0 153454 192 0 0 25 0 4 0 160219808 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61343 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160361248 347381760 61343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 339240

[startup+1603.7 s]
/proc/loadavg: 2.02 2.04 2.05 3/101 25304
/proc/meminfo: memFree=1245880/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1596.28
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313929 0 0 0 159435 193 0 0 25 0 4 0 160219808 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61344 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160361248 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.28
Current children cumulated vsize (KiB) 339240

[startup+1663.79 s]
/proc/loadavg: 2.01 2.03 2.04 3/101 25304
/proc/meminfo: memFree=1245752/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1656.08
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313929 0 0 0 165415 193 0 0 25 0 4 0 160219808 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61344 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160361248 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.08
Current children cumulated vsize (KiB) 339240

[startup+1723.88 s]
/proc/loadavg: 2.00 2.02 2.04 3/101 25304
/proc/meminfo: memFree=1217720/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1715.85
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313929 0 0 0 171391 194 0 0 25 0 4 0 160219808 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61344 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160361248 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.85
Current children cumulated vsize (KiB) 339240

[startup+1783.97 s]
/proc/loadavg: 2.04 2.03 2.04 3/101 25304
/proc/meminfo: memFree=1217656/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1775.66
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313929 0 0 0 177372 194 0 0 25 0 4 0 160219808 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61344 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160361248 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 339240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.51 s]
/proc/loadavg: 2.03 2.03 2.03 3/101 25304
/proc/meminfo: memFree=1217656/2055920 swapFree=4182144/4192956
[pid=25174] ppid=25172 vsize=339240 CPUtime=1800.09
/proc/25174/stat : 25174 (bprolog) R 25172 25174 24036 0 -1 4194304 313929 0 0 0 179815 194 0 0 25 0 4 0 160219808 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711687 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25174/statm: 84810 61344 170 90 0 84348 0
[pid=25174/tid=25178] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25178/stat : 25178 (bprolog) S 25172 25174 24036 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160226225 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25174/tid=25303] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25303/stat : 25303 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160316239 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25174/tid=25304] ppid=25172 vsize=339240 CPUtime=0
/proc/25174/task/25304/stat : 25304 (bprolog) S 25172 25174 24036 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160361248 347381760 61344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 339240

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.57
CPU time (s): 1800.15
CPU user time (s): 1798.17
CPU system time (s): 1.9847
CPU usage (%): 99.5347
Max. virtual memory (cumulated for all children) (KiB): 339240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.17
system time used= 1.9847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 60640

runsolver used 1.79373 s user time and 4.67929 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 21:17:11 UTC 2007


IDJOB= 196037
IDBENCH= 3321
FILE ID= node4/196037-1168118230

PBS_JOBID= 3477104

Free space on /tmp= 66286 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-196037-1168118230 -o ROOT/results/node4/solver-196037-1168118230 -C 1800 -M 900  /tmp/evaluation/196037-1168118230/Complete/Ordinary/solver /tmp/evaluation/196037-1168118230/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4d476ea3622fcfc407a3e1e056977b8d

RANDOM SEED= 938759207

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.223
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.223
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:       1237264 kB
Buffers:         23540 kB
Cached:          95988 kB
SwapCached:       2464 kB
Active:         707288 kB
Inactive:        55960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237264 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            7504 kB
Writeback:           0 kB
Mapped:         659876 kB
Slab:            38728 kB
Committed_AS:  4615260 kB
PageTables:       3640 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= 66297 MiB



End job on node4 on Sat Jan  6 21:47:31 UTC 2007