Trace number 206287

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
Mistral 2006-12-04SAT 444.223 446.672

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-49_ext.xml
MD5SUMf1384fc267cd2722bf48bbf3fdecc2d7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark444.223
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02	c 
0.02	c Parsing xml file
0.02	c 	domains...............    0
0.02	c 	variables.............    0
0.02	c 	relations............. 1.78
1.83	c 	constraints........... 0.09
1.92	c Allocating memory
1.92	c 
1.92	c time limit = -1
1.92	c heuristic = dom/wdeg
1.92	c restart policy = No restart
1.92	c 
1.92	c Solving
1.92	c
446.65	s SATISFIABLE
446.65	v 26 0 8 20 4 7 22 1 4 24 27 4 15 23 27 25 13 27 13 10 21 9 23 26 24 4 26 24
446.65	d          SAT    691470 BTS   4.4e+02 s

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/node33/watcher-206287-1168170887 -o ROOT/results/node33/solver-206287-1168170887 -C 1800 -M 900 /tmp/evaluation/206287-1168170887/mistral/bin/solver /tmp/evaluation/206287-1168170887/unknown.xml -v 1 

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


[startup+0.102776 s]
/proc/loadavg: 0.92 0.98 0.99 6/84 6394
/proc/meminfo: memFree=1527312/2055920 swapFree=4192224/4192956
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 0.92 0.98 0.99 6/84 6394
/proc/meminfo: memFree=1527312/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=8824 CPUtime=0.19
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 1265 0 0 0 19 0 0 0 19 0 1 0 165482635 9035776 1226 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 11155823 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 2206 1226 692 92 0 550 0

[startup+0.513858 s]
/proc/loadavg: 0.92 0.98 0.99 6/84 6394
/proc/meminfo: memFree=1527312/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=11348 CPUtime=0.48
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 1897 0 0 0 48 0 0 0 21 0 1 0 165482635 11620352 1858 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 11433873 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 2837 1858 692 92 0 1181 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11348

[startup+1.35503 s]
/proc/loadavg: 0.92 0.98 0.99 3/84 6394
/proc/meminfo: memFree=1454096/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=18136 CPUtime=1.32
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 3594 0 0 0 131 1 0 0 25 0 1 0 165482635 18571264 3555 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 11378196 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 4534 3555 692 92 0 2878 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 18136

[startup+3.00637 s]
/proc/loadavg: 1.01 1.00 1.00 3/84 6394
/proc/meminfo: memFree=1433168/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=2.94
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 292 2 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637831 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22320

[startup+6.22704 s]
/proc/loadavg: 1.01 1.00 1.00 6/84 6394
/proc/meminfo: memFree=1369424/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=6.09
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 606 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722080 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 22320

[startup+12.6874 s]
/proc/loadavg: 1.16 1.03 1.01 3/85 6395
/proc/meminfo: memFree=1345040/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=12.52
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 1249 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790561 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 22320

[startup+25.503 s]
/proc/loadavg: 1.29 1.06 1.02 3/85 6395
/proc/meminfo: memFree=1323664/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=25.2
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 2517 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637536 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 22320

[startup+51.1463 s]
/proc/loadavg: 1.53 1.14 1.04 3/85 6395
/proc/meminfo: memFree=1323536/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=50.72
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 5069 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722112 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 22320

[startup+102.429 s]
/proc/loadavg: 1.79 1.27 1.09 3/85 6395
/proc/meminfo: memFree=1301264/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=101.76
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 10173 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 22320

[startup+162.527 s]
/proc/loadavg: 1.93 1.41 1.15 3/85 6395
/proc/meminfo: memFree=1275024/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=161.58
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 16155 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134722112 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 22320

[startup+222.534 s]
/proc/loadavg: 1.97 1.51 1.20 3/85 6395
/proc/meminfo: memFree=1246480/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=221.26
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 22123 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637813 0 0 4096 0 0 0 0 17 1 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 22320

[startup+282.623 s]
/proc/loadavg: 1.99 1.60 1.25 3/85 6395
/proc/meminfo: memFree=1218128/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=281.01
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 28098 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134637057 0 0 4096 0 0 0 0 17 0 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 281.01
Current children cumulated vsize (KiB) 22320

[startup+342.671 s]
/proc/loadavg: 1.99 1.66 1.29 3/85 6395
/proc/meminfo: memFree=1218072/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=340.79
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 34076 3 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790369 0 0 4096 0 0 0 0 17 0 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 340.79
Current children cumulated vsize (KiB) 22320

[startup+402.737 s]
/proc/loadavg: 1.99 1.73 1.33 3/91 6511
/proc/meminfo: memFree=1188544/2055920 swapFree=4192224/4192956
[pid=6393] ppid=6391 vsize=22320 CPUtime=400.51
/proc/6393/stat : 6393 (solver) R 6391 6393 6105 0 -1 4194304 4627 0 0 0 40044 7 0 0 25 0 1 0 165482635 22855680 4588 18446744073709551615 134512640 134893201 4294956688 18446744073709551615 134790402 0 0 4096 0 0 0 0 17 0 0 0
/proc/6393/statm: 5580 4588 708 92 0 3924 0
Current children cumulated CPU time (s) 400.51
Current children cumulated vsize (KiB) 22320

Child status: 0
Real time (s): 446.672
CPU time (s): 444.223
CPU user time (s): 444.103
CPU system time (s): 0.120981
CPU usage (%): 99.4519
Max. virtual memory (cumulated for all children) (KiB): 22320

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

runsolver used 0.346947 s user time and 1.24481 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 11:54:48 UTC 2007


IDJOB= 206287
IDBENCH= 4196
FILE ID= node33/206287-1168170887

PBS_JOBID= 3479027

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-49_ext.xml
COMMAND LINE= /tmp/evaluation/206287-1168170887/mistral/bin/solver /tmp/evaluation/206287-1168170887/unknown.xml -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-206287-1168170887 -o ROOT/results/node33/solver-206287-1168170887 -C 1800 -M 900  /tmp/evaluation/206287-1168170887/mistral/bin/solver /tmp/evaluation/206287-1168170887/unknown.xml -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  f1384fc267cd2722bf48bbf3fdecc2d7

RANDOM SEED= 842682905

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.281
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.281
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:       1528432 kB
Buffers:         33268 kB
Cached:         395772 kB
SwapCached:        448 kB
Active:         131080 kB
Inactive:       330544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528432 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:           17248 kB
Writeback:           0 kB
Mapped:          51316 kB
Slab:            51260 kB
Committed_AS:  3717852 kB
PageTables:       1840 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= 66543 MiB



End job on node33 on Sun Jan  7 12:02:15 UTC 2007