Trace number 205940

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.15 1809.05

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-8.xml
MD5SUMc63689b420ce6e8c6aef37817cc56cbd
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 benchmark57.7552
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205940-1168168566/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/node5/watcher-205940-1168168566 -o ROOT/results/node5/solver-205940-1168168566 -C 1800 -M 900 /tmp/evaluation/205940-1168168566/Complete/Ordinary/solver /tmp/evaluation/205940-1168168566/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.08 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1393064/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=53472 CPUtime=0
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 145474795 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 13368 203 123 90 0 12906 0

[startup+0.102626 s]
/proc/loadavg: 2.08 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1393064/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=53824 CPUtime=0.09
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 2227 0 0 0 8 1 0 0 18 0 1 0 145474795 55115776 1943 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 13456 1944 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.514686 s]
/proc/loadavg: 2.08 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1393064/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=53824 CPUtime=0.5
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 8999 0 0 0 46 4 0 0 22 0 1 0 145474795 55115776 8716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 13456 8716 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33576 s]
/proc/loadavg: 2.08 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1351080/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=98340 CPUtime=1.32
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 22877 0 0 0 121 11 0 0 25 0 1 0 145474795 100700160 14046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607572 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 24585 14046 157 90 0 24123 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98340

[startup+2.97195 s]
/proc/loadavg: 2.07 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1300008/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=118204 CPUtime=2.94
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 33729 0 0 0 278 16 0 0 25 0 1 0 145474795 121040896 24510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 29551 24510 157 90 0 29089 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 118204

[startup+6.25132 s]
/proc/loadavg: 2.07 2.00 1.87 3/93 9059
/proc/meminfo: memFree=1294824/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=118200 CPUtime=6.2
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 33892 0 0 0 604 16 0 0 25 0 1 0 145474795 121036800 24672 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755976 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 29550 24672 176 90 0 29088 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 118200

[startup+12.6781 s]
/proc/loadavg: 2.13 2.02 1.88 3/93 9059
/proc/meminfo: memFree=1217960/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=265604 CPUtime=12.61
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 72630 0 0 0 1229 32 0 0 25 0 1 0 145474795 271978496 43821 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866658 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 66401 43821 176 90 0 65939 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 265604

[startup+25.4875 s]
/proc/loadavg: 2.11 2.02 1.88 3/93 9059
/proc/meminfo: memFree=1175848/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=228140 CPUtime=25.35
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 106565 0 0 0 2487 48 0 0 25 0 1 0 145474795 233615360 52154 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 0 0 0 17 1 0 0
/proc/9058/statm: 57035 52154 176 90 0 56573 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 228140

[startup+51.1204 s]
/proc/loadavg: 2.07 2.01 1.88 3/94 9060
/proc/meminfo: memFree=1171488/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=50.87
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 5034 53 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 243056

[startup+102.393 s]
/proc/loadavg: 2.03 2.01 1.89 3/94 9060
/proc/meminfo: memFree=1158432/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=101.9
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 10136 54 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 243056

[startup+162.477 s]
/proc/loadavg: 2.01 2.00 1.89 3/94 9060
/proc/meminfo: memFree=1147680/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=161.7
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 16116 54 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 243056

[startup+222.504 s]
/proc/loadavg: 2.00 2.00 1.90 3/94 9060
/proc/meminfo: memFree=924832/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=221.45
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 22090 55 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620248 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 243056

[startup+282.537 s]
/proc/loadavg: 2.00 2.00 1.90 3/94 9060
/proc/meminfo: memFree=895272/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=281.2
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 28065 55 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 243056

[startup+342.554 s]
/proc/loadavg: 2.07 2.02 1.91 3/94 9116
/proc/meminfo: memFree=1215976/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=340.93
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 34034 59 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858228 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 243056

[startup+402.574 s]
/proc/loadavg: 2.02 2.01 1.91 3/94 9116
/proc/meminfo: memFree=1192744/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=400.69
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 40010 59 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614983 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.69
Current children cumulated vsize (KiB) 243056

[startup+462.599 s]
/proc/loadavg: 2.01 2.00 1.91 3/94 9116
/proc/meminfo: memFree=1185960/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=460.45
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 45986 59 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.45
Current children cumulated vsize (KiB) 243056

[startup+522.625 s]
/proc/loadavg: 2.08 2.02 1.92 3/95 9189
/proc/meminfo: memFree=1232160/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=520.18
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 51956 62 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.18
Current children cumulated vsize (KiB) 243056

[startup+582.695 s]
/proc/loadavg: 2.10 2.04 1.93 3/95 9189
/proc/meminfo: memFree=970336/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=579.71
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 57909 62 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.71
Current children cumulated vsize (KiB) 243056

[startup+642.744 s]
/proc/loadavg: 2.07 2.04 1.94 3/95 9189
/proc/meminfo: memFree=867424/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=243056 CPUtime=639.18
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117342 0 0 0 63856 62 0 0 25 0 2 0 145474795 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 60764 53254 180 90 0 60302 0
[pid=9058/tid=9060] ppid=9056 vsize=243056 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 145478575 248889344 53254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.18
Current children cumulated vsize (KiB) 243056


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

[pid=9058/tid=9263] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 145568598 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.6
Current children cumulated vsize (KiB) 253300

[startup+1243.11 s]
/proc/loadavg: 2.05 2.08 2.00 3/96 9263
/proc/meminfo: memFree=609368/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=253300 CPUtime=1236.64
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117343 0 0 0 123596 68 0 0 25 0 3 0 145474795 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 63325 53255 180 90 0 62863 0
[pid=9058/tid=9060] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 145478575 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 145568598 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.64
Current children cumulated vsize (KiB) 253300

[startup+1303.13 s]
/proc/loadavg: 2.13 2.09 2.01 3/96 9263
/proc/meminfo: memFree=575064/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=253300 CPUtime=1296.64
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117343 0 0 0 129596 68 0 0 25 0 3 0 145474795 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9058/statm: 63325 53255 180 90 0 62863 0
[pid=9058/tid=9060] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 145478575 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 145568598 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.64
Current children cumulated vsize (KiB) 253300

[startup+1363.23 s]
/proc/loadavg: 2.09 2.09 2.01 3/96 9333
/proc/meminfo: memFree=841176/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=253300 CPUtime=1356.53
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117343 0 0 0 135583 70 0 0 25 0 3 0 145474795 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 63325 53255 180 90 0 62863 0
[pid=9058/tid=9060] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 145478575 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=253300 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 145568598 259379200 53255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.53
Current children cumulated vsize (KiB) 253300

[startup+1423.3 s]
/proc/loadavg: 2.03 2.07 2.00 3/97 9334
/proc/meminfo: memFree=633040/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1416.3
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117417 0 0 0 141559 71 0 0 25 0 4 0 145474795 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53329 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.3
Current children cumulated vsize (KiB) 263544

[startup+1483.38 s]
/proc/loadavg: 2.01 2.05 2.00 3/97 9334
/proc/meminfo: memFree=625872/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1476.07
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117417 0 0 0 147536 71 0 0 25 0 4 0 145474795 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53329 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.07
Current children cumulated vsize (KiB) 263544

[startup+1543.45 s]
/proc/loadavg: 2.00 2.04 2.00 3/97 9334
/proc/meminfo: memFree=596368/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1535.85
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117449 0 0 0 153514 71 0 0 25 0 4 0 145474795 269869056 53361 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53361 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53361 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53361 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53361 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.85
Current children cumulated vsize (KiB) 263544

[startup+1603.53 s]
/proc/loadavg: 2.00 2.03 2.00 3/97 9334
/proc/meminfo: memFree=588112/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1595.61
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117535 0 0 0 159490 71 0 0 25 0 4 0 145474795 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53447 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 263544

[startup+1663.59 s]
/proc/loadavg: 2.09 2.05 2.01 3/97 9334
/proc/meminfo: memFree=580240/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1655.4
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117535 0 0 0 165468 72 0 0 25 0 4 0 145474795 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53447 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.4
Current children cumulated vsize (KiB) 263544

[startup+1723.66 s]
/proc/loadavg: 2.03 2.04 2.00 3/97 9334
/proc/meminfo: memFree=572240/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1715.18
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117535 0 0 0 171446 72 0 0 25 0 4 0 145474795 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53447 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.18
Current children cumulated vsize (KiB) 263544

[startup+1783.74 s]
/proc/loadavg: 2.10 2.06 2.01 3/97 9334
/proc/meminfo: memFree=568336/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1774.95
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117535 0 0 0 177423 72 0 0 25 0 4 0 145474795 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53447 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.95
Current children cumulated vsize (KiB) 263544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.01 s]
/proc/loadavg: 2.06 2.05 2.00 3/97 9334
/proc/meminfo: memFree=568336/2055920 swapFree=4192812/4192956
[pid=9058] ppid=9056 vsize=263544 CPUtime=1800.09
/proc/9058/stat : 9058 (bprolog) R 9056 9058 8695 0 -1 4194304 117535 0 0 0 179937 72 0 0 25 0 4 0 145474795 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9058/statm: 65886 53447 180 90 0 65424 0
[pid=9058/tid=9060] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9060/stat : 9060 (bprolog) S 9056 9058 8695 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 145478575 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9263] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9263/stat : 9263 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145568598 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9058/tid=9334] ppid=9056 vsize=263544 CPUtime=0
/proc/9058/task/9334/stat : 9334 (bprolog) S 9056 9058 8695 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 145613608 269869056 53447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 263544

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.05
CPU time (s): 1800.15
CPU user time (s): 1799.38
CPU system time (s): 0.760884
CPU usage (%): 99.5076
Max. virtual memory (cumulated for all children) (KiB): 265604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.760884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117535
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= 22
involuntary context switches= 52597

runsolver used 1.87471 s user time and 5.19221 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 11:16:06 UTC 2007


IDJOB= 205940
IDBENCH= 4177
FILE ID= node5/205940-1168168566

PBS_JOBID= 3478817

Free space on /tmp= 66342 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-8.xml
COMMAND LINE= /tmp/evaluation/205940-1168168566/Complete/Ordinary/solver /tmp/evaluation/205940-1168168566/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node5/convwatcher-205940-1168168566 -o ROOT/results/node5/conversion-205940-1168168566 -C 600 -M 900 /tmp/evaluation/205940-1168168566/Complete/Ordinary/conversion /tmp/evaluation/205940-1168168566/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-205940-1168168566 -o ROOT/results/node5/solver-205940-1168168566 -C 1800 -M 900  /tmp/evaluation/205940-1168168566/Complete/Ordinary/solver /tmp/evaluation/205940-1168168566/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c63689b420ce6e8c6aef37817cc56cbd

RANDOM SEED= 709270657

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.240
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.240
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:       1393416 kB
Buffers:         74884 kB
Cached:         354944 kB
SwapCached:          0 kB
Active:         364476 kB
Inactive:       234360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20544 kB
Writeback:           0 kB
Mapped:         197192 kB
Slab:            48188 kB
Committed_AS:  4451072 kB
PageTables:       2448 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= 66335 MiB



End job on node5 on Sun Jan  7 11:46:53 UTC 2007