Trace number 247891

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 91.0522 91.9028

General information on the benchmark

Nameprimes/primes-10/
primes-10-40-3-1.xml
MD5SUMe68dc4c7905fe03a5a0ef22146e53d94
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c This is CSPtoSAT+minisat version 0.3
0.10	c (c) 2006 roussel@cril.univ-artois.fr
0.10	
0.10	c This solver internally uses a modified version of MiniSat2 version 061112
0.10	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.10	
0.10	c parsing...
0.10	c ...done
0.10	c #SATvar=8202 #SATclauses=16100 #CSPpredicates=40
91.88	Verified 13872 original clauses.
91.88	c SAT problem is solved
91.88	restarts              : 22
91.88	conflicts             : 1249134        (13734 /sec)
91.88	decisions             : 5435616        (1.57 % random) (59763 /sec)
91.88	propagations          : 467925603      (5144687 /sec)
91.88	conflict literals     : 4770864        (13.79 % deleted)
91.88	Memory used           : 48.81 MB
91.88	CPU time              : 90.9532 s
91.88	c all predicates checked
91.88	
91.88	s SATISFIABLE
91.88	v 21 27 19 13 7 13 17 8 12 16 5 18 15 23 7 17 3 17 5 17 8 23 15 27 5 2 5 12 12 13 29 5 14 23 29 14 9 17 20 3 27 25 3 29 8 19 19 11 13 2 7 17 7 2 27 7 10 2 17 3 13 13 22 3 27 13 25 29 7 19 12 13 24 13 11 19 10 11 7 2 15 23 17 23 23 3 7 5 23 29 5 2 17 23 20 3 17 9 13 22 
91.88	

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/node2/watcher-247891-1168093752 -o ROOT/results/node2/solver-247891-1168093752 -C 1800 -M 900 /tmp/evaluation/247891-1168093752/CSPtoSAT+minisat /tmp/evaluation/247891-1168093752/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.07 1.49 1.77 5/86 8857
/proc/meminfo: memFree=1552800/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=496 CPUtime=0
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 157772099 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 10535716 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 124 36 29 52 0 19 0

[startup+0.103911 s]
/proc/loadavg: 1.07 1.49 1.77 5/86 8857
/proc/meminfo: memFree=1552800/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=8136 CPUtime=0.09
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 1161 0 0 0 9 0 0 0 19 0 1 0 157772099 8331264 1110 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 2034 1110 725 52 0 402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8136

[startup+0.511982 s]
/proc/loadavg: 1.07 1.49 1.77 5/86 8857
/proc/meminfo: memFree=1552800/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=8136 CPUtime=0.5
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 1180 0 0 0 50 0 0 0 24 0 1 0 157772099 8331264 1129 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665702 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 2034 1129 725 52 0 402 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8136

[startup+1.33313 s]
/proc/loadavg: 1.07 1.49 1.77 3/86 8857
/proc/meminfo: memFree=1550944/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=8400 CPUtime=1.31
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 1244 0 0 0 131 0 0 0 25 0 1 0 157772099 8601600 1193 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678217 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 2100 1193 725 52 0 468 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 8400

[startup+2.97043 s]
/proc/loadavg: 1.07 1.49 1.77 3/86 8857
/proc/meminfo: memFree=1550496/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=9124 CPUtime=2.93
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 1406 0 0 0 293 0 0 0 25 0 1 0 157772099 9342976 1355 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562849 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 2281 1355 725 52 0 649 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 9124

[startup+6.25604 s]
/proc/loadavg: 1.14 1.50 1.77 3/86 8857
/proc/meminfo: memFree=1548256/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=11164 CPUtime=6.18
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 1914 0 0 0 618 0 0 0 25 0 1 0 157772099 11431936 1863 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678192 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 2791 1863 725 52 0 1159 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 11164

[startup+12.7192 s]
/proc/loadavg: 1.21 1.51 1.77 3/86 8857
/proc/meminfo: memFree=1546592/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=12880 CPUtime=12.58
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 2347 0 0 0 1258 0 0 0 25 0 1 0 157772099 13189120 2296 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667318 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 3220 2296 725 52 0 1588 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 12880

[startup+25.5446 s]
/proc/loadavg: 1.38 1.53 1.78 3/86 8857
/proc/meminfo: memFree=1541984/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=17532 CPUtime=25.29
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 3504 0 0 0 2528 1 0 0 25 0 1 0 157772099 17952768 3453 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671770 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 4383 3453 725 52 0 2751 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 17532

[startup+51.2003 s]
/proc/loadavg: 1.59 1.57 1.78 3/86 8857
/proc/meminfo: memFree=1530784/2055920 swapFree=4191880/4192956
[pid=8856] ppid=8854 vsize=29016 CPUtime=50.71
/proc/8856/stat : 8856 (CSPtoSAT+minisa) R 8854 8856 8727 0 -1 4194304 6392 0 0 0 5068 3 0 0 25 0 1 0 157772099 29712384 6341 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667403 0 0 4096 0 0 0 0 17 1 0 0
/proc/8856/statm: 7254 6341 725 52 0 5622 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 29016

Child status: 0
Real time (s): 91.9028
CPU time (s): 91.0522
CPU user time (s): 90.9652
CPU system time (s): 0.086986
CPU usage (%): 99.0744
Max. virtual memory (cumulated for all children) (KiB): 49972

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

runsolver used 0.098984 s user time and 0.317951 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 14:29:21 UTC 2007


IDJOB= 247891
IDBENCH= 11664
FILE ID= node2/247891-1168093752

PBS_JOBID= 3476433

Free space on /tmp= 66324 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-40-3-1.xml
COMMAND LINE= /tmp/evaluation/247891-1168093752/CSPtoSAT+minisat /tmp/evaluation/247891-1168093752/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-247891-1168093752 -o ROOT/results/node2/solver-247891-1168093752 -C 1800 -M 900  /tmp/evaluation/247891-1168093752/CSPtoSAT+minisat /tmp/evaluation/247891-1168093752/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  e68dc4c7905fe03a5a0ef22146e53d94

RANDOM SEED= 377488944

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.259
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	: 5931.00
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.259
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:       1553216 kB
Buffers:         39372 kB
Cached:         131720 kB
SwapCached:        268 kB
Active:         284248 kB
Inactive:       134180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553216 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:         269036 kB
Slab:            68508 kB
Committed_AS:  3765004 kB
PageTables:       2712 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= 66324 MiB



End job on node2 on Sat Jan  6 14:30:57 UTC 2007