Trace number 201276

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.12 1804.62

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-5.xml
MD5SUMadf10fdc6d350a6af7b358d510ea8438
Bench Category2-ARY-INT (binary 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 variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.04 2.07 2.03 5/94 7857
/proc/meminfo: memFree=979744/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=53472 CPUtime=0
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 163064396 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 13368 204 123 90 0 12906 0

[startup+0.107861 s]
/proc/loadavg: 2.04 2.07 2.03 5/94 7857
/proc/meminfo: memFree=979744/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=53824 CPUtime=0.09
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 2345 0 0 0 9 0 0 0 18 0 1 0 163064396 55115776 2061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 13456 2061 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515906 s]
/proc/loadavg: 2.04 2.07 2.03 5/94 7857
/proc/meminfo: memFree=979744/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=68156 CPUtime=0.5
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 9137 0 0 0 47 3 0 0 21 0 1 0 163064396 69791744 8851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 17039 8852 157 90 0 16577 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68156

[startup+1.33699 s]
/proc/loadavg: 2.04 2.07 2.03 3/94 7857
/proc/meminfo: memFree=935328/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=68156 CPUtime=1.32
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 12211 0 0 0 128 4 0 0 25 0 1 0 163064396 69791744 11925 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 17039 11925 157 90 0 16577 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 68156

[startup+2.97816 s]
/proc/loadavg: 2.04 2.07 2.03 3/94 7857
/proc/meminfo: memFree=932448/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=68152 CPUtime=2.96
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 12283 0 0 0 292 4 0 0 25 0 1 0 163064396 69787648 11996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662712 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 17038 11996 176 90 0 16576 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 68152

[startup+6.2565 s]
/proc/loadavg: 2.04 2.06 2.03 3/94 7857
/proc/meminfo: memFree=928800/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=71416 CPUtime=6.24
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 20234 0 0 0 616 8 0 0 25 0 1 0 163064396 73129984 12915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 17854 12915 176 90 0 17392 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 71416

[startup+12.7162 s]
/proc/loadavg: 2.03 2.06 2.03 4/94 7857
/proc/meminfo: memFree=895648/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=128096 CPUtime=12.7
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 45321 0 0 0 1250 20 0 0 25 0 1 0 163064396 131170304 19847 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854494 0 0 4096 2 0 0 0 17 1 0 0
/proc/7856/statm: 32024 19847 176 90 0 31562 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 128096

[startup+25.5275 s]
/proc/loadavg: 2.03 2.06 2.02 3/95 7858
/proc/meminfo: memFree=862872/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=148200 CPUtime=25.51
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 57292 0 0 0 2527 24 0 0 25 0 2 0 163064396 151756800 29351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 37050 29351 180 90 0 36588 0
[pid=7856/tid=7858] ppid=7854 vsize=148200 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 151756800 29351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 148200

[startup+51.1672 s]
/proc/loadavg: 2.02 2.05 2.02 3/95 7858
/proc/meminfo: memFree=855832/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=51.15
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62959 0 0 0 5088 27 0 0 25 0 2 0 163064396 167755776 31111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31111 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 163824

[startup+102.441 s]
/proc/loadavg: 2.01 2.04 2.02 3/95 7858
/proc/meminfo: memFree=855832/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=102.4
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 10213 27 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 163824

[startup+162.533 s]
/proc/loadavg: 2.00 2.03 2.01 3/95 7858
/proc/meminfo: memFree=855832/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=162.48
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 16220 28 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620305 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.48
Current children cumulated vsize (KiB) 163824

[startup+222.569 s]
/proc/loadavg: 2.00 2.02 2.01 3/95 7858
/proc/meminfo: memFree=855832/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=222.5
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 22222 28 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.5
Current children cumulated vsize (KiB) 163824

[startup+282.667 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7858
/proc/meminfo: memFree=855768/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=282.59
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 28230 29 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.59
Current children cumulated vsize (KiB) 163824

[startup+342.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7858
/proc/meminfo: memFree=855704/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=342.6
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 34231 29 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.6
Current children cumulated vsize (KiB) 163824

[startup+402.759 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7858
/proc/meminfo: memFree=855704/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=402.65
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 40235 30 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.65
Current children cumulated vsize (KiB) 163824

[startup+462.81 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 7860
/proc/meminfo: memFree=855256/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=462.68
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 46238 30 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.68
Current children cumulated vsize (KiB) 163824

[startup+522.859 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 7860
/proc/meminfo: memFree=855256/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=522.71
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 52241 30 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.71
Current children cumulated vsize (KiB) 163824

[startup+582.953 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7860
/proc/meminfo: memFree=855256/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=582.79
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 58248 31 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.79
Current children cumulated vsize (KiB) 163824

[startup+642.969 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 7860
/proc/meminfo: memFree=855192/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=163824 CPUtime=642.79
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62961 0 0 0 64248 31 0 0 25 0 2 0 163064396 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7856/statm: 40956 31113 180 90 0 40494 0
[pid=7856/tid=7858] ppid=7854 vsize=163824 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163065774 167755776 31113 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.79

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

[pid=7856/tid=7861] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163155791 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 174068

[startup+1243.58 s]
/proc/loadavg: 2.09 2.04 2.01 3/96 7861
/proc/meminfo: memFree=807760/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=174068 CPUtime=1242.12
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62962 0 0 0 124176 36 0 0 25 0 3 0 163064396 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577567 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 43517 31114 180 90 0 43055 0
[pid=7856/tid=7858] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163065774 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163155791 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.12
Current children cumulated vsize (KiB) 174068

[startup+1303.62 s]
/proc/loadavg: 2.07 2.05 2.01 3/96 7934
/proc/meminfo: memFree=1337360/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=174068 CPUtime=1301.65
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62962 0 0 0 130127 38 0 0 25 0 3 0 163064396 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661367 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 43517 31114 180 90 0 43055 0
[pid=7856/tid=7858] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163065774 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163155791 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.65
Current children cumulated vsize (KiB) 174068

[startup+1363.66 s]
/proc/loadavg: 2.09 2.05 2.01 3/96 7934
/proc/meminfo: memFree=1154384/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=174068 CPUtime=1361.41
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62962 0 0 0 136103 38 0 0 25 0 3 0 163064396 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 43517 31114 180 90 0 43055 0
[pid=7856/tid=7858] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163065774 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=174068 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163155791 178245632 31114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1361.41
Current children cumulated vsize (KiB) 174068

[startup+1423.71 s]
/proc/loadavg: 2.03 2.04 2.00 3/97 7935
/proc/meminfo: memFree=1143432/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1421.18
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 142080 38 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.18
Current children cumulated vsize (KiB) 184312

[startup+1483.76 s]
/proc/loadavg: 2.01 2.03 2.00 3/97 7935
/proc/meminfo: memFree=1113288/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1480.94
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 148056 38 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.94
Current children cumulated vsize (KiB) 184312

[startup+1543.81 s]
/proc/loadavg: 2.07 2.04 2.00 3/97 7935
/proc/meminfo: memFree=1102536/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1540.72
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 154033 39 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.72
Current children cumulated vsize (KiB) 184312

[startup+1603.86 s]
/proc/loadavg: 2.14 2.06 2.01 3/97 8008
/proc/meminfo: memFree=1451208/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1600.47
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 160007 40 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.47
Current children cumulated vsize (KiB) 184312

[startup+1663.93 s]
/proc/loadavg: 2.05 2.05 2.00 3/97 8008
/proc/meminfo: memFree=1338376/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1660.19
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 165979 40 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.19
Current children cumulated vsize (KiB) 184312

[startup+1724 s]
/proc/loadavg: 2.20 2.08 2.01 3/97 8008
/proc/meminfo: memFree=1253000/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1719.94
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 171954 40 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.94
Current children cumulated vsize (KiB) 184312

[startup+1784.06 s]
/proc/loadavg: 2.07 2.07 2.01 3/97 8008
/proc/meminfo: memFree=1198088/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1779.7
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 177929 41 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.7
Current children cumulated vsize (KiB) 184312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.59 s]
/proc/loadavg: 2.29 2.11 2.02 3/97 8008
/proc/meminfo: memFree=1180488/2055920 swapFree=4192812/4192956
[pid=7856] ppid=7854 vsize=184312 CPUtime=1800.08
/proc/7856/stat : 7856 (bprolog) R 7854 7856 7714 0 -1 4194304 62963 0 0 0 179967 41 0 0 25 0 4 0 163064396 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7856/statm: 46078 31115 180 90 0 45616 0
[pid=7856/tid=7858] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7858/stat : 7858 (bprolog) S 7854 7856 7714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163065774 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7861] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7861/stat : 7861 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163155791 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7856/tid=7935] ppid=7854 vsize=184312 CPUtime=0
/proc/7856/task/7935/stat : 7935 (bprolog) S 7854 7856 7714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163200801 188735488 31115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 184312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.62
CPU time (s): 1800.12
CPU user time (s): 1799.69
CPU system time (s): 0.432934
CPU usage (%): 99.7504
Max. virtual memory (cumulated for all children) (KiB): 184312

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

runsolver used 1.81972 s user time and 5.17721 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 05:11:22 UTC 2007


IDJOB= 201276
IDBENCH= 3754
FILE ID= node17/201276-1168146682

PBS_JOBID= 3478157

Free space on /tmp= 66321 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-5.xml
COMMAND LINE= /tmp/evaluation/201276-1168146682/Complete/Ordinary/solver /tmp/evaluation/201276-1168146682/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-201276-1168146682 -o ROOT/results/node17/conversion-201276-1168146682 -C 600 -M 900 /tmp/evaluation/201276-1168146682/Complete/Ordinary/conversion /tmp/evaluation/201276-1168146682/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-201276-1168146682 -o ROOT/results/node17/solver-201276-1168146682 -C 1800 -M 900  /tmp/evaluation/201276-1168146682/Complete/Ordinary/solver /tmp/evaluation/201276-1168146682/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  adf10fdc6d350a6af7b358d510ea8438

RANDOM SEED= 799889557

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.236
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.236
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:        980224 kB
Buffers:         35228 kB
Cached:         174280 kB
SwapCached:          0 kB
Active:         902192 kB
Inactive:        89548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        980224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6944 kB
Writeback:           0 kB
Mapped:         809052 kB
Slab:            67192 kB
Committed_AS:  4987364 kB
PageTables:       3732 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= 66317 MiB



End job on node17 on Sun Jan  7 05:41:41 UTC 2007