Trace number 249009

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 346.303 347.908

General information on the benchmark

Nameprimes/primes-15/
primes-15-40-2-3.xml
MD5SUMcb77a7181b7fc33d304f6d3a036b753c
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.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size46
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.02	c This is CSPtoSAT+minisat version 0.3
0.02	c (c) 2006 roussel@cril.univ-artois.fr
0.02	
0.02	c This solver internally uses a modified version of MiniSat2 version 061112
0.02	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.02	
0.02	c parsing...
0.04	c ...done
0.04	c #SATvar=13602 #SATclauses=26900 #CSPpredicates=40
347.88	Verified 8427 original clauses.
347.88	c SAT problem is solved
347.88	restarts              : 24
347.88	conflicts             : 3257893        (9413 /sec)
347.88	decisions             : 14049419       (1.47 % random) (40595 /sec)
347.88	propagations          : 2071753346     (5986180 /sec)
347.88	conflict literals     : 12557042       (11.64 % deleted)
347.88	Memory used           : 113.70 MB
347.88	CPU time              : 346.089 s
347.88	c all predicates checked
347.88	
347.88	s SATISFIABLE
347.88	v 43 3 19 31 23 31 3 38 29 3 5 19 13 29 23 21 31 10 19 3 37 23 41 22 10 17 5 43 19 31 7 41 41 7 47 41 43 3 3 19 3 7 4 47 47 30 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 42 41 37 13 46 28 43 23 29 4 41 2 29 41 46 47 20 13 42 7 46 6 25 20 7 6 47 11 41 23 37 3 11 20 3 17 6 47 
347.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/node30/watcher-249009-1168094299 -o ROOT/results/node30/solver-249009-1168094299 -C 1800 -M 900 /tmp/evaluation/249009-1168094299/CSPtoSAT+minisat /tmp/evaluation/249009-1168094299/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.08 1.02 1.01 3/83 5817
/proc/meminfo: memFree=1152328/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=8828 CPUtime=0.01
/proc/5816/stat : 5816 (CSPtoSAT+minisa) D 5812 5816 5707 0 -1 4194304 1290 0 0 0 1 0 0 0 18 0 1 0 157823848 9039872 1258 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 4156115488 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/5816/statm: 2207 1258 704 52 0 575 0

[startup+0.102535 s]
/proc/loadavg: 1.08 1.02 1.01 3/83 5817
/proc/meminfo: memFree=1152328/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=8664 CPUtime=0.08
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1323 0 1 0 8 0 0 0 18 0 1 0 157823848 8871936 1273 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562849 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2166 1273 725 52 0 534 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8664

[startup+0.510559 s]
/proc/loadavg: 1.08 1.02 1.01 3/83 5817
/proc/meminfo: memFree=1152328/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=8796 CPUtime=0.49
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1349 0 1 0 49 0 0 0 21 0 1 0 157823848 9007104 1299 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678598 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2199 1299 725 52 0 567 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8796

[startup+1.33161 s]
/proc/loadavg: 1.08 1.02 1.01 3/86 5820
/proc/meminfo: memFree=1146928/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=9072 CPUtime=1.3
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1397 0 1 0 130 0 0 0 25 0 1 0 157823848 9289728 1347 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678204 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2268 1347 725 52 0 636 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9072

[startup+2.96872 s]
/proc/loadavg: 1.15 1.03 1.01 3/86 5820
/proc/meminfo: memFree=1146288/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=9344 CPUtime=2.93
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1482 0 1 0 293 0 0 0 25 0 1 0 157823848 9568256 1432 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678600 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2336 1432 725 52 0 704 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 9344

[startup+6.24793 s]
/proc/loadavg: 1.15 1.03 1.01 3/86 5820
/proc/meminfo: memFree=1144816/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=10216 CPUtime=6.19
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1673 0 1 0 619 0 0 0 25 0 1 0 157823848 10461184 1623 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678257 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2554 1623 725 52 0 922 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 10216

[startup+12.7123 s]
/proc/loadavg: 1.28 1.06 1.02 3/86 5820
/proc/meminfo: memFree=1143024/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=10908 CPUtime=12.63
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 1867 0 1 0 1263 0 0 0 25 0 1 0 157823848 11169792 1817 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671466 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 2727 1817 725 52 0 1095 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 10908

[startup+25.5372 s]
/proc/loadavg: 1.39 1.09 1.03 3/86 5820
/proc/meminfo: memFree=1139440/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=12624 CPUtime=25.4
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 2291 0 1 0 2539 1 0 0 25 0 1 0 157823848 12926976 2241 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665680 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 3156 2241 725 52 0 1524 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 12624

[startup+51.1788 s]
/proc/loadavg: 1.66 1.18 1.06 3/86 5820
/proc/meminfo: memFree=1128560/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=16800 CPUtime=50.92
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 3316 0 1 0 5090 2 0 0 25 0 1 0 157823848 17203200 3266 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/5816/statm: 4200 3266 725 52 0 2568 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 16800

[startup+102.453 s]
/proc/loadavg: 1.85 1.31 1.11 3/86 5857
/proc/meminfo: memFree=1128872/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=25512 CPUtime=101.96
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 5517 0 1 0 10192 4 0 0 25 0 1 0 157823848 26124288 5467 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5816/statm: 6378 5467 725 52 0 4746 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 25512

[startup+162.557 s]
/proc/loadavg: 1.95 1.44 1.16 3/86 5857
/proc/meminfo: memFree=1102632/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=41140 CPUtime=161.78
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 9400 0 1 0 16172 6 0 0 25 0 1 0 157823848 42127360 9350 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134675840 0 0 4096 0 0 0 0 17 0 0 0
/proc/5816/statm: 10285 9350 725 52 0 8653 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 41140

[startup+222.658 s]
/proc/loadavg: 1.98 1.54 1.21 3/86 5857
/proc/meminfo: memFree=1069160/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=63620 CPUtime=221.62
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 15016 0 1 0 22153 9 0 0 25 0 1 0 157823848 65146880 14966 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665701 0 0 4096 0 0 0 0 17 0 0 0
/proc/5816/statm: 15905 14966 725 52 0 14273 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 63620

[startup+282.759 s]
/proc/loadavg: 2.04 1.64 1.27 3/86 5857
/proc/meminfo: memFree=1035304/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=86008 CPUtime=281.45
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 20603 0 1 0 28132 13 0 0 25 0 1 0 157823848 88072192 20553 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678235 0 0 4096 0 0 0 0 17 0 0 0
/proc/5816/statm: 21502 20553 725 52 0 19870 0
Current children cumulated CPU time (s) 281.45
Current children cumulated vsize (KiB) 86008

[startup+342.859 s]
/proc/loadavg: 2.01 1.70 1.31 3/86 5894
/proc/meminfo: memFree=1038680/2055920 swapFree=4191880/4192956
[pid=5816] ppid=5812 vsize=114752 CPUtime=341.27
/proc/5816/stat : 5816 (CSPtoSAT+minisa) R 5812 5816 5707 0 -1 4194304 27780 0 1 0 34109 18 0 0 25 0 1 0 157823848 117506048 27730 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678260 0 0 4096 0 0 0 0 17 0 0 0
/proc/5816/statm: 28688 27730 725 52 0 27056 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 114752

Child status: 0
Real time (s): 347.908
CPU time (s): 346.303
CPU user time (s): 346.094
CPU system time (s): 0.208968
CPU usage (%): 99.5388
Max. virtual memory (cumulated for all children) (KiB): 116424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.094
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 7099

runsolver used 0.288956 s user time and 0.951855 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan  6 14:38:19 UTC 2007


IDJOB= 249009
IDBENCH= 11750
FILE ID= node30/249009-1168094299

PBS_JOBID= 3476716

Free space on /tmp= 66482 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-40-2-3.xml
COMMAND LINE= /tmp/evaluation/249009-1168094299/CSPtoSAT+minisat /tmp/evaluation/249009-1168094299/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-249009-1168094299 -o ROOT/results/node30/solver-249009-1168094299 -C 1800 -M 900  /tmp/evaluation/249009-1168094299/CSPtoSAT+minisat /tmp/evaluation/249009-1168094299/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  cb77a7181b7fc33d304f6d3a036b753c

RANDOM SEED= 517319044

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.234
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.234
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:       1152808 kB
Buffers:         51160 kB
Cached:         708200 kB
SwapCached:        268 kB
Active:         197544 kB
Inactive:       618404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152808 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:          74272 kB
Slab:            72128 kB
Committed_AS:  3092884 kB
PageTables:       2152 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= 66482 MiB



End job on node30 on Sat Jan  6 14:44:07 UTC 2007