Trace number 2063453

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 24.3543 24.5678

DiagnosticValue
ASSIGNMENTS5795

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-60-2-7.xml
MD5SUM8ccfc5652699e812b5f2315f388b32b4
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 benchmark1.07683
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
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 467240571
0.00/0.02	c Constructing HOME/instance-2063453-1247696055.xml  with 684 constraints
0.00/0.03	c Solving 5795 backtracks 12 restarts
24.27/24.56	s SATISFIABLE
24.27/24.56	c V0=23, V1=37, V2=5, V3=53, V4=67, V5=31, V6=37, V7=61, V8=97, V9=79, V10=41, V11=5, V12=53, V13=29, V14=43, V15=3, V16=25, V17=3, V18=83, V19=37, V20=37, V21=67, V22=2, V23=11, V24=19, V25=13, V26=41, V27=89, V28=61, V29=31, V30=11, V31=5, V32=83, V33=23, V34=71, V35=61, V36=67, V37=17, V38=37, V39=61, V40=11, V41=89, V42=79, V43=71, V44=29, V45=41, V46=89, V47=97, V48=53, V49=73, V50=43, V51=3, V52=59, V53=13, V54=17, V55=89, V56=41, V57=73, V58=79, V59=17, V60=13, V61=2, V62=29, V63=5, V64=37, V65=13, V66=79, V67=40, V68=43, V69=19, V70=2, V71=73, V72=19, V73=73, V74=47, V75=44, V76=34, V77=47, V78=67, V79=2, V80=41, V81=23, V82=3, V83=7, V84=43, V85=29, V86=7, V87=3, V88=11, V89=97, V90=19, V91=31, V92=3, V93=67, V94=47, V95=41, V96=3, V97=37, V98=71, V99=47, 
24.27/24.56	v 23 37 5 53 67 31 37 61 97 79 41 5 53 29 43 3 25 3 83 37 37 67 2 11 19 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 59 13 17 89 41 73 79 17 13 2 29 5 37 13 79 40 43 19 2 73 19 73 47 44 34 47 67 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
24.27/24.56	d ASSIGNMENTS 5795

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-2063453-1247696055/watcher-2063453-1247696055 -o /tmp/evaluation-result-2063453-1247696055/solver-2063453-1247696055 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 467240571 HOME/instance-2063453-1247696055.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: 1.91 1.95 1.67 4/72 6250
/proc/meminfo: memFree=1231140/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=5356 CPUtime=0
/proc/6250/stat : 6250 (pcssolve) R 6248 6250 5937 0 -1 4194304 290 0 0 0 0 0 0 0 25 0 1 0 56672615 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/6250/statm: 1339 241 200 169 0 50 0
[pid=6251] ppid=6250 vsize=3676 CPUtime=0
/proc/6251/stat : 6251 (fgrep) R 6250 6250 5937 0 -1 4194304 126 0 0 0 0 0 0 0 25 0 1 0 56672616 3764224 93 996147200 4194304 4274172 548682068976 18446744073709551615 4211298 0 0 4096 0 0 0 0 17 1 0 0
/proc/6251/statm: 919 93 75 19 0 43 0

[startup+0.013222 s]
/proc/loadavg: 1.91 1.95 1.67 4/72 6250
/proc/meminfo: memFree=1231140/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=5356 CPUtime=0
/proc/6250/stat : 6250 (pcssolve) S 6248 6250 5937 0 -1 4194304 339 315 0 0 0 0 0 0 25 0 1 0 56672615 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6250/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101225 s]
/proc/loadavg: 1.91 1.95 1.67 4/72 6250
/proc/meminfo: memFree=1231140/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=6240 CPUtime=0.07
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 1341 652 0 0 7 0 0 0 25 0 1 0 56672615 6389760 814 996147200 134512640 135215973 4294956320 18446744073709551615 134587688 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 1560 814 415 171 0 485 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6240

[startup+0.301243 s]
/proc/loadavg: 1.91 1.95 1.67 4/72 6250
/proc/meminfo: memFree=1231140/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=6240 CPUtime=0.27
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 1356 652 0 0 27 0 0 0 25 0 1 0 56672615 6389760 829 996147200 134512640 135215973 4294956320 18446744073709551615 134600145 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 1560 829 415 171 0 485 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6240

[startup+0.701287 s]
/proc/loadavg: 1.91 1.95 1.67 4/72 6250
/proc/meminfo: memFree=1231140/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=6500 CPUtime=0.67
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 1472 652 0 0 67 0 0 0 25 0 1 0 56672615 6656000 945 996147200 134512640 135215973 4294956320 18446744073709551615 134600008 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 1625 945 415 171 0 550 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6500

[startup+1.50138 s]
/proc/loadavg: 1.92 1.95 1.67 3/73 6255
/proc/meminfo: memFree=1228764/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=7156 CPUtime=1.47
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 1636 652 0 0 146 1 0 0 25 0 1 0 56672615 7327744 1109 996147200 134512640 135215973 4294956320 18446744073709551615 134586304 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 1789 1109 415 171 0 714 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7156

[startup+3.10156 s]
/proc/loadavg: 1.92 1.95 1.67 3/73 6255
/proc/meminfo: memFree=1227676/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=9964 CPUtime=3.06
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 2368 652 0 0 305 1 0 0 25 0 1 0 56672615 10203136 1632 996147200 134512640 135215973 4294956320 18446744073709551615 134586751 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 2491 1632 415 171 0 1416 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9964

[startup+6.30191 s]
/proc/loadavg: 1.93 1.95 1.67 3/73 6255
/proc/meminfo: memFree=1224476/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=11780 CPUtime=6.24
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 2887 652 0 0 622 2 0 0 25 0 1 0 56672615 12062720 2118 996147200 134512640 135215973 4294956320 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 2945 2118 415 171 0 1870 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11780

[startup+12.7016 s]
/proc/loadavg: 1.93 1.96 1.67 3/73 6255
/proc/meminfo: memFree=1219996/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=15424 CPUtime=12.57
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 3915 652 0 0 1255 2 0 0 25 0 1 0 56672615 15794176 3048 996147200 134512640 135215973 4294956320 18446744073709551615 134902073 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 3856 3048 415 171 0 2781 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 15424

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

[startup+19.1013 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 6255
/proc/meminfo: memFree=1216668/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=18564 CPUtime=18.91
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 4779 652 0 0 1888 3 0 0 25 0 1 0 56672615 19009536 3783 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 4641 3783 415 171 0 3566 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 18564

[startup+22.3027 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 6255
/proc/meminfo: memFree=1215516/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=19480 CPUtime=22.1
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 4997 652 0 0 2206 4 0 0 25 0 1 0 56672615 19947520 4001 996147200 134512640 135215973 4294956320 18446744073709551615 4158960516 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 4870 4001 415 171 0 3795 0
Current children cumulated CPU time (s) 22.1
Current children cumulated vsize (KiB) 19480

[startup+23.9019 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 6255
/proc/meminfo: memFree=1215388/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=19876 CPUtime=23.69
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 5096 652 0 0 2365 4 0 0 25 0 1 0 56672615 20353024 4100 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 4969 4100 415 171 0 3894 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 19876

[startup+24.3019 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 6255
/proc/meminfo: memFree=1214876/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=19876 CPUtime=24.07
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 5121 652 0 0 2403 4 0 0 25 0 1 0 56672615 20353024 4125 996147200 134512640 135215973 4294956320 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 4969 4125 415 171 0 3894 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 19876

[startup+24.5019 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 6255
/proc/meminfo: memFree=1214876/2055920 swapFree=4192812/4192956
[pid=6250] ppid=6248 vsize=20140 CPUtime=24.27
/proc/6250/stat : 6250 (pcs.big) R 6248 6250 5937 0 -1 4194304 5185 652 0 0 2423 4 0 0 25 0 1 0 56672615 20623360 4189 996147200 134512640 135215973 4294956320 18446744073709551615 134600804 0 0 4096 0 0 0 0 17 1 0 0
/proc/6250/statm: 5035 4189 415 171 0 3960 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 20140

Child status: 0
Real time (s): 24.5678
CPU time (s): 24.3543
CPU user time (s): 24.3053
CPU system time (s): 0.048992
CPU usage (%): 99.1308
Max. virtual memory (cumulated for all children) (KiB): 20140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3053
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5861
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= 17
involuntary context switches= 570

runsolver used 0.041993 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-16 00:14:15
IDJOB=2063453
IDBENCH=54026
IDSOLVER=733
FILE ID=node9/2063453-1247696055
PBS_JOBID= 9521290
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 8ccfc5652699e812b5f2315f388b32b4
RANDOM SEED=467240571

node9.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.216
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.216
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:       1231620 kB
Buffers:         74380 kB
Cached:         595760 kB
SwapCached:          0 kB
Active:         256556 kB
Inactive:       491736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1231620 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          89588 kB
Slab:            61360 kB
Committed_AS:   589868 kB
PageTables:       1888 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= 66372 MiB
End job on node9 at 2009-07-16 00:14:40