Trace number 240262

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
VALCSP 3.0SAT 326.123 328.8

DiagnosticValue
CHECKS4851530000
NODES10567400

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-8_ext.xml
MD5SUMeb85637a25e6f95bd7cdd481f9c8abcf
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.800877
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)

328.79	s SATISFIABLE
328.79	v 6 11 17 13 15 3 1 9 14 5 7 0 8 10 19 18 2 4 16 12 15 4 19 2 16 10 12 18 0 17 3 1 5 9 6 7 13 14 11 8 7 6 12 1 11 17 15 2 9 3 4 13 10 5 14 0 19 16 8 18 18 17 6 8 7 16 14 0 2 10 1 19 11 12 13 9 15 3 5 4 5 18 8 7 6 12 10 15 11 9 14 2 4 3 1 13 16 17 19 0 19 10 0 14 4 1 2 8 17 13 11 3 12 7 16 6 5 9 18 15 0 3 7 11 8 5 9 10 19 18 13 17 14 16 15 1 6 12 4 2 4 19 3 9 2 13 5 12 6 11 16 18 0 14 7 8 17 15 1 10 3 14 10 4 0 6 7 13 15 2 5 16 18 19 9 12 11 8 17 1 12 2 14 15 3 18 17 1 16 7 10 6 19 8 4 11 9 13 0 5 13 1 16 18 17 9 4 6 7 8 2 12 3 15 11 5 14 0 10 19 1 7 9 3 14 11 18 17 4 12 8 5 15 13 0 2 10 19 6 16 10 9 2 6 12 15 13 5 8 16 19 4 1 0 3 17 18 7 14 11 2 8 11 12 18 0 16 3 13 14 17 15 7 1 5 19 4 10 9 6 11 5 18 0 13 19 8 16 3 1 9 10 17 4 12 15 7 6 2 14 8 15 4 19 5 2 11 14 12 6 0 9 16 18 17 10 3 1 7 13 9 12 15 10 19 4 3 7 5 0 18 14 6 2 8 16 1 11 13 17 16 13 5 17 9 8 19 4 1 15 6 7 2 11 10 14 0 18 12 3 14 0 1 16 10 7 6 11 18 19 15 8 13 17 2 4 12 5 3 9 17 16 13 5 1 14 0 19 10 4 12 11 9 6 18 3 8 2 15 7 
328.79	d CHECKS 4.85153e+09
328.79	d NODES 1.05674e+07
328.79	

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/node3/watcher-240262-1168371211 -o ROOT/results/node3/solver-240262-1168371211 -C 1800 -M 900 /tmp/evaluation/240262-1168371211/VALCSP /tmp/evaluation/240262-1168371211/unknown.xml 

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: 2.04 2.00 1.92 5/86 17700
/proc/meminfo: memFree=1728352/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=7356 CPUtime=0.1
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 1569 0 0 0 9 1 0 0 20 0 1 0 185516761 7532544 1547 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 11367616 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 1839 1547 64 8 0 1511 0

[startup+0.213745 s]
/proc/loadavg: 2.04 2.00 1.92 5/86 17700
/proc/meminfo: memFree=1728352/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=11128 CPUtime=0.2
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2534 0 0 0 19 1 0 0 21 0 1 0 185516761 11395072 2512 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 11366117 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 2782 2512 64 8 0 2454 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 11128

[startup+0.621812 s]
/proc/loadavg: 2.04 2.00 1.92 5/86 17700
/proc/meminfo: memFree=1728352/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=0.6
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 59 1 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134520484 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 12648

[startup+1.44295 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 17700
/proc/meminfo: memFree=1716960/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=1.41
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 140 1 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 12648

[startup+3.08622 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 17700
/proc/meminfo: memFree=1716960/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=3.04
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 303 1 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 12648

[startup+6.36574 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 17700
/proc/meminfo: memFree=1716960/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=6.3
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 629 1 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134517225 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 12648

[startup+12.8288 s]
/proc/loadavg: 2.04 2.00 1.92 3/86 17700
/proc/meminfo: memFree=1716960/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=12.71
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 1269 2 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524588 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 12648

[startup+25.6499 s]
/proc/loadavg: 2.10 2.02 1.93 3/86 17700
/proc/meminfo: memFree=1717088/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=25.43
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 2541 2 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524602 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 12648

[startup+51.294 s]
/proc/loadavg: 2.13 2.03 1.93 3/86 17700
/proc/meminfo: memFree=1717088/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=50.87
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 5085 2 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134517872 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 12648

[startup+102.58 s]
/proc/loadavg: 2.10 2.04 1.94 3/86 17700
/proc/meminfo: memFree=1717088/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=101.74
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 10171 3 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 12648

[startup+162.584 s]
/proc/loadavg: 2.03 2.03 1.94 3/86 17700
/proc/meminfo: memFree=1717152/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=161.25
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 16122 3 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524602 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 12648

[startup+222.595 s]
/proc/loadavg: 2.01 2.02 1.94 3/86 17700
/proc/meminfo: memFree=1717088/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=220.78
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 22074 4 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524683 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 12648

[startup+282.598 s]
/proc/loadavg: 2.00 2.02 1.94 3/86 17700
/proc/meminfo: memFree=1717024/2055920 swapFree=4192812/4192956
[pid=17699] ppid=17697 vsize=12648 CPUtime=280.3
/proc/17699/stat : 17699 (VALCSP) R 17697 17699 17172 0 -1 4194304 2915 0 0 0 28026 4 0 0 25 0 1 0 185516761 12951552 2893 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524602 0 0 4096 0 0 0 0 17 1 0 0
/proc/17699/statm: 3162 2893 66 8 0 2834 0
Current children cumulated CPU time (s) 280.3
Current children cumulated vsize (KiB) 12648

Child status: 0
Real time (s): 328.8
CPU time (s): 326.123
CPU user time (s): 326.069
CPU system time (s): 0.053991
CPU usage (%): 99.1858
Max. virtual memory (cumulated for all children) (KiB): 12648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.069
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2944
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= 6
involuntary context switches= 12485

runsolver used 0.39394 s user time and 0.833873 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 19:33:31 UTC 2007


IDJOB= 240262
IDBENCH= 7118
FILE ID= node3/240262-1168371211

PBS_JOBID= 3503856

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-20/qcp-20-187-8_ext.xml
COMMAND LINE= /tmp/evaluation/240262-1168371211/VALCSP /tmp/evaluation/240262-1168371211/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-240262-1168371211 -o ROOT/results/node3/solver-240262-1168371211 -C 1800 -M 900  /tmp/evaluation/240262-1168371211/VALCSP /tmp/evaluation/240262-1168371211/unknown.xml

META MD5SUM SOLVER= 6fc756be3a7e45a17a81a19ce431bc48
MD5SUM BENCH=  eb85637a25e6f95bd7cdd481f9c8abcf

RANDOM SEED= 558385229

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.279
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.279
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:       1728768 kB
Buffers:         44952 kB
Cached:         166460 kB
SwapCached:          0 kB
Active:         172368 kB
Inactive:       101560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             848 kB
Writeback:           0 kB
Mapped:          84868 kB
Slab:            38288 kB
Committed_AS:  5417844 kB
PageTables:       2024 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= 66558 MiB



End job on node3 on Tue Jan  9 19:39:00 UTC 2007