Trace number 2070724

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 29.1646 29.4471

DiagnosticValue
ASSIGNMENTS5038

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-3-7.xml
MD5SUM2b0b2c3601d2a4fa5432d9d80984da24
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.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity10
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
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.00/0.02	c Seed is 62676617
0.00/0.02	c Constructing HOME/instance-2070724-1247709141.xml  with 1035 constraints
0.00/0.04	c Solving 5038 backtracks 12 restarts
29.10/29.44	s SATISFIABLE
29.10/29.44	c V0=7, V1=17, V2=61, V3=53, V4=43, V5=53, V6=17, V7=41, V8=29, V9=3, V10=5, V11=19, V12=31, V13=71, V14=7, V15=17, V16=2, V17=17, V18=41, V19=59, V20=37, V21=23, V22=19, V23=29, V24=5, V25=31, V26=5, V27=7, V28=19, V29=53, V30=29, V31=5, V32=5, V33=67, V34=29, V35=19, V36=43, V37=59, V38=37, V39=5, V40=29, V41=43, V42=3, V43=71, V44=11, V45=61, V46=67, V47=11, V48=53, V49=31, V50=43, V51=17, V52=37, V53=2, V54=59, V55=43, V56=5, V57=31, V58=59, V59=3, V60=13, V61=13, V62=11, V63=19, V64=59, V65=13, V66=17, V67=29, V68=43, V69=61, V70=11, V71=53, V72=5, V73=13, V74=47, V75=19, V76=47, V77=11, V78=7, V79=31, V80=19, V81=23, V82=59, V83=67, V84=23, V85=11, V86=7, V87=37, V88=47, V89=71, V90=41, V91=2, V92=59, V93=23, V94=71, V95=41, V96=17, V97=17, V98=47, V99=71, 
29.10/29.44	v 7 17 61 53 43 53 17 41 29 3 5 19 31 71 7 17 2 17 41 59 37 23 19 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 61 67 11 53 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 29 43 61 11 53 5 13 47 19 47 11 7 31 19 23 59 67 23 11 7 37 47 71 41 2 59 23 71 41 17 17 47 71 
29.10/29.44	d ASSIGNMENTS 5038

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-2070724-1247709141/watcher-2070724-1247709141 -o /tmp/evaluation-result-2070724-1247709141/solver-2070724-1247709141 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 62676617 HOME/instance-2070724-1247709141.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: 2.00 2.00 2.00 4/72 15663
/proc/meminfo: memFree=1307112/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=18576 CPUtime=0
/proc/15663/stat : 15663 (runsolver) R 15661 15663 14311 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57978291 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15663/statm: 4644 284 249 26 0 2626 0

[startup+0.100351 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15663
/proc/meminfo: memFree=1307112/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=5776 CPUtime=0.08
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 1166 656 0 0 8 0 0 0 24 0 1 0 57978291 5914624 744 996147200 134512640 135215973 4294956320 18446744073709551615 134596224 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 1444 744 415 171 0 369 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5776

[startup+0.201367 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15663
/proc/meminfo: memFree=1307112/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=5904 CPUtime=0.18
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 1174 656 0 0 18 0 0 0 24 0 1 0 57978291 6045696 752 996147200 134512640 135215973 4294956320 18446744073709551615 134997926 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 1476 752 415 171 0 401 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5904

[startup+0.301385 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15663
/proc/meminfo: memFree=1307112/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=5904 CPUtime=0.28
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 1194 656 0 0 28 0 0 0 25 0 1 0 57978291 6045696 772 996147200 134512640 135215973 4294956320 18446744073709551615 134592904 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 1476 772 415 171 0 401 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5904

[startup+0.701464 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15663
/proc/meminfo: memFree=1307112/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=6296 CPUtime=0.68
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 1310 656 0 0 68 0 0 0 25 0 1 0 57978291 6447104 888 996147200 134512640 135215973 4294956320 18446744073709551615 134585409 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 1574 888 415 171 0 499 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6296

[startup+1.50161 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1304864/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=6672 CPUtime=1.46
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 1434 656 0 0 146 0 0 0 25 0 1 0 57978291 6832128 1012 996147200 134512640 135215973 4294956320 18446744073709551615 134648324 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 1668 1012 415 171 0 593 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6672

[startup+3.10192 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1303648/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=9500 CPUtime=3.05
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 2239 656 0 0 305 0 0 0 25 0 1 0 57978291 9728000 1503 996147200 134512640 135215973 4294956320 18446744073709551615 134533040 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 2375 1503 415 171 0 1300 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9500

[startup+6.30153 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1300320/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=11696 CPUtime=6.23
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 2897 656 0 0 622 1 0 0 25 0 1 0 57978291 11976704 2161 996147200 134512640 135215973 4294956320 18446744073709551615 134600341 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 2924 2161 415 171 0 1849 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11696

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1295456/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=16532 CPUtime=12.56
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 4249 656 0 0 1255 1 0 0 25 0 1 0 57978291 16928768 3286 996147200 134512640 135215973 4294956320 18446744073709551615 134598082 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 4133 3286 415 171 0 3058 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 16532

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1284640/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=27596 CPUtime=25.24
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 7256 656 0 0 2520 4 0 0 25 0 1 0 57978291 28258304 6036 996147200 134512640 135215973 4294956320 18446744073709551615 134617702 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 6899 6036 415 171 0 5824 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 27596

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

[startup+25.6012 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1284640/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=27596 CPUtime=25.34
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 7272 656 0 0 2530 4 0 0 25 0 1 0 57978291 28258304 6052 996147200 134512640 135215973 4294956320 18446744073709551615 134648403 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 6899 6052 415 171 0 5824 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 27596

[startup+27.2015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1283360/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=28788 CPUtime=26.93
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 7641 656 0 0 2689 4 0 0 25 0 1 0 57978291 29478912 6421 996147200 134512640 135215973 4294956320 18446744073709551615 134603523 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 7197 6421 415 171 0 6122 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 28788

[startup+28.8018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1280096/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=32968 CPUtime=28.5
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 8728 656 0 0 2846 4 0 0 25 0 1 0 57978291 33759232 7091 996147200 134512640 135215973 4294956320 18446744073709551615 134591286 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 8242 7091 415 171 0 7167 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 32968

[startup+29.2019 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1280096/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=32968 CPUtime=28.9
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 8763 656 0 0 2886 4 0 0 25 0 1 0 57978291 33759232 7126 996147200 134512640 135215973 4294956320 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 8242 7126 415 171 0 7167 0
Current children cumulated CPU time (s) 28.9
Current children cumulated vsize (KiB) 32968

[startup+29.4019 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15668
/proc/meminfo: memFree=1280096/2055920 swapFree=4192812/4192956
[pid=15663] ppid=15661 vsize=33100 CPUtime=29.1
/proc/15663/stat : 15663 (pcs.big) R 15661 15663 14311 0 -1 4194304 8795 656 0 0 2906 4 0 0 25 0 1 0 57978291 33894400 7158 996147200 134512640 135215973 4294956320 18446744073709551615 134581782 0 0 4096 0 0 0 0 17 1 0 0
/proc/15663/statm: 8275 7158 415 171 0 7200 0
Current children cumulated CPU time (s) 29.1
Current children cumulated vsize (KiB) 33100

Child status: 0
Real time (s): 29.4471
CPU time (s): 29.1646
CPU user time (s): 29.1076
CPU system time (s): 0.056991
CPU usage (%): 99.0404
Max. virtual memory (cumulated for all children) (KiB): 33100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1076
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9457
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= 19
involuntary context switches= 634

runsolver used 0.038994 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 03:52:21
IDJOB=2070724
IDBENCH=55386
IDSOLVER=733
FILE ID=node37/2070724-1247709141
PBS_JOBID= 9521236
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 2b0b2c3601d2a4fa5432d9d80984da24
RANDOM SEED=62676617

node37.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.260
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.260
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:       1307592 kB
Buffers:         74492 kB
Cached:         392872 kB
SwapCached:          0 kB
Active:         388604 kB
Inactive:       292624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         225424 kB
Slab:            52064 kB
Committed_AS:   750404 kB
PageTables:       2200 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= 66388 MiB
End job on node37 at 2009-07-16 03:52:51