Trace number 212764

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.05 1805.17

General information on the benchmark

NamepseudoSeries/primesDimacs/
bf-0432-007.xml
MD5SUM75306e088ab36ae277fcdc644f384d6a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.82
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2080
Number of constraints4702
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4702
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212764-1168223920/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/node10/watcher-212764-1168223920 -o ROOT/results/node10/solver-212764-1168223920 -C 1800 -M 900 /tmp/evaluation/212764-1168223920/Complete/Ordinary/solver /tmp/evaluation/212764-1168223920/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: 3.50 3.04 2.89 3/95 27050
/proc/meminfo: memFree=47952/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=18540 CPUtime=0
/proc/27049/stat : 27049 (runsolver) R 27047 27049 26137 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 170787718 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27049/statm: 4635 279 244 17 0 2626 0

[startup+0.102221 s]
/proc/loadavg: 3.50 3.04 2.89 3/95 27050
/proc/meminfo: memFree=47952/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=53824 CPUtime=0.09
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 1984 0 0 0 8 1 0 0 21 0 1 0 170787718 55115776 1700 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609305 0 0 4096 2 0 0 0 17 1 0 0
/proc/27049/statm: 13456 1700 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510268 s]
/proc/loadavg: 3.50 3.04 2.89 3/95 27050
/proc/meminfo: memFree=47952/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=0.5
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 49 1 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72236

[startup+1.33138 s]
/proc/loadavg: 3.50 3.04 2.89 3/95 27051
/proc/meminfo: memFree=21264/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=1.31
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 130 1 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72236

[startup+2.9686 s]
/proc/loadavg: 3.50 3.04 2.89 3/95 27051
/proc/meminfo: memFree=16400/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=2.94
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 293 1 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 72236

[startup+6.25705 s]
/proc/loadavg: 3.70 3.08 2.91 3/95 27051
/proc/meminfo: memFree=15184/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=6.17
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 613 4 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 72236

[startup+12.7149 s]
/proc/loadavg: 3.80 3.12 2.92 3/95 27051
/proc/meminfo: memFree=15248/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=12.6
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 1255 5 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 72236

[startup+25.5647 s]
/proc/loadavg: 3.86 3.16 2.93 3/95 27051
/proc/meminfo: memFree=15824/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=25.41
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 2529 12 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 72236

[startup+51.2432 s]
/proc/loadavg: 4.25 3.31 2.99 2/95 27051
/proc/meminfo: memFree=16336/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=51.02
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 5084 18 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 72236

[startup+102.458 s]
/proc/loadavg: 3.96 3.39 3.03 3/95 27051
/proc/meminfo: memFree=15056/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=102.09
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 10177 32 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 72236

[startup+162.55 s]
/proc/loadavg: 3.05 3.23 2.99 3/95 27051
/proc/meminfo: memFree=15824/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=162.04
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 16156 48 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815886 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 72236

[startup+222.643 s]
/proc/loadavg: 2.85 3.14 2.98 3/95 27051
/proc/meminfo: memFree=14992/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=221.92
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 22130 62 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 72236

[startup+282.735 s]
/proc/loadavg: 2.45 2.98 2.93 3/95 27051
/proc/meminfo: memFree=14992/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=281.48
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 28080 68 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.48
Current children cumulated vsize (KiB) 72236

[startup+342.829 s]
/proc/loadavg: 2.25 2.83 2.88 3/95 27051
/proc/meminfo: memFree=14864/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=341
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 34027 73 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341
Current children cumulated vsize (KiB) 72236

[startup+402.919 s]
/proc/loadavg: 2.21 2.71 2.83 3/95 27051
/proc/meminfo: memFree=16080/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=400.53
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 39975 78 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815969 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.53
Current children cumulated vsize (KiB) 72236

[startup+463.015 s]
/proc/loadavg: 2.07 2.58 2.78 3/95 27051
/proc/meminfo: memFree=16336/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=460.05
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 45922 83 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (KiB) 72236

[startup+523.107 s]
/proc/loadavg: 2.09 2.49 2.73 2/88 27053
/proc/meminfo: memFree=1929424/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=519.56
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 51866 90 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134816032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.56
Current children cumulated vsize (KiB) 72236

[startup+583.168 s]
/proc/loadavg: 2.09 2.41 2.69 3/94 27109
/proc/meminfo: memFree=1802400/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=72236 CPUtime=578.97
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2645 0 0 0 57798 99 0 0 25 0 2 0 170787718 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815927 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 18059 2360 171 90 0 17597 0
[pid=27049/tid=27051] ppid=27047 vsize=72236 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 170787744 73969664 2360 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.97
Current children cumulated vsize (KiB) 72236

[startup+643.173 s]

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

/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.3
Current children cumulated vsize (KiB) 82480

[startup+1183.92 s]
/proc/loadavg: 1.00 1.19 1.88 2/83 27155
/proc/meminfo: memFree=1884736/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1179.38
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 117835 103 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552738 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.38
Current children cumulated vsize (KiB) 82480

[startup+1243.94 s]
/proc/loadavg: 1.06 1.17 1.83 2/83 27235
/proc/meminfo: memFree=1879488/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1239.37
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 123829 108 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.37
Current children cumulated vsize (KiB) 82480

[startup+1303.95 s]
/proc/loadavg: 1.02 1.13 1.77 2/83 27306
/proc/meminfo: memFree=1878400/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1299.35
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 129825 110 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.35
Current children cumulated vsize (KiB) 82480

[startup+1363.98 s]
/proc/loadavg: 1.07 1.12 1.72 2/89 27493
/proc/meminfo: memFree=1876296/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1359.35
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 135819 116 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.35
Current children cumulated vsize (KiB) 82480

[startup+1424.03 s]
/proc/loadavg: 1.08 1.11 1.68 2/89 28019
/proc/meminfo: memFree=1845680/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1419.27
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 141801 126 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552682 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419.27
Current children cumulated vsize (KiB) 82480

[startup+1484.05 s]
/proc/loadavg: 1.08 1.11 1.64 2/83 28123
/proc/meminfo: memFree=1843648/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1479.24
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 147793 131 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815892 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.24
Current children cumulated vsize (KiB) 82480

[startup+1544.07 s]
/proc/loadavg: 1.41 1.18 1.63 2/83 28374
/proc/meminfo: memFree=1832376/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1539.04
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 153769 135 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809025 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.04
Current children cumulated vsize (KiB) 82480

[startup+1604.08 s]
/proc/loadavg: 1.15 1.14 1.59 2/83 28600
/proc/meminfo: memFree=1831800/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1599.03
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 159767 136 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.03
Current children cumulated vsize (KiB) 82480

[startup+1664.08 s]
/proc/loadavg: 1.05 1.12 1.55 2/83 28611
/proc/meminfo: memFree=1834872/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1659.01
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 165764 137 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.01
Current children cumulated vsize (KiB) 82480

[startup+1724.1 s]
/proc/loadavg: 1.06 1.11 1.52 2/83 28682
/proc/meminfo: memFree=1834680/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1719
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 171762 138 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719
Current children cumulated vsize (KiB) 82480

[startup+1784.12 s]
/proc/loadavg: 1.06 1.10 1.49 2/83 28752
/proc/meminfo: memFree=1834424/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=82480 CPUtime=1779
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2654 0 0 0 177761 139 0 0 25 0 3 0 170787718 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 20620 2369 171 90 0 20158 0
[pid=27049/tid=27051] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27051/stat : 27051 (bprolog) S 27047 27049 26137 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170787744 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=27124] ppid=27047 vsize=82480 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 84459520 2369 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779
Current children cumulated vsize (KiB) 82480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.15 s]
/proc/loadavg: 1.11 1.11 1.48 3/95 28799
/proc/meminfo: memFree=1802512/2055920 swapFree=4178216/4192956
[pid=27049] ppid=27047 vsize=92724 CPUtime=1800.03
/proc/27049/stat : 27049 (bprolog) R 27047 27049 26137 0 -1 4194304 2656 0 0 0 179864 139 0 0 25 0 3 0 170787718 94949376 2371 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/27049/statm: 23181 2371 172 90 0 22719 0
[pid=27049/tid=27124] ppid=27047 vsize=92724 CPUtime=0
/proc/27049/task/27124/stat : 27124 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170877762 94949376 2371 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=27049/tid=28787] ppid=27047 vsize=92724 CPUtime=0
/proc/27049/task/28787/stat : 28787 (bprolog) S 27047 27049 26137 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170967777 94949376 2371 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) 92724

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.17
CPU time (s): 1800.05
CPU user time (s): 1798.65
CPU system time (s): 1.39579
CPU usage (%): 99.7165
Max. virtual memory (cumulated for all children) (KiB): 92724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.39579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2656
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= 12
involuntary context switches= 47465

runsolver used 1.93871 s user time and 5.00024 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan  8 02:38:43 UTC 2007


IDJOB= 212764
IDBENCH= 4796
FILE ID= node10/212764-1168223920

PBS_JOBID= 3480664

Free space on /tmp= 45532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/bf-0432-007.xml
COMMAND LINE= /tmp/evaluation/212764-1168223920/Complete/Ordinary/solver /tmp/evaluation/212764-1168223920/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-212764-1168223920 -o ROOT/results/node10/conversion-212764-1168223920 -C 600 -M 900 /tmp/evaluation/212764-1168223920/Complete/Ordinary/conversion /tmp/evaluation/212764-1168223920/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-212764-1168223920 -o ROOT/results/node10/solver-212764-1168223920 -C 1800 -M 900  /tmp/evaluation/212764-1168223920/Complete/Ordinary/solver /tmp/evaluation/212764-1168223920/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  75306e088ab36ae277fcdc644f384d6a

RANDOM SEED= 251869468

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.232
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.232
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:         49840 kB
Buffers:          3436 kB
Cached:        1849356 kB
SwapCached:        956 kB
Active:          80180 kB
Inactive:      1827264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         49840 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:          829692 kB
Writeback:           0 kB
Mapped:          71928 kB
Slab:            83180 kB
Committed_AS:  4524116 kB
PageTables:       2332 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= 66381 MiB



End job on node10 on Mon Jan  8 03:08:54 UTC 2007