Trace number 2077809

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 121.24 122.354

DiagnosticValue
ASSIGNMENTS9889

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-7.xml
MD5SUMe2e5b8738391b6588798536d183cefce
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size46
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.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 1413459371
0.00/0.02	c Constructing HOME/instance-2077809-1247715576.xml  with 261 constraints
0.00/0.02	c Solving 9889 backtracks 14 restarts
121.17/122.35	s SATISFIABLE
121.17/122.35	c V0=23, V1=2, V2=2, V3=17, V4=23, V5=39, V6=4, V7=27, V8=2, V9=2, V10=2, V11=2, V12=47, V13=5, V14=33, V15=47, V16=47, V17=47, V18=47, V19=41, V20=47, V21=47, V22=2, V23=23, V24=40, V25=43, V26=16, V27=5, V28=4, V29=42, V30=47, V31=47, V32=15, V33=22, V34=44, V35=45, V36=25, V37=34, V38=47, V39=33, V40=20, V41=2, V42=47, V43=36, V44=7, V45=2, V46=14, V47=23, V48=27, V49=47, V50=8, V51=2, V52=2, V53=19, V54=40, V55=22, V56=4, V57=47, V58=2, V59=43, V60=2, V61=41, V62=47, V63=46, V64=47, V65=6, V66=17, V67=3, V68=2, V69=10, V70=2, V71=47, V72=44, V73=2, V74=28, V75=36, V76=2, V77=47, V78=2, V79=2, V80=2, V81=33, V82=9, V83=42, V84=2, V85=36, V86=21, V87=16, V88=26, V89=2, V90=24, V91=32, V92=46, V93=2, V94=39, V95=2, V96=47, V97=9, V98=47, V99=47, 
121.17/122.35	v 23 2 2 17 23 39 4 27 2 2 2 2 47 5 33 47 47 47 47 41 47 47 2 23 40 43 16 5 4 42 47 47 15 22 44 45 25 34 47 33 20 2 47 36 7 2 14 23 27 47 8 2 2 19 40 22 4 47 2 43 2 41 47 46 47 6 17 3 2 10 2 47 44 2 28 36 2 47 2 2 2 33 9 42 2 36 21 16 26 2 24 32 46 2 39 2 47 9 47 47 
121.17/122.35	d ASSIGNMENTS 9889

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-2077809-1247715576/watcher-2077809-1247715576 -o /tmp/evaluation-result-2077809-1247715576/solver-2077809-1247715576 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1413459371 HOME/instance-2077809-1247715576.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.01 2.00 4/72 12596
/proc/meminfo: memFree=648920/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=5356 CPUtime=0
/proc/12596/stat : 12596 (pcssolve) R 12594 12596 11570 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 58624401 5484544 233 996147200 4194304 4889804 548682068800 18446744073709551615 237788134584 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12596/statm: 1339 233 194 169 0 50 0

[startup+0.0801501 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12596
/proc/meminfo: memFree=648920/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=4960 CPUtime=0.06
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 932 646 0 0 6 0 0 0 23 0 1 0 58624401 5079040 563 996147200 134512640 135215973 4294956304 18446744073709551615 134641143 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1240 563 415 171 0 165 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4960

[startup+0.102151 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12596
/proc/meminfo: memFree=648920/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=4960 CPUtime=0.08
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 932 646 0 0 8 0 0 0 23 0 1 0 58624401 5079040 563 996147200 134512640 135215973 4294956304 18446744073709551615 4158960001 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1240 563 415 171 0 165 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4960

[startup+0.30119 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12596
/proc/meminfo: memFree=648920/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=5172 CPUtime=0.28
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 996 646 0 0 28 0 0 0 25 0 1 0 58624401 5296128 627 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1293 627 415 171 0 218 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5172

[startup+0.701262 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 12596
/proc/meminfo: memFree=648920/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=5304 CPUtime=0.68
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 1010 646 0 0 68 0 0 0 25 0 1 0 58624401 5431296 641 996147200 134512640 135215973 4294956304 18446744073709551615 4158960896 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1326 641 415 171 0 251 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5304

[startup+1.50141 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12601
/proc/meminfo: memFree=647696/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=5564 CPUtime=1.47
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 1083 646 0 0 147 0 0 0 25 0 1 0 58624401 5697536 714 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1391 714 415 171 0 316 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5564

[startup+3.10171 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12601
/proc/meminfo: memFree=646992/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=6096 CPUtime=3.06
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 1221 646 0 0 306 0 0 0 25 0 1 0 58624401 6242304 852 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1524 852 415 171 0 449 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 6096

[startup+6.3013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=644568/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=7532 CPUtime=6.23
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 1537 646 0 0 623 0 0 0 25 0 1 0 58624401 7712768 1168 996147200 134512640 135215973 4294956304 18446744073709551615 134583281 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 1883 1168 415 171 0 808 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7532

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=641432/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=8172 CPUtime=12.57
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 1705 646 0 0 1257 0 0 0 25 0 1 0 58624401 8368128 1336 996147200 134512640 135215973 4294956304 18446744073709551615 134589874 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 2043 1336 415 171 0 968 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 8172

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=631576/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=9612 CPUtime=25.26
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 2096 646 0 0 2525 1 0 0 25 0 1 0 58624401 9842688 1694 996147200 134512640 135215973 4294956304 18446744073709551615 4158961414 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 2403 1694 415 171 0 1328 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 9612

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=616344/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=12044 CPUtime=50.62
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 2741 646 0 0 5061 1 0 0 25 0 1 0 58624401 12333056 2286 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 3011 2286 415 171 0 1936 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 12044

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=582232/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=17952 CPUtime=101.35
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4221 646 0 0 10133 2 0 0 25 0 1 0 58624401 18382848 3701 996147200 134512640 135215973 4294956304 18446744073709551615 134589855 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4488 3701 415 171 0 3413 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 17952

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=573976/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19140 CPUtime=114.03
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4555 646 0 0 11401 2 0 0 25 0 1 0 58624401 19599360 4035 996147200 134512640 135215973 4294956304 18446744073709551615 134590545 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4785 4035 415 171 0 3710 0
Current children cumulated CPU time (s) 114.03
Current children cumulated vsize (KiB) 19140

[startup+118.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=571480/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19268 CPUtime=117.2
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4562 646 0 0 11718 2 0 0 25 0 1 0 58624401 19730432 4042 996147200 134512640 135215973 4294956304 18446744073709551615 4158960249 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4817 4042 415 171 0 3742 0
Current children cumulated CPU time (s) 117.2
Current children cumulated vsize (KiB) 19268

[startup+119.906 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 12601
/proc/meminfo: memFree=569688/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19400 CPUtime=118.79
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4603 646 0 0 11877 2 0 0 25 0 1 0 58624401 19865600 4083 996147200 134512640 135215973 4294956304 18446744073709551615 4158960516 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4850 4083 415 171 0 3775 0
Current children cumulated CPU time (s) 118.79
Current children cumulated vsize (KiB) 19400

[startup+121.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=568792/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19400 CPUtime=120.38
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4607 646 0 0 12036 2 0 0 25 0 1 0 58624401 19865600 4087 996147200 134512640 135215973 4294956304 18446744073709551615 134584968 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4850 4087 415 171 0 3775 0
Current children cumulated CPU time (s) 120.38
Current children cumulated vsize (KiB) 19400

[startup+121.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=568792/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19400 CPUtime=120.77
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4607 646 0 0 12075 2 0 0 25 0 1 0 58624401 19865600 4087 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4850 4087 415 171 0 3775 0
Current children cumulated CPU time (s) 120.77
Current children cumulated vsize (KiB) 19400

[startup+122.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12601
/proc/meminfo: memFree=568152/2055920 swapFree=4192812/4192956
[pid=12596] ppid=12594 vsize=19400 CPUtime=121.17
/proc/12596/stat : 12596 (pcs.big) R 12594 12596 11570 0 -1 4194304 4608 646 0 0 12115 2 0 0 25 0 1 0 58624401 19865600 4088 996147200 134512640 135215973 4294956304 18446744073709551615 4158844876 0 0 4096 0 0 0 0 17 1 0 0
/proc/12596/statm: 4850 4088 415 171 0 3775 0
Current children cumulated CPU time (s) 121.17
Current children cumulated vsize (KiB) 19400

Child status: 0
Real time (s): 122.354
CPU time (s): 121.24
CPU user time (s): 121.205
CPU system time (s): 0.034994
CPU usage (%): 99.0892
Max. virtual memory (cumulated for all children) (KiB): 19400

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

runsolver used 0.154976 second user time and 0.364944 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-16 05:39:36
IDJOB=2077809
IDBENCH=56668
IDSOLVER=734
FILE ID=node24/2077809-1247715576
PBS_JOBID= 9521478
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= e2e5b8738391b6588798536d183cefce
RANDOM SEED=1413459371

node24.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.287
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.287
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:        649400 kB
Buffers:         89532 kB
Cached:         522128 kB
SwapCached:          0 kB
Active:         888928 kB
Inactive:       426276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        649400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:         715096 kB
Slab:            75148 kB
Committed_AS:  1236308 kB
PageTables:       3240 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= 66412 MiB
End job on node24 at 2009-07-16 05:41:38