Trace number 218186

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.1 1802.57

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-37_ext.xml
MD5SUM7d4f55c7d1f5355a3b9f879cc7756cc5
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 benchmark173.762
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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/218186-1168251569/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/node29/watcher-218186-1168251569 -o ROOT/results/node29/solver-218186-1168251569 -C 1800 -M 900 /tmp/evaluation/218186-1168251569/Complete/Ordinary/solver /tmp/evaluation/218186-1168251569/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.00 1.86 5/86 25395
/proc/meminfo: memFree=1376184/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=37696 CPUtime=0
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 430 0 0 0 0 0 0 0 20 0 1 0 173551584 38600704 150 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4564164 0 0 4096 0 0 0 0 17 1 0 0
/proc/25394/statm: 9424 150 97 90 0 8962 0

[startup+0.104254 s]
/proc/loadavg: 1.97 2.00 1.86 5/86 25395
/proc/meminfo: memFree=1376184/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=61640 CPUtime=0.09
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 1818 0 0 0 9 0 0 0 20 0 1 0 173551584 63119360 1534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691911 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 15410 1534 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512266 s]
/proc/loadavg: 1.97 2.00 1.86 5/86 25395
/proc/meminfo: memFree=1376184/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=61640 CPUtime=0.5
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 4796 0 0 0 47 3 0 0 24 0 1 0 173551584 63119360 4512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568439 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 15410 4512 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33333 s]
/proc/loadavg: 1.97 2.00 1.86 3/86 25395
/proc/meminfo: memFree=1348536/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=70016 CPUtime=1.31
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 12005 0 0 0 125 6 0 0 25 0 1 0 173551584 71696384 10393 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604282 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 17504 10393 158 90 0 17042 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 70016

[startup+2.97143 s]
/proc/loadavg: 1.97 2.00 1.86 3/86 25395
/proc/meminfo: memFree=1328824/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=79536 CPUtime=2.94
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 21907 0 0 0 282 12 0 0 25 0 1 0 173551584 81444864 12665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 19884 12665 158 90 0 19422 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 79536

[startup+6.26967 s]
/proc/loadavg: 1.97 2.00 1.86 3/86 25395
/proc/meminfo: memFree=1320968/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=79884 CPUtime=6.22
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 35340 0 0 0 602 20 0 0 25 0 1 0 173551584 81801216 14000 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 19971 14000 158 90 0 19509 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 79884

[startup+12.74 s]
/proc/loadavg: 1.97 2.00 1.86 3/86 25395
/proc/meminfo: memFree=1319304/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=79968 CPUtime=12.67
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 60029 0 0 0 1230 37 0 0 25 0 1 0 173551584 81887232 14321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857321 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 19992 14321 158 90 0 19530 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79968

[startup+25.5739 s]
/proc/loadavg: 1.98 2.00 1.86 3/86 25395
/proc/meminfo: memFree=1274376/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=136072 CPUtime=25.45
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 123404 0 0 0 2468 77 0 0 25 0 1 0 173551584 139337728 26539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25394/statm: 34018 26539 158 90 0 33556 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 136072

[startup+51.2494 s]
/proc/loadavg: 1.98 2.00 1.86 3/87 25396
/proc/meminfo: memFree=1256192/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=51
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140833 0 0 0 5011 89 0 0 25 0 2 0 173551584 186933248 30075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 45638 30075 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 182552

[startup+102.491 s]
/proc/loadavg: 1.99 2.00 1.87 3/87 25396
/proc/meminfo: memFree=1256128/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=102
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140834 0 0 0 10111 89 0 0 25 0 2 0 173551584 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639207 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 45638 30076 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 182552

[startup+162.563 s]
/proc/loadavg: 2.07 2.02 1.88 3/87 25396
/proc/meminfo: memFree=1256192/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=161.79
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140834 0 0 0 16090 89 0 0 25 0 2 0 173551584 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25394/statm: 45638 30076 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 182552

[startup+222.63 s]
/proc/loadavg: 2.08 2.03 1.89 3/88 25470
/proc/meminfo: memFree=1226864/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=221.68
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140834 0 0 0 22078 90 0 0 25 0 2 0 173551584 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30076 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30076 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 182552

[startup+282.694 s]
/proc/loadavg: 2.03 2.03 1.90 3/88 25470
/proc/meminfo: memFree=1215600/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=281.68
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 28077 91 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.68
Current children cumulated vsize (KiB) 182552

[startup+342.758 s]
/proc/loadavg: 2.01 2.02 1.91 3/88 25470
/proc/meminfo: memFree=1206832/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=341.69
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 34078 91 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565143 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 182552

[startup+402.819 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 25470
/proc/meminfo: memFree=1198832/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=401.7
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 40078 92 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.7
Current children cumulated vsize (KiB) 182552

[startup+462.885 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 25470
/proc/meminfo: memFree=1194160/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=461.69
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 46077 92 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.69
Current children cumulated vsize (KiB) 182552

[startup+522.95 s]
/proc/loadavg: 2.10 2.03 1.92 3/88 25470
/proc/meminfo: memFree=1190384/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=521.71
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 52079 92 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.71
Current children cumulated vsize (KiB) 182552

[startup+583.018 s]
/proc/loadavg: 2.04 2.03 1.92 3/88 25470
/proc/meminfo: memFree=1186096/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=581.72
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 58080 92 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 182552

[startup+643.08 s]
/proc/loadavg: 2.01 2.02 1.92 3/88 25470
/proc/meminfo: memFree=1181232/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=182552 CPUtime=641.71
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140835 0 0 0 64079 92 0 0 25 0 2 0 173551584 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 45638 30077 170 90 0 45176 0
[pid=25394/tid=25396] ppid=25392 vsize=182552 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 173554529 186933248 30077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.71
Current children cumulated vsize (KiB) 182552


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

[pid=25394/tid=25471] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173644543 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 192796

[startup+1243.86 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 25471
/proc/meminfo: memFree=1148136/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=192796 CPUtime=1241.9
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140836 0 0 0 124097 93 0 0 25 0 3 0 173551584 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 48199 30078 170 90 0 47737 0
[pid=25394/tid=25396] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173554529 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173644543 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 192796

[startup+1303.95 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 25471
/proc/meminfo: memFree=1145768/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=192796 CPUtime=1301.95
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140836 0 0 0 130101 94 0 0 25 0 3 0 173551584 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 48199 30078 170 90 0 47737 0
[pid=25394/tid=25396] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173554529 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173644543 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 192796

[startup+1364.04 s]
/proc/loadavg: 2.07 2.02 1.93 3/89 25471
/proc/meminfo: memFree=1143208/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=192796 CPUtime=1361.97
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140836 0 0 0 136103 94 0 0 25 0 3 0 173551584 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 48199 30078 170 90 0 47737 0
[pid=25394/tid=25396] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 173554529 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=192796 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 173644543 197423104 30078 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 192796

[startup+1424.05 s]
/proc/loadavg: 2.07 2.03 1.94 3/90 25472
/proc/meminfo: memFree=1138720/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1421.91
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 142097 94 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 203040

[startup+1484.06 s]
/proc/loadavg: 2.02 2.02 1.94 3/90 25472
/proc/meminfo: memFree=1135264/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1481.89
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 148094 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 203040

[startup+1544.08 s]
/proc/loadavg: 2.06 2.03 1.94 3/90 25472
/proc/meminfo: memFree=1132960/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1541.83
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 154088 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 203040

[startup+1604.09 s]
/proc/loadavg: 2.02 2.02 1.94 3/90 25472
/proc/meminfo: memFree=1130400/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1601.79
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 160084 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 203040

[startup+1664.11 s]
/proc/loadavg: 2.07 2.03 1.95 3/90 25472
/proc/meminfo: memFree=1127968/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1661.76
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 166081 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 203040

[startup+1724.13 s]
/proc/loadavg: 2.02 2.03 1.95 3/90 25472
/proc/meminfo: memFree=1125664/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1721.71
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 172076 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 203040

[startup+1784.15 s]
/proc/loadavg: 2.01 2.02 1.95 3/90 25472
/proc/meminfo: memFree=1123360/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1781.67
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 178072 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 203040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.54 s]
/proc/loadavg: 2.00 2.02 1.95 3/90 25472
/proc/meminfo: memFree=1122656/2055920 swapFree=4191880/4192956
[pid=25394] ppid=25392 vsize=203040 CPUtime=1800.06
/proc/25394/stat : 25394 (bprolog) R 25392 25394 24713 0 -1 4194304 140837 0 0 0 179911 95 0 0 25 0 4 0 173551584 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25394/statm: 50760 30079 170 90 0 50298 0
[pid=25394/tid=25396] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25396/stat : 25396 (bprolog) S 25392 25394 24713 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 173554529 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25394/tid=25471] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25471/stat : 25471 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173644543 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25394/tid=25472] ppid=25392 vsize=203040 CPUtime=0
/proc/25394/task/25472/stat : 25472 (bprolog) S 25392 25394 24713 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 173689549 207912960 30079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 203040

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.57
CPU time (s): 1800.1
CPU user time (s): 1799.12
CPU system time (s): 0.979851
CPU usage (%): 99.8628
Max. virtual memory (cumulated for all children) (KiB): 203040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140837
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= 14
involuntary context switches= 44924

runsolver used 2.02269 s user time and 5.96209 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 10:19:30 UTC 2007


IDJOB= 218186
IDBENCH= 5212
FILE ID= node29/218186-1168251569

PBS_JOBID= 3481914

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-37_ext.xml
COMMAND LINE= /tmp/evaluation/218186-1168251569/Complete/Ordinary/solver /tmp/evaluation/218186-1168251569/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-218186-1168251569 -o ROOT/results/node29/conversion-218186-1168251569 -C 600 -M 900 /tmp/evaluation/218186-1168251569/Complete/Ordinary/conversion /tmp/evaluation/218186-1168251569/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-218186-1168251569 -o ROOT/results/node29/solver-218186-1168251569 -C 1800 -M 900  /tmp/evaluation/218186-1168251569/Complete/Ordinary/solver /tmp/evaluation/218186-1168251569/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7d4f55c7d1f5355a3b9f879cc7756cc5

RANDOM SEED= 102178874

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.241
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.241
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:       1376600 kB
Buffers:         36188 kB
Cached:         523116 kB
SwapCached:        268 kB
Active:         169216 kB
Inactive:       457948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376600 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4084 kB
Writeback:           0 kB
Mapped:          88980 kB
Slab:            36928 kB
Committed_AS:  3771536 kB
PageTables:       2368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB



End job on node29 on Mon Jan  8 10:49:38 UTC 2007