Trace number 2070725

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 48.7536 49.1918

DiagnosticValue
ASSIGNMENTS7627

General information on the benchmark

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

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-2070725-1247709144/watcher-2070725-1247709144 -o /tmp/evaluation-result-2070725-1247709144/solver-2070725-1247709144 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1644561920 HOME/instance-2070725-1247709144.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.12 2.16 2.15 4/83 14809
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=18576 CPUtime=0
/proc/14809/stat : 14809 (runsolver) R 14807 14809 14772 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 57979753 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14809/statm: 4644 284 249 26 0 2626 0

[startup+0.0776011 s]
/proc/loadavg: 2.12 2.16 2.15 4/83 14809
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=5568 CPUtime=0.05
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 1096 656 1 0 5 0 0 0 24 0 1 0 57979753 5701632 728 996147200 134512640 135215973 4294956304 18446744073709551615 134648044 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 1392 728 415 171 0 317 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5568

[startup+0.102605 s]
/proc/loadavg: 2.12 2.16 2.15 4/83 14809
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=5776 CPUtime=0.07
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 1177 656 1 0 7 0 0 0 24 0 1 0 57979753 5914624 756 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 1444 756 415 171 0 369 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5776

[startup+0.301641 s]
/proc/loadavg: 2.12 2.16 2.15 4/83 14809
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=5900 CPUtime=0.27
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 1203 656 1 0 27 0 0 0 25 0 1 0 57979753 6041600 782 996147200 134512640 135215973 4294956304 18446744073709551615 134972869 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 1475 782 415 171 0 400 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5900

[startup+0.701721 s]
/proc/loadavg: 2.12 2.16 2.15 4/83 14809
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=6180 CPUtime=0.67
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 1294 656 1 0 67 0 0 0 25 0 1 0 57979753 6328320 873 996147200 134512640 135215973 4294956304 18446744073709551615 134533108 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 1545 873 415 171 0 470 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6180

[startup+1.50188 s]
/proc/loadavg: 2.12 2.16 2.15 3/84 14814
/proc/meminfo: memFree=1475504/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=7292 CPUtime=1.46
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 1646 656 1 0 146 0 0 0 25 0 1 0 57979753 7467008 1120 996147200 134512640 135215973 4294956304 18446744073709551615 134599842 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 1823 1120 415 171 0 748 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7292

[startup+3.10119 s]
/proc/loadavg: 2.12 2.16 2.15 3/84 14814
/proc/meminfo: memFree=1473776/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=9568 CPUtime=3.05
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 2300 656 1 0 304 1 0 0 25 0 1 0 57979753 9797632 1565 996147200 134512640 135215973 4294956304 18446744073709551615 134587601 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 2392 1565 415 171 0 1317 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9568

[startup+6.30281 s]
/proc/loadavg: 2.11 2.15 2.15 3/84 14814
/proc/meminfo: memFree=1471544/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=11520 CPUtime=6.22
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 2886 656 1 0 621 1 0 0 25 0 1 0 57979753 11796480 2053 996147200 134512640 135215973 4294956304 18446744073709551615 4158960200 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 2880 2053 415 171 0 1805 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11520

[startup+12.7011 s]
/proc/loadavg: 2.10 2.15 2.14 3/84 14814
/proc/meminfo: memFree=1467776/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=16084 CPUtime=12.56
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 4089 656 1 0 1254 2 0 0 25 0 1 0 57979753 16470016 3127 996147200 134512640 135215973 4294956304 18446744073709551615 135097239 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 4021 3127 415 171 0 2946 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 16084

[startup+25.5015 s]
/proc/loadavg: 2.08 2.14 2.14 3/84 14814
/proc/meminfo: memFree=1456640/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=25372 CPUtime=25.25
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 6717 656 1 0 2522 3 0 0 25 0 1 0 57979753 25980928 5465 996147200 134512640 135215973 4294956304 18446744073709551615 135094932 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 6343 5465 415 171 0 5268 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 25372

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

[startup+38.302 s]
/proc/loadavg: 2.07 2.14 2.14 3/84 14814
/proc/meminfo: memFree=1446400/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=39100 CPUtime=37.94
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 10444 656 1 0 3790 4 0 0 25 0 1 0 57979753 40038400 8262 996147200 134512640 135215973 4294956304 18446744073709551615 134609744 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 9775 8262 415 171 0 8700 0
Current children cumulated CPU time (s) 37.94
Current children cumulated vsize (KiB) 39100

[startup+44.7013 s]
/proc/loadavg: 2.06 2.13 2.14 3/84 14814
/proc/meminfo: memFree=1439936/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=41228 CPUtime=44.29
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 11067 656 1 0 4424 5 0 0 25 0 1 0 57979753 42217472 8820 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 10307 8820 415 171 0 9232 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (KiB) 41228

[startup+46.3016 s]
/proc/loadavg: 2.06 2.13 2.14 3/84 14814
/proc/meminfo: memFree=1438336/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=42424 CPUtime=45.87
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 11415 656 1 0 4582 5 0 0 25 0 1 0 57979753 43442176 9168 996147200 134512640 135215973 4294956304 18446744073709551615 134590096 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 10606 9168 415 171 0 9531 0
Current children cumulated CPU time (s) 45.87
Current children cumulated vsize (KiB) 42424

[startup+47.9019 s]
/proc/loadavg: 2.06 2.13 2.14 4/84 14814
/proc/meminfo: memFree=1437504/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=43892 CPUtime=47.46
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 11820 656 1 0 4741 5 0 0 25 0 1 0 57979753 44945408 9573 996147200 134512640 135215973 4294956304 18446744073709551615 134617702 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 10973 9573 415 171 0 9898 0
Current children cumulated CPU time (s) 47.46
Current children cumulated vsize (KiB) 43892

[startup+48.701 s]
/proc/loadavg: 2.06 2.13 2.14 3/84 14814
/proc/meminfo: memFree=1436096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=44292 CPUtime=48.25
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 11935 656 1 0 4820 5 0 0 25 0 1 0 57979753 45355008 9688 996147200 134512640 135215973 4294956304 18446744073709551615 134982800 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 11073 9688 415 171 0 9998 0
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (KiB) 44292

[startup+49.1011 s]
/proc/loadavg: 2.06 2.13 2.14 3/84 14814
/proc/meminfo: memFree=1436096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=44576 CPUtime=48.65
/proc/14809/stat : 14809 (pcs.big) R 14807 14809 14772 0 -1 4194304 12025 656 1 0 4860 5 0 0 25 0 1 0 57979753 45645824 9778 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 0 0 0
/proc/14809/statm: 11144 9778 415 171 0 10069 0
Current children cumulated CPU time (s) 48.65
Current children cumulated vsize (KiB) 44576

Child status: 0
Real time (s): 49.1918
CPU time (s): 48.7536
CPU user time (s): 48.6846
CPU system time (s): 0.068989
CPU usage (%): 99.1092
Max. virtual memory (cumulated for all children) (KiB): 44576

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

runsolver used 0.048992 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 03:52:24
IDJOB=2070725
IDBENCH=55386
IDSOLVER=734
FILE ID=node76/2070725-1247709144
PBS_JOBID= 9521341
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 2b0b2c3601d2a4fa5432d9d80984da24
RANDOM SEED=1644561920

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1479000 kB
Buffers:         71632 kB
Cached:         370844 kB
SwapCached:          0 kB
Active:         101552 kB
Inactive:       404016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          83520 kB
Slab:            56308 kB
Committed_AS:   573660 kB
PageTables:       1996 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= 66396 MiB
End job on node76 at 2009-07-16 03:53:13