Trace number 2079283

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.2UNSAT 169.248 170.606

DiagnosticValue
ASSIGNMENTS3349

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-10_ext.xml
MD5SUM6393e0ec996895229b3506a2e9ce2e61
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31789
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.02	c Seed is 499103264
0.00/0.02	c Constructing HOME/instance-2079283-1247716679.xml  with 18 constraints
0.00/0.05	c Solving 3349 backtracks 11 restarts
169.22/170.60	s UNSATISFIABLE
169.22/170.60	d ASSIGNMENTS 3349

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079283-1247716679/watcher-2079283-1247716679 -o /tmp/evaluation-result-2079283-1247716679/solver-2079283-1247716679 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 499103264 HOME/instance-2079283-1247716679.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.93 1.98 1.99 4/82 15272
/proc/meminfo: memFree=918072/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=5356 CPUtime=0
/proc/15272/stat : 15272 (pcssolve) R 15270 15272 13004 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58732761 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 254613711519 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15272/statm: 1339 241 200 169 0 50 0
[pid=15273] ppid=15272 vsize=0 CPUtime=0
/proc/15273/stat : 15273 (fgrep) Z 15272 15272 13004 0 -1 4194316 211 0 0 0 0 0 0 0 21 0 1 0 58732761 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/15273/statm: 0 0 0 0 0 0 0

[startup+0.0580669 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 15272
/proc/meminfo: memFree=918072/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=0.03
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 941 989 0 0 3 0 0 0 24 0 1 0 58732761 5001216 550 996147200 134512640 135095119 4294956304 18446744073709551615 134918169 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 550 389 142 0 175 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4884

[startup+0.102072 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 15272
/proc/meminfo: memFree=918072/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=0.08
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 941 989 0 0 8 0 0 0 24 0 1 0 58732761 5001216 550 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 550 389 142 0 175 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4884

[startup+0.302093 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 15272
/proc/meminfo: memFree=918072/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=0.28
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 942 989 0 0 28 0 0 0 25 0 1 0 58732761 5001216 551 996147200 134512640 135095119 4294956304 18446744073709551615 134839497 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 551 389 142 0 175 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4884

[startup+0.701138 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 15272
/proc/meminfo: memFree=918072/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=0.67
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 942 989 0 0 67 0 0 0 25 0 1 0 58732761 5001216 551 996147200 134512640 135095119 4294956304 18446744073709551615 134555056 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 551 389 142 0 175 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 4884

[startup+1.50123 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 15278
/proc/meminfo: memFree=917168/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=1.46
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 945 989 0 0 146 0 0 0 25 0 1 0 58732761 5001216 554 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 554 389 142 0 175 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 4884

[startup+3.1014 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 15278
/proc/meminfo: memFree=917040/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=3.05
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 948 989 0 0 305 0 0 0 25 0 1 0 58732761 5001216 557 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 557 389 142 0 175 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 4884

[startup+6.30176 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 15278
/proc/meminfo: memFree=917040/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=4884 CPUtime=6.22
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 953 989 0 0 622 0 0 0 25 0 1 0 58732761 5001216 562 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1221 562 389 142 0 175 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 4884

[startup+12.7015 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 15278
/proc/meminfo: memFree=916912/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=5016 CPUtime=12.57
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 979 989 0 0 1257 0 0 0 25 0 1 0 58732761 5136384 588 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1254 588 389 142 0 208 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 5016

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 15278
/proc/meminfo: memFree=916848/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=5144 CPUtime=25.26
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1031 989 0 0 2526 0 0 0 25 0 1 0 58732761 5267456 607 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1286 607 389 142 0 240 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 5144

[startup+51.1028 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 15278
/proc/meminfo: memFree=916720/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=5528 CPUtime=50.63
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1154 989 0 0 5063 0 0 0 25 0 1 0 58732761 5660672 665 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1382 665 389 142 0 336 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 5528

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 15278
/proc/meminfo: memFree=916080/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6304 CPUtime=101.41
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1432 989 0 0 10140 1 0 0 25 0 1 0 58732761 6455296 814 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/15272/statm: 1576 814 389 142 0 530 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 6304

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=943496/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=160.96
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1614 989 0 0 16095 1 0 0 25 0 1 0 58732761 6860800 996 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 996 389 142 0 629 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 6700

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

[startup+166.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=943368/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=164.94
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1625 989 0 0 16493 1 0 0 25 0 1 0 58732761 6860800 1007 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1007 389 142 0 629 0
Current children cumulated CPU time (s) 164.94
Current children cumulated vsize (KiB) 6700

[startup+167.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=942856/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=166.54
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1631 989 0 0 16653 1 0 0 25 0 1 0 58732761 6860800 1013 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1013 389 142 0 629 0
Current children cumulated CPU time (s) 166.54
Current children cumulated vsize (KiB) 6700

[startup+169.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=942792/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=168.13
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1636 989 0 0 16812 1 0 0 25 0 1 0 58732761 6860800 1018 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1018 389 142 0 629 0
Current children cumulated CPU time (s) 168.13
Current children cumulated vsize (KiB) 6700

[startup+170.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=942792/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=168.92
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1638 989 0 0 16891 1 0 0 25 0 1 0 58732761 6860800 1020 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1020 389 142 0 629 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 6700

[startup+170.506 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=942792/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=169.13
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1640 989 0 0 16912 1 0 0 25 0 1 0 58732761 6860800 1022 996147200 134512640 135095119 4294956304 18446744073709551615 134927001 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1022 389 142 0 629 0
Current children cumulated CPU time (s) 169.13
Current children cumulated vsize (KiB) 6700

[startup+170.602 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 15312
/proc/meminfo: memFree=942792/2055920 swapFree=4192948/4192956
[pid=15272] ppid=15270 vsize=6700 CPUtime=169.22
/proc/15272/stat : 15272 (pcs.small) R 15270 15272 13004 0 -1 4194304 1640 989 0 0 16921 1 0 0 25 0 1 0 58732761 6860800 1022 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/15272/statm: 1675 1022 389 142 0 629 0
Current children cumulated CPU time (s) 169.22
Current children cumulated vsize (KiB) 6700

Child status: 0
Real time (s): 170.606
CPU time (s): 169.248
CPU user time (s): 169.226
CPU system time (s): 0.021996
CPU usage (%): 99.204
Max. virtual memory (cumulated for all children) (KiB): 6700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.226
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= 2632
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= 20
involuntary context switches= 6312

runsolver used 0.173973 second user time and 0.45693 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 05:57:59
IDJOB=2079283
IDBENCH=56876
IDSOLVER=734
FILE ID=node87/2079283-1247716679
PBS_JOBID= 9521330
Free space on /tmp= 66160 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-10_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079283-1247716679/watcher-2079283-1247716679 -o /tmp/evaluation-result-2079283-1247716679/solver-2079283-1247716679 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 499103264 HOME/instance-2079283-1247716679.xml

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

MD5SUM BENCH= 6393e0ec996895229b3506a2e9ce2e61
RANDOM SEED=499103264

node87.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.236
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.236
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:        918488 kB
Buffers:        123424 kB
Cached:         860936 kB
SwapCached:          8 kB
Active:         127480 kB
Inactive:       905244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        918488 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          68520 kB
Slab:            89696 kB
Committed_AS:   631104 kB
PageTables:       2012 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= 66160 MiB
End job on node87 at 2009-07-16 06:00:50