Trace number 2063531

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 0.872867 0.878812

DiagnosticValue
ASSIGNMENTS1426

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-1.xml
MD5SUM32efc87603a59a730f2d44b108641616
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.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size96
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.00/0.02	c Seed is 2053275108
0.00/0.02	c Constructing HOME/instance-2063531-1247696057.xml  with 284 constraints
0.00/0.02	c Solving 1426 backtracks 9 restarts
0.78/0.87	s SATISFIABLE
0.78/0.87	c V0=97, V1=25, V2=5, V3=53, V4=67, V5=31, V6=37, V7=61, V8=97, V9=97, V10=41, V11=97, V12=97, V13=40, V14=43, V15=3, V16=53, V17=3, V18=83, V19=37, V20=97, V21=67, V22=26, V23=97, V24=19, V25=13, V26=41, V27=97, V28=67, V29=31, V30=11, V31=5, V32=97, V33=23, V34=71, V35=97, V36=97, V37=17, V38=37, V39=61, V40=97, V41=97, V42=79, V43=71, V44=29, V45=41, V46=97, V47=97, V48=53, V49=73, V50=35, V51=97, V52=59, V53=13, V54=97, V55=89, V56=97, V57=73, V58=79, V59=17, V60=97, V61=2, V62=97, V63=97, V64=97, V65=13, V66=97, V67=11, V68=43, V69=19, V70=97, V71=73, V72=97, V73=73, V74=6, V75=61, V76=29, V77=47, V78=80, V79=2, V80=41, V81=23, V82=3, V83=7, V84=43, V85=97, V86=7, V87=4, V88=97, V89=97, V90=32, V91=31, V92=3, V93=67, V94=97, V95=41, V96=3, V97=97, V98=54, V99=37, 
0.78/0.87	v 97 25 5 53 67 31 37 61 97 97 41 97 97 40 43 3 53 3 83 37 97 67 26 97 19 13 41 97 67 31 11 5 97 23 71 97 97 17 37 61 97 97 79 71 29 41 97 97 53 73 35 97 59 13 97 89 97 73 79 17 97 2 97 97 97 13 97 11 43 19 97 73 97 73 6 61 29 47 80 2 41 23 3 7 43 97 7 4 97 97 32 31 3 67 97 41 3 97 54 37 
0.78/0.87	d ASSIGNMENTS 1426

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-2063531-1247696057/watcher-2063531-1247696057 -o /tmp/evaluation-result-2063531-1247696057/solver-2063531-1247696057 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2053275108 HOME/instance-2063531-1247696057.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.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=5356 CPUtime=0
/proc/10719/stat : 10719 (pcssolve) R 10717 10719 10501 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 56672221 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10719/statm: 1339 241 200 169 0 50 0
[pid=10720] ppid=10719 vsize=0 CPUtime=0
/proc/10720/stat : 10720 (fgrep) Z 10719 10719 10501 0 -1 4194316 151 0 0 0 0 0 0 0 22 0 1 0 56672221 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/10720/statm: 0 0 0 0 0 0 0

[startup+0.023591 s]
/proc/loadavg: 1.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=4492 CPUtime=0
/proc/10719/stat : 10719 (pcs.big) R 10717 10719 10501 0 -1 4194304 801 648 0 0 0 0 0 0 23 0 1 0 56672221 4599808 432 996147200 134512640 135215973 4294956304 18446744073709551615 134764902 0 0 4096 0 0 0 0 17 1 0 0
/proc/10719/statm: 1123 432 375 171 0 48 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4492

[startup+0.1016 s]
/proc/loadavg: 1.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=5108 CPUtime=0.08
/proc/10719/stat : 10719 (pcs.big) R 10717 10719 10501 0 -1 4194304 971 648 0 0 8 0 0 0 23 0 1 0 56672221 5230592 602 996147200 134512640 135215973 4294956304 18446744073709551615 134585658 0 0 4096 0 0 0 0 17 1 0 0
/proc/10719/statm: 1277 602 415 171 0 202 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5108

[startup+0.301622 s]
/proc/loadavg: 1.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=6508 CPUtime=0.28
/proc/10719/stat : 10719 (pcs.big) R 10717 10719 10501 0 -1 4194304 1318 648 0 0 28 0 0 0 25 0 1 0 56672221 6664192 949 996147200 134512640 135215973 4294956304 18446744073709551615 4158961227 0 0 4096 0 0 0 0 17 1 0 0
/proc/10719/statm: 1627 949 415 171 0 552 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6508

[startup+0.70167 s]
/proc/loadavg: 1.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=8028 CPUtime=0.68
/proc/10719/stat : 10719 (pcs.big) R 10717 10719 10501 0 -1 4194304 1740 648 0 0 68 0 0 0 25 0 1 0 56672221 8220672 1318 996147200 134512640 135215973 4294956304 18446744073709551615 134581299 0 0 4096 0 0 0 0 17 1 0 0
/proc/10719/statm: 2007 1318 415 171 0 932 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8028

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

[startup+0.801688 s]
/proc/loadavg: 1.88 1.94 1.67 4/73 10719
/proc/meminfo: memFree=1388896/2055920 swapFree=4192812/4192956
[pid=10719] ppid=10717 vsize=10556 CPUtime=0.78
/proc/10719/stat : 10719 (pcs.big) R 10717 10719 10501 0 -1 4194304 2396 648 0 0 77 1 0 0 25 0 1 0 56672221 10809344 1869 996147200 134512640 135215973 4294956304 18446744073709551615 134600104 0 0 4096 0 0 0 0 17 1 0 0
/proc/10719/statm: 2639 1869 415 171 0 1564 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 10556

Child status: 0
Real time (s): 0.878812
CPU time (s): 0.872867
CPU user time (s): 0.85487
CPU system time (s): 0.017997
CPU usage (%): 99.3235
Max. virtual memory (cumulated for all children) (KiB): 10556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85487
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3088
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= 23

runsolver used 0.001999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-16 00:14:17
IDJOB=2063531
IDBENCH=54040
IDSOLVER=734
FILE ID=node32/2063531-1247696057
PBS_JOBID= 9521246
Free space on /tmp= 66324 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-1.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063531-1247696057/watcher-2063531-1247696057 -o /tmp/evaluation-result-2063531-1247696057/solver-2063531-1247696057 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2053275108 HOME/instance-2063531-1247696057.xml

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

MD5SUM BENCH= 32efc87603a59a730f2d44b108641616
RANDOM SEED=2053275108

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:       1389376 kB
Buffers:         71736 kB
Cached:         439284 kB
SwapCached:          0 kB
Active:         247072 kB
Inactive:       349372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          96912 kB
Slab:            55048 kB
Committed_AS:   620796 kB
PageTables:       2036 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= 66320 MiB
End job on node32 at 2009-07-16 00:14:18