Trace number 2063454

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 46.325 46.3414

DiagnosticValue
ASSIGNMENTS8230

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-60-2-7.xml
MD5SUM8ccfc5652699e812b5f2315f388b32b4
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 benchmark1.07683
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c has big domains
0.00/0.00	c big-domain mode
0.00/0.01	c Seed is 2122858537
0.00/0.01	c Constructing HOME/instance-2063454-1247696055.xml  with 684 constraints
0.11/0.20	c Solving 8230 backtracks 13 restarts
46.27/46.33	s SATISFIABLE
46.27/46.33	c V0=23, V1=37, V2=5, V3=53, V4=67, V5=31, V6=37, V7=61, V8=97, V9=79, V10=41, V11=5, V12=53, V13=29, V14=43, V15=3, V16=53, V17=3, V18=83, V19=37, V20=37, V21=67, V22=97, V23=11, V24=19, V25=13, V26=41, V27=89, V28=61, V29=31, V30=11, V31=5, V32=83, V33=23, V34=71, V35=61, V36=67, V37=17, V38=37, V39=61, V40=11, V41=89, V42=79, V43=71, V44=29, V45=41, V46=89, V47=97, V48=53, V49=73, V50=43, V51=3, V52=59, V53=13, V54=17, V55=89, V56=41, V57=73, V58=79, V59=17, V60=13, V61=2, V62=29, V63=5, V64=37, V65=13, V66=79, V67=11, V68=43, V69=19, V70=97, V71=73, V72=19, V73=73, V74=47, V75=61, V76=29, V77=47, V78=67, V79=2, V80=41, V81=23, V82=3, V83=7, V84=43, V85=29, V86=7, V87=3, V88=11, V89=97, V90=19, V91=31, V92=3, V93=67, V94=47, V95=41, V96=3, V97=37, V98=71, V99=47, 
46.27/46.33	v 23 37 5 53 67 31 37 61 97 79 41 5 53 29 43 3 53 3 83 37 37 67 97 11 19 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 59 13 17 89 41 73 79 17 13 2 29 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 67 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
46.27/46.33	d ASSIGNMENTS 8230

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-2063454-1247696055/watcher-2063454-1247696055 -o /tmp/evaluation-result-2063454-1247696055/solver-2063454-1247696055 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2122858537 HOME/instance-2063454-1247696055.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.85 1.95 1.67 4/73 10011
/proc/meminfo: memFree=1447640/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=5360 CPUtime=0
/proc/10011/stat : 10011 (pcssolve) R 10009 10011 9825 0 -1 4194304 353 652 0 0 0 0 0 0 18 0 1 0 56670825 5488640 244 996147200 4194304 4889804 548682068800 18446744073709551615 4459254 0 0 4100 65536 0 0 0 17 1 0 0
/proc/10011/statm: 1340 244 202 169 0 51 0

[startup+0.12841 s]
/proc/loadavg: 1.85 1.95 1.67 4/73 10011
/proc/meminfo: memFree=1447640/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=6240 CPUtime=0.11
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 1341 652 1 0 11 0 0 0 18 0 1 0 56670825 6389760 815 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 1560 815 415 171 0 485 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6240

[startup+0.201421 s]
/proc/loadavg: 1.85 1.95 1.67 4/73 10011
/proc/meminfo: memFree=1447640/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=6240 CPUtime=0.18
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 1347 652 1 0 18 0 0 0 19 0 1 0 56670825 6389760 821 996147200 134512640 135215973 4294956304 18446744073709551615 134604669 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 1560 821 415 171 0 485 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6240

[startup+0.301432 s]
/proc/loadavg: 1.85 1.95 1.67 4/73 10011
/proc/meminfo: memFree=1447640/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=6240 CPUtime=0.28
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 1356 652 1 0 28 0 0 0 19 0 1 0 56670825 6389760 830 996147200 134512640 135215973 4294956304 18446744073709551615 134902593 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 1560 830 415 171 0 485 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6240

[startup+0.701478 s]
/proc/loadavg: 1.85 1.95 1.67 4/73 10011
/proc/meminfo: memFree=1447640/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=6528 CPUtime=0.68
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 1427 652 1 0 68 0 0 0 23 0 1 0 56670825 6684672 901 996147200 134512640 135215973 4294956304 18446744073709551615 134600107 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 1632 901 415 171 0 557 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6528

[startup+1.50257 s]
/proc/loadavg: 1.85 1.95 1.67 3/74 10016
/proc/meminfo: memFree=1444752/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=8816 CPUtime=1.48
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 2148 652 1 0 148 0 0 0 25 0 1 0 56670825 9027584 1413 996147200 134512640 135215973 4294956304 18446744073709551615 4158960687 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 2204 1413 415 171 0 1129 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8816

[startup+3.10175 s]
/proc/loadavg: 1.85 1.95 1.67 3/74 10016
/proc/meminfo: memFree=1442896/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=9468 CPUtime=3.09
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 2274 652 1 0 308 1 0 0 25 0 1 0 56670825 9695232 1539 996147200 134512640 135215973 4294956304 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 2367 1539 415 171 0 1292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9468

[startup+6.30111 s]
/proc/loadavg: 1.86 1.95 1.68 3/74 10016
/proc/meminfo: memFree=1441040/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=11940 CPUtime=6.29
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 2941 652 1 0 628 1 0 0 25 0 1 0 56670825 12226560 2140 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 2985 2140 415 171 0 1910 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11940

[startup+12.7018 s]
/proc/loadavg: 1.87 1.95 1.68 3/74 10016
/proc/meminfo: memFree=1436432/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=15588 CPUtime=12.68
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 3941 652 1 0 1267 1 0 0 25 0 1 0 56670825 15962112 3075 996147200 134512640 135215973 4294956304 18446744073709551615 3036795 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 3897 3075 415 171 0 2822 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15588

[startup+25.5013 s]
/proc/loadavg: 1.90 1.96 1.68 3/74 10016
/proc/meminfo: memFree=1430416/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=20808 CPUtime=25.48
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 5383 652 1 0 2546 2 0 0 25 0 1 0 56670825 21307392 4388 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 5202 4388 415 171 0 4127 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20808

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

[startup+25.6013 s]
/proc/loadavg: 1.90 1.96 1.68 3/74 10016
/proc/meminfo: memFree=1430416/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=21072 CPUtime=25.58
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 5434 652 1 0 2556 2 0 0 25 0 1 0 56670825 21577728 4439 996147200 134512640 135215973 4294956304 18446744073709551615 134585549 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 5268 4439 415 171 0 4193 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 21072

[startup+38.4017 s]
/proc/loadavg: 1.92 1.96 1.68 3/74 10016
/proc/meminfo: memFree=1423376/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=28004 CPUtime=38.38
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 7283 652 1 0 3835 3 0 0 25 0 1 0 56670825 28676096 5966 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7001 5966 415 171 0 5926 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 28004

[startup+41.6011 s]
/proc/loadavg: 1.92 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1422352/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=29192 CPUtime=41.57
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 7579 652 1 0 4153 4 0 0 25 0 1 0 56670825 29892608 6262 996147200 134512640 135215973 4294956304 18446744073709551615 4158512689 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7298 6262 415 171 0 6223 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 29192

[startup+44.8025 s]
/proc/loadavg: 1.92 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1420496/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=30512 CPUtime=44.77
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 7905 652 1 0 4473 4 0 0 25 0 1 0 56670825 31244288 6588 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7628 6588 415 171 0 6553 0
Current children cumulated CPU time (s) 44.77
Current children cumulated vsize (KiB) 30512

[startup+45.6015 s]
/proc/loadavg: 1.93 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1420368/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=31164 CPUtime=45.57
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 8072 652 1 0 4553 4 0 0 25 0 1 0 56670825 31911936 6755 996147200 134512640 135215973 4294956304 18446744073709551615 134902477 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7791 6755 415 171 0 6716 0
Current children cumulated CPU time (s) 45.57
Current children cumulated vsize (KiB) 31164

[startup+46.0016 s]
/proc/loadavg: 1.93 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1420368/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=31560 CPUtime=45.97
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 8167 652 1 0 4593 4 0 0 25 0 1 0 56670825 32317440 6850 996147200 134512640 135215973 4294956304 18446744073709551615 134591071 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7890 6850 415 171 0 6815 0
Current children cumulated CPU time (s) 45.97
Current children cumulated vsize (KiB) 31560

[startup+46.2016 s]
/proc/loadavg: 1.93 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1419280/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=31560 CPUtime=46.17
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 8170 652 1 0 4613 4 0 0 25 0 1 0 56670825 32317440 6853 996147200 134512640 135215973 4294956304 18446744073709551615 4158960084 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7890 6853 415 171 0 6815 0
Current children cumulated CPU time (s) 46.17
Current children cumulated vsize (KiB) 31560

[startup+46.3056 s]
/proc/loadavg: 1.93 1.96 1.69 3/74 10016
/proc/meminfo: memFree=1419280/2055920 swapFree=4192812/4192956
[pid=10011] ppid=10009 vsize=31044 CPUtime=46.27
/proc/10011/stat : 10011 (pcs.big) R 10009 10011 9825 0 -1 4194304 8181 652 1 0 4623 4 0 0 25 0 1 0 56670825 31789056 6794 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10011/statm: 7761 6794 415 171 0 6686 0
Current children cumulated CPU time (s) 46.27
Current children cumulated vsize (KiB) 31044

Child status: 0
Real time (s): 46.3414
CPU time (s): 46.325
CPU user time (s): 46.268
CPU system time (s): 0.056991
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 31560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.268
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= 8835
page faults= 1
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= 180

runsolver used 0.036994 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-16 00:14:15
IDJOB=2063454
IDBENCH=54026
IDSOLVER=734
FILE ID=node85/2063454-1247696055
PBS_JOBID= 9521148
Free space on /tmp= 126536 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-60-2-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063454-1247696055/watcher-2063454-1247696055 -o /tmp/evaluation-result-2063454-1247696055/solver-2063454-1247696055 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2122858537 HOME/instance-2063454-1247696055.xml

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

MD5SUM BENCH= 8ccfc5652699e812b5f2315f388b32b4
RANDOM SEED=2122858537

node85.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.220
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.220
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:       1448056 kB
Buffers:         75200 kB
Cached:         438812 kB
SwapCached:          0 kB
Active:         202444 kB
Inactive:       334252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6584 kB
Writeback:           0 kB
Mapped:          33936 kB
Slab:            56592 kB
Committed_AS:   455700 kB
PageTables:       1724 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= 126536 MiB
End job on node85 at 2009-07-16 00:15:01