Trace number 2065675

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 10.7134 10.8306

DiagnosticValue
ASSIGNMENTS3754

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-20-2-3.xml
MD5SUMac55dd76e4d2213a4ecf18f1d515cfb2
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
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.03	c Seed is 991929576
0.00/0.03	c Constructing HOME/instance-2065675-1247703656.xml  with 156 constraints
0.00/0.04	c Solving 3754 backtracks 11 restarts
10.67/10.82	s SATISFIABLE
10.67/10.82	c V0=64, V1=79, V2=91, V3=75, V4=111, V5=71, V6=23, V7=89, V8=49, V9=12, V10=32, V11=86, V12=55, V13=103, V14=62, V15=49, V16=112, V17=10, V18=72, V19=42, V20=87, V21=14, V22=110, V23=49, V24=66, V25=37, V26=59, V27=36, V28=51, V29=99, V30=85, V31=21, V32=43, V33=83, V34=96, V35=7, V36=102, V37=16, V38=46, V39=61, V40=40, V41=34, V42=70, V43=106, V44=41, V45=64, V46=60, V47=76, V48=3, V49=51, V50=45, V51=54, V52=74, V53=65, V54=95, V55=29, V56=76, V57=105, V58=37, V59=15, V60=109, V61=112, V62=47, V63=97, V64=84, V65=87, V66=61, V67=81, V68=75, V69=85, V70=29, V71=105, V72=82, V73=70, V74=56, V75=68, V76=93, V77=20, V78=90, V79=55, V80=48, V81=11, V82=7, V83=14, V84=7, V85=104, V86=82, V87=21, V88=50, V89=95, V90=43, V91=36, V92=111, V93=53, V94=54, V95=65, V96=17, V97=20, V98=111, V99=111, 
10.67/10.82	v 64 79 91 75 111 71 23 89 49 12 32 86 55 103 62 49 112 10 72 42 87 14 110 49 66 37 59 36 51 99 85 21 43 83 96 7 102 16 46 61 40 34 70 106 41 64 60 76 3 51 45 54 74 65 95 29 76 105 37 15 109 112 47 97 84 87 61 81 75 85 29 105 82 70 56 68 93 20 90 55 48 11 7 14 7 104 82 21 50 95 43 36 111 53 54 65 17 20 111 111 
10.67/10.82	d ASSIGNMENTS 3754

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-2065675-1247703656/watcher-2065675-1247703656 -o /tmp/evaluation-result-2065675-1247703656/solver-2065675-1247703656 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 991929576 HOME/instance-2065675-1247703656.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: 3.48 3.10 2.42 4/83 16008
/proc/meminfo: memFree=1348872/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=18576 CPUtime=0
/proc/16008/stat : 16008 (runsolver) R 16006 16008 12047 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57430671 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 251279240487 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16008/statm: 4644 284 249 26 0 2626 0

[startup+0.053561 s]
/proc/loadavg: 3.48 3.10 2.42 4/83 16008
/proc/meminfo: memFree=1348872/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=4800 CPUtime=0.01
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 891 644 2 0 1 0 0 0 22 0 1 0 57430671 4915200 524 996147200 134512640 135215973 4294956304 18446744073709551615 134989408 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1200 524 415 171 0 125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4800

[startup+0.102566 s]
/proc/loadavg: 3.48 3.10 2.42 4/83 16008
/proc/meminfo: memFree=1348872/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=4980 CPUtime=0.06
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 932 644 2 0 6 0 0 0 22 0 1 0 57430671 5099520 565 996147200 134512640 135215973 4294956304 18446744073709551615 134597311 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1245 565 415 171 0 170 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4980

[startup+0.30159 s]
/proc/loadavg: 3.48 3.10 2.42 4/83 16008
/proc/meminfo: memFree=1348872/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=5112 CPUtime=0.26
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 999 644 2 0 26 0 0 0 24 0 1 0 57430671 5234688 632 996147200 134512640 135215973 4294956304 18446744073709551615 4158960028 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1278 632 415 171 0 203 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5112

[startup+0.701641 s]
/proc/loadavg: 3.48 3.10 2.42 4/83 16008
/proc/meminfo: memFree=1348872/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=5716 CPUtime=0.66
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 1117 644 2 0 66 0 0 0 25 0 1 0 57430671 5853184 750 996147200 134512640 135215973 4294956304 18446744073709551615 134533029 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1429 750 415 171 0 354 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 5716

[startup+1.50274 s]
/proc/loadavg: 3.48 3.10 2.42 4/84 16013
/proc/meminfo: memFree=1344256/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=6104 CPUtime=1.45
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 1230 644 2 0 145 0 0 0 25 0 1 0 57430671 6250496 863 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1526 863 415 171 0 451 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 6104

[startup+3.10195 s]
/proc/loadavg: 3.48 3.10 2.42 4/84 16013
/proc/meminfo: memFree=1345920/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=7020 CPUtime=3.03
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 1444 644 2 0 303 0 0 0 25 0 1 0 57430671 7188480 1077 996147200 134512640 135215973 4294956304 18446744073709551615 134600050 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 1755 1077 415 171 0 680 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 7020

[startup+6.30135 s]
/proc/loadavg: 3.36 3.08 2.42 4/84 16013
/proc/meminfo: memFree=1341440/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=8720 CPUtime=6.22
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 1854 644 2 0 621 1 0 0 25 0 1 0 57430671 8929280 1487 996147200 134512640 135215973 4294956304 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2180 1487 415 171 0 1105 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8720

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

[startup+7.90155 s]
/proc/loadavg: 3.36 3.08 2.42 4/84 16013
/proc/meminfo: memFree=1342016/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=8848 CPUtime=7.8
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 1897 644 2 0 779 1 0 0 25 0 1 0 57430671 9060352 1530 996147200 134512640 135215973 4294956304 18446744073709551615 134533141 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2212 1530 415 171 0 1137 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 8848

[startup+9.50276 s]
/proc/loadavg: 3.33 3.08 2.42 3/84 16013
/proc/meminfo: memFree=1342976/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=9508 CPUtime=9.39
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 2083 644 2 0 938 1 0 0 25 0 1 0 57430671 9736192 1716 996147200 134512640 135215973 4294956304 18446744073709551615 134589881 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2377 1716 415 171 0 1302 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 9508

[startup+10.3029 s]
/proc/loadavg: 3.33 3.08 2.42 4/84 16013
/proc/meminfo: memFree=1340416/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=9508 CPUtime=10.18
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 2086 644 2 0 1017 1 0 0 25 0 1 0 57430671 9736192 1719 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2377 1719 415 171 0 1302 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 9508

[startup+10.7029 s]
/proc/loadavg: 3.33 3.08 2.42 4/84 16013
/proc/meminfo: memFree=1340416/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=9508 CPUtime=10.58
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 2087 644 2 0 1057 1 0 0 25 0 1 0 57430671 9736192 1720 996147200 134512640 135215973 4294956304 18446744073709551615 4158960748 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2377 1720 415 171 0 1302 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 9508

[startup+10.8019 s]
/proc/loadavg: 3.33 3.08 2.42 4/84 16013
/proc/meminfo: memFree=1340416/2055920 swapFree=4192812/4192956
[pid=16008] ppid=16006 vsize=9508 CPUtime=10.67
/proc/16008/stat : 16008 (pcs.big) R 16006 16008 12047 0 -1 4194304 2088 644 2 0 1066 1 0 0 25 0 1 0 57430671 9736192 1721 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/16008/statm: 2377 1721 415 171 0 1302 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 9508

Child status: 0
Real time (s): 10.8306
CPU time (s): 10.7134
CPU user time (s): 10.6954
CPU system time (s): 0.017997
CPU usage (%): 98.9174
Max. virtual memory (cumulated for all children) (KiB): 9508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6954
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2734
page faults= 2
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= 278

runsolver used 0.014997 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-16 02:20:56
IDJOB=2065675
IDBENCH=54398
IDSOLVER=733
FILE ID=node92/2065675-1247703656
PBS_JOBID= 9521134
Free space on /tmp= 66300 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-20-2-3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065675-1247703656/watcher-2065675-1247703656 -o /tmp/evaluation-result-2065675-1247703656/solver-2065675-1247703656 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 991929576 HOME/instance-2065675-1247703656.xml

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

MD5SUM BENCH= ac55dd76e4d2213a4ecf18f1d515cfb2
RANDOM SEED=991929576

node92.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.216
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.216
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:       1349352 kB
Buffers:         69088 kB
Cached:         459068 kB
SwapCached:          0 kB
Active:         147132 kB
Inactive:       487536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:         126912 kB
Slab:            56960 kB
Committed_AS:   597704 kB
PageTables:       2128 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= 66296 MiB
End job on node92 at 2009-07-16 02:21:07