Trace number 210584

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 1800.65

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-38.xml
MD5SUM2503b7c83ccc01e38c04691572538788
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables2280
Number of constraints1636
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1636
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210584-1168199795/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/node48/watcher-210584-1168199795 -o ROOT/results/node48/solver-210584-1168199795 -C 1800 -M 900 /tmp/evaluation/210584-1168199795/Complete/Ordinary/solver /tmp/evaluation/210584-1168199795/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.04 1.02 1.12 4/65 12381
/proc/meminfo: memFree=1681496/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=53472 CPUtime=0
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 168378587 54755328 194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/12380/statm: 13368 195 123 90 0 12906 0

[startup+0.103106 s]
/proc/loadavg: 1.04 1.02 1.12 4/65 12381
/proc/meminfo: memFree=1681496/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=53824 CPUtime=0.09
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 2564 0 0 0 8 1 0 0 18 0 1 0 168378587 55115776 2280 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569943 0 0 4096 2 0 0 0 17 1 0 0
/proc/12380/statm: 13456 2281 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511139 s]
/proc/loadavg: 1.04 1.02 1.12 4/65 12381
/proc/meminfo: memFree=1681496/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=66312 CPUtime=0.5
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 4948 0 0 0 47 3 0 0 22 0 1 0 168378587 67903488 4661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567376 0 0 4096 2 0 0 0 17 1 0 0
/proc/12380/statm: 16578 4661 169 90 0 16116 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66312

[startup+1.33122 s]
/proc/loadavg: 1.04 1.02 1.12 2/66 12382
/proc/meminfo: memFree=1662160/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1.32
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 129 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76556

[startup+2.96737 s]
/proc/loadavg: 1.04 1.02 1.12 2/66 12382
/proc/meminfo: memFree=1662160/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=2.96
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 293 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 76556

[startup+6.24367 s]
/proc/loadavg: 1.04 1.02 1.12 2/66 12382
/proc/meminfo: memFree=1662096/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=6.23
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 620 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 76556

[startup+12.7013 s]
/proc/loadavg: 1.03 1.02 1.12 2/66 12382
/proc/meminfo: memFree=1662112/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=12.69
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 1266 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76556

[startup+25.5104 s]
/proc/loadavg: 1.03 1.02 1.11 2/66 12382
/proc/meminfo: memFree=1662304/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=25.49
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 2546 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76556

[startup+51.1268 s]
/proc/loadavg: 1.02 1.02 1.11 2/66 12382
/proc/meminfo: memFree=1662368/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=51.1
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 5107 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 76556

[startup+102.347 s]
/proc/loadavg: 1.01 1.01 1.10 2/66 12382
/proc/meminfo: memFree=1662368/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=102.31
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 10228 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 76556

[startup+162.384 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 12382
/proc/meminfo: memFree=1662368/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=162.33
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 16230 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 76556

[startup+222.419 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 12382
/proc/meminfo: memFree=1662304/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=222.35
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 22232 3 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 76556

[startup+282.465 s]
/proc/loadavg: 1.00 1.00 1.08 2/72 12466
/proc/meminfo: memFree=1661104/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=282.34
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 28229 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 76556

[startup+342.528 s]
/proc/loadavg: 1.06 1.01 1.08 2/72 12552
/proc/meminfo: memFree=1661040/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=342.35
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 34230 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 76556

[startup+402.574 s]
/proc/loadavg: 1.02 1.01 1.07 2/66 12580
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=402.37
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 40232 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 76556

[startup+462.611 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 12580
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=462.39
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 46234 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 76556

[startup+522.647 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 12580
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=522.41
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 52236 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 76556

[startup+582.683 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 12580
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=582.43
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 58238 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618508 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 76556

[startup+642.72 s]

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

/proc/loadavg: 1.05 1.02 1.02 2/66 12580
/proc/meminfo: memFree=1662112/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1002.58
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 100253 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 76556

[startup+1062.99 s]
/proc/loadavg: 1.02 1.01 1.02 2/66 12580
/proc/meminfo: memFree=1662112/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1062.6
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 106255 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 76556

[startup+1123.02 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 12580
/proc/meminfo: memFree=1662112/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1122.62
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 112257 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774827 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 76556

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 12580
/proc/meminfo: memFree=1662112/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1182.64
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 118259 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 76556

[startup+1243.09 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 12580
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1242.66
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 124261 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.66
Current children cumulated vsize (KiB) 76556

[startup+1303.13 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 12582
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1302.68
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 130263 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.68
Current children cumulated vsize (KiB) 76556

[startup+1363.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1362.7
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 136265 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.7
Current children cumulated vsize (KiB) 76556

[startup+1423.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1422.72
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 142267 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.72
Current children cumulated vsize (KiB) 76556

[startup+1483.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1482.75
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 148270 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552661 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.75
Current children cumulated vsize (KiB) 76556

[startup+1543.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1662048/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1542.76
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 154271 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774827 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.76
Current children cumulated vsize (KiB) 76556

[startup+1603.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1661984/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1602.78
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 160273 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.78
Current children cumulated vsize (KiB) 76556

[startup+1663.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12582
/proc/meminfo: memFree=1661984/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1662.8
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 166275 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.8
Current children cumulated vsize (KiB) 76556

[startup+1723.39 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 12582
/proc/meminfo: memFree=1661984/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1722.82
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 172277 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.82
Current children cumulated vsize (KiB) 76556

[startup+1783.43 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 12582
/proc/meminfo: memFree=1661984/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1782.84
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 178279 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.84
Current children cumulated vsize (KiB) 76556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.64 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12582
/proc/meminfo: memFree=1661984/2055920 swapFree=4192812/4192956
[pid=12380] ppid=12378 vsize=76556 CPUtime=1800.05
/proc/12380/stat : 12380 (bprolog) R 12378 12380 11489 0 -1 4194304 5296 0 0 0 180000 5 0 0 25 0 2 0 168378587 78393344 5009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12380/statm: 19139 5009 180 90 0 18677 0
[pid=12380/tid=12382] ppid=12378 vsize=76556 CPUtime=0
/proc/12380/task/12382/stat : 12382 (bprolog) S 12378 12380 11489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168378639 78393344 5009 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) 76556

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.65
CPU time (s): 1800.08
CPU user time (s): 1800.02
CPU system time (s): 0.06199
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 76556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5296
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= 9
involuntary context switches= 4691

runsolver used 1.41678 s user time and 3.47247 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Jan  7 19:56:36 UTC 2007


IDJOB= 210584
IDBENCH= 4631
FILE ID= node48/210584-1168199795

PBS_JOBID= 3480696

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-40-38.xml
COMMAND LINE= /tmp/evaluation/210584-1168199795/Complete/Ordinary/solver /tmp/evaluation/210584-1168199795/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node48/convwatcher-210584-1168199795 -o ROOT/results/node48/conversion-210584-1168199795 -C 600 -M 900 /tmp/evaluation/210584-1168199795/Complete/Ordinary/conversion /tmp/evaluation/210584-1168199795/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-210584-1168199795 -o ROOT/results/node48/solver-210584-1168199795 -C 1800 -M 900  /tmp/evaluation/210584-1168199795/Complete/Ordinary/solver /tmp/evaluation/210584-1168199795/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2503b7c83ccc01e38c04691572538788

RANDOM SEED= 113448839

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.218
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.218
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:       1681976 kB
Buffers:         60004 kB
Cached:         239944 kB
SwapCached:          0 kB
Active:         130448 kB
Inactive:       185496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          26168 kB
Slab:            44076 kB
Committed_AS:  3715468 kB
PageTables:       1392 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= 66562 MiB



End job on node48 on Sun Jan  7 20:26:40 UTC 2007