Trace number 248372

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 568.793 573.414

General information on the benchmark

Nameprimes/primes-30/
primes-30-40-2-1.xml
MD5SUM8528d14516f4bc506f6eb50091e6a882
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.022995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity3
Maximum domain size112
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.20	c This is CSPtoSAT+minisat version 0.3
0.20	c (c) 2006 roussel@cril.univ-artois.fr
0.20	
0.20	c This solver internally uses a modified version of MiniSat2 version 061112
0.20	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.20	
0.20	c parsing...
0.20	c ...done
0.20	c #SATvar=33402 #SATclauses=66500 #CSPpredicates=40
573.36	Verified 33673 original clauses.
573.36	c SAT problem is solved
573.36	restarts              : 22
573.36	conflicts             : 1102913        (1940 /sec)
573.36	decisions             : 10612380       (1.52 % random) (18662 /sec)
573.36	propagations          : 3923546206     (6899713 /sec)
573.36	conflict literals     : 3016305        (4.04 % deleted)
573.36	Memory used           : 45.38 MB
573.36	CPU time              : 568.654 s
573.36	c all predicates checked
573.36	
573.36	s SATISFIABLE
573.36	v 93 59 84 90 89 101 59 41 29 3 36 73 73 71 46 82 2 40 83 59 37 62 80 24 5 73 83 43 19 101 113 41 41 5 28 25 43 59 3 6 29 11 79 62 87 100 23 65 21 16 42 90 46 73 60 7 5 73 59 73 53 39 109 100 80 113 17 102 43 61 97 53 41 53 47 51 59 29 23 73 84 67 32 63 23 97 25 107 64 72 41 63 108 101 71 16 59 100 97 113 
573.36	

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/node39/watcher-248372-1168093872 -o ROOT/results/node39/solver-248372-1168093872 -C 1800 -M 900 /tmp/evaluation/248372-1168093872/CSPtoSAT+minisat /tmp/evaluation/248372-1168093872/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: 0.93 1.08 1.54 5/73 25336
/proc/meminfo: memFree=1923808/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=496 CPUtime=0
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 51 0 0 0 0 0 0 0 18 0 1 0 157786845 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 11092772 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25335/statm: 124 36 29 52 0 19 0

[startup+0.102918 s]
/proc/loadavg: 0.93 1.08 1.54 5/73 25336
/proc/meminfo: memFree=1923808/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=11780 CPUtime=0.09
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 1963 0 0 0 9 0 0 0 18 0 1 0 157786845 12062720 1914 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 2945 1914 725 52 0 1313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11780

[startup+0.510958 s]
/proc/loadavg: 0.93 1.08 1.54 5/73 25336
/proc/meminfo: memFree=1923808/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=11916 CPUtime=0.49
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 1988 0 0 0 49 0 0 0 22 0 1 0 157786845 12201984 1939 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671262 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 2979 1939 725 52 0 1347 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11916

[startup+1.33603 s]
/proc/loadavg: 1.01 1.10 1.54 3/73 25336
/proc/meminfo: memFree=1915872/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=11916 CPUtime=1.31
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 2010 0 0 0 131 0 0 0 25 0 1 0 157786845 12201984 1961 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671197 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 2979 1961 725 52 0 1347 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 11916

[startup+2.97818 s]
/proc/loadavg: 1.01 1.10 1.54 3/73 25336
/proc/meminfo: memFree=1915552/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=12180 CPUtime=2.94
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 2056 0 0 0 294 0 0 0 25 0 1 0 157786845 12472320 2007 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671531 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 3045 2007 725 52 0 1413 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 12180

[startup+6.25448 s]
/proc/loadavg: 1.09 1.11 1.54 3/73 25336
/proc/meminfo: memFree=1914784/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=12444 CPUtime=6.2
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 2131 0 0 0 620 0 0 0 25 0 1 0 157786845 12742656 2082 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665701 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 3111 2082 725 52 0 1479 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 12444

[startup+12.7191 s]
/proc/loadavg: 1.16 1.13 1.54 3/73 25336
/proc/meminfo: memFree=1913440/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=13104 CPUtime=12.61
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 2307 0 0 0 1261 0 0 0 25 0 1 0 157786845 13418496 2258 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678598 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 3276 2258 725 52 0 1644 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 13104

[startup+25.5262 s]
/proc/loadavg: 1.29 1.15 1.55 3/73 25336
/proc/meminfo: memFree=1911136/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=14192 CPUtime=25.3
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 2583 0 0 0 2530 0 0 0 25 0 1 0 157786845 14532608 2534 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678533 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 3548 2534 725 52 0 1916 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 14192

[startup+51.1626 s]
/proc/loadavg: 1.69 1.26 1.57 3/73 25336
/proc/meminfo: memFree=1906080/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=16636 CPUtime=50.74
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 3182 0 0 0 5073 1 0 0 25 0 1 0 157786845 17035264 3133 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667286 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 4159 3133 725 52 0 2527 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 16636

[startup+102.444 s]
/proc/loadavg: 1.87 1.38 1.59 3/73 25336
/proc/meminfo: memFree=1900384/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=19852 CPUtime=101.61
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 3960 0 0 0 10159 2 0 0 25 0 1 0 157786845 20328448 3911 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 4963 3911 725 52 0 3331 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 19852

[startup+162.447 s]
/proc/loadavg: 1.95 1.49 1.61 3/73 25336
/proc/meminfo: memFree=1894496/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=22756 CPUtime=161.12
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 4677 0 0 0 16109 3 0 0 25 0 1 0 157786845 23302144 4628 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671262 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 5689 4628 725 52 0 4057 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 22756

[startup+222.456 s]
/proc/loadavg: 1.98 1.58 1.64 3/73 25336
/proc/meminfo: memFree=1887840/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=25264 CPUtime=220.66
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 5339 0 0 0 22062 4 0 0 25 0 1 0 157786845 25870336 5290 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668535 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 6316 5290 725 52 0 4684 0
Current children cumulated CPU time (s) 220.66
Current children cumulated vsize (KiB) 25264

[startup+282.553 s]
/proc/loadavg: 2.04 1.67 1.66 3/73 25336
/proc/meminfo: memFree=1881440/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=28036 CPUtime=280.27
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 6009 0 0 0 28022 5 0 0 25 0 1 0 157786845 28708864 5960 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562800 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 7009 5960 725 52 0 5377 0
Current children cumulated CPU time (s) 280.27
Current children cumulated vsize (KiB) 28036

[startup+342.578 s]
/proc/loadavg: 2.01 1.72 1.68 3/73 25336
/proc/meminfo: memFree=1876840/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=30544 CPUtime=339.81
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 6661 0 0 0 33975 6 0 0 25 0 1 0 157786845 31277056 6612 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 7636 6612 725 52 0 6004 0
Current children cumulated CPU time (s) 339.81
Current children cumulated vsize (KiB) 30544

[startup+402.58 s]
/proc/loadavg: 2.00 1.77 1.69 3/73 25336
/proc/meminfo: memFree=1870120/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=33184 CPUtime=399.33
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 7327 0 0 0 39927 6 0 0 25 0 1 0 157786845 33980416 7278 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665372 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 8296 7278 725 52 0 6664 0
Current children cumulated CPU time (s) 399.33
Current children cumulated vsize (KiB) 33184

[startup+462.686 s]
/proc/loadavg: 2.00 1.81 1.71 3/73 25336
/proc/meminfo: memFree=1864040/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=36520 CPUtime=458.95
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 8077 0 0 0 45888 7 0 0 25 0 1 0 157786845 37396480 8028 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671290 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 9130 8028 725 52 0 7498 0
Current children cumulated CPU time (s) 458.95
Current children cumulated vsize (KiB) 36520

[startup+522.784 s]
/proc/loadavg: 2.00 1.84 1.73 3/73 25336
/proc/meminfo: memFree=1859880/2055920 swapFree=4187312/4192956
[pid=25335] ppid=25333 vsize=39028 CPUtime=518.56
/proc/25335/stat : 25335 (CSPtoSAT+minisa) R 25333 25335 25232 0 -1 4194304 8714 0 0 0 51848 8 0 0 25 0 1 0 157786845 39964672 8665 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134668387 0 0 4096 0 0 0 0 17 0 0 0
/proc/25335/statm: 9757 8665 725 52 0 8125 0
Current children cumulated CPU time (s) 518.56
Current children cumulated vsize (KiB) 39028

Child status: 0
Real time (s): 573.414
CPU time (s): 568.793
CPU user time (s): 568.692
CPU system time (s): 0.101984
CPU usage (%): 99.1942
Max. virtual memory (cumulated for all children) (KiB): 46464

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

runsolver used 0.542917 s user time and 1.50077 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 14:31:12 UTC 2007


IDJOB= 248372
IDBENCH= 11701
FILE ID= node39/248372-1168093872

PBS_JOBID= 3476709

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-40-2-1.xml
COMMAND LINE= /tmp/evaluation/248372-1168093872/CSPtoSAT+minisat /tmp/evaluation/248372-1168093872/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-248372-1168093872 -o ROOT/results/node39/solver-248372-1168093872 -C 1800 -M 900  /tmp/evaluation/248372-1168093872/CSPtoSAT+minisat /tmp/evaluation/248372-1168093872/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  8528d14516f4bc506f6eb50091e6a882

RANDOM SEED= 355105465

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.236
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.236
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:       1926464 kB
Buffers:          3764 kB
Cached:          62100 kB
SwapCached:       1388 kB
Active:          39852 kB
Inactive:        42220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1926464 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            3296 kB
Writeback:           0 kB
Mapped:          23972 kB
Slab:            32872 kB
Committed_AS:  3110796 kB
PageTables:       1752 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 node39 on Sat Jan  6 14:40:46 UTC 2007