Trace number 2077753

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 11.1703 11.2801

DiagnosticValue
ASSIGNMENTS2977

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-3-3.xml
MD5SUM2c0f685b6dffd0b21e9d6ad0f83ab81d
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.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
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.18/0.21	c Seed is 107672820
0.18/0.21	c Constructing HOME/instance-2077753-1247715439.xml  with 186 constraints
0.18/0.21	c Solving 2977 backtracks 11 restarts
11.07/11.27	s SATISFIABLE
11.07/11.27	c V0=21, V1=28, V2=42, V3=31, V4=13, V5=30, V6=39, V7=42, V8=12, V9=4, V10=25, V11=34, V12=41, V13=8, V14=4, V15=18, V16=22, V17=23, V18=36, V19=35, V20=42, V21=15, V22=9, V23=3, V24=3, V25=9, V26=2, V27=18, V28=13, V29=3, V30=46, V31=7, V32=12, V33=13, V34=44, V35=7, V36=37, V37=23, V38=9, V39=8, V40=12, V41=2, V42=10, V43=44, V44=9, V45=30, V46=38, V47=38, V48=13, V49=8, V50=25, V51=5, V52=20, V53=9, V54=25, V55=5, V56=5, V57=11, V58=5, V59=4, V60=19, V61=8, V62=19, V63=32, V64=13, V65=11, V66=37, V67=29, V68=35, V69=2, V70=22, V71=12, V72=25, V73=8, V74=41, V75=35, V76=11, V77=47, V78=25, V79=2, V80=2, V81=38, V82=11, V83=21, V84=27, V85=10, V86=31, V87=44, V88=47, V89=20, V90=45, V91=45, V92=9, V93=24, V94=15, V95=24, V96=21, V97=41, V98=22, V99=46, 
11.07/11.27	v 21 28 42 31 13 30 39 42 12 4 25 34 41 8 4 18 22 23 36 35 42 15 9 3 3 9 2 18 13 3 46 7 12 13 44 7 37 23 9 8 12 2 10 44 9 30 38 38 13 8 25 5 20 9 25 5 5 11 5 4 19 8 19 32 13 11 37 29 35 2 22 12 25 8 41 35 11 47 25 2 2 38 11 21 27 10 31 44 47 20 45 45 9 24 15 24 21 41 22 46 
11.07/11.27	d ASSIGNMENTS 2977

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-2077753-1247715439/watcher-2077753-1247715439 -o /tmp/evaluation-result-2077753-1247715439/solver-2077753-1247715439 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 107672820 HOME/instance-2077753-1247715439.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.28 2.42 2.25 4/82 11921
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (pcssolve) R 11919 11921 10284 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58607251 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11921/statm: 1339 241 200 169 0 50 0
[pid=11922] ppid=11921 vsize=100 CPUtime=0
/proc/11922/stat : 11922 (fgrep) R 11921 11921 10284 0 -1 4194304 24 0 0 0 0 0 0 0 22 0 1 0 58607252 102400 3 996147200 0 0 548682069725 18446744073709551615 248761609511 0 0 4096 0 0 0 0 17 1 0 0
/proc/11922/statm: 25 3 0 0 0 2 0
[pid=11923] ppid=11921 vsize=5356 CPUtime=0
/proc/11923/stat : 11923 (pcssolve) R 11921 11921 10284 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58607252 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11923/statm: 1339 241 200 169 0 50 0

[startup+0.104799 s]
/proc/loadavg: 2.28 2.42 2.25 4/82 11921
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=4936 CPUtime=0.08
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 924 644 0 0 8 0 0 0 18 0 1 0 58607251 5054464 555 996147200 134512640 135215973 4294956304 18446744073709551615 135094915 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1234 555 415 171 0 159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4936

[startup+0.202806 s]
/proc/loadavg: 2.28 2.42 2.25 4/82 11921
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=4936 CPUtime=0.18
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 949 644 0 0 18 0 0 0 18 0 1 0 58607251 5054464 580 996147200 134512640 135215973 4294956304 18446744073709551615 134532689 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1234 580 415 171 0 159 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 4936

[startup+0.302816 s]
/proc/loadavg: 2.28 2.42 2.25 4/82 11921
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=5088 CPUtime=0.28
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 968 644 0 0 28 0 0 0 19 0 1 0 58607251 5210112 599 996147200 134512640 135215973 4294956304 18446744073709551615 134583653 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1272 599 415 171 0 197 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5088

[startup+0.702851 s]
/proc/loadavg: 2.28 2.42 2.25 4/82 11921
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=5352 CPUtime=0.68
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1052 644 0 0 68 0 0 0 23 0 1 0 58607251 5480448 683 996147200 134512640 135215973 4294956304 18446744073709551615 134982991 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1338 683 415 171 0 263 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5352

[startup+1.50193 s]
/proc/loadavg: 2.28 2.42 2.25 3/83 11926
/proc/meminfo: memFree=837832/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=5960 CPUtime=1.47
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1186 644 0 0 147 0 0 0 25 0 1 0 58607251 6103040 817 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1490 817 415 171 0 415 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5960

[startup+3.10107 s]
/proc/loadavg: 2.26 2.41 2.25 3/83 11926
/proc/meminfo: memFree=837320/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=6488 CPUtime=3.05
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1324 644 0 0 305 0 0 0 25 0 1 0 58607251 6643712 955 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1622 955 415 171 0 547 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6488

[startup+6.30137 s]
/proc/loadavg: 2.26 2.41 2.25 3/83 11926
/proc/meminfo: memFree=836296/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7268 CPUtime=6.23
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1498 644 0 0 623 0 0 0 25 0 1 0 58607251 7442432 1129 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1817 1129 415 171 0 742 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7268

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

[startup+6.40138 s]
/proc/loadavg: 2.26 2.41 2.25 3/83 11926
/proc/meminfo: memFree=836296/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7268 CPUtime=6.32
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1504 644 0 0 632 0 0 0 25 0 1 0 58607251 7442432 1135 996147200 134512640 135215973 4294956304 18446744073709551615 4158960016 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1817 1135 415 171 0 742 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 7268

[startup+9.60167 s]
/proc/loadavg: 2.24 2.41 2.25 3/83 11926
/proc/meminfo: memFree=835784/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7924 CPUtime=9.49
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1659 644 0 0 949 0 0 0 25 0 1 0 58607251 8114176 1290 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1981 1290 415 171 0 906 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 7924

[startup+10.4017 s]
/proc/loadavg: 2.24 2.41 2.25 3/83 11926
/proc/meminfo: memFree=835592/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7924 CPUtime=10.28
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1670 644 0 0 1028 0 0 0 25 0 1 0 58607251 8114176 1301 996147200 134512640 135215973 4294956304 18446744073709551615 135094959 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1981 1301 415 171 0 906 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 7924

[startup+10.8018 s]
/proc/loadavg: 2.24 2.41 2.25 3/83 11926
/proc/meminfo: memFree=835592/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7924 CPUtime=10.68
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1674 644 0 0 1068 0 0 0 25 0 1 0 58607251 8114176 1305 996147200 134512640 135215973 4294956304 18446744073709551615 135095192 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1981 1305 415 171 0 906 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 7924

[startup+11.2018 s]
/proc/loadavg: 2.24 2.41 2.25 3/83 11926
/proc/meminfo: memFree=835400/2055920 swapFree=4192812/4192956
[pid=11921] ppid=11919 vsize=7924 CPUtime=11.07
/proc/11921/stat : 11921 (pcs.big) R 11919 11921 10284 0 -1 4194304 1675 644 0 0 1107 0 0 0 25 0 1 0 58607251 8114176 1306 996147200 134512640 135215973 4294956304 18446744073709551615 134581337 0 0 4096 0 0 0 0 17 1 0 0
/proc/11921/statm: 1981 1306 415 171 0 906 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 7924

Child status: 0
Real time (s): 11.2801
CPU time (s): 11.1703
CPU user time (s): 11.1563
CPU system time (s): 0.013997
CPU usage (%): 99.027
Max. virtual memory (cumulated for all children) (KiB): 7924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1563
system time used= 0.013997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2324
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= 19
involuntary context switches= 255

runsolver used 0.016997 second user time and 0.042993 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-16 05:37:19
IDJOB=2077753
IDBENCH=56657
IDSOLVER=733
FILE ID=node55/2077753-1247715439
PBS_JOBID= 9521446
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 2c0f685b6dffd0b21e9d6ad0f83ab81d
RANDOM SEED=107672820

node55.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.231
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.231
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:        839856 kB
Buffers:         78924 kB
Cached:         365932 kB
SwapCached:          0 kB
Active:         861068 kB
Inactive:       281656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        839856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         718292 kB
Slab:            57064 kB
Committed_AS:  1234128 kB
PageTables:       3244 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 node55 at 2009-07-16 05:37:31