Trace number 210467

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.06 1802.85

General information on the benchmark

NamepseudoSeries/fpga/
fpga-45-44.xml
MD5SUMb2386cfa53dcd1cd62c449d6cc834735
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 variables2970
Number of constraints2113
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210467-1168198460/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/node58/watcher-210467-1168198460 -o ROOT/results/node58/solver-210467-1168198460 -C 1800 -M 900 /tmp/evaluation/210467-1168198460/Complete/Ordinary/solver /tmp/evaluation/210467-1168198460/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.03 1.00 1.05 3/85 31200
/proc/meminfo: memFree=1437272/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=53472 CPUtime=0
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 168244582 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/31199/statm: 13368 200 123 90 0 12906 0

[startup+0.101956 s]
/proc/loadavg: 1.03 1.00 1.05 3/85 31200
/proc/meminfo: memFree=1437272/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=53824 CPUtime=0.09
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 2474 0 0 0 9 0 0 0 18 0 1 0 168244582 55115776 2190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/31199/statm: 13456 2192 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.509992 s]
/proc/loadavg: 1.03 1.00 1.05 3/85 31200
/proc/meminfo: memFree=1437272/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=66132 CPUtime=0.5
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 6708 0 0 0 48 2 0 0 21 0 1 0 168244582 67719168 6422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134736427 0 0 4096 2 0 0 0 17 1 0 0
/proc/31199/statm: 16533 6422 158 90 0 16071 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66132

[startup+1.33106 s]
/proc/loadavg: 1.03 1.00 1.05 3/86 31201
/proc/meminfo: memFree=1403408/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1.32
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 128 4 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 77380

[startup+2.9682 s]
/proc/loadavg: 1.03 1.00 1.05 3/86 31201
/proc/meminfo: memFree=1403408/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=2.96
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 292 4 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 77380

[startup+6.26248 s]
/proc/loadavg: 1.11 1.02 1.06 3/86 31201
/proc/meminfo: memFree=1403416/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=6.25
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 621 4 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 77380

[startup+12.725 s]
/proc/loadavg: 1.18 1.03 1.06 3/86 31201
/proc/meminfo: memFree=1403424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=12.71
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 1267 4 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 77380

[startup+25.5621 s]
/proc/loadavg: 1.36 1.08 1.07 3/75 31202
/proc/meminfo: memFree=1425440/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=25.54
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 2550 4 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 77380

[startup+51.2043 s]
/proc/loadavg: 1.92 1.23 1.12 4/82 31272
/proc/meminfo: memFree=828096/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=51.01
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 5096 5 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778864 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 77380

[startup+102.463 s]
/proc/loadavg: 2.45 1.49 1.21 4/82 31272
/proc/meminfo: memFree=824192/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=101.86
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 10181 5 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 77380

[startup+162.542 s]
/proc/loadavg: 2.76 1.75 1.32 4/82 31272
/proc/meminfo: memFree=821120/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=161.45
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 16140 5 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568339 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 77380

[startup+222.627 s]
/proc/loadavg: 2.91 1.97 1.42 4/82 31272
/proc/meminfo: memFree=818432/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=221.04
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 22099 5 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (KiB) 77380

[startup+282.673 s]
/proc/loadavg: 2.54 2.05 1.48 3/82 31272
/proc/meminfo: memFree=817216/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=280.62
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 28057 5 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774852 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.62
Current children cumulated vsize (KiB) 77380

[startup+342.683 s]
/proc/loadavg: 1.91 1.97 1.49 2/66 31494
/proc/meminfo: memFree=1505360/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=340.36
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 34029 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.36
Current children cumulated vsize (KiB) 77380

[startup+402.721 s]
/proc/loadavg: 1.33 1.79 1.45 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=400.39
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 40032 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.39
Current children cumulated vsize (KiB) 77380

[startup+462.762 s]
/proc/loadavg: 1.12 1.64 1.42 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=460.41
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 46034 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 77380

[startup+522.799 s]
/proc/loadavg: 1.04 1.52 1.39 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=520.43
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 52036 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.43
Current children cumulated vsize (KiB) 77380

[startup+582.834 s]
/proc/loadavg: 1.01 1.43 1.36 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=580.45
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 58038 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800281 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.45
Current children cumulated vsize (KiB) 77380

[startup+642.87 s]

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

/proc/loadavg: 1.00 1.09 1.22 2/66 31494
/proc/meminfo: memFree=1505552/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1000.6
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 100053 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.6
Current children cumulated vsize (KiB) 77380

[startup+1063.13 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1060.62
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 106055 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.62
Current children cumulated vsize (KiB) 77380

[startup+1123.17 s]
/proc/loadavg: 1.07 1.07 1.19 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1120.65
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 112058 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.65
Current children cumulated vsize (KiB) 77380

[startup+1183.21 s]
/proc/loadavg: 1.06 1.07 1.18 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1180.67
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 118060 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.67
Current children cumulated vsize (KiB) 77380

[startup+1243.25 s]
/proc/loadavg: 1.02 1.06 1.17 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1240.69
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 124062 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.69
Current children cumulated vsize (KiB) 77380

[startup+1303.29 s]
/proc/loadavg: 1.00 1.04 1.15 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1300.72
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 130065 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.72
Current children cumulated vsize (KiB) 77380

[startup+1363.33 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1360.74
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 136067 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.74
Current children cumulated vsize (KiB) 77380

[startup+1423.37 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 31494
/proc/meminfo: memFree=1505488/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1420.76
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 142069 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777428 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.76
Current children cumulated vsize (KiB) 77380

[startup+1483.41 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1480.79
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 148072 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.79
Current children cumulated vsize (KiB) 77380

[startup+1543.45 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 31494
/proc/meminfo: memFree=1505424/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1540.81
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 154074 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.81
Current children cumulated vsize (KiB) 77380

[startup+1603.49 s]
/proc/loadavg: 1.00 1.01 1.10 2/72 31560
/proc/meminfo: memFree=1504216/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1600.8
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 160073 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758325 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.8
Current children cumulated vsize (KiB) 77380

[startup+1663.56 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 31652
/proc/meminfo: memFree=1504096/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1660.81
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 166074 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.81
Current children cumulated vsize (KiB) 77380

[startup+1723.61 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 31692
/proc/meminfo: memFree=1505232/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1720.82
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 172075 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 77380

[startup+1783.65 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 31692
/proc/meminfo: memFree=1505232/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1780.85
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 178078 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 77380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.83 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 31692
/proc/meminfo: memFree=1505232/2055920 swapFree=4192812/4192956
[pid=31199] ppid=31197 vsize=77380 CPUtime=1800.03
/proc/31199/stat : 31199 (bprolog) R 31197 31199 30965 0 -1 4194304 10244 0 0 0 179996 7 0 0 25 0 2 0 168244582 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31199/statm: 19345 8654 180 90 0 18883 0
[pid=31199/tid=31201] ppid=31197 vsize=77380 CPUtime=0
/proc/31199/task/31201/stat : 31201 (bprolog) S 31197 31199 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 168244664 79237120 8654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 77380

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.85
CPU time (s): 1800.06
CPU user time (s): 1799.97
CPU system time (s): 0.085986
CPU usage (%): 99.8451
Max. virtual memory (cumulated for all children) (KiB): 77380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10244
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= 11
involuntary context switches= 8575

runsolver used 1.41478 s user time and 3.76443 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 19:34:21 UTC 2007


IDJOB= 210467
IDBENCH= 4622
FILE ID= node58/210467-1168198460

PBS_JOBID= 3480720

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-45-44.xml
COMMAND LINE= /tmp/evaluation/210467-1168198460/Complete/Ordinary/solver /tmp/evaluation/210467-1168198460/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-210467-1168198460 -o ROOT/results/node58/conversion-210467-1168198460 -C 600 -M 900 /tmp/evaluation/210467-1168198460/Complete/Ordinary/conversion /tmp/evaluation/210467-1168198460/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-210467-1168198460 -o ROOT/results/node58/solver-210467-1168198460 -C 1800 -M 900  /tmp/evaluation/210467-1168198460/Complete/Ordinary/solver /tmp/evaluation/210467-1168198460/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b2386cfa53dcd1cd62c449d6cc834735

RANDOM SEED= 308255603

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.223
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.223
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:       1437816 kB
Buffers:         44696 kB
Cached:         394312 kB
SwapCached:          0 kB
Active:         190292 kB
Inactive:       362784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5776 kB
Writeback:           0 kB
Mapped:         134756 kB
Slab:            50164 kB
Committed_AS:  3508540 kB
PageTables:       1984 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= 66554 MiB



End job on node58 on Sun Jan  7 20:04:29 UTC 2007