Trace number 205791

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1810.94

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-0.xml
MD5SUM00688de2264349cb35c485d1a6fd29a5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.1307
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205791-1168168066/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/node14/watcher-205791-1168168066 -o ROOT/results/node14/solver-205791-1168168066 -C 1800 -M 900 /tmp/evaluation/205791-1168168066/Complete/Ordinary/solver /tmp/evaluation/205791-1168168066/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.06 1.61 1.49 3/93 27314
/proc/meminfo: memFree=1339688/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=5352 CPUtime=0
/proc/27313/stat : 27313 (sh) R 27311 27313 26915 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 165205675 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 212234464551 0 0 4096 0 0 0 0 17 1 0 0
/proc/27313/statm: 1338 234 196 169 0 49 0

[startup+0.103835 s]
/proc/loadavg: 2.06 1.61 1.49 3/93 27314
/proc/meminfo: memFree=1339688/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=53824 CPUtime=0.09
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 2130 0 0 0 8 1 0 0 21 0 1 0 165205675 55115776 1846 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 13456 1846 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511868 s]
/proc/loadavg: 2.06 1.61 1.49 3/93 27314
/proc/meminfo: memFree=1339688/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=53824 CPUtime=0.49
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 8764 0 0 0 44 5 0 0 25 0 1 0 165205675 55115776 8480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134692951 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 13456 8480 157 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.33294 s]
/proc/loadavg: 2.05 1.61 1.49 3/93 27314
/proc/meminfo: memFree=1300584/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=98340 CPUtime=1.31
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 22035 0 0 0 120 11 0 0 25 0 1 0 165205675 100700160 13204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 24585 13204 157 90 0 24123 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 98340

[startup+2.9741 s]
/proc/loadavg: 2.05 1.61 1.49 4/93 27314
/proc/meminfo: memFree=1247464/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=118204 CPUtime=2.94
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 33722 0 0 0 276 18 0 0 25 0 1 0 165205675 121040896 24503 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 29551 24503 157 90 0 29089 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 118204

[startup+6.26241 s]
/proc/loadavg: 2.05 1.62 1.50 3/93 27314
/proc/meminfo: memFree=1241512/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=118200 CPUtime=6.19
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 33891 0 0 0 601 18 0 0 25 0 1 0 165205675 121036800 24671 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 29550 24671 176 90 0 29088 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 118200

[startup+12.726 s]
/proc/loadavg: 2.04 1.62 1.50 3/93 27314
/proc/meminfo: memFree=1234920/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=124976 CPUtime=12.59
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 54354 0 0 0 1229 30 0 0 25 0 1 0 165205675 127975424 25545 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 31244 25545 176 90 0 30782 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 124976

[startup+25.5522 s]
/proc/loadavg: 2.04 1.64 1.50 3/93 27314
/proc/meminfo: memFree=1178792/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=195288 CPUtime=25.3
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 101024 0 0 0 2477 53 0 0 25 0 1 0 165205675 199974912 41441 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 0 0 0 17 1 0 0
/proc/27313/statm: 48822 41441 176 90 0 48360 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 195288

[startup+51.2097 s]
/proc/loadavg: 1.95 1.65 1.51 3/87 27541
/proc/meminfo: memFree=1412504/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=50.76
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 5004 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 243052

[startup+102.492 s]
/proc/loadavg: 2.07 1.73 1.55 3/87 27541
/proc/meminfo: memFree=1373280/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=101.98
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 10126 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 243052

[startup+162.497 s]
/proc/loadavg: 2.02 1.78 1.57 3/87 27541
/proc/meminfo: memFree=1373280/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=161.72
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 16100 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 243052

[startup+222.505 s]
/proc/loadavg: 2.01 1.82 1.59 3/87 27541
/proc/meminfo: memFree=1373280/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=221.46
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 22074 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 243052

[startup+282.519 s]
/proc/loadavg: 2.00 1.85 1.62 3/87 27541
/proc/meminfo: memFree=1373280/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=281.18
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 28046 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618333 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 243052

[startup+342.531 s]
/proc/loadavg: 2.00 1.87 1.64 3/87 27541
/proc/meminfo: memFree=1373216/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=340.93
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130736 0 0 0 34021 72 0 0 25 0 2 0 165205675 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557329 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53453 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53453 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 243052

[startup+402.56 s]
/proc/loadavg: 2.08 1.91 1.66 3/87 27541
/proc/meminfo: memFree=1372256/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=400.69
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130999 0 0 0 39997 72 0 0 25 0 2 0 165205675 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53716 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.69
Current children cumulated vsize (KiB) 243052

[startup+462.58 s]
/proc/loadavg: 2.03 1.92 1.68 3/87 27541
/proc/meminfo: memFree=1372128/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=460.42
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130999 0 0 0 45969 73 0 0 25 0 2 0 165205675 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53716 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 243052

[startup+522.599 s]
/proc/loadavg: 2.05 1.95 1.70 3/87 27541
/proc/meminfo: memFree=1372128/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=520.18
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130999 0 0 0 51945 73 0 0 25 0 2 0 165205675 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53716 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.18
Current children cumulated vsize (KiB) 243052

[startup+582.608 s]
/proc/loadavg: 2.02 1.95 1.72 3/87 27541
/proc/meminfo: memFree=1372000/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=579.92
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130999 0 0 0 57919 73 0 0 25 0 2 0 165205675 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552381 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53716 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.92
Current children cumulated vsize (KiB) 243052

[startup+642.614 s]
/proc/loadavg: 2.00 1.96 1.74 3/87 27543
/proc/meminfo: memFree=1371808/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=243052 CPUtime=639.63
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 130999 0 0 0 63890 73 0 0 25 0 2 0 165205675 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 60763 53716 180 90 0 60301 0
[pid=27313/tid=27323] ppid=27311 vsize=243052 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165209805 248885248 53716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.63
Current children cumulated vsize (KiB) 243052


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

[pid=27313/tid=27544] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 165299820 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.22
Current children cumulated vsize (KiB) 253296

[startup+1242.92 s]
/proc/loadavg: 2.00 1.98 1.84 3/88 27544
/proc/meminfo: memFree=1371480/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=253296 CPUtime=1236.78
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131000 0 0 0 123603 75 0 0 25 0 3 0 165205675 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 63324 53717 180 90 0 62862 0
[pid=27313/tid=27323] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165209805 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 165299820 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.78
Current children cumulated vsize (KiB) 253296

[startup+1302.96 s]
/proc/loadavg: 2.00 1.98 1.84 3/88 27544
/proc/meminfo: memFree=1371416/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=253296 CPUtime=1296.33
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131000 0 0 0 129558 75 0 0 25 0 3 0 165205675 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589296 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 63324 53717 180 90 0 62862 0
[pid=27313/tid=27323] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165209805 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 165299820 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.33
Current children cumulated vsize (KiB) 253296

[startup+1363 s]
/proc/loadavg: 2.00 1.98 1.85 3/88 27544
/proc/meminfo: memFree=1371416/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=253296 CPUtime=1355.86
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131000 0 0 0 135511 75 0 0 25 0 3 0 165205675 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 63324 53717 180 90 0 62862 0
[pid=27313/tid=27323] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165209805 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=253296 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 3 0 165299820 259375104 53717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.86
Current children cumulated vsize (KiB) 253296

[startup+1423.06 s]
/proc/loadavg: 2.00 1.98 1.86 3/89 27545
/proc/meminfo: memFree=1370576/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1415.42
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131174 0 0 0 141467 75 0 0 25 0 4 0 165205675 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53891 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.42
Current children cumulated vsize (KiB) 263540

[startup+1483.12 s]
/proc/loadavg: 2.06 2.00 1.87 3/89 27545
/proc/meminfo: memFree=1370512/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1474.97
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131174 0 0 0 147422 75 0 0 25 0 4 0 165205675 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53891 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 263540

[startup+1543.18 s]
/proc/loadavg: 2.02 2.00 1.87 3/89 27545
/proc/meminfo: memFree=1370448/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1534.52
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131174 0 0 0 153377 75 0 0 25 0 4 0 165205675 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53891 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.52
Current children cumulated vsize (KiB) 263540

[startup+1603.23 s]
/proc/loadavg: 2.01 2.00 1.88 3/89 27545
/proc/meminfo: memFree=1370128/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1594.09
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131243 0 0 0 159334 75 0 0 25 0 4 0 165205675 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53960 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.09
Current children cumulated vsize (KiB) 263540

[startup+1663.29 s]
/proc/loadavg: 2.03 2.01 1.89 3/89 27545
/proc/meminfo: memFree=1370000/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1653.68
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131243 0 0 0 165292 76 0 0 25 0 4 0 165205675 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53960 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.68
Current children cumulated vsize (KiB) 263540

[startup+1723.34 s]
/proc/loadavg: 2.01 2.00 1.90 3/89 27545
/proc/meminfo: memFree=1369936/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1713.21
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131243 0 0 0 171245 76 0 0 25 0 4 0 165205675 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53960 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.21
Current children cumulated vsize (KiB) 263540

[startup+1783.38 s]
/proc/loadavg: 2.12 2.03 1.91 3/89 27545
/proc/meminfo: memFree=1369872/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1772.78
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131243 0 0 0 177202 76 0 0 25 0 4 0 165205675 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53960 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.78
Current children cumulated vsize (KiB) 263540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.89 s]
/proc/loadavg: 2.15 2.04 1.92 3/89 27545
/proc/meminfo: memFree=1369872/2055920 swapFree=4182236/4192956
[pid=27313] ppid=27311 vsize=263540 CPUtime=1800.05
/proc/27313/stat : 27313 (bprolog) R 27311 27313 26915 0 -1 4194304 131243 0 0 0 179929 76 0 0 25 0 4 0 165205675 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27313/statm: 65885 53960 180 90 0 65423 0
[pid=27313/tid=27323] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27323/stat : 27323 (bprolog) S 27311 27313 26915 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165209805 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27544] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27544/stat : 27544 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165299820 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=27313/tid=27545] ppid=27311 vsize=263540 CPUtime=0
/proc/27313/task/27545/stat : 27545 (bprolog) S 27311 27313 26915 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165344845 269864960 53960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 263540

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.94
CPU time (s): 1800.1
CPU user time (s): 1799.3
CPU system time (s): 0.799878
CPU usage (%): 99.4012
Max. virtual memory (cumulated for all children) (KiB): 265604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131243
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= 15
involuntary context switches= 67871

runsolver used 1.92771 s user time and 5.2602 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 11:07:47 UTC 2007


IDJOB= 205791
IDBENCH= 4169
FILE ID= node14/205791-1168168066

PBS_JOBID= 3478801

Free space on /tmp= 66328 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-0.xml
COMMAND LINE= /tmp/evaluation/205791-1168168066/Complete/Ordinary/solver /tmp/evaluation/205791-1168168066/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-205791-1168168066 -o ROOT/results/node14/conversion-205791-1168168066 -C 600 -M 900 /tmp/evaluation/205791-1168168066/Complete/Ordinary/conversion /tmp/evaluation/205791-1168168066/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-205791-1168168066 -o ROOT/results/node14/solver-205791-1168168066 -C 1800 -M 900  /tmp/evaluation/205791-1168168066/Complete/Ordinary/solver /tmp/evaluation/205791-1168168066/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  00688de2264349cb35c485d1a6fd29a5

RANDOM SEED= 915236718

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:       1340232 kB
Buffers:         29440 kB
Cached:         189104 kB
SwapCached:       4156 kB
Active:         507836 kB
Inactive:       139020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340232 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:           10364 kB
Writeback:           0 kB
Mapped:         447260 kB
Slab:            52864 kB
Committed_AS:  5973592 kB
PageTables:       2952 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= 66320 MiB



End job on node14 on Sun Jan  7 11:38:38 UTC 2007