Trace number 195829

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.13 1807.73

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-32_ext.xml
MD5SUMb58a3124ff0046ea3dca12c419183654
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1710.44
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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/195829-1168114786/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/node34/watcher-195829-1168114786 -o ROOT/results/node34/solver-195829-1168114786 -C 1800 -M 900 /tmp/evaluation/195829-1168114786/Complete/Ordinary/solver /tmp/evaluation/195829-1168114786/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.95 2.01 1.94 5/73 20706
/proc/meminfo: memFree=1359824/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=53472 CPUtime=0
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 159873699 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 13368 199 123 90 0 12906 0

[startup+0.10297 s]
/proc/loadavg: 1.95 2.01 1.94 5/73 20706
/proc/meminfo: memFree=1359824/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=61640 CPUtime=0.09
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 1972 0 0 0 8 1 0 0 18 0 1 0 159873699 63119360 1688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 15410 1689 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511 s]
/proc/loadavg: 1.95 2.01 1.94 5/73 20706
/proc/meminfo: memFree=1359824/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=61640 CPUtime=0.5
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 7764 0 0 0 47 3 0 0 22 0 1 0 159873699 63119360 7480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 15410 7481 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33207 s]
/proc/loadavg: 1.96 2.01 1.94 3/73 20706
/proc/meminfo: memFree=1293904/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=136228 CPUtime=1.32
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 19048 0 0 0 125 7 0 0 25 0 1 0 159873699 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.9742 s]
/proc/loadavg: 1.96 2.01 1.94 3/73 20706
/proc/meminfo: memFree=1317136/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=101984 CPUtime=2.95
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 24372 0 0 0 286 9 0 0 25 0 1 0 159873699 104431616 13159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134592424 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 25496 13159 158 90 0 25034 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101984

[startup+6.25046 s]
/proc/loadavg: 1.96 2.01 1.94 3/73 20706
/proc/meminfo: memFree=1263952/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=133976 CPUtime=6.22
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 52701 0 0 0 598 24 0 0 25 0 1 0 159873699 137191424 24584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 33494 24584 158 90 0 33032 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 133976

[startup+12.708 s]
/proc/loadavg: 1.96 2.01 1.94 3/73 20706
/proc/meminfo: memFree=1251408/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=134664 CPUtime=12.65
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 82092 0 0 0 1228 37 0 0 25 0 1 0 159873699 137895936 27237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859341 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 33666 27237 158 90 0 33204 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 134664

[startup+25.511 s]
/proc/loadavg: 1.97 2.01 1.94 3/73 20706
/proc/meminfo: memFree=1249040/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=134808 CPUtime=25.39
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 136463 0 0 0 2475 64 0 0 25 0 1 0 159873699 138043392 27817 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 33702 27817 158 90 0 33240 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 134808

[startup+51.1291 s]
/proc/loadavg: 1.98 2.00 1.94 3/73 20706
/proc/meminfo: memFree=1132240/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=316072 CPUtime=50.9
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 272804 0 0 0 4964 126 0 0 25 0 1 0 159873699 323657728 57053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857347 0 0 4096 2 0 0 0 17 1 0 0
/proc/20705/statm: 79018 57053 158 90 0 78556 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 316072

[startup+102.376 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119112/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=101.96
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 10064 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 326924

[startup+162.449 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=161.8
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 16048 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639044 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 326924

[startup+222.515 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=221.64
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 22032 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 326924

[startup+282.584 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=281.49
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 28017 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.49
Current children cumulated vsize (KiB) 326924

[startup+342.653 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1118984/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=341.32
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 34000 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.32
Current children cumulated vsize (KiB) 326924

[startup+402.724 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=401.17
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 39985 132 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.17
Current children cumulated vsize (KiB) 326924

[startup+462.787 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=461.01
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 45968 133 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711393 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.01
Current children cumulated vsize (KiB) 326924

[startup+522.855 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1118984/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=520.86
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283513 0 0 0 51953 133 0 0 25 0 2 0 159873699 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60257 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.86
Current children cumulated vsize (KiB) 326924

[startup+582.924 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1119048/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=580.7
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283514 0 0 0 57937 133 0 0 25 0 2 0 159873699 334770176 60258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60258 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.7
Current children cumulated vsize (KiB) 326924

[startup+642.997 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707
/proc/meminfo: memFree=1118984/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=326924 CPUtime=640.54
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283514 0 0 0 63921 133 0 0 25 0 2 0 159873699 334770176 60258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 81731 60258 170 90 0 81269 0
[pid=20705/tid=20707] ppid=20703 vsize=326924 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159879269 334770176 60258 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.54
Current children cumulated vsize (KiB) 326924

[startup+703.064 s]
/proc/loadavg: 1.99 2.00 1.94 3/74 20707

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

[pid=20705/tid=20708] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159969281 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.2
Current children cumulated vsize (KiB) 337168

[startup+1243.79 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 20708
/proc/meminfo: memFree=1118912/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=337168 CPUtime=1239.07
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283515 0 0 0 123773 134 0 0 25 0 3 0 159873699 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604162 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 84292 60259 170 90 0 83830 0
[pid=20705/tid=20707] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159879269 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159969281 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.07
Current children cumulated vsize (KiB) 337168

[startup+1303.88 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 20708
/proc/meminfo: memFree=1118912/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=337168 CPUtime=1298.93
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283515 0 0 0 129759 134 0 0 25 0 3 0 159873699 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 84292 60259 170 90 0 83830 0
[pid=20705/tid=20707] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159879269 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159969281 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.93
Current children cumulated vsize (KiB) 337168

[startup+1363.97 s]
/proc/loadavg: 2.05 2.01 1.95 3/75 20708
/proc/meminfo: memFree=1118848/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=337168 CPUtime=1358.79
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283515 0 0 0 135745 134 0 0 25 0 3 0 159873699 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 84292 60259 170 90 0 83830 0
[pid=20705/tid=20707] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159879269 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=337168 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159969281 345260032 60259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1358.79
Current children cumulated vsize (KiB) 337168

[startup+1424.07 s]
/proc/loadavg: 2.02 2.01 1.95 4/76 20709
/proc/meminfo: memFree=1118840/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1418.66
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 141732 134 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1418.66
Current children cumulated vsize (KiB) 347412

[startup+1484.09 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 20709
/proc/meminfo: memFree=1118840/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1478.46
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 147712 134 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.46
Current children cumulated vsize (KiB) 347412

[startup+1544.11 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 20709
/proc/meminfo: memFree=1118840/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1538.24
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 153690 134 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.24
Current children cumulated vsize (KiB) 347412

[startup+1604.12 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 20709
/proc/meminfo: memFree=1118776/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1598.03
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 159669 134 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.03
Current children cumulated vsize (KiB) 347412

[startup+1664.14 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 20783
/proc/meminfo: memFree=1029808/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1657.8
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 165643 137 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.8
Current children cumulated vsize (KiB) 347412

[startup+1724.14 s]
/proc/loadavg: 2.03 2.01 1.96 3/85 20784
/proc/meminfo: memFree=829040/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1717.28
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 171591 137 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.28
Current children cumulated vsize (KiB) 347412

[startup+1784.14 s]
/proc/loadavg: 2.01 2.01 1.96 3/85 20784
/proc/meminfo: memFree=829104/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1776.75
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 177538 137 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.75
Current children cumulated vsize (KiB) 347412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.68 s]
/proc/loadavg: 2.01 2.00 1.96 3/85 20784
/proc/meminfo: memFree=829104/2055920 swapFree=4192812/4192956
[pid=20705] ppid=20703 vsize=347412 CPUtime=1800.08
/proc/20705/stat : 20705 (bprolog) R 20703 20705 19929 0 -1 4194304 283516 0 0 0 179871 137 0 0 25 0 4 0 159873699 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20705/statm: 86853 60260 170 90 0 86391 0
[pid=20705/tid=20707] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20707/stat : 20707 (bprolog) S 20703 20705 19929 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159879269 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20708] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20708/stat : 20708 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159969281 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20705/tid=20709] ppid=20703 vsize=347412 CPUtime=0
/proc/20705/task/20709/stat : 20709 (bprolog) S 20703 20705 19929 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160014289 355749888 60260 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 347412

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.73
CPU time (s): 1800.13
CPU user time (s): 1798.72
CPU system time (s): 1.41079
CPU usage (%): 99.5795
Max. virtual memory (cumulated for all children) (KiB): 347412

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

runsolver used 1.51877 s user time and 4.91725 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 20:19:48 UTC 2007


IDJOB= 195829
IDBENCH= 3305
FILE ID= node34/195829-1168114786

PBS_JOBID= 3477379

Free space on /tmp= 66527 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-195829-1168114786 -o ROOT/results/node34/solver-195829-1168114786 -C 1800 -M 900  /tmp/evaluation/195829-1168114786/Complete/Ordinary/solver /tmp/evaluation/195829-1168114786/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b58a3124ff0046ea3dca12c419183654

RANDOM SEED= 682445447

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.227
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.227
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:       1360304 kB
Buffers:         43736 kB
Cached:         545076 kB
SwapCached:          0 kB
Active:         154344 kB
Inactive:       463984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7332 kB
Writeback:           0 kB
Mapped:          43084 kB
Slab:            62732 kB
Committed_AS:  2557364 kB
PageTables:       1736 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= 66524 MiB



End job on node34 on Sat Jan  6 20:50:07 UTC 2007