Trace number 209488

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.05 1816.12

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-10.xml
MD5SUM2b4ef9677f52263fa3f34f9b296a1bd2
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 benchmark71.1032
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209488-1168192926/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/node39/watcher-209488-1168192926 -o ROOT/results/node39/solver-209488-1168192926 -C 1800 -M 900 /tmp/evaluation/209488-1168192926/Complete/Ordinary/solver /tmp/evaluation/209488-1168192926/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.05 2.05 1.88 4/81 20811
/proc/meminfo: memFree=1195856/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=18540 CPUtime=0
/proc/20810/stat : 20810 (runsolver) R 20808 20091 20091 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 1 0 167696197 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 231491008234 0 0 4096 24578 0 0 0 17 0 0 0
/proc/20810/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107368 s]
/proc/loadavg: 2.05 2.05 1.88 4/81 20811
/proc/meminfo: memFree=1195856/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=61640 CPUtime=0.09
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 2129 0 0 0 8 1 0 0 21 0 1 0 167696197 63119360 1845 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691853 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 15410 1845 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515413 s]
/proc/loadavg: 2.05 2.05 1.88 4/81 20811
/proc/meminfo: memFree=1195856/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=61640 CPUtime=0.5
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 9058 0 0 0 45 5 0 0 25 0 1 0 167696197 63119360 8774 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550526 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 15410 8774 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.3375 s]
/proc/loadavg: 2.05 2.05 1.88 3/81 20811
/proc/meminfo: memFree=1130320/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=81440 CPUtime=1.32
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 16909 0 0 0 121 11 0 0 25 0 1 0 167696197 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81440

[startup+2.98964 s]
/proc/loadavg: 2.05 2.05 1.88 3/81 20811
/proc/meminfo: memFree=1096784/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=142944 CPUtime=2.96
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 36348 0 0 0 272 24 0 0 25 0 1 0 167696197 146374656 19781 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 35736 19781 157 90 0 35274 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 142944

[startup+6.26793 s]
/proc/loadavg: 2.04 2.05 1.88 3/81 20811
/proc/meminfo: memFree=1088976/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=142940 CPUtime=6.21
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 42460 0 0 0 594 27 0 0 25 0 1 0 167696197 146370560 25892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609251 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 35735 25892 176 90 0 35273 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 142940

[startup+12.7375 s]
/proc/loadavg: 2.12 2.07 1.89 3/81 20811
/proc/meminfo: memFree=1047056/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=217756 CPUtime=12.61
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 71846 0 0 0 1219 42 0 0 25 0 1 0 167696197 222982144 36981 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 54439 36981 176 90 0 53977 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 217756

[startup+25.5497 s]
/proc/loadavg: 2.09 2.06 1.89 3/81 20811
/proc/meminfo: memFree=957904/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=273168 CPUtime=25.3
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 105109 0 0 0 2469 61 0 0 25 0 1 0 167696197 279724032 57908 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 0 0 0
/proc/20810/statm: 68292 57908 176 90 0 67830 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 273168

[startup+51.193 s]
/proc/loadavg: 2.06 2.06 1.89 3/82 20812
/proc/meminfo: memFree=935432/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=50.73
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145858 0 0 0 4991 82 0 0 25 0 2 0 167696197 434388992 60671 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60671 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60671 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 424208

[startup+102.45 s]
/proc/loadavg: 2.02 2.05 1.90 3/82 20812
/proc/meminfo: memFree=922888/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=101.54
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145863 0 0 0 10072 82 0 0 25 0 2 0 167696197 434388992 60676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60676 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 424208

[startup+162.535 s]
/proc/loadavg: 2.01 2.04 1.90 3/82 20812
/proc/meminfo: memFree=899400/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=161.04
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145864 0 0 0 16022 82 0 0 25 0 2 0 167696197 434388992 60677 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60677 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60677 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 424208

[startup+222.535 s]
/proc/loadavg: 2.05 2.04 1.91 3/82 20812
/proc/meminfo: memFree=888200/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=220.5
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145866 0 0 0 21967 83 0 0 25 0 2 0 167696197 434388992 60679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60679 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 424208

[startup+282.605 s]
/proc/loadavg: 2.02 2.03 1.91 3/82 20812
/proc/meminfo: memFree=874120/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=280.04
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 27921 83 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.04
Current children cumulated vsize (KiB) 424208

[startup+342.671 s]
/proc/loadavg: 2.04 2.04 1.92 3/82 20812
/proc/meminfo: memFree=862984/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=339.56
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 33873 83 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 424208

[startup+402.692 s]
/proc/loadavg: 2.01 2.03 1.92 3/82 20812
/proc/meminfo: memFree=850568/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=399.07
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 39824 83 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.07
Current children cumulated vsize (KiB) 424208

[startup+462.751 s]
/proc/loadavg: 2.07 2.04 1.92 3/82 20812
/proc/meminfo: memFree=835912/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=458.61
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 45778 83 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.61
Current children cumulated vsize (KiB) 424208

[startup+522.783 s]
/proc/loadavg: 2.02 2.03 1.92 3/82 20812
/proc/meminfo: memFree=824264/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=518.1
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 51727 83 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.1
Current children cumulated vsize (KiB) 424208

[startup+582.786 s]
/proc/loadavg: 2.01 2.02 1.92 3/82 20812
/proc/meminfo: memFree=811976/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=577.59
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 57675 84 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.59
Current children cumulated vsize (KiB) 424208

[startup+642.804 s]
/proc/loadavg: 2.00 2.01 1.92 3/82 20812
/proc/meminfo: memFree=805704/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=637.1
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 63626 84 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.1
Current children cumulated vsize (KiB) 424208


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

/proc/loadavg: 2.00 2.01 1.93 3/82 20814
/proc/meminfo: memFree=720200/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=994.12
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 99327 85 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.12
Current children cumulated vsize (KiB) 424208

[startup+1063.05 s]
/proc/loadavg: 2.06 2.02 1.94 3/82 20814
/proc/meminfo: memFree=714312/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1053.6
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 105275 85 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1053.6
Current children cumulated vsize (KiB) 424208

[startup+1123.06 s]
/proc/loadavg: 2.02 2.02 1.94 3/82 20814
/proc/meminfo: memFree=709128/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1113.09
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 111224 85 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1113.09
Current children cumulated vsize (KiB) 424208

[startup+1183.09 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 20814
/proc/meminfo: memFree=696072/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1172.57
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 117172 85 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.57
Current children cumulated vsize (KiB) 424208

[startup+1243.11 s]
/proc/loadavg: 2.00 2.01 1.94 3/82 20814
/proc/meminfo: memFree=690568/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1232.06
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 123120 86 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.06
Current children cumulated vsize (KiB) 424208

[startup+1303.13 s]
/proc/loadavg: 1.96 1.99 1.93 3/82 20922
/proc/meminfo: memFree=1064568/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1291.6
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 129071 89 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554455 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1291.6
Current children cumulated vsize (KiB) 424208

[startup+1363.15 s]
/proc/loadavg: 2.08 2.02 1.95 3/82 20922
/proc/meminfo: memFree=966520/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1351.11
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145867 0 0 0 135021 90 0 0 25 0 2 0 167696197 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751771 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60680 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.11
Current children cumulated vsize (KiB) 424208

[startup+1423.17 s]
/proc/loadavg: 2.03 2.01 1.95 3/82 20922
/proc/meminfo: memFree=893560/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1410.59
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145869 0 0 0 140969 90 0 0 25 0 2 0 167696197 434388992 60682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60682 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.59
Current children cumulated vsize (KiB) 424208

[startup+1483.19 s]
/proc/loadavg: 2.01 2.00 1.95 3/82 20922
/proc/meminfo: memFree=828344/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1470.08
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 146918 90 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.08
Current children cumulated vsize (KiB) 424208

[startup+1543.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 20922
/proc/meminfo: memFree=776632/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1529.57
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 152867 90 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.57
Current children cumulated vsize (KiB) 424208

[startup+1603.24 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 20922
/proc/meminfo: memFree=740920/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1589.07
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 158817 90 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.07
Current children cumulated vsize (KiB) 424208

[startup+1663.29 s]
/proc/loadavg: 2.15 2.04 1.96 3/82 20922
/proc/meminfo: memFree=714104/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1648.57
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 164767 90 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.57
Current children cumulated vsize (KiB) 424208

[startup+1723.35 s]
/proc/loadavg: 2.05 2.03 1.96 3/82 20922
/proc/meminfo: memFree=680888/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1708.12
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 170721 91 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.12
Current children cumulated vsize (KiB) 424208

[startup+1783.43 s]
/proc/loadavg: 2.02 2.02 1.96 3/82 20922
/proc/meminfo: memFree=645624/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1767.63
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 176672 91 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.63
Current children cumulated vsize (KiB) 424208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.08 s]
/proc/loadavg: 2.01 2.02 1.96 3/82 20922
/proc/meminfo: memFree=620216/2055920 swapFree=4187312/4192956
[pid=20810] ppid=20808 vsize=424208 CPUtime=1800
/proc/20810/stat : 20810 (bprolog) R 20808 20810 20091 0 -1 4194304 145870 0 0 0 179909 91 0 0 25 0 2 0 167696197 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20810/statm: 106052 60683 180 90 0 105590 0
[pid=20810/tid=20812] ppid=20808 vsize=424208 CPUtime=0
/proc/20810/task/20812/stat : 20812 (bprolog) S 20808 20810 20091 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167699071 434388992 60683 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 424208

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.12
CPU time (s): 1800.05
CPU user time (s): 1799.1
CPU system time (s): 0.949855
CPU usage (%): 99.115
Max. virtual memory (cumulated for all children) (KiB): 554592

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

runsolver used 1.80173 s user time and 5.09323 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 18:02:06 UTC 2007


IDJOB= 209488
IDBENCH= 4520
FILE ID= node39/209488-1168192926

PBS_JOBID= 3479277

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp30/fapp30-3000-10.xml
COMMAND LINE= /tmp/evaluation/209488-1168192926/Complete/Ordinary/solver /tmp/evaluation/209488-1168192926/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-209488-1168192926 -o ROOT/results/node39/conversion-209488-1168192926 -C 600 -M 900 /tmp/evaluation/209488-1168192926/Complete/Ordinary/conversion /tmp/evaluation/209488-1168192926/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-209488-1168192926 -o ROOT/results/node39/solver-209488-1168192926 -C 1800 -M 900  /tmp/evaluation/209488-1168192926/Complete/Ordinary/solver /tmp/evaluation/209488-1168192926/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2b4ef9677f52263fa3f34f9b296a1bd2

RANDOM SEED= 817534894

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1196400 kB
Buffers:         37036 kB
Cached:         378256 kB
SwapCached:       1548 kB
Active:         471204 kB
Inactive:       328528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196400 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:           10684 kB
Writeback:           0 kB
Mapped:         400304 kB
Slab:            44312 kB
Committed_AS:  4182560 kB
PageTables:       2600 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= 66533 MiB



End job on node39 on Sun Jan  7 18:33:02 UTC 2007