Trace number 240101

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
Diarmuid-rndi 2006-12-21SAT 853.639 861.793

DiagnosticValue
CHECKS19451847
NODES37982

General information on the benchmark

Nameqcp-qwh/QCP-15/
qcp-15-120-9_ext.xml
MD5SUMb8b38dd688c99ef2e09c1cec9c041c90
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.183971
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension3150
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

861.79	v 10 8 5 11 4 13 6 0 2 3 1 7 9 14 12 12 14 13 9 5 11 10 3 0 6 2 1 4 7 8 0 2 11 6 13 9 3 10 12 7 8 14 5 4 1 9 7 6 13 12 8 0 11 14 1 5 4 2 10 3 2 10 14 7 8 6 13 5 4 9 3 12 11 1 0 14 1 2 4 10 7 5 12 3 8 6 9 0 11 13 6 11 1 8 9 12 4 2 7 0 14 13 3 5 10 13 12 8 0 2 1 14 9 5 11 10 6 7 3 4 3 6 9 12 1 10 7 4 11 13 0 2 14 8 5 1 4 12 10 14 0 9 7 8 5 11 3 6 13 2 5 3 7 2 11 14 12 6 1 10 4 8 13 0 9 8 0 4 3 6 5 1 14 10 2 13 11 12 9 7 4 13 3 1 0 2 11 8 9 12 7 5 10 6 14 7 9 0 5 3 4 8 13 6 14 12 10 1 2 11 11 5 10 14 7 3 2 1 13 4 9 0 8 12 6 
861.79	c Nodes on final run 12124
861.79	s SATISFIABLE
861.79	d NODES 37982
861.79	d CHECKS 19451847
c 
c 
c 
c conversion script
c 
c 

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/node4/watcher-240101-1168368948 -o ROOT/results/node4/solver-240101-1168368948 -C 1800 -M 900 /tmp/evaluation/240101-1168368948/solver 

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.44 1.77 1.87 5/88 16131
/proc/meminfo: memFree=1762968/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5212 CPUtime=0
/proc/16130/stat : 16130 (solver) R 16128 16130 15331 0 -1 4194304 88 0 0 0 0 0 0 0 20 0 1 0 185290660 5337088 61 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913383392 0 0 4096 0 0 0 0 17 1 0 0
/proc/16130/statm: 1303 61 44 169 0 14 0

[startup+0.104361 s]
/proc/loadavg: 1.44 1.77 1.87 5/88 16131
/proc/meminfo: memFree=1762968/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515407 s]
/proc/loadavg: 1.44 1.77 1.87 5/88 16131
/proc/meminfo: memFree=1762968/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34449 s]
/proc/loadavg: 1.44 1.77 1.87 3/90 16134
/proc/meminfo: memFree=1754760/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=1.31
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 2227 0 0 0 130 1 0 0 25 0 1 0 185290661 11206656 2186 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684588 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2186 242 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 18896

[startup+2.98564 s]
/proc/loadavg: 1.44 1.77 1.87 3/90 16134
/proc/meminfo: memFree=1754824/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=2.94
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 2227 0 0 0 293 1 0 0 25 0 1 0 185290661 11206656 2186 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684588 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2186 242 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 18896

[startup+6.26596 s]
/proc/loadavg: 1.48 1.78 1.87 3/90 16134
/proc/meminfo: memFree=1754824/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=6.18
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 2227 0 0 0 617 1 0 0 25 0 1 0 185290661 11206656 2186 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2186 242 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 18896

[startup+12.7506 s]
/proc/loadavg: 1.52 1.78 1.87 3/90 16134
/proc/meminfo: memFree=1754824/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=12.61
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 11281 0 0 0 1254 7 0 0 25 0 1 0 185290661 11206656 2190 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684815 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2190 244 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 18896

[startup+25.5988 s]
/proc/loadavg: 1.70 1.81 1.88 3/90 16134
/proc/meminfo: memFree=1754888/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=25.35
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 28431 0 0 0 2517 18 0 0 25 0 1 0 185290661 11206656 2190 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684831 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2190 244 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 18896

[startup+51.3003 s]
/proc/loadavg: 1.80 1.82 1.88 3/90 16134
/proc/meminfo: memFree=1755080/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=50.81
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 54131 0 0 0 5046 35 0 0 25 0 1 0 185290661 11206656 2190 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2190 244 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 18896

[startup+102.597 s]
/proc/loadavg: 1.91 1.85 1.89 3/90 16134
/proc/meminfo: memFree=1755016/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=101.64
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 115031 0 0 0 10089 75 0 0 25 0 1 0 185290661 11206656 2190 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683927 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2190 244 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 18896

[startup+162.641 s]
/proc/loadavg: 1.97 1.87 1.89 3/90 16134
/proc/meminfo: memFree=1755016/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=161.14
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 176731 0 0 0 16000 114 0 0 25 0 1 0 185290661 11206656 2190 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684091 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2190 244 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 18896

[startup+222.679 s]
/proc/loadavg: 2.06 1.91 1.90 3/90 16134
/proc/meminfo: memFree=1754952/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=220.63
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 247582 0 0 0 21901 162 0 0 25 0 1 0 185290661 11206656 2191 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683972 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2191 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 18896

[startup+282.72 s]
/proc/loadavg: 2.02 1.92 1.91 3/90 16134
/proc/meminfo: memFree=1754824/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=280.13
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 318182 0 0 0 27809 204 0 0 25 0 1 0 185290661 11206656 2191 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2191 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 18896

[startup+342.778 s]
/proc/loadavg: 2.08 1.96 1.92 3/96 16252
/proc/meminfo: memFree=1753544/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=339.49
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 378432 0 0 0 33705 244 0 0 25 0 1 0 185290661 11206656 2191 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684022 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2191 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 339.49
Current children cumulated vsize (KiB) 18896

[startup+402.832 s]
/proc/loadavg: 2.03 1.97 1.92 3/96 16312
/proc/meminfo: memFree=1753560/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=398.87
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 447690 0 0 0 39603 284 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683822 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 18896

[startup+462.874 s]
/proc/loadavg: 2.01 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1754568/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=458.34
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 517990 0 0 0 45504 330 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683874 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 458.34
Current children cumulated vsize (KiB) 18896

[startup+522.918 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1753736/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=11744 CPUtime=517.83
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 593690 0 0 0 51405 378 0 0 25 0 1 0 185290661 12025856 2399 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134866209 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2936 2399 245 197 0 2176 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 517.83
Current children cumulated vsize (KiB) 19696

[startup+582.957 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1753736/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=577.33
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 668990 0 0 0 57306 427 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684053 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 577.33
Current children cumulated vsize (KiB) 18896

[startup+643 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1754568/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=636.82
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 738940 0 0 0 63209 473 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683942 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 636.82
Current children cumulated vsize (KiB) 18896

[startup+703.038 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1754568/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=696.32
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 809390 0 0 0 69115 517 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 696.32
Current children cumulated vsize (KiB) 18896

[startup+763.084 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1754504/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=10944 CPUtime=755.81
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 880640 0 0 0 75020 561 0 0 25 0 1 0 185290661 11206656 2199 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683881 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2736 2199 245 197 0 1976 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 755.81
Current children cumulated vsize (KiB) 18896

[startup+823.125 s]
/proc/loadavg: 2.00 1.97 1.92 3/90 16332
/proc/meminfo: memFree=1753672/2055920 swapFree=4182144/4192956
[pid=16130] ppid=16128 vsize=5352 CPUtime=0
/proc/16130/stat : 16130 (solver) S 16128 16130 15331 0 -1 4194304 313 174 0 0 0 0 0 0 20 0 1 0 185290660 5480448 229 18446744073709551615 4194304 4889804 548682069392 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16130/statm: 1338 229 192 169 0 49 0
[pid=16133] ppid=16130 vsize=11744 CPUtime=815.31
/proc/16133/stat : 16133 (xlisp) R 16130 16130 15331 0 -1 4194304 1121390 0 0 0 80821 710 0 0 25 0 1 0 185290661 12025856 2399 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134879687 0 0 4096 130 0 0 0 17 1 0 0
/proc/16133/statm: 2936 2399 245 197 0 2176 0
[pid=16134] ppid=16130 vsize=2600 CPUtime=0
/proc/16134/stat : 16134 (sed) S 16130 16130 15331 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 185290661 2662400 119 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 259913384018 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16134/statm: 650 119 96 11 0 54 0
Current children cumulated CPU time (s) 815.31
Current children cumulated vsize (KiB) 19696

Child status: 0
Real time (s): 861.793
CPU time (s): 853.639
CPU user time (s): 845.542
CPU system time (s): 8.09677
CPU usage (%): 99.0538
Max. virtual memory (cumulated for all children) (KiB): 19896

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

runsolver used 0.986849 s user time and 2.86556 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 18:55:48 UTC 2007


IDJOB= 240101
IDBENCH= 7105
FILE ID= node4/240101-1168368948

PBS_JOBID= 3503847

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-15/qcp-15-120-9_ext.xml
COMMAND LINE= /tmp/evaluation/240101-1168368948/solver
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-240101-1168368948 -o ROOT/results/node4/conversion-240101-1168368948 -C 600 -M 900 /tmp/evaluation/240101-1168368948/conversion /tmp/evaluation/240101-1168368948/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-240101-1168368948 -o ROOT/results/node4/solver-240101-1168368948 -C 1800 -M 900  /tmp/evaluation/240101-1168368948/solver

META MD5SUM SOLVER= b57068d1450403a75f014042200261c5
MD5SUM BENCH=  b8b38dd688c99ef2e09c1cec9c041c90

RANDOM SEED= 971791266

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.223
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.223
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:       1763448 kB
Buffers:         45204 kB
Cached:         122548 kB
SwapCached:       2520 kB
Active:         176964 kB
Inactive:        60064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763448 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          80372 kB
Slab:            40008 kB
Committed_AS:  5619304 kB
PageTables:       2480 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= 66530 MiB



End job on node4 on Tue Jan  9 19:10:13 UTC 2007