Trace number 239760

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-13SAT 1411.61 1413.13

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-5_ext.xml
MD5SUM87f77288681d1fcda6fa63450e0546b6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.680896
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1413.11	
1413.11	Time: 1411533
1413.11	
c 
c 
c 
c solution file
c 
c 

SAT
2 8 13 0 5 4 6 17 11 7 16 1 19 14 15 3 12 9 10 18 1 5 19 14 11 18 10 16 8 17 2 7 15 3 9 6 0 13 4 12 12 2 0 9 10 14 1 8 19 16 13 6 5 7 11 18 17 4 15 3 18 15 4 13 9 17 11 0 7 6 14 12 8 1 2 19 5 3 16 10 13 11 15 18 7 3 9 19 14 5 6 10 16 4 17 12 8 2 1 0 16 17 12 5 13 15 7 3 18 9 19 8 0 6 1 4 10 11 14 2 6 10 17 19 15 9 16 1 0 2 7 5 12 8 14 11 13 18 3 4 5 0 2 3 16 13 17 10 6 19 11 4 14 12 18 1 9 8 7 15 4 19 10 15 8 7 13 2 17 11 5 0 6 16 12 9 3 14 18 1 8 3 9 16 1 0 12 18 10 14 4 17 11 5 7 13 2 15 6 19 11 1 7 10 2 8 0 9 5 3 18 15 4 13 6 16 19 12 17 14 14 13 8 1 17 2 5 4 3 15 0 16 9 11 19 10 18 6 12 7 15 4 1 11 18 12 8 5 9 0 3 14 2 19 10 7 6 17 13 16 3 12 14 7 6 5 19 13 15 4 9 2 10 18 16 8 1 0 11 17 0 14 18 6 19 10 2 7 4 13 12 11 3 15 5 17 16 1 9 8 17 9 11 2 3 16 18 15 12 1 10 19 7 0 13 14 4 5 8 6 19 6 16 8 0 11 4 12 2 18 1 9 17 10 3 15 14 7 5 13 10 7 6 17 14 19 3 11 1 12 8 13 18 9 4 0 15 16 2 5 7 16 3 4 12 6 15 14 13 8 17 18 1 2 0 5 11 10 19 9 9 18 5 12 4 1 14 6 16 10 15 3 13 17 8 2 7 19 0 11 
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/239760-1168367393/unknown)

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-239760-1168367393 -o ROOT/results/node59/solver-239760-1168367393 -C 1800 -M 900 /tmp/evaluation/239760-1168367393/Complete/Ordinary/solver /tmp/evaluation/239760-1168367393/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: 0.11 0.75 1.32 5/81 9634
/proc/meminfo: memFree=1773640/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=18540 CPUtime=0
/proc/9633/stat : 9633 (runsolver) R 9631 9633 8117 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 185137654 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9633/statm: 4635 279 244 17 0 2626 0

[startup+0.107339 s]
/proc/loadavg: 0.11 0.75 1.32 5/81 9634
/proc/meminfo: memFree=1773640/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=53824 CPUtime=0.09
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2216 0 0 0 8 1 0 0 18 0 1 0 185137654 55115776 1932 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565770 0 0 4096 2 0 0 0 17 0 0 0
/proc/9633/statm: 13456 1932 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515379 s]
/proc/loadavg: 0.11 0.75 1.32 5/81 9634
/proc/meminfo: memFree=1773640/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=0.5
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2668 0 0 0 49 1 0 0 23 0 2 0 185137654 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2383 167 90 0 17580 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72168

[startup+1.33647 s]
/proc/loadavg: 0.26 0.77 1.32 3/82 9635
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=1.31
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2668 0 0 0 130 1 0 0 25 0 2 0 185137654 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2383 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72168

[startup+2.98269 s]
/proc/loadavg: 0.26 0.77 1.32 2/69 9644
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=2.96
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2668 0 0 0 295 1 0 0 25 0 2 0 185137654 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2383 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 72168

[startup+6.25901 s]
/proc/loadavg: 0.32 0.78 1.32 2/69 9655
/proc/meminfo: memFree=1814504/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=6.22
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2668 0 0 0 621 1 0 0 25 0 2 0 185137654 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552184 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2383 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72168

[startup+12.7217 s]
/proc/loadavg: 0.38 0.78 1.32 2/69 9692
/proc/meminfo: memFree=1814576/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=12.65
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 1264 1 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 72168

[startup+25.5311 s]
/proc/loadavg: 0.63 0.82 1.33 3/75 10361
/proc/meminfo: memFree=1797568/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=25.4
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 2538 2 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 72168

[startup+51.166 s]
/proc/loadavg: 1.17 0.93 1.35 3/75 10361
/proc/meminfo: memFree=1797760/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=50.91
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 5089 2 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 72168

[startup+102.427 s]
/proc/loadavg: 1.64 1.09 1.38 3/75 10361
/proc/meminfo: memFree=1798016/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=101.94
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 10192 2 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552682 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 72168

[startup+162.513 s]
/proc/loadavg: 1.86 1.26 1.41 3/75 10361
/proc/meminfo: memFree=1798016/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=161.74
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 16172 2 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 72168

[startup+222.586 s]
/proc/loadavg: 1.95 1.39 1.45 3/75 10361
/proc/meminfo: memFree=1798016/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=221.56
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 22153 3 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 72168

[startup+282.65 s]
/proc/loadavg: 1.64 1.42 1.45 2/66 10431
/proc/meminfo: memFree=1819344/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=281.43
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 28139 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 72168

[startup+342.692 s]
/proc/loadavg: 1.23 1.34 1.42 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=341.45
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 34141 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.45
Current children cumulated vsize (KiB) 72168

[startup+402.736 s]
/proc/loadavg: 1.08 1.27 1.39 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=401.48
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 40144 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.48
Current children cumulated vsize (KiB) 72168

[startup+462.773 s]
/proc/loadavg: 1.03 1.22 1.37 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=461.5
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 46146 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574041 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.5
Current children cumulated vsize (KiB) 72168

[startup+522.814 s]
/proc/loadavg: 1.01 1.18 1.34 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=521.52
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 52148 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.52
Current children cumulated vsize (KiB) 72168

[startup+582.852 s]
/proc/loadavg: 1.00 1.14 1.32 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=581.55
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 58151 4 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.55
Current children cumulated vsize (KiB) 72168

[startup+642.896 s]
/proc/loadavg: 1.00 1.11 1.29 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=641.58
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 64153 5 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.58
Current children cumulated vsize (KiB) 72168

[startup+702.935 s]
/proc/loadavg: 1.00 1.09 1.27 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=701.6
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 70155 5 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.6
Current children cumulated vsize (KiB) 72168

[startup+762.974 s]
/proc/loadavg: 1.00 1.07 1.25 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=761.63
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 76158 5 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.63
Current children cumulated vsize (KiB) 72168

[startup+823.017 s]
/proc/loadavg: 1.00 1.06 1.24 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=821.65
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 82160 5 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614882 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.65
Current children cumulated vsize (KiB) 72168

[startup+883.057 s]
/proc/loadavg: 1.05 1.06 1.22 2/66 10431
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=72168 CPUtime=881.67
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2669 0 0 0 88162 5 0 0 25 0 2 0 185137654 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134594931 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 18042 2384 167 90 0 17580 0
[pid=9633/tid=9635] ppid=9631 vsize=72168 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 185137673 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.67
Current children cumulated vsize (KiB) 72168

[startup+943.114 s]
/proc/loadavg: 1.02 1.05 1.21 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=941.71
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 94166 5 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 82412

[startup+1003.18 s]
/proc/loadavg: 1.00 1.04 1.19 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1001.77
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 100171 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 82412

[startup+1063.25 s]
/proc/loadavg: 1.00 1.03 1.17 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1061.83
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 106177 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 82412

[startup+1123.32 s]
/proc/loadavg: 1.00 1.02 1.16 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1121.88
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 112182 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 82412

[startup+1183.38 s]
/proc/loadavg: 1.00 1.01 1.15 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1181.93
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 118187 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 82412

[startup+1243.45 s]
/proc/loadavg: 1.00 1.01 1.14 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1241.98
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 124192 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 82412

[startup+1303.52 s]
/proc/loadavg: 1.00 1.00 1.13 2/67 10432
/proc/meminfo: memFree=1819400/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=82412 CPUtime=1302.03
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2670 0 0 0 130197 6 0 0 25 0 3 0 185137654 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 20603 2385 167 90 0 20141 0
[pid=9633/tid=9635] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 185137673 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=82412 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 185227688 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 82412

[startup+1363.59 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 10433
/proc/meminfo: memFree=1819392/2055920 swapFree=4192812/4192956
[pid=9633] ppid=9631 vsize=92656 CPUtime=1362.09
/proc/9633/stat : 9633 (bprolog) R 9631 9633 8117 0 -1 4194304 2671 0 0 0 136203 6 0 0 25 0 4 0 185137654 94879744 2386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9633/statm: 23164 2386 167 90 0 22702 0
[pid=9633/tid=9635] ppid=9631 vsize=92656 CPUtime=0
/proc/9633/task/9635/stat : 9635 (bprolog) S 9631 9633 8117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 185137673 94879744 2386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10432] ppid=9631 vsize=92656 CPUtime=0
/proc/9633/task/10432/stat : 10432 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 185227688 94879744 2386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9633/tid=10433] ppid=9631 vsize=92656 CPUtime=0
/proc/9633/task/10433/stat : 10433 (bprolog) S 9631 9633 8117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 185272695 94879744 2386 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 92656

Child status: 0
Real time (s): 1413.13
CPU time (s): 1411.61
CPU user time (s): 1411.55
CPU system time (s): 0.06499
CPU usage (%): 99.8924
Max. virtual memory (cumulated for all children) (KiB): 92656

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

runsolver used 1.11483 s user time and 3.06853 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Jan  9 18:29:54 UTC 2007


IDJOB= 239760
IDBENCH= 7082
FILE ID= node59/239760-1168367393

PBS_JOBID= 3504106

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-5_ext.xml
COMMAND LINE= /tmp/evaluation/239760-1168367393/Complete/Ordinary/solver /tmp/evaluation/239760-1168367393/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node59/convwatcher-239760-1168367393 -o ROOT/results/node59/conversion-239760-1168367393 -C 600 -M 900 /tmp/evaluation/239760-1168367393/Complete/Ordinary/conversion /tmp/evaluation/239760-1168367393/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-239760-1168367393 -o ROOT/results/node59/solver-239760-1168367393 -C 1800 -M 900  /tmp/evaluation/239760-1168367393/Complete/Ordinary/solver /tmp/evaluation/239760-1168367393/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  87f77288681d1fcda6fa63450e0546b6

RANDOM SEED= 148261976

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.239
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.239
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:       1775016 kB
Buffers:         25692 kB
Cached:         139548 kB
SwapCached:          0 kB
Active:         156292 kB
Inactive:        75680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4916 kB
Writeback:           0 kB
Mapped:          83456 kB
Slab:            33944 kB
Committed_AS:  4286456 kB
PageTables:       2036 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= 66559 MiB



End job on node59 on Tue Jan  9 18:53:30 UTC 2007