Trace number 199866

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 1805.42

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-27_ext.xml
MD5SUM058b1cffee4e440b0ca4d1f19e415e26
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/199866-1168137528/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/node33/watcher-199866-1168137528 -o ROOT/results/node33/solver-199866-1168137528 -C 1800 -M 900 /tmp/evaluation/199866-1168137528/Complete/Ordinary/solver /tmp/evaluation/199866-1168137528/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.00 1.97 1.78 5/75 26967
/proc/meminfo: memFree=1667208/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=5352 CPUtime=0
/proc/26966/stat : 26966 (sh) R 26964 26966 26716 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 162147895 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4375895 0 0 4100 65536 0 0 0 17 1 0 0
/proc/26966/statm: 1338 233 196 169 0 49 0

[startup+0.102691 s]
/proc/loadavg: 2.00 1.97 1.78 5/75 26967
/proc/meminfo: memFree=1667208/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=61640 CPUtime=0.08
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 1898 0 0 0 8 0 0 0 20 0 1 0 162147895 63119360 1614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 15410 1614 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510767 s]
/proc/loadavg: 2.00 1.97 1.78 5/75 26967
/proc/meminfo: memFree=1667208/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=61640 CPUtime=0.49
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 7753 0 0 0 46 3 0 0 23 0 1 0 162147895 63119360 7469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 15410 7469 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33194 s]
/proc/loadavg: 2.00 1.97 1.78 3/75 26967
/proc/meminfo: memFree=1592584/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=136228 CPUtime=1.31
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 19049 0 0 0 123 8 0 0 25 0 1 0 162147895 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859932 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97327 s]
/proc/loadavg: 2.00 1.97 1.78 3/75 26967
/proc/meminfo: memFree=1623240/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=101068 CPUtime=2.94
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 21241 0 0 0 285 9 0 0 25 0 1 0 162147895 103493632 12393 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608340 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 25267 12393 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25596 s]
/proc/loadavg: 2.00 1.97 1.78 3/75 26967
/proc/meminfo: memFree=1572296/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=131864 CPUtime=6.21
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 52473 0 0 0 599 22 0 0 25 0 1 0 162147895 135028736 24275 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857092 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 32966 24275 158 90 0 32504 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 131864

[startup+12.7233 s]
/proc/loadavg: 2.00 1.97 1.78 3/75 26967
/proc/meminfo: memFree=1560648/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=132516 CPUtime=12.65
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 83980 0 0 0 1228 37 0 0 25 0 1 0 162147895 135696384 26833 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857172 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 33129 26833 158 90 0 32667 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 132516

[startup+25.5529 s]
/proc/loadavg: 2.08 1.99 1.79 3/75 26967
/proc/meminfo: memFree=1558408/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=132644 CPUtime=25.42
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 142663 0 0 0 2476 66 0 0 25 0 1 0 162147895 135827456 27330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 33161 27330 158 90 0 32699 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 132644

[startup+51.2132 s]
/proc/loadavg: 2.05 1.99 1.79 3/75 26967
/proc/meminfo: memFree=1453704/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=306636 CPUtime=50.95
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 285164 0 0 0 4959 136 0 0 25 0 1 0 162147895 313995264 53562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/26966/statm: 76659 53562 158 90 0 76197 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 306636

[startup+102.433 s]
/proc/loadavg: 2.10 2.00 1.81 3/76 26968
/proc/meminfo: memFree=1422208/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=101.93
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315328 0 0 0 10041 152 0 0 25 0 2 0 162147895 326328320 61286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26966/statm: 79670 61286 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 318680

[startup+162.483 s]
/proc/loadavg: 2.04 2.00 1.82 3/76 26968
/proc/meminfo: memFree=1422272/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=161.69
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 16017 152 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 318680

[startup+222.545 s]
/proc/loadavg: 2.01 2.00 1.83 3/76 26968
/proc/meminfo: memFree=1422272/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=221.46
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 21994 152 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613637 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 318680

[startup+282.597 s]
/proc/loadavg: 2.00 2.00 1.83 3/76 26968
/proc/meminfo: memFree=1422208/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=281.22
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 27970 152 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608099 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 318680

[startup+342.63 s]
/proc/loadavg: 1.97 1.98 1.83 3/82 27041
/proc/meminfo: memFree=1386704/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=341.17
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 33962 155 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561039 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.17
Current children cumulated vsize (KiB) 318680

[startup+402.688 s]
/proc/loadavg: 1.99 1.98 1.84 4/82 27041
/proc/meminfo: memFree=1386704/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=401.18
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 39963 155 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.18
Current children cumulated vsize (KiB) 318680

[startup+462.736 s]
/proc/loadavg: 1.99 1.98 1.84 3/82 27041
/proc/meminfo: memFree=1386640/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=461.16
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 45961 155 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.16
Current children cumulated vsize (KiB) 318680

[startup+522.751 s]
/proc/loadavg: 1.99 1.98 1.85 3/82 27041
/proc/meminfo: memFree=1386704/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=521.1
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 51955 155 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.1
Current children cumulated vsize (KiB) 318680

[startup+582.759 s]
/proc/loadavg: 1.99 1.98 1.86 3/82 27041
/proc/meminfo: memFree=1386704/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=581.06
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 57950 156 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 318680

[startup+642.815 s]
/proc/loadavg: 1.99 1.98 1.86 3/82 27041
/proc/meminfo: memFree=1386640/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=318680 CPUtime=641.06
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 315329 0 0 0 63950 156 0 0 25 0 2 0 162147895 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580231 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 79670 61287 170 90 0 79208 0
[pid=26966/tid=26968] ppid=26964 vsize=318680 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162154103 326328320 61287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.06
Current children cumulated vsize (KiB) 318680

[startup+702.868 s]
/proc/loadavg: 1.99 1.98 1.87 3/82 27041

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

[pid=26966/tid=27042] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162244118 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.9
Current children cumulated vsize (KiB) 329056

[startup+1243.25 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 27095
/proc/meminfo: memFree=1242792/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=329056 CPUtime=1240.28
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323339 0 0 0 123865 163 0 0 25 0 3 0 162147895 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 82264 61321 170 90 0 81802 0
[pid=26966/tid=26968] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162154103 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162244118 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.28
Current children cumulated vsize (KiB) 329056

[startup+1303.25 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 27095
/proc/meminfo: memFree=1230056/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=329056 CPUtime=1300.22
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323339 0 0 0 129859 163 0 0 25 0 3 0 162147895 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 82264 61321 170 90 0 81802 0
[pid=26966/tid=26968] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162154103 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162244118 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 329056

[startup+1363.31 s]
/proc/loadavg: 1.99 1.98 1.91 4/93 27235
/proc/meminfo: memFree=1228656/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=329056 CPUtime=1360.19
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323339 0 0 0 135845 174 0 0 25 0 3 0 162147895 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 82264 61321 170 90 0 81802 0
[pid=26966/tid=26968] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162154103 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=329056 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162244118 336953344 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.19
Current children cumulated vsize (KiB) 329056

[startup+1423.4 s]
/proc/loadavg: 2.53 2.12 1.96 3/88 27774
/proc/meminfo: memFree=1167224/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1418.57
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323340 0 0 0 141676 181 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.57
Current children cumulated vsize (KiB) 339300

[startup+1483.5 s]
/proc/loadavg: 2.26 2.11 1.96 3/88 27774
/proc/meminfo: memFree=1141976/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1478.61
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323340 0 0 0 147679 182 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.61
Current children cumulated vsize (KiB) 339300

[startup+1543.57 s]
/proc/loadavg: 2.10 2.09 1.96 3/88 27774
/proc/meminfo: memFree=1141976/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1538.63
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 323340 0 0 0 153681 182 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.63
Current children cumulated vsize (KiB) 339300

[startup+1603.6 s]
/proc/loadavg: 2.03 2.07 1.96 3/88 27774
/proc/meminfo: memFree=1115160/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1598.52
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 327345 0 0 0 159668 184 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.52
Current children cumulated vsize (KiB) 339300

[startup+1663.62 s]
/proc/loadavg: 2.09 2.07 1.97 3/88 27774
/proc/meminfo: memFree=1115096/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1658.47
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 327345 0 0 0 165663 184 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.47
Current children cumulated vsize (KiB) 339300

[startup+1723.64 s]
/proc/loadavg: 2.03 2.06 1.97 3/88 27774
/proc/meminfo: memFree=1087584/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1718.44
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 327345 0 0 0 171660 184 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.44
Current children cumulated vsize (KiB) 339300

[startup+1783.69 s]
/proc/loadavg: 2.05 2.06 1.97 4/88 27774
/proc/meminfo: memFree=1087520/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1778.41
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 327345 0 0 0 177657 184 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.41
Current children cumulated vsize (KiB) 339300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.36 s]
/proc/loadavg: 2.03 2.05 1.97 3/88 27774
/proc/meminfo: memFree=1087520/2055920 swapFree=4192224/4192956
[pid=26966] ppid=26964 vsize=339300 CPUtime=1800.08
/proc/26966/stat : 26966 (bprolog) R 26964 26966 26716 0 -1 4194304 327345 0 0 0 179823 185 0 0 25 0 4 0 162147895 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26966/statm: 84825 61322 170 90 0 84363 0
[pid=26966/tid=26968] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/26968/stat : 26968 (bprolog) S 26964 26966 26716 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162154103 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26966/tid=27042] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27042/stat : 27042 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162244118 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=26966/tid=27754] ppid=26964 vsize=339300 CPUtime=0
/proc/26966/task/27754/stat : 27754 (bprolog) S 26964 26966 26716 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162289127 347443200 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 339300

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.42
CPU time (s): 1800.13
CPU user time (s): 1798.24
CPU system time (s): 1.88971
CPU usage (%): 99.7074
Max. virtual memory (cumulated for all children) (KiB): 339300

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

runsolver used 2.16267 s user time and 5.47417 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 02:38:49 UTC 2007


IDJOB= 199866
IDBENCH= 3647
FILE ID= node33/199866-1168137528

PBS_JOBID= 3478039

Free space on /tmp= 66551 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-199866-1168137528 -o ROOT/results/node33/solver-199866-1168137528 -C 1800 -M 900  /tmp/evaluation/199866-1168137528/Complete/Ordinary/solver /tmp/evaluation/199866-1168137528/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  058b1cffee4e440b0ca4d1f19e415e26

RANDOM SEED= 987184721

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.281
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.281
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:       1667624 kB
Buffers:         38868 kB
Cached:         267432 kB
SwapCached:        448 kB
Active:          97920 kB
Inactive:       232056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667624 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            7492 kB
Writeback:           0 kB
Mapped:          34720 kB
Slab:            43532 kB
Committed_AS:  2883728 kB
PageTables:       1800 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= 66547 MiB



End job on node33 on Sun Jan  7 03:09:06 UTC 2007