Trace number 2090590

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 28.6336 28.777

DiagnosticValue
ASSIGNMENTS1879

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-82_ext.xml
MD5SUMbbc26e15be17338cfa70b9136dc76a65
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 benchmark3.47147
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.17/0.21	c Seed is 1096515808
0.17/0.21	c Constructing HOME/instance-2090590-1247731035.xml  with 213 constraints
0.17/0.23	c Solving 1879 backtracks 10 restarts
28.54/28.77	s SATISFIABLE
28.54/28.77	c V0=0, V1=34, V2=3, V3=8, V4=39, V5=0, V6=32, V7=22, V8=22, V9=0, V10=9, V11=37, V12=34, V13=8, V14=30, V15=16, V16=6, V17=28, V18=33, V19=34, V20=11, V21=25, V22=36, V23=16, V24=26, V25=15, V26=10, V27=37, V28=3, V29=33, V30=34, V31=39, V32=38, V33=20, V34=4, V35=6, V36=28, V37=36, V38=7, V39=18, 
28.54/28.77	v 0 34 3 8 39 0 32 22 22 0 9 37 34 8 30 16 6 28 33 34 11 25 36 16 26 15 10 37 3 33 34 39 38 20 4 6 28 36 7 18 
28.54/28.77	d ASSIGNMENTS 1879

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-2090590-1247731035/watcher-2090590-1247731035 -o /tmp/evaluation-result-2090590-1247731035/solver-2090590-1247731035 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1096515808 HOME/instance-2090590-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: 1.80 1.94 1.98 4/72 15683
/proc/meminfo: memFree=1545360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=18576 CPUtime=0
/proc/15683/stat : 15683 (runsolver) R 15681 15683 14544 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60169987 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15683/statm: 4644 284 249 26 0 2626 0

[startup+0.058067 s]
/proc/loadavg: 1.80 1.94 1.98 4/72 15683
/proc/meminfo: memFree=1545360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=4884 CPUtime=0.03
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 887 656 0 0 3 0 0 0 18 0 1 0 60169987 5001216 518 996147200 134512640 135215973 4294956304 18446744073709551615 134583456 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1221 518 385 171 0 146 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4884

[startup+0.101068 s]
/proc/loadavg: 1.80 1.94 1.98 4/72 15683
/proc/meminfo: memFree=1545360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=5424 CPUtime=0.08
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 982 656 0 0 8 0 0 0 18 0 1 0 60169987 5554176 613 996147200 134512640 135215973 4294956304 18446744073709551615 134783562 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1356 613 385 171 0 281 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5424

[startup+0.301092 s]
/proc/loadavg: 1.80 1.94 1.98 4/72 15683
/proc/meminfo: memFree=1545360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7156 CPUtime=0.27
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1364 656 0 0 27 0 0 0 19 0 1 0 60169987 7327744 995 996147200 134512640 135215973 4294956304 18446744073709551615 135018545 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1789 995 403 171 0 714 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7156

[startup+0.701133 s]
/proc/loadavg: 1.80 1.94 1.98 4/72 15683
/proc/meminfo: memFree=1545360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7156 CPUtime=0.67
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1369 656 0 0 67 0 0 0 23 0 1 0 60169987 7327744 1000 996147200 134512640 135215973 4294956304 18446744073709551615 134609908 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1789 1000 403 171 0 714 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7156

[startup+1.50122 s]
/proc/loadavg: 1.80 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1542856/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7156 CPUtime=1.47
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1379 656 0 0 147 0 0 0 25 0 1 0 60169987 7327744 1010 996147200 134512640 135215973 4294956304 18446744073709551615 135010988 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1789 1010 403 171 0 714 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7156

[startup+3.10139 s]
/proc/loadavg: 1.80 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1542600/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7156 CPUtime=3.07
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1398 656 0 0 306 1 0 0 25 0 1 0 60169987 7327744 1029 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1789 1029 403 171 0 714 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7156

[startup+6.30174 s]
/proc/loadavg: 1.81 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1542216/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7156 CPUtime=6.25
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1452 656 0 0 624 1 0 0 25 0 1 0 60169987 7327744 1083 996147200 134512640 135215973 4294956304 18446744073709551615 134583241 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1789 1083 403 171 0 714 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7156

[startup+12.7014 s]
/proc/loadavg: 1.83 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1541320/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=7816 CPUtime=12.62
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 1653 656 0 0 1261 1 0 0 25 0 1 0 60169987 8003584 1284 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1954 1284 403 171 0 879 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 7816

[startup+25.5018 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1538248/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=10312 CPUtime=25.36
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 2312 656 0 0 2535 1 0 0 25 0 1 0 60169987 10559488 1910 996147200 134512640 135215973 4294956304 18446744073709551615 135010837 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 2578 1910 403 171 0 1503 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 10312

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

[startup+27.102 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1537992/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=10576 CPUtime=26.95
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 2389 656 0 0 2694 1 0 0 25 0 1 0 60169987 10829824 1987 996147200 134512640 135215973 4294956304 18446744073709551615 4158960000 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 2644 1987 403 171 0 1569 0
Current children cumulated CPU time (s) 26.95
Current children cumulated vsize (KiB) 10576

[startup+27.9011 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1537736/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=10708 CPUtime=27.75
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 2422 656 0 0 2774 1 0 0 25 0 1 0 60169987 10964992 2020 996147200 134512640 135215973 4294956304 18446744073709551615 135026840 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 2677 2020 403 171 0 1602 0
Current children cumulated CPU time (s) 27.75
Current children cumulated vsize (KiB) 10708

[startup+28.3011 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1537736/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=10972 CPUtime=28.15
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 2463 656 0 0 2814 1 0 0 25 0 1 0 60169987 11235328 2061 996147200 134512640 135215973 4294956304 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 2743 2061 403 171 0 1668 0
Current children cumulated CPU time (s) 28.15
Current children cumulated vsize (KiB) 10972

[startup+28.7012 s]
/proc/loadavg: 1.87 1.94 1.98 3/73 15688
/proc/meminfo: memFree=1537288/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=10972 CPUtime=28.54
/proc/15683/stat : 15683 (pcs.big) R 15681 15683 14544 0 -1 4194304 2466 656 0 0 2853 1 0 0 25 0 1 0 60169987 11235328 2064 996147200 134512640 135215973 4294956304 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 2743 2064 403 171 0 1668 0
Current children cumulated CPU time (s) 28.54
Current children cumulated vsize (KiB) 10972

Child status: 0
Real time (s): 28.777
CPU time (s): 28.6336
CPU user time (s): 28.6117
CPU system time (s): 0.021996
CPU usage (%): 99.502
Max. virtual memory (cumulated for all children) (KiB): 10972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6117
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3128
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= 18
involuntary context switches= 355

runsolver used 0.049992 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-16 09:57:15
IDJOB=2090590
IDBENCH=59798
IDSOLVER=733
FILE ID=node21/2090590-1247731035
PBS_JOBID= 9521534
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= bbc26e15be17338cfa70b9136dc76a65
RANDOM SEED=1096515808

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:       1545840 kB
Buffers:         78868 kB
Cached:         317912 kB
SwapCached:          0 kB
Active:         119648 kB
Inactive:       314304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          48600 kB
Slab:            61528 kB
Committed_AS:   479860 kB
PageTables:       1752 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 09:57:44