Trace number 2090602

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 66.3569 66.9361

DiagnosticValue
ASSIGNMENTS4906

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-8_ext.xml
MD5SUM3f64bdcd8c7d51a22e2c64cb86343fe4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.157975
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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.02	c Seed is 883735852
0.00/0.02	c Constructing HOME/instance-2090602-1247731035.xml  with 252 constraints
0.18/0.23	c Solving 4906 backtracks 12 restarts
66.30/66.93	s SATISFIABLE
66.30/66.93	c V0=20, V1=0, V2=7, V3=31, V4=24, V5=2, V6=1, V7=10, V8=13, V9=27, V10=13, V11=24, V12=15, V13=6, V14=16, V15=37, V16=35, V17=36, V18=15, V19=9, V20=36, V21=7, V22=11, V23=1, V24=29, V25=26, V26=7, V27=0, V28=4, V29=8, V30=5, V31=30, V32=13, V33=30, V34=36, V35=2, V36=37, V37=23, V38=0, V39=16, 
66.30/66.93	v 20 0 7 31 24 2 1 10 13 27 13 24 15 6 16 37 35 36 15 9 36 7 11 1 29 26 7 0 4 8 5 30 13 30 36 2 37 23 0 16 
66.30/66.93	d ASSIGNMENTS 4906

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-2090602-1247731035/watcher-2090602-1247731035 -o /tmp/evaluation-result-2090602-1247731035/solver-2090602-1247731035 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 883735852 HOME/instance-2090602-1247731035.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.04 2.07 2.06 4/72 15099
/proc/meminfo: memFree=1539280/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=5356 CPUtime=0
/proc/15099/stat : 15099 (pcssolve) R 15097 15099 14343 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 60170567 5484544 233 996147200 4194304 4889804 548682068800 18446744073709551615 4325772 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15099/statm: 1339 233 194 169 0 50 0

[startup+0.0599371 s]
/proc/loadavg: 2.04 2.07 2.06 4/72 15099
/proc/meminfo: memFree=1539280/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=4888 CPUtime=0.04
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 886 656 0 0 4 0 0 0 23 0 1 0 60170567 5005312 517 996147200 134512640 135215973 4294956304 18446744073709551615 134882182 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1222 517 383 171 0 147 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4888

[startup+0.101782 s]
/proc/loadavg: 2.04 2.07 2.06 4/72 15099
/proc/meminfo: memFree=1539280/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=5436 CPUtime=0.08
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 982 656 0 0 8 0 0 0 23 0 1 0 60170567 5566464 613 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1359 613 385 171 0 284 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5436

[startup+0.301822 s]
/proc/loadavg: 2.04 2.07 2.06 4/72 15099
/proc/meminfo: memFree=1539280/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=7164 CPUtime=0.28
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1375 656 0 0 28 0 0 0 25 0 1 0 60170567 7335936 1006 996147200 134512640 135215973 4294956304 18446744073709551615 4158960083 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1791 1006 403 171 0 716 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7164

[startup+0.7019 s]
/proc/loadavg: 2.04 2.07 2.06 4/72 15099
/proc/meminfo: memFree=1539280/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=7164 CPUtime=0.68
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1380 656 0 0 68 0 0 0 25 0 1 0 60170567 7335936 1011 996147200 134512640 135215973 4294956304 18446744073709551615 134592187 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1791 1011 403 171 0 716 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7164

[startup+1.50106 s]
/proc/loadavg: 2.04 2.07 2.06 3/73 15104
/proc/meminfo: memFree=1536648/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=7164 CPUtime=1.47
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1395 656 0 0 147 0 0 0 25 0 1 0 60170567 7335936 1026 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1791 1026 403 171 0 716 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7164

[startup+3.10138 s]
/proc/loadavg: 2.04 2.07 2.06 3/73 15104
/proc/meminfo: memFree=1536328/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=7164 CPUtime=3.06
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1429 656 0 0 306 0 0 0 25 0 1 0 60170567 7335936 1060 996147200 134512640 135215973 4294956304 18446744073709551615 134583256 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1791 1060 403 171 0 716 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7164

[startup+6.30201 s]
/proc/loadavg: 2.04 2.07 2.06 3/73 15104
/proc/meminfo: memFree=1535880/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=7304 CPUtime=6.23
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1487 656 0 0 623 0 0 0 25 0 1 0 60170567 7479296 1118 996147200 134512640 135215973 4294956304 18446744073709551615 134597397 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 1826 1118 403 171 0 751 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7304

[startup+12.7013 s]
/proc/loadavg: 2.03 2.07 2.05 3/73 15104
/proc/meminfo: memFree=1534088/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=8360 CPUtime=12.57
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 1792 656 0 0 1257 0 0 0 25 0 1 0 60170567 8560640 1423 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 2090 1423 403 171 0 1015 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 8360

[startup+25.5018 s]
/proc/loadavg: 2.02 2.06 2.05 3/73 15104
/proc/meminfo: memFree=1529864/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=11912 CPUtime=25.27
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 2669 656 0 0 2526 1 0 0 25 0 1 0 60170567 12197888 2235 996147200 134512640 135215973 4294956304 18446744073709551615 135013315 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 2978 2235 403 171 0 1903 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 11912

[startup+51.1018 s]
/proc/loadavg: 2.02 2.06 2.05 3/73 15104
/proc/meminfo: memFree=1516616/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=18360 CPUtime=50.65
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 4358 656 0 0 5064 1 0 0 25 0 1 0 60170567 18800640 3795 996147200 134512640 135215973 4294956304 18446744073709551615 134600768 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 4590 3795 403 171 0 3515 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 18360

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

[startup+57.5011 s]
/proc/loadavg: 2.01 2.06 2.05 3/73 15104
/proc/meminfo: memFree=1514952/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=19936 CPUtime=56.98
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 4766 656 0 0 5697 1 0 0 25 0 1 0 60170567 20414464 4170 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 4984 4170 403 171 0 3909 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 19936

[startup+63.9014 s]
/proc/loadavg: 2.01 2.06 2.05 3/73 15104
/proc/meminfo: memFree=1513032/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=21520 CPUtime=63.33
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 5181 656 0 0 6332 1 0 0 25 0 1 0 60170567 22036480 4585 996147200 134512640 135215973 4294956304 18446744073709551615 135018582 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 5380 4585 403 171 0 4305 0
Current children cumulated CPU time (s) 63.33
Current children cumulated vsize (KiB) 21520

[startup+65.5017 s]
/proc/loadavg: 2.01 2.05 2.05 3/73 15104
/proc/meminfo: memFree=1512648/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=21916 CPUtime=64.92
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 5291 656 0 0 6491 1 0 0 25 0 1 0 60170567 22441984 4695 996147200 134512640 135215973 4294956304 18446744073709551615 134599856 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 5479 4695 403 171 0 4404 0
Current children cumulated CPU time (s) 64.92
Current children cumulated vsize (KiB) 21916

[startup+66.3018 s]
/proc/loadavg: 2.01 2.05 2.05 3/73 15104
/proc/meminfo: memFree=1512328/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=22048 CPUtime=65.71
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 5338 656 0 0 6570 1 0 0 25 0 1 0 60170567 22577152 4742 996147200 134512640 135215973 4294956304 18446744073709551615 134600016 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 5512 4742 403 171 0 4437 0
Current children cumulated CPU time (s) 65.71
Current children cumulated vsize (KiB) 22048

[startup+66.7019 s]
/proc/loadavg: 2.01 2.05 2.05 3/73 15104
/proc/meminfo: memFree=1512328/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=22180 CPUtime=66.11
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 5365 656 0 0 6610 1 0 0 25 0 1 0 60170567 22712320 4769 996147200 134512640 135215973 4294956304 18446744073709551615 134532922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 5545 4769 403 171 0 4470 0
Current children cumulated CPU time (s) 66.11
Current children cumulated vsize (KiB) 22180

[startup+66.9019 s]
/proc/loadavg: 2.01 2.05 2.05 3/73 15104
/proc/meminfo: memFree=1512328/2055920 swapFree=4192812/4192956
[pid=15099] ppid=15097 vsize=22180 CPUtime=66.3
/proc/15099/stat : 15099 (pcs.big) R 15097 15099 14343 0 -1 4194304 5378 656 0 0 6629 1 0 0 25 0 1 0 60170567 22712320 4782 996147200 134512640 135215973 4294956304 18446744073709551615 135026915 0 0 4096 0 0 0 0 17 1 0 0
/proc/15099/statm: 5545 4782 403 171 0 4470 0
Current children cumulated CPU time (s) 66.3
Current children cumulated vsize (KiB) 22180

Child status: 0
Real time (s): 66.9361
CPU time (s): 66.3569
CPU user time (s): 66.3299
CPU system time (s): 0.026995
CPU usage (%): 99.1347
Max. virtual memory (cumulated for all children) (KiB): 22180

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

runsolver used 0.05999 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-16 09:57:16
IDJOB=2090602
IDBENCH=59806
IDSOLVER=734
FILE ID=node11/2090602-1247731035
PBS_JOBID= 9521647
Free space on /tmp= 66420 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090602-1247731035/watcher-2090602-1247731035 -o /tmp/evaluation-result-2090602-1247731035/solver-2090602-1247731035 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 883735852 HOME/instance-2090602-1247731035.xml

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

MD5SUM BENCH= 3f64bdcd8c7d51a22e2c64cb86343fe4
RANDOM SEED=883735852

node11.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.274
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.274
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:       1539760 kB
Buffers:         77076 kB
Cached:         318956 kB
SwapCached:          0 kB
Active:         127708 kB
Inactive:       319124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          62204 kB
Slab:            54692 kB
Committed_AS:   543092 kB
PageTables:       1900 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= 66416 MiB
End job on node11 at 2009-07-16 09:58:23