Trace number 196128

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.08 1816.21

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-48_ext.xml
MD5SUM89efa41fbbac9f9b4ee5610173a37395
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 constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/196128-1168119172/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/node51/watcher-196128-1168119172 -o ROOT/results/node51/solver-196128-1168119172 -C 1800 -M 900 /tmp/evaluation/196128-1168119172/Complete/Ordinary/solver /tmp/evaluation/196128-1168119172/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.62 2.84 2.72 5/81 11228
/proc/meminfo: memFree=1569536/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=18540 CPUtime=0
/proc/11227/stat : 11227 (runsolver) R 11225 11227 9969 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160317065 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11227/statm: 4635 279 244 17 0 2626 0

[startup+0.108151 s]
/proc/loadavg: 2.62 2.84 2.72 5/81 11228
/proc/meminfo: memFree=1569536/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=61640 CPUtime=0.1
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 1961 0 0 0 9 1 0 0 21 0 1 0 160317065 63119360 1677 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697916 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 15410 1677 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.516225 s]
/proc/loadavg: 2.62 2.84 2.72 5/81 11228
/proc/meminfo: memFree=1569536/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=61640 CPUtime=0.5
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 7717 0 0 0 47 3 0 0 24 0 1 0 160317065 63119360 7433 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 15410 7433 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33736 s]
/proc/loadavg: 2.65 2.84 2.73 3/81 11228
/proc/meminfo: memFree=1472320/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=136228 CPUtime=1.32
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 160317065 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.97463 s]
/proc/loadavg: 2.65 2.84 2.73 3/81 11228
/proc/meminfo: memFree=1479296/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=101068 CPUtime=2.95
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 21530 0 0 0 285 10 0 0 25 0 1 0 160317065 103493632 12682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 25267 12682 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.2612 s]
/proc/loadavg: 2.65 2.84 2.73 3/81 11228
/proc/meminfo: memFree=1392704/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=129608 CPUtime=6.22
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 52271 0 0 0 595 27 0 0 25 0 1 0 160317065 132718592 23976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 32402 23976 158 90 0 31940 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 129608

[startup+12.7293 s]
/proc/loadavg: 2.55 2.81 2.72 3/81 11228
/proc/meminfo: memFree=1178496/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=130216 CPUtime=12.65
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 83681 0 0 0 1218 47 0 0 25 0 1 0 160317065 133341184 26346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 32554 26346 158 90 0 32092 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 130216

[startup+25.5705 s]
/proc/loadavg: 2.62 2.82 2.72 5/81 11228
/proc/meminfo: memFree=1163008/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=130328 CPUtime=25.43
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 142323 0 0 0 2457 86 0 0 25 0 1 0 160317065 133455872 26796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 32582 26796 158 90 0 32120 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 130328

[startup+51.2388 s]
/proc/loadavg: 2.83 2.85 2.73 4/81 11228
/proc/meminfo: memFree=1043840/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=297792 CPUtime=50.96
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 288086 0 0 0 4917 179 0 0 25 0 1 0 160317065 304939008 55353 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858532 0 0 4096 2 0 0 0 17 1 0 0
/proc/11227/statm: 74448 55353 158 90 0 73986 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 297792

[startup+102.484 s]
/proc/loadavg: 2.77 2.83 2.73 4/82 11229
/proc/meminfo: memFree=1005368/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=101.96
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 359215 0 0 0 9973 223 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 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) 310024

[startup+162.554 s]
/proc/loadavg: 2.46 2.73 2.70 3/82 11229
/proc/meminfo: memFree=1005368/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=161.69
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 15943 226 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 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) 310024

[startup+222.61 s]
/proc/loadavg: 2.35 2.64 2.67 3/82 11229
/proc/meminfo: memFree=1005304/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=221.16
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 21890 226 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 310024

[startup+282.686 s]
/proc/loadavg: 2.37 2.59 2.65 3/82 11229
/proc/meminfo: memFree=1005240/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=280.66
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 27840 226 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565703 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 310024

[startup+342.696 s]
/proc/loadavg: 2.32 2.52 2.62 3/82 11229
/proc/meminfo: memFree=1005176/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=340.09
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 33782 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (KiB) 310024

[startup+402.697 s]
/proc/loadavg: 2.16 2.44 2.58 3/82 11229
/proc/meminfo: memFree=1005112/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=399.52
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 39725 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.52
Current children cumulated vsize (KiB) 310024

[startup+462.774 s]
/proc/loadavg: 2.11 2.37 2.55 3/82 11229
/proc/meminfo: memFree=1005176/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=459.06
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 45679 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.06
Current children cumulated vsize (KiB) 310024

[startup+522.829 s]
/proc/loadavg: 2.14 2.33 2.52 4/82 11229
/proc/meminfo: memFree=1005112/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=518.54
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 51627 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.54
Current children cumulated vsize (KiB) 310024

[startup+582.872 s]
/proc/loadavg: 2.05 2.27 2.49 3/82 11229
/proc/meminfo: memFree=1005048/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=578.04
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 57577 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.04
Current children cumulated vsize (KiB) 310024

[startup+642.958 s]
/proc/loadavg: 2.16 2.25 2.46 3/82 11229
/proc/meminfo: memFree=1005048/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=310024 CPUtime=637.58
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 363341 0 0 0 63531 227 0 0 25 0 2 0 160317065 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 77506 62515 170 90 0 77044 0
[pid=11227/tid=11229] ppid=11225 vsize=310024 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160323577 317464576 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.58
Current children cumulated vsize (KiB) 310024

[startup+703.017 s]
/proc/loadavg: 2.22 2.25 2.45 3/82 11229

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

[pid=11227/tid=11230] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160413591 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.24
Current children cumulated vsize (KiB) 320268

[startup+1243.65 s]
/proc/loadavg: 2.14 2.11 2.27 4/83 11230
/proc/meminfo: memFree=1004656/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=320268 CPUtime=1232.66
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 367468 0 0 0 123036 230 0 0 25 0 3 0 160317065 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 80067 62516 170 90 0 79605 0
[pid=11227/tid=11229] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160323577 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160413591 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.66
Current children cumulated vsize (KiB) 320268

[startup+1303.74 s]
/proc/loadavg: 2.09 2.11 2.26 3/83 11230
/proc/meminfo: memFree=1004592/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=320268 CPUtime=1292.19
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 367468 0 0 0 128989 230 0 0 25 0 3 0 160317065 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 80067 62516 170 90 0 79605 0
[pid=11227/tid=11229] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160323577 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160413591 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.19
Current children cumulated vsize (KiB) 320268

[startup+1363.83 s]
/proc/loadavg: 2.08 2.10 2.25 3/83 11230
/proc/meminfo: memFree=1004528/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=320268 CPUtime=1351.74
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 367468 0 0 0 134944 230 0 0 25 0 3 0 160317065 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 80067 62516 170 90 0 79605 0
[pid=11227/tid=11229] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160323577 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=320268 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160413591 327954432 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.74
Current children cumulated vsize (KiB) 320268

[startup+1423.92 s]
/proc/loadavg: 2.08 2.09 2.23 3/84 11231
/proc/meminfo: memFree=1004520/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1411.27
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 367470 0 0 0 140896 231 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.27
Current children cumulated vsize (KiB) 330512

[startup+1483.94 s]
/proc/loadavg: 2.03 2.07 2.22 3/84 11231
/proc/meminfo: memFree=1004456/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1470.73
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 146840 233 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.73
Current children cumulated vsize (KiB) 330512

[startup+1543.99 s]
/proc/loadavg: 2.01 2.06 2.20 4/84 11231
/proc/meminfo: memFree=1004456/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1530.22
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 152789 233 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615351 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.22
Current children cumulated vsize (KiB) 330512

[startup+1604.08 s]
/proc/loadavg: 2.08 2.06 2.19 3/84 11231
/proc/meminfo: memFree=1004392/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1589.74
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 158741 233 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639185 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.74
Current children cumulated vsize (KiB) 330512

[startup+1664.18 s]
/proc/loadavg: 2.03 2.05 2.17 3/84 11231
/proc/meminfo: memFree=1004328/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1649.29
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 164696 233 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.29
Current children cumulated vsize (KiB) 330512

[startup+1724.25 s]
/proc/loadavg: 2.01 2.04 2.16 3/90 11373
/proc/meminfo: memFree=1002864/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1708.75
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 170631 244 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.75
Current children cumulated vsize (KiB) 330512

[startup+1784.27 s]
/proc/loadavg: 2.09 2.06 2.16 3/84 11429
/proc/meminfo: memFree=1003808/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1768.15
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 176565 250 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.15
Current children cumulated vsize (KiB) 330512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.16 s]
/proc/loadavg: 1.61 1.94 2.12 2/68 11446
/proc/meminfo: memFree=1632184/2055920 swapFree=4192812/4192956
[pid=11227] ppid=11225 vsize=330512 CPUtime=1800.02
/proc/11227/stat : 11227 (bprolog) R 11225 11227 9969 0 -1 4194304 371596 0 0 0 179751 251 0 0 25 0 4 0 160317065 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610735 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11227/statm: 82628 62518 170 90 0 82166 0
[pid=11227/tid=11229] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11229/stat : 11229 (bprolog) S 11225 11227 9969 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160323577 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11227/tid=11230] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11230/stat : 11230 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160413591 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11227/tid=11231] ppid=11225 vsize=330512 CPUtime=0
/proc/11227/task/11231/stat : 11231 (bprolog) S 11225 11227 9969 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160458601 338444288 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 330512

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.21
CPU time (s): 1800.08
CPU user time (s): 1797.52
CPU system time (s): 2.55761
CPU usage (%): 99.1115
Max. virtual memory (cumulated for all children) (KiB): 330512

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

runsolver used 1.92071 s user time and 5.2582 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 21:32:53 UTC 2007


IDJOB= 196128
IDBENCH= 3328
FILE ID= node51/196128-1168119172

PBS_JOBID= 3477410

Free space on /tmp= 66525 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-196128-1168119172 -o ROOT/results/node51/solver-196128-1168119172 -C 1800 -M 900  /tmp/evaluation/196128-1168119172/Complete/Ordinary/solver /tmp/evaluation/196128-1168119172/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  89efa41fbbac9f9b4ee5610173a37395

RANDOM SEED= 409593057

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.277
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.277
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:       1569952 kB
Buffers:         28876 kB
Cached:          92572 kB
SwapCached:          0 kB
Active:         372748 kB
Inactive:        57188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           28108 kB
Writeback:           0 kB
Mapped:         325212 kB
Slab:            40820 kB
Committed_AS:  3608660 kB
PageTables:       2412 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= 66541 MiB



End job on node51 on Sat Jan  6 22:03:23 UTC 2007