Trace number 2078072

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pcs 0.3.2SAT 13.9629 14.0354

DiagnosticValue
ASSIGNMENTS2960

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-2-7.xml
MD5SUM463851fbfcf9cc61468534a99c1e529b
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has operations which may create big domains
0.00/0.01	c big-domain mode
0.18/0.25	c Seed is 1950986874
0.18/0.25	c Constructing HOME/instance-2078072-1247716134.xml  with 261 constraints
0.18/0.25	c Solving 2960 backtracks 11 restarts
13.91/14.03	s SATISFIABLE
13.91/14.03	c V0=20, V1=23, V2=28, V3=26, V4=12, V5=17, V6=7, V7=2, V8=29, V9=21, V10=5, V11=14, V12=8, V13=29, V14=18, V15=4, V16=19, V17=28, V18=13, V19=24, V20=3, V21=19, V22=5, V23=2, V24=2, V25=8, V26=9, V27=24, V28=2, V29=2, V30=2, V31=14, V32=17, V33=27, V34=28, V35=23, V36=3, V37=22, V38=5, V39=6, V40=28, V41=11, V42=6, V43=2, V44=15, V45=16, V46=11, V47=7, V48=2, V49=4, V50=9, V51=22, V52=13, V53=5, V54=9, V55=4, V56=11, V57=9, V58=5, V59=12, V60=9, V61=24, V62=20, V63=28, V64=24, V65=18, V66=10, V67=2, V68=12, V69=3, V70=13, V71=22, V72=2, V73=27, V74=12, V75=28, V76=8, V77=8, V78=9, V79=17, V80=6, V81=28, V82=21, V83=18, V84=13, V85=10, V86=23, V87=5, V88=2, V89=29, V90=4, V91=18, V92=6, V93=28, V94=23, V95=17, V96=8, V97=12, V98=22, V99=10, 
13.91/14.03	v 20 23 28 26 12 17 7 2 29 21 5 14 8 29 18 4 19 28 13 24 3 19 5 2 2 8 9 24 2 2 2 14 17 27 28 23 3 22 5 6 28 11 6 2 15 16 11 7 2 4 9 22 13 5 9 4 11 9 5 12 9 24 20 28 24 18 10 2 12 3 13 22 2 27 12 28 8 8 9 17 6 28 21 18 13 10 23 5 2 29 4 18 6 28 23 17 8 12 22 10 
13.91/14.03	d ASSIGNMENTS 2960

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078072-1247716134/watcher-2078072-1247716134 -o /tmp/evaluation-result-2078072-1247716134/solver-2078072-1247716134 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1950986874 HOME/instance-2078072-1247716134.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16655
/proc/meminfo: memFree=1376160/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=18576 CPUtime=0
/proc/16655/stat : 16655 (runsolver) R 16653 16655 14762 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 58680272 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16655/statm: 4644 284 249 26 0 2626 0

[startup+0.0767709 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16655
/proc/meminfo: memFree=1376160/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=4956 CPUtime=0.05
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 951 811 0 0 5 0 0 0 18 0 1 0 58680272 5074944 560 996147200 134512640 135215973 4294956304 18446744073709551615 134997859 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1239 560 415 171 0 164 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4956

[startup+0.101768 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16655
/proc/meminfo: memFree=1376160/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=4956 CPUtime=0.08
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 951 811 0 0 8 0 0 0 18 0 1 0 58680272 5074944 560 996147200 134512640 135215973 4294956304 18446744073709551615 4158960165 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1239 560 415 171 0 164 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4956

[startup+0.301788 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16655
/proc/meminfo: memFree=1376160/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=5112 CPUtime=0.27
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 994 811 0 0 27 0 0 0 19 0 1 0 58680272 5234688 603 996147200 134512640 135215973 4294956304 18446744073709551615 134597400 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1278 603 415 171 0 203 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5112

[startup+0.701823 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16655
/proc/meminfo: memFree=1376160/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=5452 CPUtime=0.67
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1069 811 0 0 67 0 0 0 23 0 1 0 58680272 5582848 678 996147200 134512640 135215973 4294956304 18446744073709551615 134591607 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1363 678 415 171 0 288 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5452

[startup+1.5019 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 16661
/proc/meminfo: memFree=1375000/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=5732 CPUtime=1.47
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1127 811 0 0 147 0 0 0 25 0 1 0 58680272 5869568 736 996147200 134512640 135215973 4294956304 18446744073709551615 4158960018 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1433 736 415 171 0 358 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5732

[startup+3.10111 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1374232/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=6648 CPUtime=3.06
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1370 811 0 0 306 0 0 0 25 0 1 0 58680272 6807552 979 996147200 134512640 135215973 4294956304 18446744073709551615 134592476 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1662 979 415 171 0 587 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 6648

[startup+6.30131 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1373272/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=7432 CPUtime=6.24
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1553 811 0 0 624 0 0 0 25 0 1 0 58680272 7610368 1162 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 1858 1162 415 171 0 783 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7432

[startup+12.7019 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1372000/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=8468 CPUtime=12.62
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1834 811 0 0 1261 1 0 0 25 0 1 0 58680272 8671232 1443 996147200 134512640 135215973 4294956304 18446744073709551615 134586743 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 2117 1443 415 171 0 1042 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 8468

Solver just ended. Dumping a history of the last processes samples

[startup+13.5019 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1371936/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=8600 CPUtime=13.41
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1851 811 0 0 1340 1 0 0 25 0 1 0 58680272 8806400 1460 996147200 134512640 135215973 4294956304 18446744073709551615 7947899 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 2150 1460 415 171 0 1075 0
Current children cumulated CPU time (s) 13.41
Current children cumulated vsize (KiB) 8600

[startup+13.902 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1371936/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=8600 CPUtime=13.81
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1865 811 0 0 1380 1 0 0 25 0 1 0 58680272 8806400 1474 996147200 134512640 135215973 4294956304 18446744073709551615 134594156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 2150 1474 415 171 0 1075 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 8600

[startup+14.002 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 16661
/proc/meminfo: memFree=1371936/2055920 swapFree=4191900/4192956
[pid=16655] ppid=16653 vsize=8732 CPUtime=13.91
/proc/16655/stat : 16655 (pcs.big) R 16653 16655 14762 0 -1 4194304 1892 811 0 0 1390 1 0 0 25 0 1 0 58680272 8941568 1501 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/16655/statm: 2183 1501 415 171 0 1108 0
Current children cumulated CPU time (s) 13.91
Current children cumulated vsize (KiB) 8732

Child status: 0
Real time (s): 14.0354
CPU time (s): 13.9629
CPU user time (s): 13.9419
CPU system time (s): 0.020996
CPU usage (%): 99.4833
Max. virtual memory (cumulated for all children) (KiB): 8732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9419
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2705
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= 22
involuntary context switches= 182

runsolver used 0.025996 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-16 05:48:54
IDJOB=2078072
IDBENCH=56709
IDSOLVER=733
FILE ID=node15/2078072-1247716134
PBS_JOBID= 9521309
Free space on /tmp= 66304 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-2-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078072-1247716134/watcher-2078072-1247716134 -o /tmp/evaluation-result-2078072-1247716134/solver-2078072-1247716134 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1950986874 HOME/instance-2078072-1247716134.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 463851fbfcf9cc61468534a99c1e529b
RANDOM SEED=1950986874

node15.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.220
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.220
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:       1376640 kB
Buffers:         86004 kB
Cached:         503548 kB
SwapCached:        416 kB
Active:         198680 kB
Inactive:       411892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376640 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          31768 kB
Slab:            53960 kB
Committed_AS:   817312 kB
PageTables:       1832 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= 66304 MiB
End job on node15 at 2009-07-16 05:49:08