Trace number 2059163

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 24.1903 24.3057

DiagnosticValue
ASSIGNMENTS0

General information on the benchmark

Namecsp/marc/
normalized-large-80-sat_ext.xml
MD5SUM86e33c34c980488137ca21c2da6fb96c
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 benchmark8.26574
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.11/0.24	c has big domains
0.11/0.24	c big-domain mode
0.11/0.25	c Seed is 1275158950
0.11/0.25	c Constructing HOME/instance-2059163-1247695011.xml  with 7699 constraints
24.06/24.28	c Solving 0 backtracks
24.06/24.30	s SATISFIABLE
24.06/24.30	c V0=23, V1=23, V2=23, V3=23, V4=23, V5=23, V6=23, V7=23, V8=23, V9=23, V10=23, V11=23, V12=23, V13=23, V14=23, V15=23, V16=23, V17=23, V18=23, V19=23, V20=23, V21=23, V22=23, V23=23, V24=23, V25=23, V26=23, V27=23, V28=23, V29=23, V30=23, V31=23, V32=23, V33=23, V34=23, V35=23, V36=23, V37=23, V38=23, V39=23, V40=23, V41=23, V42=23, V43=23, V44=23, V45=23, V46=23, V47=23, V48=23, V49=23, V50=23, V51=23, V52=23, V53=23, V54=23, V55=23, V56=23, V57=23, V58=23, V59=23, V60=23, V61=23, V62=23, V63=23, V64=23, V65=23, V66=23, V67=23, V68=23, V69=23, V70=23, V71=23, V72=23, V73=23, V74=23, V75=23, V76=23, V77=23, V78=23, V79=23, 
24.06/24.30	v 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 
24.06/24.30	d ASSIGNMENTS 0

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-2059163-1247695011/watcher-2059163-1247695011 -o /tmp/evaluation-result-2059163-1247695011/solver-2059163-1247695011 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1275158950 HOME/instance-2059163-1247695011.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.99 1.85 1.12 4/72 14894
/proc/meminfo: memFree=925088/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=18576 CPUtime=0
/proc/14894/stat : 14894 (runsolver) R 14892 14894 14703 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 56564378 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14894/statm: 4644 284 249 26 0 2626 0

[startup+0.087906 s]
/proc/loadavg: 1.99 1.85 1.12 4/72 14894
/proc/meminfo: memFree=925088/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=5356 CPUtime=0
/proc/14894/stat : 14894 (pcssolve) S 14892 14894 14703 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 56564378 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14894/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101907 s]
/proc/loadavg: 1.99 1.85 1.12 4/72 14894
/proc/meminfo: memFree=925088/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=5356 CPUtime=0
/proc/14894/stat : 14894 (pcssolve) S 14892 14894 14703 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 56564378 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14894/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301921 s]
/proc/loadavg: 1.99 1.85 1.12 4/72 14894
/proc/meminfo: memFree=925088/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=4920 CPUtime=0.27
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 860 656 0 0 5 0 15 7 17 0 1 0 56564378 5038080 491 996147200 134512640 135215973 4294956304 18446744073709551615 134597302 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 1230 491 372 171 0 155 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 4920

[startup+0.70196 s]
/proc/loadavg: 1.99 1.85 1.12 4/72 14894
/proc/meminfo: memFree=925088/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=7224 CPUtime=0.67
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 947 656 0 0 45 0 15 7 20 0 1 0 56564378 7397376 578 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 1806 578 372 171 0 731 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 7224

[startup+1.50104 s]
/proc/loadavg: 1.99 1.85 1.12 3/73 14899
/proc/meminfo: memFree=923928/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=11728 CPUtime=1.46
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 1133 656 0 0 124 0 15 7 25 0 1 0 56564378 12009472 764 996147200 134512640 135215973 4294956304 18446744073709551615 4158960136 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 2932 764 372 171 0 1857 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11728

[startup+3.1012 s]
/proc/loadavg: 1.99 1.85 1.13 3/73 14899
/proc/meminfo: memFree=922584/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=20596 CPUtime=3.06
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 1571 656 0 0 283 1 15 7 25 0 1 0 56564378 21090304 1202 996147200 134512640 135215973 4294956304 18446744073709551615 134597368 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 5149 1202 372 171 0 4074 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20596

[startup+6.30152 s]
/proc/loadavg: 1.99 1.85 1.13 3/73 14899
/proc/meminfo: memFree=918936/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=38032 CPUtime=6.23
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 2427 656 0 0 600 1 15 7 25 0 1 0 56564378 38944768 2058 996147200 134512640 135215973 4294956304 18446744073709551615 7323176 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 9508 2058 372 171 0 8433 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 38032

[startup+12.7022 s]
/proc/loadavg: 1.99 1.85 1.13 3/73 14899
/proc/meminfo: memFree=911768/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=72140 CPUtime=12.61
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 4106 656 0 0 1235 4 15 7 25 0 1 0 56564378 73871360 3737 996147200 134512640 135215973 4294956304 18446744073709551615 7355998 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 18035 3737 372 171 0 16960 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 72140

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

[startup+19.1018 s]
/proc/loadavg: 1.99 1.86 1.14 3/73 14899
/proc/meminfo: memFree=904600/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=105504 CPUtime=18.99
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 5747 656 0 0 1870 7 15 7 25 0 1 0 56564378 108036096 5378 996147200 134512640 135215973 4294956304 18446744073709551615 134740316 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 26376 5378 372 171 0 25301 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 105504

[startup+22.3011 s]
/proc/loadavg: 1.99 1.86 1.14 3/73 14899
/proc/meminfo: memFree=901080/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=121732 CPUtime=22.17
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 6543 656 0 0 2187 8 15 7 25 0 1 0 56564378 124653568 6174 996147200 134512640 135215973 4294956304 18446744073709551615 134837565 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 30433 6174 372 171 0 29358 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (KiB) 121732

[startup+23.1062 s]
/proc/loadavg: 1.99 1.86 1.15 3/73 14899
/proc/meminfo: memFree=899800/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=125640 CPUtime=22.97
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 6748 656 0 0 2267 8 15 7 25 0 1 0 56564378 128655360 6379 996147200 134512640 135215973 4294956304 18446744073709551615 134837565 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 31410 6379 372 171 0 30335 0
Current children cumulated CPU time (s) 22.97
Current children cumulated vsize (KiB) 125640

[startup+23.9013 s]
/proc/loadavg: 1.99 1.86 1.15 3/73 14899
/proc/meminfo: memFree=899800/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=129696 CPUtime=23.76
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194304 6934 656 0 0 2346 8 15 7 25 0 1 0 56564378 132808704 6565 996147200 134512640 135215973 4294956304 18446744073709551615 7355961 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 32424 6565 372 171 0 31349 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 129696

[startup+24.3015 s]
/proc/loadavg: 1.99 1.86 1.15 3/73 14899
/proc/meminfo: memFree=898840/2055920 swapFree=4192812/4192956
[pid=14894] ppid=14892 vsize=0 CPUtime=24.16
/proc/14894/stat : 14894 (pcs.big) R 14892 14894 14703 0 -1 4194308 7645 656 0 0 2385 9 15 7 25 0 1 0 56564378 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.3057
CPU time (s): 24.1903
CPU user time (s): 24.0173
CPU system time (s): 0.172973
CPU usage (%): 99.5254
Max. virtual memory (cumulated for all children) (KiB): 132088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0173
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8301
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= 23
involuntary context switches= 305

runsolver used 0.024996 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-15 23:56:56
IDJOB=2059163
IDBENCH=53557
IDSOLVER=733
FILE ID=node67/2059163-1247695011
PBS_JOBID= 9521181
Free space on /tmp= 66276 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/marc/normalized-large-80-sat_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059163-1247695011/watcher-2059163-1247695011 -o /tmp/evaluation-result-2059163-1247695011/solver-2059163-1247695011 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1275158950 HOME/instance-2059163-1247695011.xml

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

MD5SUM BENCH= 86e33c34c980488137ca21c2da6fb96c
RANDOM SEED=1275158950

node67.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.239
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.239
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:        925568 kB
Buffers:         74864 kB
Cached:         699044 kB
SwapCached:          0 kB
Active:         528984 kB
Inactive:       522836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           59124 kB
Writeback:           0 kB
Mapped:         289356 kB
Slab:            63140 kB
Committed_AS:   776104 kB
PageTables:       2472 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= 66276 MiB
End job on node67 at 2009-07-15 23:57:21