Trace number 2079074

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 2.09768 2.11843

DiagnosticValue
ASSIGNMENTS26

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle22.xml
MD5SUM4fd9722e59aa2e5ca5e508f77baf17c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.412936
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.00/0.03	c Seed is 1999179275
0.00/0.03	c Constructing HOME/instance-2079074-1247716620.xml  with 7558 constraints
0.38/0.45	c Solving 26 backtracks 1 restarts
2.07/2.11	s SATISFIABLE
2.07/2.11	c V0=2, V1=11, V2=0, V3=12, V4=18, V5=0, V6=17, V7=8, V8=17, V9=4, V10=25, V11=11, V12=4, V13=6, V14=14, V15=4, V16=2, V17=20, V18=13, V19=14, V20=13, V21=4, V22=14, V23=20, V24=8, V25=17, V26=3, V27=20, V28=14, V29=4, V30=18, V31=19, V32=4, V33=19, V34=17, V35=14, V36=15, V37=7, V38=0, V39=11, V40=11, V41=0, V42=23, V43=8, V44=4, V45=18, V46=7, V47=20, V48=13, V49=25, V50=8, V51=15, V52=4, V53=15, V54=18, V55=14, V56=12, V57=18, V58=11, V59=8, V60=15, V61=18, V62=20, V63=17, V64=20, V65=18, V66=14, V67=11, V68=8, V69=12, V70=19, V71=14, V72=17, V73=24, V74=18, V75=21, V76=8, V77=4, V78=13, V79=18, V80=13, V81=0, V82=2, V83=18, V84=4, V85=19, V86=2, V87=0, V88=18, V89=19, V90=4, V91=11, V92=14, V93=1, V94=17, V95=0, V96=13, V97=2, V98=14, V99=0, V100=2, V101=19, V102=0, V103=0, V104=15, V105=8, V106=1, V107=14, V108=11, V109=18, V110=19, V111=14, V112=20, V113=23, V114=12, V115=20, V116=17, V117=11, V118=8, V119=0, V120=19, V121=8, V122=13, V123=3, V124=4, V125=0, V126=18, V127=4, V128=4, V129=23, V130=15, V131=14, 
2.07/2.11	v 2 11 0 12 18 0 17 8 17 4 25 11 4 6 14 4 2 20 13 14 13 4 14 20 8 17 3 20 14 4 18 19 4 19 17 14 15 7 0 11 11 0 23 8 4 18 7 20 13 25 8 15 4 15 18 14 12 18 11 8 15 18 20 17 20 18 14 11 8 12 19 14 17 24 18 21 8 4 13 18 13 0 2 18 4 19 2 0 18 19 4 11 14 1 17 0 13 2 14 0 2 19 0 0 15 8 1 14 11 18 19 14 20 23 12 20 17 11 8 0 19 8 13 3 4 0 18 4 4 23 15 14 
2.07/2.11	d ASSIGNMENTS 26

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-2079074-1247716620/watcher-2079074-1247716620 -o /tmp/evaluation-result-2079074-1247716620/solver-2079074-1247716620 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1999179275 HOME/instance-2079074-1247716620.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.92 1.98 1.99 4/73 16495
/proc/meminfo: memFree=1491104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=5356 CPUtime=0
/proc/16495/stat : 16495 (pcssolve) R 16493 16495 15351 0 -1 4194304 305 0 0 0 0 0 0 0 22 0 1 0 58727389 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 0 0 0 17 0 0 0
/proc/16495/statm: 1339 242 201 169 0 50 0
[pid=16496] ppid=16495 vsize=0 CPUtime=0
/proc/16496/stat : 16496 (fgrep) Z 16495 16495 15351 0 -1 4194316 1005 0 0 0 0 0 0 0 18 0 1 0 58727389 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/16496/statm: 0 0 0 0 0 0 0
[pid=16497] ppid=16495 vsize=3676 CPUtime=0
/proc/16497/stat : 16497 (grep) R 16495 16495 15351 0 -1 4194304 154 0 0 0 0 0 0 0 23 0 1 0 58727389 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 265674260562 0 0 4096 0 0 0 0 17 0 0 0
/proc/16497/statm: 919 121 99 19 0 43 0

[startup+0.04849 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 16495
/proc/meminfo: memFree=1491104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=4508 CPUtime=0.03
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 854 3371 0 0 1 0 1 1 22 0 1 0 58727389 4616192 463 996147200 134512640 135095119 4294956304 18446744073709551615 134929704 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 1127 463 375 142 0 81 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4508

[startup+0.101502 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 16495
/proc/meminfo: memFree=1491104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=5732 CPUtime=0.08
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 1071 3371 0 0 6 0 1 1 22 0 1 0 58727389 5869568 680 996147200 134512640 135095119 4294956304 18446744073709551615 134739386 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 1433 680 375 142 0 387 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5732

[startup+0.301542 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 16495
/proc/meminfo: memFree=1491104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=8684 CPUtime=0.28
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 2147 3371 0 0 25 1 1 1 24 0 1 0 58727389 8892416 1477 996147200 134512640 135095119 4294956304 18446744073709551615 134934201 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 2171 1477 375 142 0 1125 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8684

[startup+0.701618 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 16495
/proc/meminfo: memFree=1491104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=8692 CPUtime=0.68
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 2402 3371 0 0 65 1 1 1 25 0 1 0 58727389 8900608 1531 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 2173 1531 400 142 0 1127 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8692

[startup+1.50177 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 16501
/proc/meminfo: memFree=1486104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=8692 CPUtime=1.47
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 2402 3371 0 0 144 1 1 1 25 0 1 0 58727389 8900608 1531 996147200 134512640 135095119 4294956304 18446744073709551615 134918220 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 2173 1531 400 142 0 1127 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8692

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

[startup+1.90285 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 16501
/proc/meminfo: memFree=1486104/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=8692 CPUtime=1.87
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 2402 3371 0 0 184 1 1 1 25 0 1 0 58727389 8900608 1531 996147200 134512640 135095119 4294956304 18446744073709551615 134918194 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 2173 1531 400 142 0 1127 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 8692

[startup+2.10289 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 16501
/proc/meminfo: memFree=1485784/2055920 swapFree=4192812/4192956
[pid=16495] ppid=16493 vsize=8928 CPUtime=2.07
/proc/16495/stat : 16495 (pcs.small) R 16493 16495 15351 0 -1 4194304 2447 3371 0 0 204 1 1 1 25 0 1 0 58727389 9142272 1576 996147200 134512640 135095119 4294956304 18446744073709551615 11976207 0 0 4096 0 0 0 0 17 0 0 0
/proc/16495/statm: 2232 1576 400 142 0 1186 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 8928

Child status: 0
Real time (s): 2.11843
CPU time (s): 2.09768
CPU user time (s): 2.06569
CPU system time (s): 0.031995
CPU usage (%): 99.0205
Max. virtual memory (cumulated for all children) (KiB): 9552

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

runsolver used 0.007998 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 05:57:01
IDJOB=2079074
IDBENCH=56845
IDSOLVER=734
FILE ID=node76/2079074-1247716620
PBS_JOBID= 9521421
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle22.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079074-1247716620/watcher-2079074-1247716620 -o /tmp/evaluation-result-2079074-1247716620/solver-2079074-1247716620 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1999179275 HOME/instance-2079074-1247716620.xml

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

MD5SUM BENCH= 4fd9722e59aa2e5ca5e508f77baf17c8
RANDOM SEED=1999179275

node76.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.277
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.277
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:       1491520 kB
Buffers:         77052 kB
Cached:         383172 kB
SwapCached:          0 kB
Active:         108096 kB
Inactive:       385092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          44400 kB
Slab:            56536 kB
Committed_AS:   503936 kB
PageTables:       1832 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= 66392 MiB
End job on node76 at 2009-07-16 05:57:03