Trace number 196245

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 1816.12

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-49_ext.xml
MD5SUM43e8b6b7752c6463cc93f8445e2021d3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark407.519
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
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/196245-1168120937/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/node59/watcher-196245-1168120937 -o ROOT/results/node59/solver-196245-1168120937 -C 1800 -M 900 /tmp/evaluation/196245-1168120937/Complete/Ordinary/solver /tmp/evaluation/196245-1168120937/unknown 1800 

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

/proc/loadavg: 2.02 2.02 1.94 3/91 4202
/proc/meminfo: memFree=1351712/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=5352 CPUtime=0
/proc/4201/stat : 4201 (sh) R 4199 4201 3191 0 -1 4194304 168 0 0 0 0 0 0 0 20 0 1 0 160493016 5480448 138 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 217051404464 0 0 4096 0 0 0 0 17 1 0 0
/proc/4201/statm: 1338 138 112 169 0 49 0

[startup+0.102701 s]
/proc/loadavg: 2.02 2.02 1.94 3/91 4202
/proc/meminfo: memFree=1351712/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=61640 CPUtime=0.09
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 1856 0 0 0 8 1 0 0 20 0 1 0 160493016 63119360 1572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 15410 1572 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510784 s]
/proc/loadavg: 2.02 2.02 1.94 3/91 4202
/proc/meminfo: memFree=1351712/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=61640 CPUtime=0.49
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 7564 0 0 0 45 4 0 0 24 0 1 0 160493016 63119360 7280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691964 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 15410 7280 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33383 s]
/proc/loadavg: 2.02 2.02 1.94 3/91 4202
/proc/meminfo: memFree=1277088/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=136228 CPUtime=1.3
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 19048 0 0 0 121 9 0 0 25 0 1 0 160493016 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865087 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 136228

[startup+2.98375 s]
/proc/loadavg: 2.02 2.02 1.94 3/91 4204
/proc/meminfo: memFree=1308576/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=101068 CPUtime=2.94
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 21013 0 0 0 283 11 0 0 25 0 1 0 160493016 103493632 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555083 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 25267 12166 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.28539 s]
/proc/loadavg: 2.02 2.01 1.94 3/85 4224
/proc/meminfo: memFree=1259536/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=132836 CPUtime=6.18
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 50587 0 0 0 592 26 0 0 25 0 1 0 160493016 136024064 24385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 33209 24385 158 90 0 32747 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 132836

[startup+12.7421 s]
/proc/loadavg: 2.02 2.01 1.94 3/85 4224
/proc/meminfo: memFree=1245712/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=133604 CPUtime=12.58
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 81913 0 0 0 1214 44 0 0 25 0 1 0 160493016 136810496 27009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 33401 27009 158 90 0 32939 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 133604

[startup+25.5933 s]
/proc/loadavg: 2.01 2.01 1.94 3/85 4224
/proc/meminfo: memFree=1243152/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=133744 CPUtime=25.32
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 134104 0 0 0 2457 75 0 0 25 0 1 0 160493016 136953856 27568 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 33436 27568 158 90 0 32974 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 133744

[startup+51.1971 s]
/proc/loadavg: 2.01 2.01 1.94 3/85 4224
/proc/meminfo: memFree=1154640/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=242304 CPUtime=50.68
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 271603 0 0 0 4919 149 0 0 25 0 1 0 160493016 248119296 50058 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857237 0 0 4096 2 0 0 0 17 1 0 0
/proc/4201/statm: 60576 50058 158 90 0 60114 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 242304

[startup+102.483 s]
/proc/loadavg: 2.00 2.01 1.94 3/86 4225
/proc/meminfo: memFree=1081352/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=101.51
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 9976 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 322860

[startup+162.537 s]
/proc/loadavg: 2.05 2.02 1.95 3/86 4225
/proc/meminfo: memFree=1081352/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=161.03
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 15928 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 322860

[startup+222.587 s]
/proc/loadavg: 2.02 2.01 1.95 3/86 4225
/proc/meminfo: memFree=1081288/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=220.54
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 21879 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 322860

[startup+282.642 s]
/proc/loadavg: 2.00 2.00 1.95 3/86 4225
/proc/meminfo: memFree=1081288/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=280.05
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 27830 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (KiB) 322860

[startup+342.696 s]
/proc/loadavg: 2.00 2.00 1.95 3/86 4225
/proc/meminfo: memFree=1052616/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=339.46
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 33771 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556813 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 322860

[startup+402.74 s]
/proc/loadavg: 2.00 2.00 1.95 3/86 4225
/proc/meminfo: memFree=1052552/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=398.97
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 39722 175 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.97
Current children cumulated vsize (KiB) 322860

[startup+462.779 s]
/proc/loadavg: 2.20 2.05 1.96 3/82 4290
/proc/meminfo: memFree=976504/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=458.73
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 45696 177 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559384 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 322860

[startup+522.838 s]
/proc/loadavg: 2.61 2.19 2.02 4/82 4290
/proc/meminfo: memFree=962296/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=518.5
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 51672 178 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134551357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.5
Current children cumulated vsize (KiB) 322860

[startup+582.885 s]
/proc/loadavg: 2.69 2.29 2.06 4/82 4290
/proc/meminfo: memFree=962232/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=578.27
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 57649 178 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.27
Current children cumulated vsize (KiB) 322860

[startup+642.918 s]
/proc/loadavg: 2.78 2.38 2.10 4/82 4290
/proc/meminfo: memFree=962360/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=322860 CPUtime=637.77
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320095 0 0 0 63599 178 0 0 25 0 2 0 160493016 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556971 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 80715 60829 170 90 0 80253 0
[pid=4201/tid=4225] ppid=4199 vsize=322860 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160499415 330608640 60829 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.77
Current children cumulated vsize (KiB) 322860

[startup+703 s]
/proc/loadavg: 2.80 2.46 2.15 3/82 4290

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

[pid=4201/tid=4293] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160589429 341098496 60830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.32
Current children cumulated vsize (KiB) 333104

[startup+1243.52 s]
/proc/loadavg: 2.93 2.84 2.47 4/83 4293
/proc/meminfo: memFree=962032/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=333104 CPUtime=1232.84
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320096 0 0 0 123104 180 0 0 25 0 3 0 160493016 341098496 60830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 83276 60830 170 90 0 82814 0
[pid=4201/tid=4225] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160499415 341098496 60830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160589429 341098496 60830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.84
Current children cumulated vsize (KiB) 333104

[startup+1303.61 s]
/proc/loadavg: 2.97 2.86 2.49 3/83 4293
/proc/meminfo: memFree=962032/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=333104 CPUtime=1292.38
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320097 0 0 0 129058 180 0 0 25 0 3 0 160493016 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 83276 60831 170 90 0 82814 0
[pid=4201/tid=4225] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160499415 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160589429 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.38
Current children cumulated vsize (KiB) 333104

[startup+1363.71 s]
/proc/loadavg: 2.99 2.89 2.52 4/83 4293
/proc/meminfo: memFree=961968/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=333104 CPUtime=1351.93
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320097 0 0 0 135013 180 0 0 25 0 3 0 160493016 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 83276 60831 170 90 0 82814 0
[pid=4201/tid=4225] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160499415 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=333104 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160589429 341098496 60831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.93
Current children cumulated vsize (KiB) 333104

[startup+1423.72 s]
/proc/loadavg: 2.99 2.90 2.55 4/84 4294
/proc/meminfo: memFree=961960/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1411.37
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 140956 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.37
Current children cumulated vsize (KiB) 343348

[startup+1483.72 s]
/proc/loadavg: 2.99 2.92 2.58 4/84 4294
/proc/meminfo: memFree=961896/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1470.82
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 146901 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.82
Current children cumulated vsize (KiB) 343348

[startup+1543.76 s]
/proc/loadavg: 2.89 2.90 2.59 4/84 4294
/proc/meminfo: memFree=961960/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1530.32
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 152851 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.32
Current children cumulated vsize (KiB) 343348

[startup+1603.8 s]
/proc/loadavg: 2.96 2.92 2.61 4/84 4294
/proc/meminfo: memFree=961960/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1589.77
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 158796 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134596388 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.77
Current children cumulated vsize (KiB) 343348

[startup+1663.83 s]
/proc/loadavg: 3.02 2.94 2.64 4/84 4294
/proc/meminfo: memFree=961896/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1649.25
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 164744 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.25
Current children cumulated vsize (KiB) 343348

[startup+1723.87 s]
/proc/loadavg: 2.87 2.91 2.64 4/84 4294
/proc/meminfo: memFree=961832/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1708.74
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 170693 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556806 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.74
Current children cumulated vsize (KiB) 343348

[startup+1783.9 s]
/proc/loadavg: 2.84 2.89 2.65 3/84 4294
/proc/meminfo: memFree=961896/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1768.18
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 176637 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134588402 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.18
Current children cumulated vsize (KiB) 343348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.07 s]
/proc/loadavg: 2.98 2.92 2.66 4/84 4294
/proc/meminfo: memFree=961832/2055920 swapFree=4192812/4192956
[pid=4201] ppid=4199 vsize=343348 CPUtime=1800.05
/proc/4201/stat : 4201 (bprolog) R 4199 4201 3191 0 -1 4194304 320098 0 0 0 179824 181 0 0 25 0 4 0 160493016 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711329 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4201/statm: 85837 60832 170 90 0 85375 0
[pid=4201/tid=4225] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4225/stat : 4225 (bprolog) S 4199 4201 3191 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160499415 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4201/tid=4293] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4293/stat : 4293 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160589429 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4201/tid=4294] ppid=4199 vsize=343348 CPUtime=0
/proc/4201/task/4294/stat : 4294 (bprolog) S 4199 4201 3191 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160634440 351588352 60832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 343348

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.12
CPU time (s): 1800.11
CPU user time (s): 1798.26
CPU system time (s): 1.85472
CPU usage (%): 99.1185
Max. virtual memory (cumulated for all children) (KiB): 343348

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

runsolver used 1.9457 s user time and 5.2692 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 22:02:19 UTC 2007


IDJOB= 196245
IDBENCH= 3337
FILE ID= node59/196245-1168120937

PBS_JOBID= 3477434

Free space on /tmp= 66542 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-196245-1168120937 -o ROOT/results/node59/solver-196245-1168120937 -C 1800 -M 900  /tmp/evaluation/196245-1168120937/Complete/Ordinary/solver /tmp/evaluation/196245-1168120937/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  43e8b6b7752c6463cc93f8445e2021d3

RANDOM SEED= 642539988

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.239
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.239
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:       1352192 kB
Buffers:         18916 kB
Cached:         139252 kB
SwapCached:          0 kB
Active:         582220 kB
Inactive:        67600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7468 kB
Writeback:           0 kB
Mapped:         512244 kB
Slab:            37700 kB
Committed_AS:  3844972 kB
PageTables:       3072 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= 66526 MiB



End job on node59 on Sat Jan  6 22:32:47 UTC 2007