Trace number 2077830

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 7.05693 7.13075

DiagnosticValue
ASSIGNMENTS2541

General information on the benchmark

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

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

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-2077830-1247715603/watcher-2077830-1247715603 -o /tmp/evaluation-result-2077830-1247715603/solver-2077830-1247715603 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1782134207 HOME/instance-2077830-1247715603.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/83 13442
/proc/meminfo: memFree=679696/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=5356 CPUtime=0
/proc/13442/stat : 13442 (pcssolve) R 13440 13442 12940 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58626808 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13442/statm: 1339 241 200 169 0 50 0
[pid=13443] ppid=13442 vsize=0 CPUtime=0
/proc/13443/stat : 13443 (fgrep) Z 13442 13442 12940 0 -1 4194316 151 0 0 0 0 0 0 0 22 0 1 0 58626808 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/13443/statm: 0 0 0 0 0 0 0

[startup+0.093801 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13442
/proc/meminfo: memFree=679696/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=5200 CPUtime=0.07
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 978 648 0 0 7 0 0 0 18 0 1 0 58626808 5324800 609 996147200 134512640 135215973 4294956304 18446744073709551615 134600806 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1300 609 415 171 0 225 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5200

[startup+0.102799 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13442
/proc/meminfo: memFree=679696/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=5200 CPUtime=0.08
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 980 648 0 0 8 0 0 0 18 0 1 0 58626808 5324800 611 996147200 134512640 135215973 4294956304 18446744073709551615 134648260 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1300 611 415 171 0 225 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5200

[startup+0.301821 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13442
/proc/meminfo: memFree=679696/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=5332 CPUtime=0.28
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1027 648 0 0 28 0 0 0 19 0 1 0 58626808 5459968 658 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1333 658 415 171 0 258 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5332

[startup+0.701868 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13442
/proc/meminfo: memFree=679696/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=5592 CPUtime=0.67
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1121 648 0 0 67 0 0 0 23 0 1 0 58626808 5726208 752 996147200 134512640 135215973 4294956304 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1398 752 415 171 0 323 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5592

[startup+1.50296 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13447
/proc/meminfo: memFree=678024/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=6456 CPUtime=1.47
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1319 648 0 0 147 0 0 0 25 0 1 0 58626808 6610944 897 996147200 134512640 135215973 4294956304 18446744073709551615 134648324 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1614 897 415 171 0 539 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6456

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13447
/proc/meminfo: memFree=677256/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=7116 CPUtime=3.05
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1510 648 0 0 305 0 0 0 25 0 1 0 58626808 7286784 1088 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 1779 1088 415 171 0 704 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7116

[startup+6.30151 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13447
/proc/meminfo: memFree=675848/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=8428 CPUtime=6.22
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1811 648 0 0 622 0 0 0 25 0 1 0 58626808 8630272 1389 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 2107 1389 415 171 0 1032 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8428

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

[startup+6.70155 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13447
/proc/meminfo: memFree=675464/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=8428 CPUtime=6.61
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1828 648 0 0 661 0 0 0 25 0 1 0 58626808 8630272 1406 996147200 134512640 135215973 4294956304 18446744073709551615 4158960227 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 2107 1406 415 171 0 1032 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 8428

[startup+7.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13447
/proc/meminfo: memFree=675464/2055920 swapFree=4192812/4192956
[pid=13442] ppid=13440 vsize=8560 CPUtime=7.01
/proc/13442/stat : 13442 (pcs.big) R 13440 13442 12940 0 -1 4194304 1869 648 0 0 701 0 0 0 25 0 1 0 58626808 8765440 1447 996147200 134512640 135215973 4294956304 18446744073709551615 4158960060 0 0 4096 0 0 0 0 17 1 0 0
/proc/13442/statm: 2140 1447 415 171 0 1065 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 8560

Child status: 0
Real time (s): 7.13075
CPU time (s): 7.05693
CPU user time (s): 7.04693
CPU system time (s): 0.009998
CPU usage (%): 98.9648
Max. virtual memory (cumulated for all children) (KiB): 8560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.04693
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2519
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= 18
involuntary context switches= 310

runsolver used 0.011998 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-16 05:40:03
IDJOB=2077830
IDBENCH=56677
IDSOLVER=733
FILE ID=node32/2077830-1247715603
PBS_JOBID= 9521459
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 0ef2cbdf75859f70e2db9f54c0661c05
RANDOM SEED=1782134207

node32.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.236
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.236
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:        680176 kB
Buffers:         87128 kB
Cached:         479856 kB
SwapCached:          0 kB
Active:         904360 kB
Inactive:       383816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        680176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         741660 kB
Slab:            70896 kB
Committed_AS:  1277956 kB
PageTables:       3440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node32 at 2009-07-16 05:40:10