Trace number 239874

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 1174.71 1179.59

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-3_ext.xml
MD5SUM1e75ff834f43b71f39c215be1aeba93c
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.58691
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)

1179.58	
1179.58	Time: 1174547
1179.58	
c 
c 
c 
c solution file
c 
c 

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

converting(/tmp/evaluation/239874-1168368104/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/node5/watcher-239874-1168368104 -o ROOT/results/node5/solver-239874-1168368104 -C 1800 -M 900 /tmp/evaluation/239874-1168368104/Complete/Ordinary/solver /tmp/evaluation/239874-1168368104/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.95 1.98 5/88 30231
/proc/meminfo: memFree=1663056/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=53472 CPUtime=0
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 165425170 54755328 202 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/30230/statm: 13368 202 123 90 0 12906 0

[startup+0.104009 s]
/proc/loadavg: 1.78 1.95 1.98 5/88 30231
/proc/meminfo: memFree=1663056/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=53824 CPUtime=0.09
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2203 0 0 0 9 0 0 0 18 0 1 0 165425170 55115776 1919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565721 0 0 4096 2 0 0 0 17 1 0 0
/proc/30230/statm: 13456 1919 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.514015 s]
/proc/loadavg: 1.78 1.95 1.98 5/88 30231
/proc/meminfo: memFree=1663056/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=0.5
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 50 0 0 0 22 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72168

[startup+1.33515 s]
/proc/loadavg: 1.78 1.95 1.98 3/89 30232
/proc/meminfo: memFree=1654088/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=1.32
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 132 0 0 0 25 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711296 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72168

[startup+2.97263 s]
/proc/loadavg: 1.80 1.95 1.98 3/89 30232
/proc/meminfo: memFree=1653960/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=2.95
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 295 0 0 0 25 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711296 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72168

[startup+6.25401 s]
/proc/loadavg: 1.80 1.95 1.98 3/89 30232
/proc/meminfo: memFree=1654024/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=6.24
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 623 1 0 0 25 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 72168

[startup+12.7284 s]
/proc/loadavg: 1.83 1.95 1.98 3/89 30232
/proc/meminfo: memFree=1654152/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=12.72
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 1271 1 0 0 25 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 72168

[startup+25.5699 s]
/proc/loadavg: 1.93 1.97 1.99 3/89 30232
/proc/meminfo: memFree=1654216/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=25.55
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2668 0 0 0 2554 1 0 0 25 0 2 0 165425170 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2383 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 72168

[startup+51.2318 s]
/proc/loadavg: 1.95 1.97 1.99 3/89 30232
/proc/meminfo: memFree=1654344/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=51.21
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 5120 1 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 72168

[startup+102.446 s]
/proc/loadavg: 1.98 1.97 1.99 3/89 30232
/proc/meminfo: memFree=1654344/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=102.4
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 10239 1 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608564 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 72168

[startup+162.478 s]
/proc/loadavg: 1.98 1.97 1.99 3/88 30984
/proc/meminfo: memFree=1714448/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=162.32
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 16227 5 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 72168

[startup+222.56 s]
/proc/loadavg: 1.91 1.94 1.98 3/88 31378
/proc/meminfo: memFree=1718040/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=222.12
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 22205 7 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604028 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 72168

[startup+282.64 s]
/proc/loadavg: 1.97 1.95 1.98 3/88 31378
/proc/meminfo: memFree=1718104/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=281.94
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 28186 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.94
Current children cumulated vsize (KiB) 72168

[startup+342.724 s]
/proc/loadavg: 1.99 1.96 1.98 3/88 31378
/proc/meminfo: memFree=1718104/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=341.75
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 34167 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.75
Current children cumulated vsize (KiB) 72168

[startup+402.806 s]
/proc/loadavg: 1.99 1.96 1.98 3/88 31378
/proc/meminfo: memFree=1718040/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=401.54
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 40146 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.54
Current children cumulated vsize (KiB) 72168

[startup+462.888 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1718040/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=461.35
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 46127 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.35
Current children cumulated vsize (KiB) 72168

[startup+522.969 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1718048/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=521.16
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 52108 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.16
Current children cumulated vsize (KiB) 72168

[startup+583.05 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1717984/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=580.96
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 58088 8 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711215 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.96
Current children cumulated vsize (KiB) 72168

[startup+643.132 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1717984/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=640.78
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 64069 9 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565039 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.78
Current children cumulated vsize (KiB) 72168

[startup+703.214 s]
/proc/loadavg: 1.99 1.97 1.98 4/88 31378
/proc/meminfo: memFree=1717984/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=700.59
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 70050 9 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.59
Current children cumulated vsize (KiB) 72168

[startup+763.297 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1717920/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=760.39
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 76030 9 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.39
Current children cumulated vsize (KiB) 72168

[startup+823.378 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1717920/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=820.2
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 82011 9 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.2
Current children cumulated vsize (KiB) 72168

[startup+883.468 s]
/proc/loadavg: 1.99 1.97 1.98 3/88 31378
/proc/meminfo: memFree=1717920/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=72168 CPUtime=880.01
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2669 0 0 0 87992 9 0 0 25 0 2 0 165425170 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 18042 2384 167 90 0 17580 0
[pid=30230/tid=30232] ppid=30228 vsize=72168 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 165425189 73900032 2384 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.01
Current children cumulated vsize (KiB) 72168

[startup+943.57 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 31379
/proc/meminfo: memFree=1717848/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=82412 CPUtime=939.82
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2670 0 0 0 93973 9 0 0 25 0 3 0 165425170 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 20603 2385 167 90 0 20141 0
[pid=30230/tid=30232] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165425189 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30230/tid=31379] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/31379/stat : 31379 (bprolog) S 30228 30230 30150 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165515203 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) 939.82
Current children cumulated vsize (KiB) 82412

[startup+1003.57 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 31379
/proc/meminfo: memFree=1717848/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=82412 CPUtime=999.58
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2670 0 0 0 99948 10 0 0 25 0 3 0 165425170 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747493 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 20603 2385 167 90 0 20141 0
[pid=30230/tid=30232] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165425189 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30230/tid=31379] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/31379/stat : 31379 (bprolog) S 30228 30230 30150 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165515203 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) 999.58
Current children cumulated vsize (KiB) 82412

[startup+1063.58 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 31379
/proc/meminfo: memFree=1717848/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=82412 CPUtime=1059.32
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2670 0 0 0 105922 10 0 0 25 0 3 0 165425170 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 20603 2385 167 90 0 20141 0
[pid=30230/tid=30232] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165425189 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30230/tid=31379] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/31379/stat : 31379 (bprolog) S 30228 30230 30150 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165515203 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) 1059.32
Current children cumulated vsize (KiB) 82412

[startup+1123.59 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 31380
/proc/meminfo: memFree=1717712/2055920 swapFree=4192812/4192956
[pid=30230] ppid=30228 vsize=82412 CPUtime=1119.03
/proc/30230/stat : 30230 (bprolog) R 30228 30230 30150 0 -1 4194304 2670 0 0 0 111893 10 0 0 25 0 3 0 165425170 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747488 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30230/statm: 20603 2385 167 90 0 20141 0
[pid=30230/tid=30232] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/30232/stat : 30232 (bprolog) S 30228 30230 30150 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165425189 84389888 2385 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30230/tid=31379] ppid=30228 vsize=82412 CPUtime=0
/proc/30230/task/31379/stat : 31379 (bprolog) S 30228 30230 30150 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165515203 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) 1119.03
Current children cumulated vsize (KiB) 82412

Child status: 0
Real time (s): 1179.59
CPU time (s): 1174.71
CPU user time (s): 1174.56
CPU system time (s): 0.144977
CPU usage (%): 99.5862
Max. virtual memory (cumulated for all children) (KiB): 82412

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

runsolver used 1.15182 s user time and 3.11952 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Jan  9 18:41:45 UTC 2007


IDJOB= 239874
IDBENCH= 7088
FILE ID= node5/239874-1168368104

PBS_JOBID= 3503814

Free space on /tmp= 66555 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  1e75ff834f43b71f39c215be1aeba93c

RANDOM SEED= 889517022

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1663536 kB
Buffers:         36852 kB
Cached:         179524 kB
SwapCached:          0 kB
Active:         226740 kB
Inactive:       112348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:         143248 kB
Slab:            38084 kB
Committed_AS:  4754676 kB
PageTables:       2332 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= 66555 MiB



End job on node5 on Tue Jan  9 19:01:27 UTC 2007