Trace number 2071451

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 89.0975 89.7825

DiagnosticValue
ASSIGNMENTS659

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2938
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
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.01	c Seed is 969324697
0.00/0.01	c Constructing HOME/instance-2071451-1247710193.xml  with 7549 constraints
0.00/0.06	c Solving 659 backtracks 7 restarts
89.00/89.78	s SATISFIABLE
89.00/89.78	c V0=16, V1=3, V2=7, V3=6, V4=23, V5=2, V6=18, V7=6, V8=20, V9=11, V10=19, V11=6, V12=9, V13=3, V14=24, V15=1, V16=13, V17=5, V18=8, V19=12, V20=2, V21=5, V22=11, V23=4, V24=25, V25=0, V26=1, V27=4, V28=3, V29=12, V30=5, V31=19, V32=21, V33=13, V34=17, V35=1, V36=10, V37=2, V38=12, V39=4, V40=14, V41=2, V42=6, V43=3, V44=22, V45=0, V46=4, V47=2, V48=15, V49=7, V50=9, V51=11, V52=17, V53=28, V54=34, V55=37, V56=38, V57=43, V58=55, V59=60, V60=64, V61=64, V62=68, V63=80, V64=99, V65=112, V66=113, V67=115, V68=119, V69=121, V70=124, V71=124, V72=126, V73=133, V74=133, V75=0, 
89.00/89.78	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 0 
89.00/89.78	d ASSIGNMENTS 659

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-2071451-1247710193/watcher-2071451-1247710193 -o /tmp/evaluation-result-2071451-1247710193/solver-2071451-1247710193 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 969324697 HOME/instance-2071451-1247710193.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.98 1.97 1.99 4/72 9895
/proc/meminfo: memFree=1617600/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=5356 CPUtime=0
/proc/9895/stat : 9895 (pcssolve) R 9893 9895 9816 0 -1 4194304 232 0 0 0 0 0 0 0 20 0 1 0 58081911 5484544 200 996147200 4194304 4889804 548682068800 18446744073709551615 4397072 0 0 4100 65536 0 0 0 17 1 0 0
/proc/9895/statm: 1339 200 164 169 0 50 0

[startup+0.074071 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 9895
/proc/meminfo: memFree=1617600/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7136 CPUtime=0.05
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1514 749 0 0 5 0 0 0 24 0 1 0 58081911 7307264 1110 996147200 134512640 135215973 4294956304 18446744073709551615 4158853402 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1784 1110 404 171 0 709 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7136

[startup+0.102077 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 9895
/proc/meminfo: memFree=1617600/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7268 CPUtime=0.08
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1538 749 0 0 8 0 0 0 24 0 1 0 58081911 7442432 1134 996147200 134512640 135215973 4294956304 18446744073709551615 134599830 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1817 1134 404 171 0 742 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7268

[startup+0.302096 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 9895
/proc/meminfo: memFree=1617600/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7432 CPUtime=0.28
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1588 749 0 0 28 0 0 0 25 0 1 0 58081911 7610368 1184 996147200 134512640 135215973 4294956304 18446744073709551615 134600191 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1858 1184 406 171 0 783 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7432

[startup+0.701141 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 9895
/proc/meminfo: memFree=1617600/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7432 CPUtime=0.68
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1591 749 0 0 68 0 0 0 25 0 1 0 58081911 7610368 1187 996147200 134512640 135215973 4294956304 18446744073709551615 134589765 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1858 1187 406 171 0 783 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7432

[startup+1.50123 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1614264/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7432 CPUtime=1.47
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1592 749 0 0 147 0 0 0 25 0 1 0 58081911 7610368 1188 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1858 1188 406 171 0 783 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7432

[startup+3.10141 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1613944/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7604 CPUtime=3.06
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1638 749 0 0 306 0 0 0 25 0 1 0 58081911 7786496 1234 996147200 134512640 135215973 4294956304 18446744073709551615 135020239 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1901 1234 406 171 0 826 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7604

[startup+6.30177 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1613880/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7744 CPUtime=6.25
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1641 749 0 0 624 1 0 0 25 0 1 0 58081911 7929856 1237 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1936 1237 406 171 0 861 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7744

[startup+12.7015 s]
/proc/loadavg: 1.98 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1612544/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=7876 CPUtime=12.6
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1687 749 0 0 1259 1 0 0 25 0 1 0 58081911 8065024 1283 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 1969 1283 406 171 0 894 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 7876

[startup+25.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1612032/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=8400 CPUtime=25.29
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 1821 749 0 0 2528 1 0 0 25 0 1 0 58081911 8601600 1417 996147200 134512640 135215973 4294956304 18446744073709551615 135020332 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2100 1417 406 171 0 1025 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 8400

[startup+51.1029 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1609856/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=9188 CPUtime=50.7
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2017 749 0 0 5069 1 0 0 25 0 1 0 58081911 9408512 1613 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2297 1613 406 171 0 1222 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 9188

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

[startup+76.7018 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1606464/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=10372 CPUtime=76.1
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2322 749 0 0 7609 1 0 0 25 0 1 0 58081911 10620928 1885 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2593 1885 406 171 0 1518 0
Current children cumulated CPU time (s) 76.1
Current children cumulated vsize (KiB) 10372

[startup+83.1015 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1606080/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=10636 CPUtime=82.45
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2383 749 0 0 8244 1 0 0 25 0 1 0 58081911 10891264 1946 996147200 134512640 135215973 4294956304 18446744073709551615 135020196 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2659 1946 406 171 0 1584 0
Current children cumulated CPU time (s) 82.45
Current children cumulated vsize (KiB) 10636

[startup+86.3018 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1604864/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=10768 CPUtime=85.63
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2420 749 0 0 8562 1 0 0 25 0 1 0 58081911 11026432 1983 996147200 134512640 135215973 4294956304 18446744073709551615 135020415 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2692 1983 406 171 0 1617 0
Current children cumulated CPU time (s) 85.63
Current children cumulated vsize (KiB) 10768

[startup+87.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1604416/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=11288 CPUtime=87.22
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2565 749 0 0 8721 1 0 0 25 0 1 0 58081911 11558912 2063 996147200 134512640 135215973 4294956304 18446744073709551615 134641100 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2822 2063 406 171 0 1747 0
Current children cumulated CPU time (s) 87.22
Current children cumulated vsize (KiB) 11288

[startup+88.7011 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1604416/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=11288 CPUtime=88.01
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2565 749 0 0 8800 1 0 0 25 0 1 0 58081911 11558912 2063 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2822 2063 406 171 0 1747 0
Current children cumulated CPU time (s) 88.01
Current children cumulated vsize (KiB) 11288

[startup+89.5012 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1604416/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=11288 CPUtime=88.8
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2565 749 0 0 8879 1 0 0 25 0 1 0 58081911 11558912 2063 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2822 2063 406 171 0 1747 0
Current children cumulated CPU time (s) 88.8
Current children cumulated vsize (KiB) 11288

[startup+89.7012 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 9900
/proc/meminfo: memFree=1604416/2055920 swapFree=4191904/4192956
[pid=9895] ppid=9893 vsize=11288 CPUtime=89
/proc/9895/stat : 9895 (pcs.big) R 9893 9895 9816 0 -1 4194304 2566 749 0 0 8899 1 0 0 25 0 1 0 58081911 11558912 2064 996147200 134512640 135215973 4294956304 18446744073709551615 135020407 0 0 4096 0 0 0 0 17 0 0 0
/proc/9895/statm: 2822 2064 406 171 0 1747 0
Current children cumulated CPU time (s) 89
Current children cumulated vsize (KiB) 11288

Child status: 0
Real time (s): 89.7825
CPU time (s): 89.0975
CPU user time (s): 89.0735
CPU system time (s): 0.023996
CPU usage (%): 99.237
Max. virtual memory (cumulated for all children) (KiB): 11288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.0735
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3318
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= 14
involuntary context switches= 2103

runsolver used 0.068989 second user time and 0.263959 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-16 04:09:53
IDJOB=2071451
IDBENCH=55494
IDSOLVER=734
FILE ID=node63/2071451-1247710193
PBS_JOBID= 9521395
Free space on /tmp= 66208 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-13_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071451-1247710193/watcher-2071451-1247710193 -o /tmp/evaluation-result-2071451-1247710193/solver-2071451-1247710193 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 969324697 HOME/instance-2071451-1247710193.xml

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

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=969324697

node63.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.232
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.232
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:       1618080 kB
Buffers:         77196 kB
Cached:         160204 kB
SwapCached:        260 kB
Active:         160844 kB
Inactive:       186500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618080 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         120856 kB
Slab:            75532 kB
Committed_AS:   607232 kB
PageTables:       1996 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= 66204 MiB
End job on node63 at 2009-07-16 04:11:23