Trace number 201347

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1805.96

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-0.xml
MD5SUM8852f43241b06dc94642af49e2d6d548
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.93264
SatisfiableNO
(Un)Satisfiability was provedNO
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/201347-1168147150/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/node50/watcher-201347-1168147150 -o ROOT/results/node50/solver-201347-1168147150 -C 1800 -M 900 /tmp/evaluation/201347-1168147150/Complete/Ordinary/solver /tmp/evaluation/201347-1168147150/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
/proc/loadavg: 2.02 2.01 1.84 4/81 29968
/proc/meminfo: memFree=802328/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=18540 CPUtime=0
/proc/29967/stat : 29967 (runsolver) R 29965 29308 29308 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 1 0 163115143 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 240577473316 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29967/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107232 s]
/proc/loadavg: 2.02 2.01 1.84 4/81 29968
/proc/meminfo: memFree=802328/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=53824 CPUtime=0.09
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 2245 0 0 0 8 1 0 0 21 0 1 0 163115143 55115776 1961 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 0 0 0 17 1 0 0
/proc/29967/statm: 13456 1961 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515299 s]
/proc/loadavg: 2.02 2.01 1.84 4/81 29968
/proc/meminfo: memFree=802328/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=68156 CPUtime=0.49
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 9057 0 0 0 45 4 0 0 25 0 1 0 163115143 69791744 8771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/29967/statm: 17039 8771 157 90 0 16577 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68156

[startup+1.33644 s]
/proc/loadavg: 2.02 2.01 1.84 3/81 29968
/proc/meminfo: memFree=757848/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=68156 CPUtime=1.31
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 12161 0 0 0 125 6 0 0 25 0 1 0 163115143 69791744 11875 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565684 0 0 4096 2 0 0 0 17 1 0 0
/proc/29967/statm: 17039 11875 157 90 0 16577 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68156

[startup+2.98424 s]
/proc/loadavg: 2.01 2.01 1.84 3/81 29968
/proc/meminfo: memFree=754968/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=68152 CPUtime=2.94
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 12283 0 0 0 288 6 0 0 25 0 1 0 163115143 69787648 11996 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552421 0 0 4096 2 0 0 0 17 1 0 0
/proc/29967/statm: 17038 11996 176 90 0 16576 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68152

[startup+6.27078 s]
/proc/loadavg: 2.01 2.01 1.84 3/81 29968
/proc/meminfo: memFree=741912/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=106008 CPUtime=6.2
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 27420 0 0 0 608 12 0 0 25 0 1 0 163115143 108552192 16507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 1 0 0
/proc/29967/statm: 26502 16507 176 90 0 26040 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 106008

[startup+12.7618 s]
/proc/loadavg: 2.01 2.00 1.84 3/82 29969
/proc/meminfo: memFree=694544/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=12.63
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42061 0 0 0 1243 20 0 0 25 0 2 0 163115143 144117760 27097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27097 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 140740

[startup+25.618 s]
/proc/loadavg: 2.01 2.00 1.84 3/82 29969
/proc/meminfo: memFree=694544/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=25.37
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42061 0 0 0 2517 20 0 0 25 0 2 0 163115143 144117760 27097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27097 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 140740

[startup+51.2403 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 29969
/proc/meminfo: memFree=694416/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=50.75
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 5055 20 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 140740

[startup+102.534 s]
/proc/loadavg: 2.06 2.01 1.85 3/85 30023
/proc/meminfo: memFree=1043704/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=101.08
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 10087 21 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661402 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 140740

[startup+162.578 s]
/proc/loadavg: 2.34 2.09 1.89 4/85 30023
/proc/meminfo: memFree=639352/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=160.49
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 16028 21 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 140740

[startup+222.639 s]
/proc/loadavg: 2.38 2.16 1.92 3/82 30097
/proc/meminfo: memFree=1279176/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=220.11
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 21988 23 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 140740

[startup+282.707 s]
/proc/loadavg: 2.19 2.14 1.93 3/82 30097
/proc/meminfo: memFree=1151560/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=280.12
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 27989 23 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614653 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 140740

[startup+342.733 s]
/proc/loadavg: 2.10 2.13 1.93 3/82 30097
/proc/meminfo: memFree=1069000/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=340.09
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 33986 23 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (KiB) 140740

[startup+402.739 s]
/proc/loadavg: 2.04 2.10 1.93 3/82 30097
/proc/meminfo: memFree=1016456/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=400.02
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 39978 24 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.02
Current children cumulated vsize (KiB) 140740

[startup+462.796 s]
/proc/loadavg: 2.08 2.10 1.94 4/82 30097
/proc/meminfo: memFree=953608/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=460.03
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 45979 24 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.03
Current children cumulated vsize (KiB) 140740

[startup+522.855 s]
/proc/loadavg: 2.08 2.09 1.94 3/82 30097
/proc/meminfo: memFree=914824/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=520.03
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 51979 24 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.03
Current children cumulated vsize (KiB) 140740

[startup+582.922 s]
/proc/loadavg: 2.08 2.09 1.95 3/82 30097
/proc/meminfo: memFree=862088/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=580.02
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 57978 24 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.02
Current children cumulated vsize (KiB) 140740

[startup+642.982 s]
/proc/loadavg: 2.19 2.10 1.96 3/82 30097
/proc/meminfo: memFree=821896/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=640.02
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 63978 24 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0

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

/proc/loadavg: 2.03 2.05 1.97 3/82 30167
/proc/meminfo: memFree=1149768/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=999.99
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 99972 27 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617947 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.99
Current children cumulated vsize (KiB) 140740

[startup+1063.38 s]
/proc/loadavg: 2.08 2.06 1.98 3/82 30167
/proc/meminfo: memFree=959112/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1059.51
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 105924 27 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1059.51
Current children cumulated vsize (KiB) 140740

[startup+1123.47 s]
/proc/loadavg: 2.03 2.05 1.98 3/82 30167
/proc/meminfo: memFree=947848/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1119.11
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 111884 27 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.11
Current children cumulated vsize (KiB) 140740

[startup+1183.51 s]
/proc/loadavg: 2.21 2.09 2.00 3/82 30167
/proc/meminfo: memFree=917448/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1178.66
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 117839 27 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.66
Current children cumulated vsize (KiB) 140740

[startup+1243.57 s]
/proc/loadavg: 2.08 2.07 2.00 3/82 30167
/proc/meminfo: memFree=906312/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1238.22
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 123795 27 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.22
Current children cumulated vsize (KiB) 140740

[startup+1303.61 s]
/proc/loadavg: 1.74 1.99 1.98 2/66 30182
/proc/meminfo: memFree=1392160/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1297.93
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 129765 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.93
Current children cumulated vsize (KiB) 140740

[startup+1363.65 s]
/proc/loadavg: 1.27 1.81 1.91 2/66 30182
/proc/meminfo: memFree=1392224/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1357.95
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 135767 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.95
Current children cumulated vsize (KiB) 140740

[startup+1423.69 s]
/proc/loadavg: 1.10 1.66 1.85 2/66 30182
/proc/meminfo: memFree=1392224/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1417.96
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 141768 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.96
Current children cumulated vsize (KiB) 140740

[startup+1483.72 s]
/proc/loadavg: 1.03 1.54 1.80 2/66 30182
/proc/meminfo: memFree=1392288/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1477.98
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 147770 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.98
Current children cumulated vsize (KiB) 140740

[startup+1543.76 s]
/proc/loadavg: 1.01 1.43 1.75 2/66 30182
/proc/meminfo: memFree=1392288/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1537.99
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 153771 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.99
Current children cumulated vsize (KiB) 140740

[startup+1603.79 s]
/proc/loadavg: 1.00 1.35 1.70 2/66 30182
/proc/meminfo: memFree=1392352/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1598.01
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 159773 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664608 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.01
Current children cumulated vsize (KiB) 140740

[startup+1663.83 s]
/proc/loadavg: 1.00 1.29 1.65 2/66 30182
/proc/meminfo: memFree=1392288/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1658.02
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 165774 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.02
Current children cumulated vsize (KiB) 140740

[startup+1723.86 s]
/proc/loadavg: 1.00 1.23 1.61 2/66 30182
/proc/meminfo: memFree=1392352/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1718.04
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 171776 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751718 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.04
Current children cumulated vsize (KiB) 140740

[startup+1783.9 s]
/proc/loadavg: 1.00 1.19 1.56 2/66 30182
/proc/meminfo: memFree=1392352/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1778.06
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 177778 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.06
Current children cumulated vsize (KiB) 140740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.93 s]
/proc/loadavg: 1.00 1.17 1.55 2/66 30182
/proc/meminfo: memFree=1392352/2055920 swapFree=4191892/4192956
[pid=29967] ppid=29965 vsize=140740 CPUtime=1800.08
/proc/29967/stat : 29967 (bprolog) R 29965 29967 29308 0 -1 4194304 42102 0 0 0 179980 28 0 0 25 0 2 0 163115143 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29967/statm: 35185 27138 180 90 0 34723 0
[pid=29967/tid=29969] ppid=29965 vsize=140740 CPUtime=0
/proc/29967/task/29969/stat : 29969 (bprolog) S 29965 29967 29308 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163116195 144117760 27138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 140740

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.96
CPU time (s): 1800.11
CPU user time (s): 1799.81
CPU system time (s): 0.299954
CPU usage (%): 99.6763
Max. virtual memory (cumulated for all children) (KiB): 141168

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

runsolver used 1.9947 s user time and 4.71428 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 05:19:11 UTC 2007


IDJOB= 201347
IDBENCH= 3758
FILE ID= node50/201347-1168147150

PBS_JOBID= 3478376

Free space on /tmp= 66554 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-201347-1168147150 -o ROOT/results/node50/solver-201347-1168147150 -C 1800 -M 900  /tmp/evaluation/201347-1168147150/Complete/Ordinary/solver /tmp/evaluation/201347-1168147150/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8852f43241b06dc94642af49e2d6d548

RANDOM SEED= 155625838

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.263
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	: 5931.00
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.263
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:        802808 kB
Buffers:         40016 kB
Cached:         444224 kB
SwapCached:        396 kB
Active:         931316 kB
Inactive:       263060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        802808 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6928 kB
Writeback:           0 kB
Mapped:         726848 kB
Slab:            42488 kB
Committed_AS:  4505748 kB
PageTables:       3264 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= 66556 MiB



End job on node50 on Sun Jan  7 05:49:32 UTC 2007