Trace number 200969

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.07 1801.65

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-9.xml
MD5SUMc3a713f4f6011a69f875f3666a2ad293
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9067
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200969-1168144558/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/node23/watcher-200969-1168144558 -o ROOT/results/node23/solver-200969-1168144558 -C 1800 -M 900 /tmp/evaluation/200969-1168144558/Complete/Ordinary/solver /tmp/evaluation/200969-1168144558/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.00 1.00 1.11 4/78 10416
/proc/meminfo: memFree=1761464/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=53472 CPUtime=0
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 485 0 0 0 0 0 0 0 19 0 1 0 162852255 54755328 204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 13368 204 123 90 0 12906 0

[startup+0.107172 s]
/proc/loadavg: 1.00 1.00 1.11 4/78 10416
/proc/meminfo: memFree=1761464/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=61640 CPUtime=0.1
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 2288 0 0 0 9 1 0 0 20 0 1 0 162852255 63119360 2004 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560586 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 15410 2004 157 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515248 s]
/proc/loadavg: 1.00 1.00 1.11 4/78 10416
/proc/meminfo: memFree=1761464/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=61640 CPUtime=0.5
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 9242 0 0 0 46 4 0 0 24 0 1 0 162852255 63119360 8958 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556816 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 15410 8958 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33641 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 10416
/proc/meminfo: memFree=1723704/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=61640 CPUtime=1.33
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 9870 0 0 0 128 5 0 0 25 0 1 0 162852255 63119360 9586 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550110 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 15410 9586 157 90 0 14948 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 61640

[startup+2.97673 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 10416
/proc/meminfo: memFree=1723448/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=69896 CPUtime=2.97
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 14610 0 0 0 290 7 0 0 25 0 1 0 162852255 71573504 11968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865600 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 17474 11968 176 90 0 17012 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 69896

[startup+6.25436 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 10416
/proc/meminfo: memFree=1706872/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=105076 CPUtime=6.24
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 38131 0 0 0 607 17 0 0 25 0 1 0 162852255 107597824 15142 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 26269 15142 176 90 0 25807 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 105076

[startup+12.7146 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 10416
/proc/meminfo: memFree=1655352/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=127272 CPUtime=12.69
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 54815 0 0 0 1245 24 0 0 25 0 1 0 162852255 130326528 26610 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663461 0 0 4096 2 0 0 0 17 0 0 0
/proc/10415/statm: 31818 26610 176 90 0 31356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127272

[startup+25.5221 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 10417
/proc/meminfo: memFree=1642608/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=25.48
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116802 0 0 0 2496 52 0 0 25 0 2 0 162852255 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663872 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29771 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 215760

[startup+51.151 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 10417
/proc/meminfo: memFree=1642608/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=51.09
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116802 0 0 0 5057 52 0 0 25 0 2 0 162852255 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29771 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 215760

[startup+102.403 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 10417
/proc/meminfo: memFree=1642544/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=102.31
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116802 0 0 0 10179 52 0 0 25 0 2 0 162852255 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29771 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 215760

[startup+162.482 s]
/proc/loadavg: 1.00 1.00 1.08 2/79 10417
/proc/meminfo: memFree=1642480/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=162.34
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116802 0 0 0 16182 52 0 0 25 0 2 0 162852255 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29771 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 215760

[startup+222.552 s]
/proc/loadavg: 1.00 1.00 1.08 2/79 10417
/proc/meminfo: memFree=1642480/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=222.37
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 22185 52 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 215760

[startup+282.624 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 10417
/proc/meminfo: memFree=1642416/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=282.39
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 28187 52 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 215760

[startup+342.694 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 10417
/proc/meminfo: memFree=1642288/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=342.42
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 34189 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 215760

[startup+402.767 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 10417
/proc/meminfo: memFree=1642224/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=402.45
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 40192 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.45
Current children cumulated vsize (KiB) 215760

[startup+462.835 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 10417
/proc/meminfo: memFree=1642224/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=462.47
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 46194 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.47
Current children cumulated vsize (KiB) 215760

[startup+522.911 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 10417
/proc/meminfo: memFree=1642096/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=522.5
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 52197 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.5
Current children cumulated vsize (KiB) 215760

[startup+582.987 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 10417
/proc/meminfo: memFree=1642096/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=582.54
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 58201 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.54
Current children cumulated vsize (KiB) 215760

[startup+643.064 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 10417
/proc/meminfo: memFree=1642032/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=215760 CPUtime=642.57
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 116803 0 0 0 64204 53 0 0 25 0 2 0 162852255 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10415/statm: 53940 29772 180 90 0 53478 0
[pid=10415/tid=10417] ppid=10413 vsize=215760 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 162853905 220938240 29772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.57

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

[pid=10415/tid=10418] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162943921 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.94
Current children cumulated vsize (KiB) 241628

[startup+1243.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 10418
/proc/meminfo: memFree=1622504/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=241628 CPUtime=1242.99
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125458 0 0 0 124242 57 0 0 25 0 3 0 162852255 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 60407 34520 180 90 0 59945 0
[pid=10415/tid=10417] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162853905 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162943921 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.99
Current children cumulated vsize (KiB) 241628

[startup+1303.9 s]
/proc/loadavg: 1.06 1.01 1.00 2/80 10418
/proc/meminfo: memFree=1622440/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=241628 CPUtime=1302.95
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125458 0 0 0 130238 57 0 0 25 0 3 0 162852255 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 60407 34520 180 90 0 59945 0
[pid=10415/tid=10417] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162853905 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162943921 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.95
Current children cumulated vsize (KiB) 241628

[startup+1363.92 s]
/proc/loadavg: 1.41 1.10 1.03 3/96 10508
/proc/meminfo: memFree=1302096/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=241628 CPUtime=1362.89
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125458 0 0 0 136229 60 0 0 25 0 3 0 162852255 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 60407 34520 180 90 0 59945 0
[pid=10415/tid=10417] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162853905 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=241628 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162943921 247427072 34520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.89
Current children cumulated vsize (KiB) 241628

[startup+1424 s]
/proc/loadavg: 1.89 1.29 1.10 3/97 10509
/proc/meminfo: memFree=1034056/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1422.91
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125706 0 0 0 142230 61 0 0 25 0 4 0 162852255 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754798 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34768 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162988931 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.91
Current children cumulated vsize (KiB) 251872

[startup+1484.06 s]
/proc/loadavg: 1.99 1.43 1.16 3/103 10535
/proc/meminfo: memFree=946048/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1482.9
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125706 0 0 0 148228 62 0 0 25 0 4 0 162852255 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34768 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162988931 257916928 34768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.9
Current children cumulated vsize (KiB) 251872

[startup+1544.12 s]
/proc/loadavg: 2.07 1.55 1.21 3/103 10661
/proc/meminfo: memFree=934232/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1542.82
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 154213 69 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.82
Current children cumulated vsize (KiB) 251872

[startup+1604.16 s]
/proc/loadavg: 2.08 1.65 1.26 3/97 10707
/proc/meminfo: memFree=923912/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1602.8
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 160208 72 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.8
Current children cumulated vsize (KiB) 251872

[startup+1664.23 s]
/proc/loadavg: 2.03 1.71 1.31 3/97 10707
/proc/meminfo: memFree=912392/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1662.79
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 166207 72 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.79
Current children cumulated vsize (KiB) 251872

[startup+1724.24 s]
/proc/loadavg: 2.01 1.76 1.35 3/97 10707
/proc/meminfo: memFree=906824/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1722.72
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 172200 72 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.72
Current children cumulated vsize (KiB) 251872

[startup+1784.32 s]
/proc/loadavg: 2.00 1.80 1.39 3/97 10707
/proc/meminfo: memFree=881992/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1782.75
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 178203 72 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.75
Current children cumulated vsize (KiB) 251872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.61 s]
/proc/loadavg: 2.00 1.81 1.40 3/97 10707
/proc/meminfo: memFree=881928/2055920 swapFree=4191880/4192956
[pid=10415] ppid=10413 vsize=251872 CPUtime=1800.02
/proc/10415/stat : 10415 (bprolog) R 10413 10415 6921 0 -1 4194304 125708 0 0 0 179930 72 0 0 25 0 4 0 162852255 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10415/statm: 62968 34770 180 90 0 62506 0
[pid=10415/tid=10417] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10417/stat : 10417 (bprolog) S 10413 10415 6921 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162853905 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10418] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10418/stat : 10418 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162943921 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10415/tid=10509] ppid=10413 vsize=251872 CPUtime=0
/proc/10415/task/10509/stat : 10509 (bprolog) S 10413 10415 6921 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988931 257916928 34770 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 251872

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.65
CPU time (s): 1800.07
CPU user time (s): 1799.32
CPU system time (s): 0.752885
CPU usage (%): 99.9124
Max. virtual memory (cumulated for all children) (KiB): 278264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.752885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125708
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= 13
involuntary context switches= 43388

runsolver used 2.07668 s user time and 4.80827 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Jan  7 04:35:58 UTC 2007


IDJOB= 200969
IDBENCH= 3737
FILE ID= node23/200969-1168144558

PBS_JOBID= 3478064

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-9.xml
COMMAND LINE= /tmp/evaluation/200969-1168144558/Complete/Ordinary/solver /tmp/evaluation/200969-1168144558/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-200969-1168144558 -o ROOT/results/node23/conversion-200969-1168144558 -C 600 -M 900 /tmp/evaluation/200969-1168144558/Complete/Ordinary/conversion /tmp/evaluation/200969-1168144558/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-200969-1168144558 -o ROOT/results/node23/solver-200969-1168144558 -C 1800 -M 900  /tmp/evaluation/200969-1168144558/Complete/Ordinary/solver /tmp/evaluation/200969-1168144558/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c3a713f4f6011a69f875f3666a2ad293

RANDOM SEED= 471691365

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.265
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.265
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:       1761880 kB
Buffers:         22644 kB
Cached:         147928 kB
SwapCached:        448 kB
Active:         168428 kB
Inactive:        57500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761880 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8952 kB
Writeback:           0 kB
Mapped:          72920 kB
Slab:            53504 kB
Committed_AS:  3212936 kB
PageTables:       1916 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= 66543 MiB



End job on node23 on Sun Jan  7 05:06:21 UTC 2007