Trace number 2077808

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 14.2928 14.4343

DiagnosticValue
ASSIGNMENTS2923

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-7.xml
MD5SUMe2e5b8738391b6588798536d183cefce
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 size46
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 big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 250307568
0.00/0.02	c Constructing HOME/instance-2077808-1247715568.xml  with 261 constraints
0.00/0.23	c Solving 2923 backtracks 11 restarts
14.25/14.43	s SATISFIABLE
14.25/14.43	c V0=24, V1=38, V2=7, V3=26, V4=23, V5=17, V6=20, V7=18, V8=24, V9=14, V10=20, V11=7, V12=33, V13=2, V14=6, V15=12, V16=41, V17=22, V18=25, V19=19, V20=46, V21=41, V22=26, V23=16, V24=24, V25=35, V26=25, V27=42, V28=23, V29=8, V30=47, V31=15, V32=28, V33=7, V34=26, V35=21, V36=35, V37=40, V38=27, V39=32, V40=2, V41=3, V42=31, V43=40, V44=7, V45=40, V46=10, V47=46, V48=14, V49=36, V50=17, V51=46, V52=19, V53=36, V54=42, V55=15, V56=12, V57=20, V58=5, V59=45, V60=38, V61=24, V62=31, V63=9, V64=38, V65=2, V66=4, V67=14, V68=16, V69=2, V70=23, V71=40, V72=15, V73=31, V74=3, V75=32, V76=30, V77=26, V78=34, V79=47, V80=34, V81=32, V82=10, V83=47, V84=2, V85=34, V86=47, V87=47, V88=47, V89=16, V90=42, V91=25, V92=8, V93=2, V94=22, V95=24, V96=42, V97=10, V98=35, V99=43, 
14.25/14.43	v 24 38 7 26 23 17 20 18 24 14 20 7 33 2 6 12 41 22 25 19 46 41 26 16 24 35 25 42 23 8 47 15 28 7 26 21 35 40 27 32 2 3 31 40 7 40 10 46 14 36 17 46 19 36 42 15 12 20 5 45 38 24 31 9 38 2 4 14 16 2 23 40 15 31 3 32 30 26 34 47 34 32 10 47 2 34 47 47 47 16 42 25 8 2 22 24 42 10 35 43 
14.25/14.43	d ASSIGNMENTS 2923

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-2077808-1247715568/watcher-2077808-1247715568 -o /tmp/evaluation-result-2077808-1247715568/solver-2077808-1247715568 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 250307568 HOME/instance-2077808-1247715568.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.07 4/81 15909
/proc/meminfo: memFree=1424336/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=18576 CPUtime=0
/proc/15909/stat : 15909 (runsolver) R 15907 15909 15075 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58623246 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15909/statm: 4644 284 249 26 0 2626 0

[startup+0.231561 s]
/proc/loadavg: 2.00 2.00 2.07 4/81 15909
/proc/meminfo: memFree=1424336/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=4960 CPUtime=0.21
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 962 646 1 0 21 0 0 0 19 0 1 0 58623246 5079040 594 996147200 134512640 135215973 4294956304 18446744073709551615 134648434 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1240 594 415 171 0 165 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 4960

[startup+0.302512 s]
/proc/loadavg: 2.00 2.00 2.07 4/81 15909
/proc/meminfo: memFree=1424336/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=5100 CPUtime=0.28
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 971 646 1 0 28 0 0 0 19 0 1 0 58623246 5222400 603 996147200 134512640 135215973 4294956304 18446744073709551615 135094891 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1275 603 415 171 0 200 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5100

[startup+0.401524 s]
/proc/loadavg: 2.00 2.00 2.07 4/81 15909
/proc/meminfo: memFree=1424336/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=5312 CPUtime=0.38
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1028 646 1 0 38 0 0 0 20 0 1 0 58623246 5439488 660 996147200 134512640 135215973 4294956304 18446744073709551615 134592920 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1328 660 415 171 0 253 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5312

[startup+0.701558 s]
/proc/loadavg: 2.00 2.00 2.07 4/81 15909
/proc/meminfo: memFree=1424336/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=5312 CPUtime=0.67
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1029 646 1 0 67 0 0 0 23 0 1 0 58623246 5439488 661 996147200 134512640 135215973 4294956304 18446744073709551615 134583485 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1328 661 415 171 0 253 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5312

[startup+1.50265 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15914
/proc/meminfo: memFree=1422920/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=5708 CPUtime=1.47
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1117 646 1 0 147 0 0 0 25 0 1 0 58623246 5844992 749 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1427 749 415 171 0 352 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5708

[startup+3.10182 s]
/proc/loadavg: 2.00 2.00 2.07 3/82 15914
/proc/meminfo: memFree=1422472/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=6232 CPUtime=3.05
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1247 646 1 0 305 0 0 0 25 0 1 0 58623246 6381568 879 996147200 134512640 135215973 4294956304 18446744073709551615 134590075 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1558 879 415 171 0 483 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6232

[startup+6.30118 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1421448/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7144 CPUtime=6.22
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1457 646 1 0 622 0 0 0 25 0 1 0 58623246 7315456 1089 996147200 134512640 135215973 4294956304 18446744073709551615 134599865 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1786 1089 415 171 0 711 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7144

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420744/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7536 CPUtime=12.57
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1590 646 1 0 1256 1 0 0 25 0 1 0 58623246 7716864 1222 996147200 134512640 135215973 4294956304 18446744073709551615 134610626 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1884 1222 415 171 0 809 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 7536

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

[startup+12.9019 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420744/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7668 CPUtime=12.76
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1594 646 1 0 1275 1 0 0 25 0 1 0 58623246 7852032 1226 996147200 134512640 135215973 4294956304 18446744073709551615 134524452 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1917 1226 415 171 0 842 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 7668

[startup+13.702 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420616/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7668 CPUtime=13.56
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1612 646 1 0 1355 1 0 0 25 0 1 0 58623246 7852032 1244 996147200 134512640 135215973 4294956304 18446744073709551615 134533073 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1917 1244 415 171 0 842 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 7668

[startup+14.101 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420616/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7668 CPUtime=13.95
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1626 646 1 0 1394 1 0 0 25 0 1 0 58623246 7852032 1258 996147200 134512640 135215973 4294956304 18446744073709551615 134970493 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1917 1258 415 171 0 842 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 7668

[startup+14.3011 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420616/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7796 CPUtime=14.15
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1627 646 1 0 1414 1 0 0 25 0 1 0 58623246 7983104 1259 996147200 134512640 135215973 4294956304 18446744073709551615 134599825 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1949 1259 415 171 0 874 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 7796

[startup+14.4011 s]
/proc/loadavg: 2.00 2.00 2.06 3/82 15914
/proc/meminfo: memFree=1420552/2055920 swapFree=4192812/4192956
[pid=15909] ppid=15907 vsize=7796 CPUtime=14.25
/proc/15909/stat : 15909 (pcs.big) R 15907 15909 15075 0 -1 4194304 1634 646 1 0 1424 1 0 0 25 0 1 0 58623246 7983104 1266 996147200 134512640 135215973 4294956304 18446744073709551615 134585888 0 0 4096 0 0 0 0 17 1 0 0
/proc/15909/statm: 1949 1266 415 171 0 874 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 7796

Child status: 0
Real time (s): 14.4343
CPU time (s): 14.2928
CPU user time (s): 14.2718
CPU system time (s): 0.020996
CPU usage (%): 99.0199
Max. virtual memory (cumulated for all children) (KiB): 7796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2718
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= 2283
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= 20
involuntary context switches= 606

runsolver used 0.018997 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-16 05:39:28
IDJOB=2077808
IDBENCH=56668
IDSOLVER=733
FILE ID=node35/2077808-1247715568
PBS_JOBID= 9521400
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= e2e5b8738391b6588798536d183cefce
RANDOM SEED=250307568

node35.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.213
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.213
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:       1424816 kB
Buffers:         62992 kB
Cached:         429328 kB
SwapCached:          0 kB
Active:         114980 kB
Inactive:       431812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          74804 kB
Slab:            69452 kB
Committed_AS:   636772 kB
PageTables:       1932 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= 66156 MiB
End job on node35 at 2009-07-16 05:39:43