Trace number 211301

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.08 1808.96

General information on the benchmark

NamepseudoSeries/ttp/
circ-10-3.xml
MD5SUM0e55a6b21f60962d919e77257912f16e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3613
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.78 1.27 1.09 5/94 18758
/proc/meminfo: memFree=1355408/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=53472 CPUtime=0
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 169091905 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550304 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 13368 205 123 90 0 12906 0

[startup+0.102708 s]
/proc/loadavg: 1.78 1.27 1.09 5/94 18758
/proc/meminfo: memFree=1355408/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=53824 CPUtime=0.09
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 2366 0 0 0 9 0 0 0 18 0 1 0 169091905 55115776 2082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569882 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 13456 2083 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51076 s]
/proc/loadavg: 1.78 1.27 1.09 5/94 18758
/proc/meminfo: memFree=1355408/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=80876 CPUtime=0.5
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 9703 0 0 0 46 4 0 0 22 0 1 0 169091905 82817024 9419 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134855394 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 20219 9419 158 90 0 19757 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 80876

[startup+1.33187 s]
/proc/loadavg: 1.78 1.27 1.09 3/94 18758
/proc/meminfo: memFree=1291984/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=81412 CPUtime=1.31
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 16668 0 0 0 124 7 0 0 25 0 1 0 169091905 83365888 15989 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 20353 15989 158 90 0 19891 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81412

[startup+2.97009 s]
/proc/loadavg: 1.78 1.27 1.09 3/94 18758
/proc/meminfo: memFree=1289360/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=143888 CPUtime=2.94
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 43813 0 0 0 274 20 0 0 25 0 1 0 169091905 147341312 27447 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 35972 27447 158 90 0 35510 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 143888

[startup+6.25253 s]
/proc/loadavg: 1.79 1.28 1.10 3/94 18758
/proc/meminfo: memFree=1212560/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=214200 CPUtime=6.21
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 71190 0 0 0 589 32 0 0 25 0 1 0 169091905 219340800 37488 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577532 0 0 4096 2 0 0 0 17 1 0 0
/proc/18757/statm: 53550 37488 158 90 0 53088 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 214200

[startup+12.7144 s]
/proc/loadavg: 1.89 1.31 1.11 3/95 18759
/proc/meminfo: memFree=1194568/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=12.64
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85728 0 0 0 1224 40 0 0 25 0 2 0 169091905 280567808 40252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40252 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 273992

[startup+25.5251 s]
/proc/loadavg: 1.99 1.36 1.13 3/95 18759
/proc/meminfo: memFree=1194504/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=25.4
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85735 0 0 0 2500 40 0 0 25 0 2 0 169091905 280567808 40259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40259 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 273992

[startup+51.1615 s]
/proc/loadavg: 1.99 1.41 1.15 3/95 18759
/proc/meminfo: memFree=1194376/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=50.91
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85776 0 0 0 5051 40 0 0 25 0 2 0 169091905 280567808 40300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40300 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 273992

[startup+102.427 s]
/proc/loadavg: 1.99 1.50 1.19 3/95 18759
/proc/meminfo: memFree=1194376/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=101.93
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85777 0 0 0 10152 41 0 0 25 0 2 0 169091905 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40301 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 273992

[startup+162.518 s]
/proc/loadavg: 1.99 1.59 1.24 3/95 18759
/proc/meminfo: memFree=1194376/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=161.74
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85777 0 0 0 16133 41 0 0 25 0 2 0 169091905 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40301 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 273992

[startup+222.606 s]
/proc/loadavg: 1.99 1.66 1.28 3/95 18759
/proc/meminfo: memFree=1194320/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=221.55
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85778 0 0 0 22113 42 0 0 25 0 2 0 169091905 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40302 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 273992

[startup+282.693 s]
/proc/loadavg: 1.99 1.72 1.32 3/95 18759
/proc/meminfo: memFree=1194384/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=281.34
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85778 0 0 0 28092 42 0 0 25 0 2 0 169091905 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40302 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 273992

[startup+342.702 s]
/proc/loadavg: 2.10 1.80 1.37 3/101 18903
/proc/meminfo: memFree=1193048/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=340.91
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85781 0 0 0 34048 43 0 0 25 0 2 0 169091905 280567808 40305 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40305 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40305 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 273992

[startup+402.705 s]
/proc/loadavg: 2.04 1.83 1.41 3/95 18957
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=400.53
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85808 0 0 0 40010 43 0 0 25 0 2 0 169091905 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40332 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.53
Current children cumulated vsize (KiB) 273992

[startup+462.795 s]
/proc/loadavg: 2.01 1.86 1.45 3/95 18957
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=460.34
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85808 0 0 0 45990 44 0 0 25 0 2 0 169091905 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40332 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.34
Current children cumulated vsize (KiB) 273992

[startup+522.881 s]
/proc/loadavg: 2.00 1.88 1.48 3/95 18957
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=520.13
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85808 0 0 0 51969 44 0 0 25 0 2 0 169091905 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40332 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.13
Current children cumulated vsize (KiB) 273992

[startup+582.966 s]
/proc/loadavg: 2.00 1.90 1.51 3/95 18957
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=579.94
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85808 0 0 0 57949 45 0 0 25 0 2 0 169091905 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40332 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169092911 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 273992

[startup+643.058 s]
/proc/loadavg: 2.00 1.92 1.54 4/95 18957
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=273992 CPUtime=639.74
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85808 0 0 0 63929 45 0 0 25 0 2 0 169091905 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 68498 40332 182 90 0 68036 0
[pid=18757/tid=18759] ppid=18755 vsize=273992 CPUtime=0

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

Current children cumulated CPU time (s) 1177.67
Current children cumulated vsize (KiB) 284236

[startup+1243.55 s]
/proc/loadavg: 2.03 1.99 1.74 3/96 18958
/proc/meminfo: memFree=1194056/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=284236 CPUtime=1237.39
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85809 0 0 0 123689 50 0 0 25 0 3 0 169091905 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 71059 40333 182 90 0 70597 0
[pid=18757/tid=18759] ppid=18755 vsize=284236 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169092911 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=284236 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169182933 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.39
Current children cumulated vsize (KiB) 284236

[startup+1303.56 s]
/proc/loadavg: 2.01 1.99 1.75 3/96 18958
/proc/meminfo: memFree=1193992/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=284236 CPUtime=1297.12
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85822 0 0 0 129661 51 0 0 25 0 3 0 169091905 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 71059 40346 182 90 0 70597 0
[pid=18757/tid=18759] ppid=18755 vsize=284236 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169092911 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=284236 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169182933 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.12
Current children cumulated vsize (KiB) 284236

[startup+1363.57 s]
/proc/loadavg: 2.04 2.00 1.77 3/97 18959
/proc/meminfo: memFree=1193920/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1356.84
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 135633 51 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.84
Current children cumulated vsize (KiB) 294480

[startup+1423.61 s]
/proc/loadavg: 2.01 2.00 1.78 3/97 18959
/proc/meminfo: memFree=1193984/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1416.6
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 141608 52 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.6
Current children cumulated vsize (KiB) 294480

[startup+1483.65 s]
/proc/loadavg: 2.00 2.00 1.79 3/97 18961
/proc/meminfo: memFree=1193920/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1476.35
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 147583 52 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.35
Current children cumulated vsize (KiB) 294480

[startup+1543.68 s]
/proc/loadavg: 2.00 2.00 1.80 3/97 18961
/proc/meminfo: memFree=1193984/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1536.11
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 153558 53 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.11
Current children cumulated vsize (KiB) 294480

[startup+1603.72 s]
/proc/loadavg: 2.00 2.00 1.82 3/97 18961
/proc/meminfo: memFree=1193920/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1595.85
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 159532 53 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 294480

[startup+1663.75 s]
/proc/loadavg: 2.00 2.00 1.82 3/97 18961
/proc/meminfo: memFree=1193920/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1655.6
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 165506 54 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 294480

[startup+1723.78 s]
/proc/loadavg: 2.00 2.00 1.83 3/97 18961
/proc/meminfo: memFree=1193920/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1715.35
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 171481 54 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134797870 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.35
Current children cumulated vsize (KiB) 294480

[startup+1783.84 s]
/proc/loadavg: 2.12 2.03 1.85 3/98 19025
/proc/meminfo: memFree=1014200/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1775.11
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 177447 64 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.11
Current children cumulated vsize (KiB) 294480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.92 s]
/proc/loadavg: 2.99 2.23 1.92 3/98 19025
/proc/meminfo: memFree=560056/2055920 swapFree=4192812/4192956
[pid=18757] ppid=18755 vsize=294480 CPUtime=1800.04
/proc/18757/stat : 18757 (bprolog) R 18755 18757 18222 0 -1 4194304 85823 0 0 0 179932 72 0 0 25 0 4 0 169091905 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18757/statm: 73620 40347 182 90 0 73158 0
[pid=18757/tid=18759] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18759/stat : 18759 (bprolog) S 18755 18757 18222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169092911 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18958] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18958/stat : 18958 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169182933 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18757/tid=18959] ppid=18755 vsize=294480 CPUtime=0
/proc/18757/task/18959/stat : 18959 (bprolog) S 18755 18757 18222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169227943 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 294480

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.96
CPU time (s): 1800.08
CPU user time (s): 1799.33
CPU system time (s): 0.753885
CPU usage (%): 99.5091
Max. virtual memory (cumulated for all children) (KiB): 294480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.753885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 64344

runsolver used 1.77573 s user time and 4.77627 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 21:55:23 UTC 2007


IDJOB= 211301
IDBENCH= 4684
FILE ID= node13/211301-1168206922

PBS_JOBID= 3480572

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/circ-10-3.xml
COMMAND LINE= /tmp/evaluation/211301-1168206922/Complete/Ordinary/solver /tmp/evaluation/211301-1168206922/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-211301-1168206922 -o ROOT/results/node13/conversion-211301-1168206922 -C 600 -M 900 /tmp/evaluation/211301-1168206922/Complete/Ordinary/conversion /tmp/evaluation/211301-1168206922/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-211301-1168206922 -o ROOT/results/node13/solver-211301-1168206922 -C 1800 -M 900  /tmp/evaluation/211301-1168206922/Complete/Ordinary/solver /tmp/evaluation/211301-1168206922/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0e55a6b21f60962d919e77257912f16e

RANDOM SEED= 509722781

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.247
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.247
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:       1355952 kB
Buffers:         63876 kB
Cached:         458092 kB
SwapCached:          0 kB
Active:         273100 kB
Inactive:       346552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16684 kB
Writeback:           0 kB
Mapped:         125576 kB
Slab:            64732 kB
Committed_AS:  5035724 kB
PageTables:       2592 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= 65671 MiB



End job on node13 on Sun Jan  7 22:26:18 UTC 2007