Trace number 195335

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.11 1807.55

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph9-f10.xml
MD5SUMfcbc3847ea2f73959838c2e767e78032
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.32565
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195335-1168112784/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/node9/watcher-195335-1168112784 -o ROOT/results/node9/solver-195335-1168112784 -C 1800 -M 900 /tmp/evaluation/195335-1168112784/Complete/Ordinary/solver /tmp/evaluation/195335-1168112784/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.57 1.88 1.96 3/87 31047
/proc/meminfo: memFree=1165648/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=780 CPUtime=0
/proc/31046/stat : 31046 (sh) R 31044 31046 30965 0 -1 4194304 18 0 0 0 0 0 0 0 20 0 1 0 159674298 798720 3 18446744073709551615 0 0 548682070060 18446744073709551615 215418989863 0 0 4096 0 0 0 0 17 1 0 0
/proc/31046/statm: 195 3 0 0 0 6 0

[startup+0.102681 s]
/proc/loadavg: 1.57 1.88 1.96 3/87 31047
/proc/meminfo: memFree=1165648/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=53824 CPUtime=0.09
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 1788 0 0 0 8 1 0 0 20 0 1 0 159674298 55115776 1504 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/31046/statm: 13456 1504 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.514725 s]
/proc/loadavg: 1.57 1.88 1.96 3/87 31047
/proc/meminfo: memFree=1165648/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=72196 CPUtime=0.5
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 3156 0 0 0 48 2 0 0 24 0 2 0 159674298 73928704 2871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 18049 2871 177 90 0 17587 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72196

[startup+1.34282 s]
/proc/loadavg: 1.61 1.88 1.96 3/88 31048
/proc/meminfo: memFree=1153480/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=72196 CPUtime=1.32
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 3278 0 0 0 130 2 0 0 25 0 2 0 159674298 73928704 2993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 18049 2993 177 90 0 17587 0
[pid=31046/tid=31048] ppid=31044 vsize=72196 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 73928704 2993 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) 72196

[startup+2.98 s]
/proc/loadavg: 1.61 1.88 1.96 3/88 31048
/proc/meminfo: memFree=1152520/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=72196 CPUtime=2.94
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 4259 0 0 0 292 2 0 0 25 0 2 0 159674298 73928704 3974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 18049 3974 177 90 0 17587 0
[pid=31046/tid=31048] ppid=31044 vsize=72196 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 73928704 3974 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) 72196

[startup+6.25938 s]
/proc/loadavg: 1.64 1.88 1.96 4/95 31056
/proc/meminfo: memFree=1146584/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=6.19
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6903 0 0 0 615 4 0 0 25 0 2 0 159674298 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 20002 4664 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 80008

[startup+12.7251 s]
/proc/loadavg: 1.59 1.87 1.95 2/82 31065
/proc/meminfo: memFree=1167808/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=12.63
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6903 0 0 0 1259 4 0 0 25 0 2 0 159674298 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4664 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 80008

[startup+25.5376 s]
/proc/loadavg: 1.49 1.84 1.94 2/82 31068
/proc/meminfo: memFree=1171072/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=25.44
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6903 0 0 0 2540 4 0 0 25 0 2 0 159674298 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4664 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4664 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 80008

[startup+51.1805 s]
/proc/loadavg: 1.51 1.80 1.92 2/82 31110
/proc/meminfo: memFree=1167616/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=50.92
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 5087 5 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 80008

[startup+102.455 s]
/proc/loadavg: 1.27 1.69 1.88 2/82 31190
/proc/meminfo: memFree=1170240/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=102.16
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 10210 6 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751739 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 80008

[startup+162.504 s]
/proc/loadavg: 1.50 1.66 1.85 3/89 31244
/proc/meminfo: memFree=1148488/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=162.16
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 16209 7 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 80008

[startup+222.573 s]
/proc/loadavg: 1.81 1.72 1.86 3/89 31244
/proc/meminfo: memFree=1141000/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=222.15
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 22208 7 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 80008

[startup+282.636 s]
/proc/loadavg: 1.93 1.77 1.87 3/89 31244
/proc/meminfo: memFree=1138440/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=282.14
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 28206 8 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589351 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 80008

[startup+342.715 s]
/proc/loadavg: 1.97 1.81 1.87 3/89 31244
/proc/meminfo: memFree=1137296/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=342.16
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 34208 8 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 80008

[startup+402.777 s]
/proc/loadavg: 1.99 1.84 1.88 3/89 31244
/proc/meminfo: memFree=1134160/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=402.16
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 40208 8 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 80008

[startup+462.867 s]
/proc/loadavg: 1.99 1.87 1.88 3/89 31244
/proc/meminfo: memFree=1131600/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=462.17
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 46209 8 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 80008

[startup+522.953 s]
/proc/loadavg: 2.55 2.00 1.93 3/95 31314
/proc/meminfo: memFree=699488/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=522.18
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 52202 16 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620247 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 80008

[startup+583.032 s]
/proc/loadavg: 3.66 2.45 2.08 3/95 31325
/proc/meminfo: memFree=15840/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=582.11
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 58176 35 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 80008

[startup+643.061 s]

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

[pid=31046] ppid=31044 vsize=80008 CPUtime=999.85
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 99800 185 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756264 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.85
Current children cumulated vsize (KiB) 80008

[startup+1063.39 s]
/proc/loadavg: 3.12 3.06 2.53 3/95 31609
/proc/meminfo: memFree=16088/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1059.79
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 105776 203 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1059.79
Current children cumulated vsize (KiB) 80008

[startup+1123.4 s]
/proc/loadavg: 3.08 3.06 2.56 3/95 31615
/proc/meminfo: memFree=15840/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1119.63
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 111743 220 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.63
Current children cumulated vsize (KiB) 80008

[startup+1183.43 s]
/proc/loadavg: 4.16 3.35 2.69 3/95 31624
/proc/meminfo: memFree=15904/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1179.47
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 117710 237 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.47
Current children cumulated vsize (KiB) 80008

[startup+1243.49 s]
/proc/loadavg: 4.13 3.51 2.78 3/97 31640
/proc/meminfo: memFree=15248/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1239.38
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 123683 255 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.38
Current children cumulated vsize (KiB) 80008

[startup+1303.51 s]
/proc/loadavg: 3.31 3.38 2.78 3/95 31653
/proc/meminfo: memFree=16160/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1299.23
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 129649 274 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614655 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.23
Current children cumulated vsize (KiB) 80008

[startup+1363.6 s]
/proc/loadavg: 3.11 3.31 2.79 3/95 31669
/proc/meminfo: memFree=14880/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1359.16
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 135624 292 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.16
Current children cumulated vsize (KiB) 80008

[startup+1423.62 s]
/proc/loadavg: 3.10 3.27 2.81 3/95 31681
/proc/meminfo: memFree=16288/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1419
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 141591 309 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1419
Current children cumulated vsize (KiB) 80008

[startup+1483.71 s]
/proc/loadavg: 4.29 3.57 2.94 3/95 31695
/proc/meminfo: memFree=16288/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1478.68
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 147536 332 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.68
Current children cumulated vsize (KiB) 80008

[startup+1543.78 s]
/proc/loadavg: 4.24 3.71 3.03 3/96 31709
/proc/meminfo: memFree=15128/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1538.33
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 153479 354 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.33
Current children cumulated vsize (KiB) 80008

[startup+1603.87 s]
/proc/loadavg: 3.09 3.47 2.99 3/95 31723
/proc/meminfo: memFree=14880/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1597.97
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 159427 370 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.97
Current children cumulated vsize (KiB) 80008

[startup+1663.97 s]
/proc/loadavg: 2.84 3.31 2.96 4/95 31741
/proc/meminfo: memFree=15904/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1657.64
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 165375 389 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579317 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.64
Current children cumulated vsize (KiB) 80008

[startup+1723.97 s]
/proc/loadavg: 2.98 3.27 2.97 3/95 31756
/proc/meminfo: memFree=16160/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1717.13
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 171300 413 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620397 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.13
Current children cumulated vsize (KiB) 80008

[startup+1784.02 s]
/proc/loadavg: 3.54 3.36 3.01 2/96 31773
/proc/meminfo: memFree=16728/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=80008 CPUtime=1776.74
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6941 0 0 0 177242 432 0 0 25 0 2 0 159674298 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31046/statm: 20002 4702 177 90 0 19540 0
[pid=31046/tid=31048] ppid=31044 vsize=80008 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 159674336 81928192 4702 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.74
Current children cumulated vsize (KiB) 80008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.53 s]
/proc/loadavg: 3.15 3.28 3.00 3/96 31774
/proc/meminfo: memFree=16024/2055920 swapFree=4191880/4192956
[pid=31046] ppid=31044 vsize=90252 CPUtime=1800.09
/proc/31046/stat : 31046 (bprolog) R 31044 31046 30965 0 -1 4194304 6944 0 0 0 179575 434 0 0 25 0 3 0 159674298 92418048 4705 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31046/statm: 22563 4705 177 90 0 22101 0
[pid=31046/tid=31048] ppid=31044 vsize=90252 CPUtime=0
/proc/31046/task/31048/stat : 31048 (bprolog) S 31044 31046 30965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159674336 92418048 4705 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31046/tid=31774] ppid=31044 vsize=90252 CPUtime=0
/proc/31046/task/31774/stat : 31774 (bprolog) S 31044 31046 30965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159854365 92418048 4705 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 90252

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.55
CPU time (s): 1800.11
CPU user time (s): 1795.76
CPU system time (s): 4.35234
CPU usage (%): 99.5887
Max. virtual memory (cumulated for all children) (KiB): 90252

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

runsolver used 2.04169 s user time and 5.8911 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 19:46:27 UTC 2007


IDJOB= 195335
IDBENCH= 3263
FILE ID= node9/195335-1168112784

PBS_JOBID= 3477108

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph9-f10.xml
COMMAND LINE= /tmp/evaluation/195335-1168112784/Complete/Ordinary/solver /tmp/evaluation/195335-1168112784/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-195335-1168112784 -o ROOT/results/node9/conversion-195335-1168112784 -C 600 -M 900 /tmp/evaluation/195335-1168112784/Complete/Ordinary/conversion /tmp/evaluation/195335-1168112784/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-195335-1168112784 -o ROOT/results/node9/solver-195335-1168112784 -C 1800 -M 900  /tmp/evaluation/195335-1168112784/Complete/Ordinary/solver /tmp/evaluation/195335-1168112784/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  fcbc3847ea2f73959838c2e767e78032

RANDOM SEED= 98477843

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.231
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.231
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:       1166128 kB
Buffers:         87452 kB
Cached:         637160 kB
SwapCached:        268 kB
Active:         385872 kB
Inactive:       400648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1166128 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           10940 kB
Writeback:           0 kB
Mapped:          74760 kB
Slab:            88016 kB
Committed_AS:  4163952 kB
PageTables:       2324 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= 45368 MiB



End job on node9 on Sat Jan  6 20:16:39 UTC 2007