Trace number 2065676

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 58.3421 58.7137

DiagnosticValue
ASSIGNMENTS10686

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-20-2-3.xml
MD5SUMac55dd76e4d2213a4ecf18f1d515cfb2
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
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size112
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.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.12	c Seed is 1770405100
0.00/0.12	c Constructing HOME/instance-2065676-1247703668.xml  with 156 constraints
0.00/0.12	c Solving 10686 backtracks 14 restarts
58.32/58.71	s SATISFIABLE
58.32/58.71	c V0=19, V1=109, V2=2, V3=113, V4=113, V5=113, V6=113, V7=2, V8=85, V9=113, V10=3, V11=8, V12=113, V13=113, V14=2, V15=2, V16=2, V17=17, V18=113, V19=34, V20=113, V21=60, V22=103, V23=113, V24=5, V25=2, V26=34, V27=49, V28=12, V29=89, V30=113, V31=38, V32=47, V33=56, V34=113, V35=113, V36=2, V37=81, V38=2, V39=108, V40=2, V41=94, V42=78, V43=89, V44=58, V45=113, V46=107, V47=21, V48=14, V49=100, V50=113, V51=2, V52=2, V53=2, V54=44, V55=47, V56=62, V57=113, V58=104, V59=2, V60=113, V61=113, V62=113, V63=113, V64=11, V65=2, V66=2, V67=2, V68=42, V69=113, V70=2, V71=113, V72=90, V73=113, V74=113, V75=113, V76=113, V77=113, V78=2, V79=113, V80=2, V81=111, V82=2, V83=2, V84=112, V85=113, V86=60, V87=113, V88=67, V89=113, V90=12, V91=113, V92=99, V93=2, V94=2, V95=55, V96=40, V97=7, V98=72, V99=93, 
58.32/58.71	v 19 109 2 113 113 113 113 2 85 113 3 8 113 113 2 2 2 17 113 34 113 60 103 113 5 2 34 49 12 89 113 38 47 56 113 113 2 81 2 108 2 94 78 89 58 113 107 21 14 100 113 2 2 2 44 47 62 113 104 2 113 113 113 113 11 2 2 2 42 113 2 113 90 113 113 113 113 113 2 113 2 111 2 2 112 113 60 113 67 113 12 113 99 2 2 55 40 7 72 93 
58.32/58.71	d ASSIGNMENTS 10686

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-2065676-1247703668/watcher-2065676-1247703668 -o /tmp/evaluation-result-2065676-1247703668/solver-2065676-1247703668 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1770405100 HOME/instance-2065676-1247703668.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: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=18576 CPUtime=0
/proc/16039/stat : 16039 (runsolver) R 16037 16039 12047 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 57431830 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 251279240487 0 0 4096 24578 0 0 0 17 0 0 0
/proc/16039/statm: 4644 284 249 26 0 2626 0

[startup+0.81451 s]
/proc/loadavg: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=5928 CPUtime=0.78
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1154 644 0 0 78 0 0 0 25 0 1 0 57431830 6070272 785 996147200 134512640 135215973 4294956304 18446744073709551615 134590099 0 0 4096 0 0 0 0 17 0 0 0
/proc/16039/statm: 1482 785 415 171 0 407 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 5928

[startup+0.901531 s]
/proc/loadavg: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=5928 CPUtime=0.86
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1173 644 0 0 86 0 0 0 25 0 1 0 57431830 6070272 804 996147200 134512640 135215973 4294956304 18446744073709551615 134590087 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 1482 804 415 171 0 407 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 5928

[startup+1.00154 s]
/proc/loadavg: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=5928 CPUtime=0.96
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1186 644 0 0 96 0 0 0 25 0 1 0 57431830 6070272 817 996147200 134512640 135215973 4294956304 18446744073709551615 134686571 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 1482 817 415 171 0 407 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 5928

[startup+1.10156 s]
/proc/loadavg: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=6056 CPUtime=1.06
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1203 644 0 0 106 0 0 0 25 0 1 0 57431830 6201344 834 996147200 134512640 135215973 4294956304 18446744073709551615 134593972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 1514 834 415 171 0 439 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 6056

[startup+1.50161 s]
/proc/loadavg: 3.33 3.08 2.42 4/83 16039
/proc/meminfo: memFree=1348424/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=6312 CPUtime=1.46
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1276 644 0 0 146 0 0 0 25 0 1 0 57431830 6463488 907 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 1578 907 415 171 0 503 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6312

[startup+3.10181 s]
/proc/loadavg: 3.22 3.06 2.42 4/84 16044
/proc/meminfo: memFree=1345528/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=6964 CPUtime=3.05
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1412 644 0 0 305 0 0 0 25 0 1 0 57431830 7131136 1043 996147200 134512640 135215973 4294956304 18446744073709551615 134585388 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 1741 1043 415 171 0 666 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6964

[startup+6.30723 s]
/proc/loadavg: 3.12 3.04 2.42 5/84 16044
/proc/meminfo: memFree=1344056/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=8008 CPUtime=6.24
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 1702 644 0 0 624 0 0 0 25 0 1 0 57431830 8200192 1333 996147200 134512640 135215973 4294956304 18446744073709551615 134588292 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 2002 1333 415 171 0 927 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 8008

[startup+12.702 s]
/proc/loadavg: 3.11 3.04 2.42 4/84 16044
/proc/meminfo: memFree=1341832/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=10712 CPUtime=12.62
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 2388 644 0 0 1261 1 0 0 25 0 1 0 57431830 10969088 1966 996147200 134512640 135215973 4294956304 18446744073709551615 135094727 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 2678 1966 415 171 0 1603 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 10712

[startup+25.5016 s]
/proc/loadavg: 3.17 3.06 2.43 4/84 16044
/proc/meminfo: memFree=1339208/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=13332 CPUtime=25.36
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 3060 644 0 0 2534 2 0 0 25 0 1 0 57431830 13651968 2638 996147200 134512640 135215973 4294956304 18446744073709551615 134611139 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 3333 2638 415 171 0 2258 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 13332

[startup+51.1018 s]
/proc/loadavg: 3.11 3.05 2.44 3/84 16044
/proc/meminfo: memFree=1333704/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19108 CPUtime=50.78
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4499 644 0 0 5075 3 0 0 25 0 1 0 57431830 19566592 4012 996147200 134512640 135215973 4294956304 18446744073709551615 134648240 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4777 4012 415 171 0 3702 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 19108

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

[startup+51.9019 s]
/proc/loadavg: 3.02 3.03 2.44 4/84 16044
/proc/meminfo: memFree=1331208/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19108 CPUtime=51.58
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4500 644 0 0 5155 3 0 0 25 0 1 0 57431830 19566592 4013 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4777 4013 415 171 0 3702 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (KiB) 19108

[startup+55.1013 s]
/proc/loadavg: 3.02 3.03 2.44 3/84 16044
/proc/meminfo: memFree=1333576/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19236 CPUtime=54.75
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4539 644 0 0 5472 3 0 0 25 0 1 0 57431830 19697664 4052 996147200 134512640 135215973 4294956304 18446744073709551615 134583274 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4809 4052 415 171 0 3734 0
Current children cumulated CPU time (s) 54.75
Current children cumulated vsize (KiB) 19236

[startup+56.7015 s]
/proc/loadavg: 3.02 3.03 2.44 4/84 16044
/proc/meminfo: memFree=1330952/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19368 CPUtime=56.34
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4580 644 0 0 5631 3 0 0 25 0 1 0 57431830 19832832 4093 996147200 134512640 135215973 4294956304 18446744073709551615 134590085 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4842 4093 415 171 0 3767 0
Current children cumulated CPU time (s) 56.34
Current children cumulated vsize (KiB) 19368

[startup+57.5026 s]
/proc/loadavg: 3.02 3.03 2.44 4/84 16044
/proc/meminfo: memFree=1333128/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19628 CPUtime=57.13
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4630 644 0 0 5710 3 0 0 25 0 1 0 57431830 20099072 4143 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4907 4143 415 171 0 3832 0
Current children cumulated CPU time (s) 57.13
Current children cumulated vsize (KiB) 19628

[startup+58.3017 s]
/proc/loadavg: 3.02 3.03 2.44 4/84 16044
/proc/meminfo: memFree=1332552/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=20024 CPUtime=57.92
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4755 644 0 0 5789 3 0 0 25 0 1 0 57431830 20504576 4268 996147200 134512640 135215973 4294956304 18446744073709551615 134589885 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 5006 4268 415 171 0 3931 0
Current children cumulated CPU time (s) 57.92
Current children cumulated vsize (KiB) 20024

[startup+58.7018 s]
/proc/loadavg: 3.02 3.03 2.44 4/84 16044
/proc/meminfo: memFree=1332552/2055920 swapFree=4192812/4192956
[pid=16039] ppid=16037 vsize=19640 CPUtime=58.32
/proc/16039/stat : 16039 (pcs.big) R 16037 16039 12047 0 -1 4194304 4778 644 0 0 5829 3 0 0 25 0 1 0 57431830 20111360 4206 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16039/statm: 4910 4206 415 171 0 3835 0
Current children cumulated CPU time (s) 58.32
Current children cumulated vsize (KiB) 19640

Child status: 0
Real time (s): 58.7137
CPU time (s): 58.3421
CPU user time (s): 58.3031
CPU system time (s): 0.038994
CPU usage (%): 99.3672
Max. virtual memory (cumulated for all children) (KiB): 20156

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

runsolver used 0.067989 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 02:21:08
IDJOB=2065676
IDBENCH=54398
IDSOLVER=734
FILE ID=node92/2065676-1247703668
PBS_JOBID= 9521134
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= ac55dd76e4d2213a4ecf18f1d515cfb2
RANDOM SEED=1770405100

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1348840 kB
Buffers:         69128 kB
Cached:         459504 kB
SwapCached:          0 kB
Active:         148392 kB
Inactive:       486688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         126912 kB
Slab:            56972 kB
Committed_AS:   597728 kB
PageTables:       2128 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= 66296 MiB
End job on node92 at 2009-07-16 02:22:07