Trace number 192150

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
CSPtoSAT+minisat 0.3SAT 103.059 103.165

General information on the benchmark

Namequeens/
queens-30.xml
MD5SUM925181bcb23e36db8722e5167f8cd29c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints435
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension435
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
0.03	c ...done
0.03	c #SATvar=2642 #SATclauses=5190 #CSPpredicates=435
103.16	Verified 5190 original clauses.
103.16	c SAT problem is solved
103.16	restarts              : 11
103.16	conflicts             : 14268          (138 /sec)
103.16	decisions             : 175374         (0.87 % random) (1702 /sec)
103.16	propagations          : 14940190       (144984 /sec)
103.16	conflict literals     : 37890          (0.00 % deleted)
103.16	Memory used           : 7.92 MB
103.16	CPU time              : 103.047 s
103.16	c all predicates checked
103.16	
103.16	s SATISFIABLE
103.16	v 21 17 5 1 23 18 7 24 8 16 30 4 14 19 10 27 20 26 28 3 25 29 11 15 6 22 13 2 9 12 
103.16	

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/node19/watcher-192150-1168048471 -o ROOT/results/node19/solver-192150-1168048471 -C 1800 -M 900 /tmp/evaluation/192150-1168048471/CSPtoSAT+minisat /tmp/evaluation/192150-1168048471/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: 1.84 1.92 1.46 5/86 17708
/proc/meminfo: memFree=1363304/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=6696 CPUtime=0
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 153241731 6856704 416 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 7453560 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1674 416 376 52 0 30 0

[startup+0.10468 s]
/proc/loadavg: 1.84 1.92 1.46 5/86 17708
/proc/meminfo: memFree=1363304/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7224 CPUtime=0.09
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 974 0 0 0 9 0 0 0 18 0 1 0 153241731 7397376 916 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134562857 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1806 916 720 52 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7224

[startup+0.514756 s]
/proc/loadavg: 1.84 1.92 1.46 5/86 17708
/proc/meminfo: memFree=1363304/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7356 CPUtime=0.5
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1006 0 0 0 50 0 0 0 22 0 1 0 153241731 7532544 948 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1839 948 720 52 0 207 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7356

[startup+1.33591 s]
/proc/loadavg: 1.84 1.92 1.46 4/86 17708
/proc/meminfo: memFree=1362216/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7488 CPUtime=1.33
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1038 0 0 0 133 0 0 0 25 0 1 0 153241731 7667712 980 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687669 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1872 980 720 52 0 240 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7488

[startup+2.97322 s]
/proc/loadavg: 1.84 1.92 1.46 3/86 17708
/proc/meminfo: memFree=1362216/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7648 CPUtime=2.96
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1057 0 0 0 296 0 0 0 25 0 1 0 153241731 7831552 999 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687509 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1912 999 720 52 0 280 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7648

[startup+6.25884 s]
/proc/loadavg: 1.85 1.92 1.46 3/86 17708
/proc/meminfo: memFree=1362088/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7648 CPUtime=6.25
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1061 0 0 0 625 0 0 0 25 0 1 0 153241731 7831552 1003 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1912 1003 720 52 0 280 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7648

[startup+12.7211 s]
/proc/loadavg: 1.87 1.92 1.47 3/86 17708
/proc/meminfo: memFree=1362088/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7648 CPUtime=12.71
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1074 0 0 0 1271 0 0 0 25 0 1 0 153241731 7831552 1016 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1912 1016 720 52 0 280 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 7648

[startup+25.5425 s]
/proc/loadavg: 1.89 1.93 1.47 3/86 17708
/proc/meminfo: memFree=1362096/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7780 CPUtime=25.52
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1100 0 0 0 2552 0 0 0 25 0 1 0 153241731 7966720 1042 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1945 1042 720 52 0 313 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 7780

[startup+51.1873 s]
/proc/loadavg: 1.93 1.93 1.49 3/86 17708
/proc/meminfo: memFree=1362032/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=7912 CPUtime=51.13
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1133 0 0 0 5113 0 0 0 25 0 1 0 153241731 8101888 1075 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 1978 1075 720 52 0 346 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 7912

[startup+102.464 s]
/proc/loadavg: 1.97 1.94 1.51 3/86 17708
/proc/meminfo: memFree=1361776/2055920 swapFree=4171232/4192956
[pid=17707] ppid=17705 vsize=8104 CPUtime=102.35
/proc/17707/stat : 17707 (CSPtoSAT+minisa) R 17705 17707 17380 0 -1 4194304 1184 0 0 0 10235 0 0 0 25 0 1 0 153241731 8298496 1126 18446744073709551615 134512640 134728504 4294956592 18446744073709551615 134687531 0 0 4096 0 0 0 0 17 0 0 0
/proc/17707/statm: 2026 1126 720 52 0 394 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 8104

Child status: 0
Real time (s): 103.165
CPU time (s): 103.059
CPU user time (s): 103.049
CPU system time (s): 0.009998
CPU usage (%): 99.8972
Max. virtual memory (cumulated for all children) (KiB): 8104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.049
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1197
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= 691

runsolver used 0.120981 s user time and 0.283956 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 01:54:31 UTC 2007


IDJOB= 192150
IDBENCH= 3093
FILE ID= node19/192150-1168048471

PBS_JOBID= 3475245

Free space on /tmp= 66267 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queens/queens-30.xml
COMMAND LINE= /tmp/evaluation/192150-1168048471/CSPtoSAT+minisat /tmp/evaluation/192150-1168048471/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-192150-1168048471 -o ROOT/results/node19/solver-192150-1168048471 -C 1800 -M 900  /tmp/evaluation/192150-1168048471/CSPtoSAT+minisat /tmp/evaluation/192150-1168048471/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  925181bcb23e36db8722e5167f8cd29c

RANDOM SEED= 85710632

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.260
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.260
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:       1363720 kB
Buffers:         68820 kB
Cached:         483708 kB
SwapCached:      10036 kB
Active:         248408 kB
Inactive:       343792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1363720 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          52404 kB
Slab:            84768 kB
Committed_AS:  3538676 kB
PageTables:       2344 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= 66267 MiB



End job on node19 on Sat Jan  6 01:56:14 UTC 2007