Trace number 2078106

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-restart 0.3.2SAT 5.52516 5.57747

DiagnosticValue
ASSIGNMENTS2108

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-5.xml
MD5SUM7a1ec06565a53c96cea02b6ba54c9589
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.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
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

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

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-2078106-1247716187/watcher-2078106-1247716187 -o /tmp/evaluation-result-2078106-1247716187/solver-2078106-1247716187 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1370853840 HOME/instance-2078106-1247716187.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.00 2.00 2.00 4/72 16690
/proc/meminfo: memFree=1529752/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (pcssolve) R 16688 16690 14703 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58685056 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16690/statm: 1339 241 200 169 0 50 0
[pid=16691] ppid=16690 vsize=3676 CPUtime=0
/proc/16691/stat : 16691 (fgrep) R 16690 16690 14703 0 -1 4194304 150 0 0 0 0 0 0 0 22 0 1 0 58685057 3764224 117 996147200 4194304 4274172 548682068976 18446744073709551615 238487932230 0 0 4096 0 0 0 0 17 1 0 0
/proc/16691/statm: 919 117 92 19 0 43 0
[pid=16692] ppid=16690 vsize=5356 CPUtime=0
/proc/16692/stat : 16692 (pcssolve) R 16690 16690 14703 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58685057 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16692/statm: 1339 241 200 169 0 50 0

[startup+0.078436 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16690
/proc/meminfo: memFree=1529752/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=5196 CPUtime=0.05
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1009 814 0 0 5 0 0 0 18 0 1 0 58685056 5320704 618 996147200 134512640 135215973 4294956304 18446744073709551615 134589885 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1299 618 415 171 0 224 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5196

[startup+0.101436 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16690
/proc/meminfo: memFree=1529752/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=5196 CPUtime=0.08
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1011 814 0 0 8 0 0 0 18 0 1 0 58685056 5320704 620 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1299 620 415 171 0 224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5196

[startup+0.301478 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16690
/proc/meminfo: memFree=1529752/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=5324 CPUtime=0.27
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1051 814 0 0 27 0 0 0 19 0 1 0 58685056 5451776 660 996147200 134512640 135215973 4294956304 18446744073709551615 134599834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1331 660 415 171 0 256 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5324

[startup+0.701553 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16690
/proc/meminfo: memFree=1529752/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=5584 CPUtime=0.67
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1140 814 0 0 67 0 0 0 23 0 1 0 58685056 5718016 749 996147200 134512640 135215973 4294956304 18446744073709551615 134597390 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1396 749 415 171 0 321 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5584

[startup+1.50171 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16696
/proc/meminfo: memFree=1528080/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=6240 CPUtime=1.46
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1270 814 0 0 146 0 0 0 25 0 1 0 58685056 6389760 879 996147200 134512640 135215973 4294956304 18446744073709551615 4158960571 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1560 879 415 171 0 485 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6240

[startup+3.10202 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16696
/proc/meminfo: memFree=1527056/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=7372 CPUtime=3.05
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1585 814 0 0 305 0 0 0 25 0 1 0 58685056 7548928 1141 996147200 134512640 135215973 4294956304 18446744073709551615 134590070 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 1843 1141 415 171 0 768 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7372

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

[startup+4.70133 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16696
/proc/meminfo: memFree=1525904/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=8292 CPUtime=4.64
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1785 814 0 0 464 0 0 0 25 0 1 0 58685056 8491008 1341 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2073 1341 415 171 0 998 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 8292

[startup+5.10141 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16696
/proc/meminfo: memFree=1525904/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=8420 CPUtime=5.04
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1846 814 0 0 504 0 0 0 25 0 1 0 58685056 8622080 1402 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2105 1402 415 171 0 1030 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 8420

[startup+5.50649 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 16696
/proc/meminfo: memFree=1525328/2055920 swapFree=4192812/4192956
[pid=16690] ppid=16688 vsize=8676 CPUtime=5.44
/proc/16690/stat : 16690 (pcs.big) R 16688 16690 14703 0 -1 4194304 1893 814 0 0 544 0 0 0 25 0 1 0 58685056 8884224 1449 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 2169 1449 415 171 0 1094 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 8676

Child status: 0
Real time (s): 5.57747
CPU time (s): 5.52516
CPU user time (s): 5.51216
CPU system time (s): 0.012998
CPU usage (%): 99.0622
Max. virtual memory (cumulated for all children) (KiB): 8676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.51216
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2729
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= 21
involuntary context switches= 145

runsolver used 0.010998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-16 05:49:47
IDJOB=2078106
IDBENCH=56715
IDSOLVER=734
FILE ID=node23/2078106-1247716187
PBS_JOBID= 9521339
Free space on /tmp= 66392 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078106-1247716187/watcher-2078106-1247716187 -o /tmp/evaluation-result-2078106-1247716187/solver-2078106-1247716187 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1370853840 HOME/instance-2078106-1247716187.xml

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

MD5SUM BENCH= 7a1ec06565a53c96cea02b6ba54c9589
RANDOM SEED=1370853840

node23.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.277
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.277
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:       1530232 kB
Buffers:         78592 kB
Cached:         347836 kB
SwapCached:          0 kB
Active:          52896 kB
Inactive:       394360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:          32184 kB
Slab:            63964 kB
Committed_AS:   480828 kB
PageTables:       1724 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= 66392 MiB
End job on node23 at 2009-07-16 05:49:52