Trace number 2071483

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 39.758 40.0677

DiagnosticValue
ASSIGNMENTS343

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-66_ext.xml
MD5SUM3518e3f195ddf214ca0d283aa45732b4
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 benchmark0.526919
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.18/0.21	c Seed is 242261103
0.18/0.21	c Constructing HOME/instance-2071483-1247710236.xml  with 7549 constraints
0.18/0.21	c Solving 343 backtracks 6 restarts
39.67/40.06	s SATISFIABLE
39.67/40.06	c V0=22, V1=0, V2=8, V3=3, V4=7, V5=1, V6=20, V7=12, V8=4, V9=8, V10=3, V11=30, V12=19, V13=3, V14=14, V15=3, V16=17, V17=1, V18=21, V19=1, V20=25, V21=3, V22=2, V23=2, V24=18, V25=1, V26=16, V27=5, V28=10, V29=2, V30=12, V31=1, V32=6, V33=2, V34=13, V35=0, V36=9, V37=4, V38=15, V39=0, V40=5, V41=16, V42=1, V43=4, V44=24, V45=8, V46=23, V47=4, V48=11, V49=6, V50=3, V51=4, V52=16, V53=24, V54=54, V55=57, V56=60, V57=61, V58=62, V59=65, V60=67, V61=68, V62=73, V63=75, V64=76, V65=78, V66=78, V67=82, V68=82, V69=98, V70=102, V71=110, V72=114, V73=120, V74=120, V75=0, 
39.67/40.06	v 22 0 8 3 7 1 20 12 4 8 3 30 19 3 14 3 17 1 21 1 25 3 2 2 18 1 16 5 10 2 12 1 6 2 13 0 9 4 15 0 5 16 1 4 24 8 23 4 11 6 3 4 16 24 54 57 60 61 62 65 67 68 73 75 76 78 78 82 82 98 102 110 114 120 120 0 
39.67/40.06	d ASSIGNMENTS 343

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-2071483-1247710236/watcher-2071483-1247710236 -o /tmp/evaluation-result-2071483-1247710236/solver-2071483-1247710236 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 242261103 HOME/instance-2071483-1247710236.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.85 1.97 1.99 4/72 11789
/proc/meminfo: memFree=1604936/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=5356 CPUtime=0
/proc/11789/stat : 11789 (pcssolve) R 11787 11789 11752 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 58090080 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11789/statm: 1339 241 200 169 0 50 0
[pid=11790] ppid=11789 vsize=5356 CPUtime=0
/proc/11790/stat : 11790 (pcssolve) R 11789 11789 11752 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58090080 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11790/statm: 1339 241 200 169 0 50 0

[startup+0.080584 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 11789
/proc/meminfo: memFree=1604936/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7216 CPUtime=0.06
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1505 741 0 0 6 0 0 0 18 0 1 0 58090080 7389184 1103 996147200 134512640 135215973 4294956304 18446744073709551615 4158960129 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1804 1103 404 171 0 729 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7216

[startup+0.10158 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 11789
/proc/meminfo: memFree=1604936/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7216 CPUtime=0.08
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1523 741 0 0 8 0 0 0 18 0 1 0 58090080 7389184 1121 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1804 1121 404 171 0 729 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7216

[startup+0.301604 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 11789
/proc/meminfo: memFree=1604936/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7348 CPUtime=0.28
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1582 741 0 0 28 0 0 0 19 0 1 0 58090080 7524352 1180 996147200 134512640 135215973 4294956304 18446744073709551615 135020290 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1837 1180 406 171 0 762 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7348

[startup+0.701642 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 11789
/proc/meminfo: memFree=1604936/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7580 CPUtime=0.67
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1610 741 0 0 67 0 0 0 23 0 1 0 58090080 7761920 1208 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1895 1208 406 171 0 820 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7580

[startup+1.50173 s]
/proc/loadavg: 1.85 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1601600/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7580 CPUtime=1.47
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1610 741 0 0 147 0 0 0 25 0 1 0 58090080 7761920 1208 996147200 134512640 135215973 4294956304 18446744073709551615 135026898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1895 1208 406 171 0 820 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7580

[startup+3.1019 s]
/proc/loadavg: 1.85 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1601472/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7580 CPUtime=3.06
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1614 741 0 0 306 0 0 0 25 0 1 0 58090080 7761920 1212 996147200 134512640 135215973 4294956304 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1895 1212 406 171 0 820 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7580

[startup+6.30225 s]
/proc/loadavg: 1.86 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1601344/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7580 CPUtime=6.23
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1627 741 0 0 623 0 0 0 25 0 1 0 58090080 7761920 1225 996147200 134512640 135215973 4294956304 18446744073709551615 134583234 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1895 1225 406 171 0 820 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7580

[startup+12.7019 s]
/proc/loadavg: 1.87 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1600904/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=7844 CPUtime=12.58
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1694 741 0 0 1258 0 0 0 25 0 1 0 58090080 8032256 1292 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 1961 1292 406 171 0 886 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 7844

[startup+25.5013 s]
/proc/loadavg: 1.90 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1600264/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=8504 CPUtime=25.28
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1852 741 0 0 2528 0 0 0 25 0 1 0 58090080 8708096 1450 996147200 134512640 135215973 4294956304 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2126 1450 406 171 0 1051 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 8504

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

[startup+31.907 s]
/proc/loadavg: 1.91 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1600072/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=8768 CPUtime=31.64
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1904 741 0 0 3164 0 0 0 25 0 1 0 58090080 8978432 1502 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2192 1502 406 171 0 1117 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 8768

[startup+35.1014 s]
/proc/loadavg: 1.91 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599880/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=8900 CPUtime=34.81
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1935 741 0 0 3481 0 0 0 25 0 1 0 58090080 9113600 1533 996147200 134512640 135215973 4294956304 18446744073709551615 135026885 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2225 1533 406 171 0 1150 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 8900

[startup+38.3017 s]
/proc/loadavg: 1.91 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599752/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=9032 CPUtime=37.99
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1968 741 0 0 3799 0 0 0 25 0 1 0 58090080 9248768 1566 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2258 1566 406 171 0 1183 0
Current children cumulated CPU time (s) 37.99
Current children cumulated vsize (KiB) 9032

[startup+39.1018 s]
/proc/loadavg: 1.91 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599688/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=9032 CPUtime=38.78
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1983 741 0 0 3878 0 0 0 25 0 1 0 58090080 9248768 1581 996147200 134512640 135215973 4294956304 18446744073709551615 135020415 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2258 1581 406 171 0 1183 0
Current children cumulated CPU time (s) 38.78
Current children cumulated vsize (KiB) 9032

[startup+39.5018 s]
/proc/loadavg: 1.92 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599624/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=9164 CPUtime=39.18
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1994 741 0 0 3918 0 0 0 25 0 1 0 58090080 9383936 1592 996147200 134512640 135215973 4294956304 18446744073709551615 135026900 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2291 1592 406 171 0 1216 0
Current children cumulated CPU time (s) 39.18
Current children cumulated vsize (KiB) 9164

[startup+39.9019 s]
/proc/loadavg: 1.92 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599624/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=9164 CPUtime=39.57
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1995 741 0 0 3957 0 0 0 25 0 1 0 58090080 9383936 1593 996147200 134512640 135215973 4294956304 18446744073709551615 4158960169 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2291 1593 406 171 0 1216 0
Current children cumulated CPU time (s) 39.57
Current children cumulated vsize (KiB) 9164

[startup+40.0019 s]
/proc/loadavg: 1.92 1.97 1.99 3/73 11794
/proc/meminfo: memFree=1599624/2055920 swapFree=4192812/4192956
[pid=11789] ppid=11787 vsize=9164 CPUtime=39.67
/proc/11789/stat : 11789 (pcs.big) R 11787 11789 11752 0 -1 4194304 1999 741 0 0 3967 0 0 0 25 0 1 0 58090080 9383936 1597 996147200 134512640 135215973 4294956304 18446744073709551615 135020404 0 0 4096 0 0 0 0 17 1 0 0
/proc/11789/statm: 2291 1597 406 171 0 1216 0
Current children cumulated CPU time (s) 39.67
Current children cumulated vsize (KiB) 9164

Child status: 0
Real time (s): 40.0677
CPU time (s): 39.758
CPU user time (s): 39.743
CPU system time (s): 0.014997
CPU usage (%): 99.227
Max. virtual memory (cumulated for all children) (KiB): 9164

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

runsolver used 0.033994 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-16 04:10:36
IDJOB=2071483
IDBENCH=55497
IDSOLVER=733
FILE ID=node21/2071483-1247710236
PBS_JOBID= 9521405
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= 3518e3f195ddf214ca0d283aa45732b4
RANDOM SEED=242261103

node21.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.240
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.240
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:       1605416 kB
Buffers:         62356 kB
Cached:         281928 kB
SwapCached:          0 kB
Active:          95848 kB
Inactive:       279500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          42468 kB
Slab:            60660 kB
Committed_AS:   468448 kB
PageTables:       1748 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= 66324 MiB
End job on node21 at 2009-07-16 04:11:16