Trace number 2070571

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 136.105 137.246

DiagnosticValue
ASSIGNMENTS33477

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-10-a3.xml
MD5SUMc84380d557561ba82f603f5f7b91934d
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 benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
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.18/0.20	c Seed is 559393625
0.18/0.20	c Constructing HOME/instance-2070571-1247709024.xml 
0.18/0.20	c deduced all_different(V11,V12,V13,V14,V15,V16,V17,V18,V19,V20,V21,V22,V23,V24,V25,V26,V27,V28,V29,V30,V31,V32,V33,V34,V35,V36,V37,V38,V39,V40,V41,V42,V43,V44,V45,V46,V47,V48,V49,V50,V51,V52,V53,V54,V10)
0.18/0.20	c  with 1081 constraints
0.18/0.20	c Solving 33477 backtracks 17 restarts
136.05/137.22	s SATISFIABLE
136.05/137.22	c V0=0, V1=2, V2=14, V3=21, V4=29, V5=32, V6=45, V7=49, V8=54, V9=55, V10=2, V11=14, V12=21, V13=29, V14=32, V15=45, V16=49, V17=54, V18=55, V19=12, V20=19, V21=27, V22=30, V23=43, V24=47, V25=52, V26=53, V27=7, V28=15, V29=18, V30=31, V31=35, V32=40, V33=41, V34=8, V35=11, V36=24, V37=28, V38=33, V39=34, V40=3, V41=16, V42=20, V43=25, V44=26, V45=13, V46=17, V47=22, V48=23, V49=4, V50=9, V51=10, V52=5, V53=6, V54=1, 
136.05/137.22	v 0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1 
136.05/137.22	d ASSIGNMENTS 33477

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-2070571-1247709024/watcher-2070571-1247709024 -o /tmp/evaluation-result-2070571-1247709024/solver-2070571-1247709024 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 559393625 HOME/instance-2070571-1247709024.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.87 1.98 2.03 4/72 17172
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=5356 CPUtime=0
/proc/17172/stat : 17172 (pcssolve) R 17170 17172 17135 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 57965046 5484544 233 996147200 4194304 4889804 548682068800 18446744073709551615 4323954 0 0 4100 65536 0 0 0 17 1 0 0
/proc/17172/statm: 1339 233 194 169 0 50 0

[startup+0.107296 s]
/proc/loadavg: 1.87 1.98 2.03 4/72 17172
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=4976 CPUtime=0.09
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 931 654 0 0 9 0 0 0 18 0 1 0 57965046 5095424 562 996147200 134512640 135215973 4294956304 18446744073709551615 134629826 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1244 562 412 171 0 169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4976

[startup+0.201302 s]
/proc/loadavg: 1.87 1.98 2.03 4/72 17172
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=4976 CPUtime=0.18
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 952 654 0 0 18 0 0 0 18 0 1 0 57965046 5095424 583 996147200 134512640 135215973 4294956304 18446744073709551615 4159347499 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1244 583 412 171 0 169 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 4976

[startup+0.301312 s]
/proc/loadavg: 1.87 1.98 2.03 4/72 17172
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=5092 CPUtime=0.28
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 968 654 0 0 28 0 0 0 19 0 1 0 57965046 5214208 599 996147200 134512640 135215973 4294956304 18446744073709551615 134532701 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1273 599 412 171 0 198 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5092

[startup+0.701352 s]
/proc/loadavg: 1.87 1.98 2.03 4/72 17172
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=5356 CPUtime=0.67
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 1029 654 0 0 67 0 0 0 23 0 1 0 57965046 5484544 660 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1339 660 412 171 0 264 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5356

[startup+1.50143 s]
/proc/loadavg: 1.87 1.98 2.03 3/73 17177
/proc/meminfo: memFree=1398632/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=5876 CPUtime=1.47
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 1166 654 0 0 147 0 0 0 25 0 1 0 57965046 6017024 797 996147200 134512640 135215973 4294956304 18446744073709551615 134923812 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1469 797 412 171 0 394 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5876

[startup+3.10259 s]
/proc/loadavg: 1.87 1.98 2.03 3/73 17177
/proc/meminfo: memFree=1396456/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=7228 CPUtime=3.06
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 1520 654 0 0 306 0 0 0 25 0 1 0 57965046 7401472 1118 996147200 134512640 135215973 4294956304 18446744073709551615 134932250 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 1807 1118 412 171 0 732 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7228

[startup+6.30191 s]
/proc/loadavg: 1.88 1.98 2.03 3/73 17177
/proc/meminfo: memFree=1390824/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=9500 CPUtime=6.24
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 2153 654 0 0 623 1 0 0 25 0 1 0 57965046 9728000 1686 996147200 134512640 135215973 4294956304 18446744073709551615 134589782 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 2375 1686 412 171 0 1300 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9500

[startup+12.7015 s]
/proc/loadavg: 1.89 1.98 2.03 3/73 17177
/proc/meminfo: memFree=1377512/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=15480 CPUtime=12.58
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 3763 654 0 0 1256 2 0 0 25 0 1 0 57965046 15851520 3134 996147200 134512640 135215973 4294956304 18446744073709551615 4158960053 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 3870 3134 412 171 0 2795 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 15480

[startup+25.5018 s]
/proc/loadavg: 1.91 1.98 2.02 3/73 17177
/proc/meminfo: memFree=1351720/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=26248 CPUtime=25.28
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 6738 654 0 0 2525 3 0 0 25 0 1 0 57965046 26877952 5787 996147200 134512640 135215973 4294956304 18446744073709551615 134923886 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 6562 5787 412 171 0 5487 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 26248

[startup+51.1014 s]
/proc/loadavg: 1.94 1.98 2.02 3/73 17177
/proc/meminfo: memFree=1303464/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=48016 CPUtime=50.68
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 12731 654 0 0 5062 6 0 0 25 0 1 0 57965046 49168384 11267 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 12004 11267 412 171 0 10929 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 48016

[startup+102.301 s]
/proc/loadavg: 1.97 1.98 2.02 3/73 17179
/proc/meminfo: memFree=1205288/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=95400 CPUtime=101.45
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 25555 654 0 0 10132 13 0 0 25 0 1 0 57965046 97689600 22937 996147200 134512640 135215973 4294956304 18446744073709551615 134907974 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 23850 22937 412 171 0 22775 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 95400

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

[startup+102.406 s]
/proc/loadavg: 1.97 1.98 2.02 3/73 17179
/proc/meminfo: memFree=1205288/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=95400 CPUtime=101.55
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 25574 654 0 0 10142 13 0 0 25 0 1 0 57965046 97689600 22956 996147200 134512640 135215973 4294956304 18446744073709551615 134587395 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 23850 22956 412 171 0 22775 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 95400

[startup+115.202 s]
/proc/loadavg: 1.98 1.98 2.02 3/73 17179
/proc/meminfo: memFree=1181032/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=113020 CPUtime=114.23
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 30223 654 0 0 11408 15 0 0 25 0 1 0 57965046 115732480 25556 996147200 134512640 135215973 4294956304 18446744073709551615 134901856 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 28255 25556 412 171 0 27180 0
Current children cumulated CPU time (s) 114.23
Current children cumulated vsize (KiB) 113020

[startup+128.002 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1154728/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=127448 CPUtime=126.93
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 34083 654 0 0 12676 17 0 0 25 0 1 0 57965046 130506752 29159 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 31862 29159 412 171 0 30787 0
Current children cumulated CPU time (s) 126.93
Current children cumulated vsize (KiB) 127448

[startup+131.202 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1146920/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=128616 CPUtime=130.1
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 34447 654 0 0 12993 17 0 0 25 0 1 0 57965046 131702784 29523 996147200 134512640 135215973 4294956304 18446744073709551615 134638911 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 32154 29523 412 171 0 31079 0
Current children cumulated CPU time (s) 130.1
Current children cumulated vsize (KiB) 128616

[startup+134.402 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1142696/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=131100 CPUtime=133.27
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 35127 654 0 0 13309 18 0 0 25 0 1 0 57965046 134246400 30203 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 32775 30203 412 171 0 31700 0
Current children cumulated CPU time (s) 133.27
Current children cumulated vsize (KiB) 131100

[startup+136.002 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1141352/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=132272 CPUtime=134.86
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 35449 654 0 0 13468 18 0 0 25 0 1 0 57965046 135446528 30525 996147200 134512640 135215973 4294956304 18446744073709551615 134596263 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 33068 30525 412 171 0 31993 0
Current children cumulated CPU time (s) 134.86
Current children cumulated vsize (KiB) 132272

[startup+136.802 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1139496/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=132928 CPUtime=135.65
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 35622 654 0 0 13547 18 0 0 25 0 1 0 57965046 136118272 30698 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 33232 30698 412 171 0 32157 0
Current children cumulated CPU time (s) 135.65
Current children cumulated vsize (KiB) 132928

[startup+137.202 s]
/proc/loadavg: 1.98 1.98 2.01 3/73 17179
/proc/meminfo: memFree=1139496/2055920 swapFree=4192812/4192956
[pid=17172] ppid=17170 vsize=130996 CPUtime=136.05
/proc/17172/stat : 17172 (pcs.big) R 17170 17172 17135 0 -1 4194304 35662 654 0 0 13587 18 0 0 25 0 1 0 57965046 134139904 30468 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/17172/statm: 32749 30468 412 171 0 31674 0
Current children cumulated CPU time (s) 136.05
Current children cumulated vsize (KiB) 130996

Child status: 0
Real time (s): 137.246
CPU time (s): 136.105
CPU user time (s): 135.898
CPU system time (s): 0.206968
CPU usage (%): 99.1692
Max. virtual memory (cumulated for all children) (KiB): 133048

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

runsolver used 0.19297 second user time and 0.380942 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-16 03:50:24
IDJOB=2070571
IDBENCH=55370
IDSOLVER=734
FILE ID=node70/2070571-1247709024
PBS_JOBID= 9521334
Free space on /tmp= 66432 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-10-a3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070571-1247709024/watcher-2070571-1247709024 -o /tmp/evaluation-result-2070571-1247709024/solver-2070571-1247709024 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 559393625 HOME/instance-2070571-1247709024.xml

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

MD5SUM BENCH= c84380d557561ba82f603f5f7b91934d
RANDOM SEED=559393625

node70.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.214
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.214
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:       1401616 kB
Buffers:         81168 kB
Cached:         407276 kB
SwapCached:          0 kB
Active:         229992 kB
Inactive:       343008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:          96124 kB
Slab:            66636 kB
Committed_AS:   799852 kB
PageTables:       1832 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= 66432 MiB
End job on node70 at 2009-07-16 03:52:41