Trace number 2070856

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 81.0107 81.4086

DiagnosticValue
ASSIGNMENTS10269

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-5.xml
MD5SUM50755e5b035cf852450edd54742fdcb2
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.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size70
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.17/0.23	c Seed is 421230760
0.17/0.23	c Constructing HOME/instance-2070856-1247709246.xml  with 198 constraints
0.17/0.23	c Solving 10269 backtracks 14 restarts
80.90/81.40	s SATISFIABLE
80.90/81.40	c V0=56, V1=20, V2=2, V3=2, V4=71, V5=18, V6=68, V7=57, V8=71, V9=71, V10=71, V11=71, V12=50, V13=62, V14=52, V15=43, V16=3, V17=2, V18=2, V19=2, V20=2, V21=15, V22=3, V23=2, V24=2, V25=2, V26=2, V27=3, V28=3, V29=71, V30=2, V31=71, V32=71, V33=14, V34=71, V35=2, V36=67, V37=2, V38=71, V39=19, V40=26, V41=71, V42=15, V43=20, V44=27, V45=71, V46=71, V47=71, V48=39, V49=11, V50=70, V51=27, V52=71, V53=2, V54=71, V55=2, V56=10, V57=71, V58=40, V59=2, V60=71, V61=2, V62=71, V63=71, V64=2, V65=2, V66=71, V67=71, V68=12, V69=46, V70=41, V71=2, V72=2, V73=2, V74=35, V75=2, V76=68, V77=2, V78=2, V79=24, V80=2, V81=33, V82=71, V83=2, V84=14, V85=23, V86=68, V87=5, V88=71, V89=63, V90=50, V91=60, V92=65, V93=63, V94=53, V95=2, V96=5, V97=10, V98=2, V99=71, 
80.90/81.40	v 56 20 2 2 71 18 68 57 71 71 71 71 50 62 52 43 3 2 2 2 2 15 3 2 2 2 2 3 3 71 2 71 71 14 71 2 67 2 71 19 26 71 15 20 27 71 71 71 39 11 70 27 71 2 71 2 10 71 40 2 71 2 71 71 2 2 71 71 12 46 41 2 2 2 35 2 68 2 2 24 2 33 71 2 14 23 68 5 71 63 50 60 65 63 53 2 5 10 2 71 
80.90/81.40	d ASSIGNMENTS 10269

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-2070856-1247709246/watcher-2070856-1247709246 -o /tmp/evaluation-result-2070856-1247709246/solver-2070856-1247709246 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 421230760 HOME/instance-2070856-1247709246.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.18 2.19 2.17 4/81 9624
/proc/meminfo: memFree=1498904/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=18576 CPUtime=0
/proc/9624/stat : 9624 (runsolver) R 9622 9624 8283 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57987954 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9624/statm: 4644 284 249 26 0 2626 0

[startup+0.0504029 s]
/proc/loadavg: 2.18 2.19 2.17 4/81 9624
/proc/meminfo: memFree=1498904/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=4808 CPUtime=0.03
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 917 644 0 0 3 0 0 0 18 0 1 0 57987954 4923392 548 996147200 134512640 135215973 4294956304 18446744073709551615 4158512689 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1202 548 415 171 0 127 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4808

[startup+0.102403 s]
/proc/loadavg: 2.18 2.19 2.17 4/81 9624
/proc/meminfo: memFree=1498904/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=4808 CPUtime=0.08
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 922 644 0 0 8 0 0 0 18 0 1 0 57987954 4923392 553 996147200 134512640 135215973 4294956304 18446744073709551615 4158961070 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1202 553 415 171 0 127 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4808

[startup+0.302423 s]
/proc/loadavg: 2.18 2.19 2.17 4/81 9624
/proc/meminfo: memFree=1498904/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=5068 CPUtime=0.27
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 982 644 0 0 27 0 0 0 19 0 1 0 57987954 5189632 613 996147200 134512640 135215973 4294956304 18446744073709551615 134583274 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1267 613 415 171 0 192 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5068

[startup+0.70246 s]
/proc/loadavg: 2.18 2.19 2.17 4/81 9624
/proc/meminfo: memFree=1498904/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=5676 CPUtime=0.67
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 1108 644 0 0 67 0 0 0 23 0 1 0 57987954 5812224 739 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1419 739 415 171 0 344 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5676

[startup+1.50153 s]
/proc/loadavg: 2.18 2.19 2.17 3/82 9629
/proc/meminfo: memFree=1497360/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=6200 CPUtime=1.46
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 1254 644 0 0 146 0 0 0 25 0 1 0 57987954 6348800 885 996147200 134512640 135215973 4294956304 18446744073709551615 134617361 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1550 885 415 171 0 475 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6200

[startup+3.10168 s]
/proc/loadavg: 2.18 2.19 2.17 3/82 9629
/proc/meminfo: memFree=1496656/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=7252 CPUtime=3.06
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 1494 644 0 0 306 0 0 0 25 0 1 0 57987954 7426048 1125 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 1813 1125 415 171 0 738 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7252

[startup+6.30197 s]
/proc/loadavg: 2.24 2.21 2.17 3/82 9629
/proc/meminfo: memFree=1495312/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=8032 CPUtime=6.24
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 1696 644 0 0 624 0 0 0 25 0 1 0 57987954 8224768 1327 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 2008 1327 415 171 0 933 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 8032

[startup+12.7016 s]
/proc/loadavg: 2.22 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1493456/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=9936 CPUtime=12.62
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 2193 644 0 0 1261 1 0 0 25 0 1 0 57987954 10174464 1738 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 2484 1738 415 171 0 1409 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 9936

[startup+25.5017 s]
/proc/loadavg: 2.39 2.24 2.19 3/82 9629
/proc/meminfo: memFree=1490192/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=13080 CPUtime=25.35
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 2989 644 0 0 2533 2 0 0 25 0 1 0 57987954 13393920 2534 996147200 134512640 135215973 4294956304 18446744073709551615 7284293 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 3270 2534 415 171 0 2195 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 13080

[startup+51.101 s]
/proc/loadavg: 2.26 2.22 2.18 3/82 9629
/proc/meminfo: memFree=1485200/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=18336 CPUtime=50.83
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 4344 644 0 0 5080 3 0 0 25 0 1 0 57987954 18776064 3824 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 4584 3824 415 171 0 3509 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 18336

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

[startup+63.9012 s]
/proc/loadavg: 2.22 2.21 2.18 3/82 9629
/proc/meminfo: memFree=1482832/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=20568 CPUtime=63.57
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 4903 644 0 0 6354 3 0 0 25 0 1 0 57987954 21061632 4383 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5142 4383 415 171 0 4067 0
Current children cumulated CPU time (s) 63.57
Current children cumulated vsize (KiB) 20568

[startup+70.3018 s]
/proc/loadavg: 2.18 2.21 2.18 3/82 9629
/proc/meminfo: memFree=1481424/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=21880 CPUtime=69.94
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5240 644 0 0 6991 3 0 0 25 0 1 0 57987954 22405120 4720 996147200 134512640 135215973 4294956304 18446744073709551615 134590096 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5470 4720 415 171 0 4395 0
Current children cumulated CPU time (s) 69.94
Current children cumulated vsize (KiB) 21880

[startup+76.7014 s]
/proc/loadavg: 2.17 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481296/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=22008 CPUtime=76.31
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5277 644 0 0 7627 4 0 0 25 0 1 0 57987954 22536192 4757 996147200 134512640 135215973 4294956304 18446744073709551615 134591074 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5502 4757 415 171 0 4427 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 22008

[startup+79.9017 s]
/proc/loadavg: 2.17 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=22136 CPUtime=79.5
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5294 644 0 0 7946 4 0 0 25 0 1 0 57987954 22667264 4774 996147200 134512640 135215973 4294956304 18446744073709551615 134597353 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5534 4774 415 171 0 4459 0
Current children cumulated CPU time (s) 79.5
Current children cumulated vsize (KiB) 22136

[startup+80.7017 s]
/proc/loadavg: 2.16 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=22136 CPUtime=80.29
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5301 644 0 0 8025 4 0 0 25 0 1 0 57987954 22667264 4781 996147200 134512640 135215973 4294956304 18446744073709551615 134594075 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5534 4781 415 171 0 4459 0
Current children cumulated CPU time (s) 80.29
Current children cumulated vsize (KiB) 22136

[startup+81.1018 s]
/proc/loadavg: 2.16 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481232/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=22136 CPUtime=80.69
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5304 644 0 0 8065 4 0 0 25 0 1 0 57987954 22667264 4784 996147200 134512640 135215973 4294956304 18446744073709551615 134589800 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5534 4784 415 171 0 4459 0
Current children cumulated CPU time (s) 80.69
Current children cumulated vsize (KiB) 22136

[startup+81.3018 s]
/proc/loadavg: 2.16 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481168/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=22136 CPUtime=80.9
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194304 5304 644 0 0 8086 4 0 0 25 0 1 0 57987954 22667264 4784 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 5534 4784 415 171 0 4459 0
Current children cumulated CPU time (s) 80.9
Current children cumulated vsize (KiB) 22136

[startup+81.4068 s]
/proc/loadavg: 2.16 2.20 2.17 3/82 9629
/proc/meminfo: memFree=1481168/2055920 swapFree=4192812/4192956
[pid=9624] ppid=9622 vsize=0 CPUtime=80.99
/proc/9624/stat : 9624 (pcs.big) R 9622 9624 8283 0 -1 4194308 5306 644 0 0 8095 4 0 0 25 0 1 0 57987954 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/9624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 81.4086
CPU time (s): 81.0107
CPU user time (s): 80.9607
CPU system time (s): 0.049992
CPU usage (%): 99.5112
Max. virtual memory (cumulated for all children) (KiB): 22136

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

runsolver used 0.076988 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-16 03:54:06
IDJOB=2070856
IDBENCH=55412
IDSOLVER=733
FILE ID=node55/2070856-1247709246
PBS_JOBID= 9521203
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 50755e5b035cf852450edd54742fdcb2
RANDOM SEED=421230760

node55.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.231
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.231
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:       1499384 kB
Buffers:         74740 kB
Cached:         363996 kB
SwapCached:          0 kB
Active:         212260 kB
Inactive:       272896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          66832 kB
Slab:            56556 kB
Committed_AS:   585976 kB
PageTables:       1848 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= 66372 MiB
End job on node55 at 2009-07-16 03:55:28