Trace number 207458

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.04 1808.38

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-10.xml
MD5SUMc9bcb9dd70ccc4a9926bdf95ae516c0c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.0113
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207458-1168181837/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/node44/watcher-207458-1168181837 -o ROOT/results/node44/solver-207458-1168181837 -C 1800 -M 900 /tmp/evaluation/207458-1168181837/Complete/Ordinary/solver /tmp/evaluation/207458-1168181837/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.17 1.03 1.12 5/81 9255
/proc/meminfo: memFree=1375752/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=53472 CPUtime=0
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 488 0 0 0 0 0 0 0 20 0 1 0 166584021 54755328 207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 13368 207 123 90 0 12906 0

[startup+0.108814 s]
/proc/loadavg: 1.17 1.03 1.12 5/81 9255
/proc/meminfo: memFree=1375752/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=53824 CPUtime=0.09
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 2253 0 0 0 9 0 0 0 20 0 1 0 166584021 55115776 1969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552198 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 13456 1969 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516852 s]
/proc/loadavg: 1.17 1.03 1.12 5/81 9255
/proc/meminfo: memFree=1375752/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=53824 CPUtime=0.5
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 6123 0 0 0 48 2 0 0 23 0 1 0 166584021 55115776 5839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564376 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 13456 5839 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33793 s]
/proc/loadavg: 1.23 1.05 1.13 3/81 9255
/proc/meminfo: memFree=1324488/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=74212 CPUtime=1.32
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 8732 0 0 0 128 4 0 0 25 0 1 0 166584021 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.9781 s]
/proc/loadavg: 1.23 1.05 1.13 3/81 9255
/proc/meminfo: memFree=1310408/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=74212 CPUtime=2.95
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 8733 0 0 0 291 4 0 0 25 0 1 0 166584021 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663052 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 74212

[startup+6.26444 s]
/proc/loadavg: 1.23 1.05 1.13 3/81 9255
/proc/meminfo: memFree=1247048/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=91020 CPUtime=6.23
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 15866 0 0 0 615 8 0 0 25 0 1 0 166584021 93204480 14069 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662630 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 22755 14069 177 90 0 22293 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 91020

[startup+12.7341 s]
/proc/loadavg: 1.35 1.08 1.14 2/69 9267
/proc/meminfo: memFree=1467888/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=12.67
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30116 0 0 0 1252 15 0 0 25 0 2 0 166584021 127803392 21973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9254/statm: 31202 21973 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 124808

[startup+25.5764 s]
/proc/loadavg: 1.37 1.09 1.14 4/82 9328
/proc/meminfo: memFree=1389320/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=25.49
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 2534 15 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124808

[startup+51.2061 s]
/proc/loadavg: 1.72 1.20 1.17 3/82 9328
/proc/meminfo: memFree=1336264/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=51.08
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 5093 15 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 124808

[startup+102.441 s]
/proc/loadavg: 1.95 1.35 1.22 3/82 9328
/proc/meminfo: memFree=1284296/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=102.27
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 10212 15 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 124808

[startup+162.502 s]
/proc/loadavg: 1.98 1.46 1.27 3/82 9328
/proc/meminfo: memFree=1243976/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=162.16
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 16201 15 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 124808

[startup+222.566 s]
/proc/loadavg: 1.99 1.56 1.31 3/88 9400
/proc/meminfo: memFree=1210176/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=221.86
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 22170 16 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 124808

[startup+282.667 s]
/proc/loadavg: 1.99 1.64 1.35 3/88 9492
/proc/meminfo: memFree=1179080/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=281.56
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30118 0 0 0 28140 16 0 0 25 0 2 0 166584021 127803392 21975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134785512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21975 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21975 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) 124808

[startup+342.74 s]
/proc/loadavg: 1.99 1.70 1.39 3/82 9526
/proc/meminfo: memFree=1151560/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=341.29
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 34113 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.29
Current children cumulated vsize (KiB) 124808

[startup+402.781 s]
/proc/loadavg: 2.05 1.77 1.43 3/82 9526
/proc/meminfo: memFree=1134600/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=401.04
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 40088 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.04
Current children cumulated vsize (KiB) 124808

[startup+462.839 s]
/proc/loadavg: 2.02 1.81 1.46 3/82 9526
/proc/meminfo: memFree=1099208/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=460.82
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 46066 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.82
Current children cumulated vsize (KiB) 124808

[startup+522.875 s]
/proc/loadavg: 2.08 1.87 1.50 3/82 9526
/proc/meminfo: memFree=1067336/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=520.57
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 52041 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.57
Current children cumulated vsize (KiB) 124808

[startup+582.911 s]
/proc/loadavg: 2.03 1.89 1.53 3/82 9526
/proc/meminfo: memFree=1058120/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=580.33
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 58017 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166584798 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.33
Current children cumulated vsize (KiB) 124808

[startup+642.953 s]
/proc/loadavg: 2.13 1.94 1.57 3/82 9526
/proc/meminfo: memFree=1026120/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=124808 CPUtime=640.08
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30119 0 0 0 63992 16 0 0 25 0 2 0 166584021 127803392 21976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 31202 21976 180 90 0 30740 0
[pid=9254/tid=9256] ppid=9252 vsize=124808 CPUtime=0

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

/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30120 0 0 0 117784 17 0 0 25 0 3 0 166584021 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 33763 21977 180 90 0 33301 0
[pid=9254/tid=9256] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166584798 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166674817 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.01
Current children cumulated vsize (KiB) 135052

[startup+1243.47 s]
/proc/loadavg: 2.01 1.99 1.76 3/83 9527
/proc/meminfo: memFree=850752/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=135052 CPUtime=1237.79
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30120 0 0 0 123762 17 0 0 25 0 3 0 166584021 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 33763 21977 180 90 0 33301 0
[pid=9254/tid=9256] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166584798 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166674817 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.79
Current children cumulated vsize (KiB) 135052

[startup+1303.53 s]
/proc/loadavg: 2.07 2.00 1.78 3/83 9529
/proc/meminfo: memFree=844736/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=135052 CPUtime=1297.56
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30120 0 0 0 129739 17 0 0 25 0 3 0 166584021 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 33763 21977 180 90 0 33301 0
[pid=9254/tid=9256] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166584798 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=135052 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166674817 138293248 21977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.56
Current children cumulated vsize (KiB) 135052

[startup+1363.59 s]
/proc/loadavg: 2.09 2.02 1.79 3/84 9530
/proc/meminfo: memFree=833144/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1357.33
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 135716 17 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.33
Current children cumulated vsize (KiB) 145296

[startup+1423.68 s]
/proc/loadavg: 2.03 2.01 1.81 3/84 9530
/proc/meminfo: memFree=820088/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1417.14
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 141697 17 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.14
Current children cumulated vsize (KiB) 145296

[startup+1483.77 s]
/proc/loadavg: 2.05 2.02 1.82 3/84 9530
/proc/meminfo: memFree=806520/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1476.95
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 147677 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554269 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.95
Current children cumulated vsize (KiB) 145296

[startup+1543.86 s]
/proc/loadavg: 2.02 2.01 1.83 3/84 9530
/proc/meminfo: memFree=800952/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1536.76
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 153658 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.76
Current children cumulated vsize (KiB) 145296

[startup+1603.96 s]
/proc/loadavg: 2.08 2.02 1.84 3/84 9530
/proc/meminfo: memFree=790904/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1596.58
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 159640 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.58
Current children cumulated vsize (KiB) 145296

[startup+1664.06 s]
/proc/loadavg: 2.03 2.02 1.84 3/84 9530
/proc/meminfo: memFree=782648/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1656.39
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 165621 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 145296

[startup+1724.14 s]
/proc/loadavg: 2.09 2.04 1.86 3/84 9530
/proc/meminfo: memFree=772728/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1716.2
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 171602 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.2
Current children cumulated vsize (KiB) 145296

[startup+1784.23 s]
/proc/loadavg: 2.03 2.03 1.87 3/84 9530
/proc/meminfo: memFree=766520/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1776
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30121 0 0 0 177582 18 0 0 25 0 4 0 166584021 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9254/statm: 36324 21978 180 90 0 35862 0
[pid=9254/tid=9256] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9256/stat : 9256 (bprolog) S 9252 9254 9119 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166584798 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9527] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9527/stat : 9527 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166674817 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9254/tid=9530] ppid=9252 vsize=145296 CPUtime=0
/proc/9254/task/9530/stat : 9530 (bprolog) S 9252 9254 9119 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166719830 148783104 21978 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776
Current children cumulated vsize (KiB) 145296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.36 s]
/proc/loadavg: 2.02 2.03 1.87 3/81 9530
/proc/meminfo: memFree=766520/2055920 swapFree=4191892/4192956
[pid=9254] ppid=9252 vsize=145296 CPUtime=1800.02
/proc/9254/stat : 9254 (bprolog) R 9252 9254 9119 0 -1 4194304 30122 0 0 0 179984 18 0 0 25 0 1 0 166584021 148783104 21979 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577593 0 0 4096 2 0 0 0 17 1 0 0
/proc/9254/statm: 36324 21979 181 90 0 35862 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 145296

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.38
CPU time (s): 1800.04
CPU user time (s): 1799.85
CPU system time (s): 0.198969
CPU usage (%): 99.5391
Max. virtual memory (cumulated for all children) (KiB): 145296

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

runsolver used 1.70374 s user time and 4.89825 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 14:57:18 UTC 2007


IDJOB= 207458
IDBENCH= 4292
FILE ID= node44/207458-1168181837

PBS_JOBID= 3479167

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-10.xml
COMMAND LINE= /tmp/evaluation/207458-1168181837/Complete/Ordinary/solver /tmp/evaluation/207458-1168181837/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-207458-1168181837 -o ROOT/results/node44/conversion-207458-1168181837 -C 600 -M 900 /tmp/evaluation/207458-1168181837/Complete/Ordinary/conversion /tmp/evaluation/207458-1168181837/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-207458-1168181837 -o ROOT/results/node44/solver-207458-1168181837 -C 1800 -M 900  /tmp/evaluation/207458-1168181837/Complete/Ordinary/solver /tmp/evaluation/207458-1168181837/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c9bcb9dd70ccc4a9926bdf95ae516c0c

RANDOM SEED= 987274774

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.213
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.213
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:       1376232 kB
Buffers:         36416 kB
Cached:         392404 kB
SwapCached:        396 kB
Active:         351012 kB
Inactive:       262756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376232 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           19212 kB
Writeback:           0 kB
Mapped:         200240 kB
Slab:            50912 kB
Committed_AS:  3573440 kB
PageTables:       2156 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= 66536 MiB



End job on node44 on Sun Jan  7 15:27:38 UTC 2007