Trace number 2082549

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 11.3543 11.3578

DiagnosticValue
ASSIGNMENTS3025

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-2.xml
MD5SUMaddc0e227d3bf1025c9d969940388a12
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.270958
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size125
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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.28/0.31	c Seed is 989072072
0.28/0.31	c Constructing HOME/instance-2082549-1247721358.xml  with 5015 constraints
0.28/0.31	c Solving 3025 backtracks 11 restarts
11.28/11.35	s SATISFIABLE
11.28/11.35	c V0=76, V1=12, V2=80, V3=79, V4=85, V5=84, V6=116, V7=145, V8=152, V9=149, V10=1, V11=2, V12=6, V13=7, V14=13, V15=11, V16=32, V17=36, V18=45, V19=40, V20=15, V21=5, V22=23, V23=29, V24=58, V25=59, V26=83, V27=68, V28=105, V29=101, V30=108, V31=98, V32=132, V33=119, V34=137, V35=136, V36=149, V37=150, V38=158, V39=157, V40=0, V41=15, V42=28, V43=9, V44=44, V45=43, V46=93, V47=68, V48=127, V49=146, V50=7, V51=36, V52=47, V53=17, V54=117, V55=118, V56=132, V57=131, V58=140, V59=137, V60=0, V61=4, V62=19, V63=6, V64=28, V65=29, V66=60, V67=49, V68=74, V69=80, V70=38, V71=16, V72=54, V73=52, V74=69, V75=70, V76=97, V77=95, V78=115, V79=101, V80=42, V81=34, V82=101, V83=107, V84=128, V85=127, V86=136, V87=137, V88=147, V89=146, V90=28, V91=20, V92=66, V93=50, V94=101, V95=99, V96=124, V97=118, V98=138, V99=137, 
11.28/11.35	v 76 12 80 79 85 84 116 145 152 149 1 2 6 7 13 11 32 36 45 40 15 5 23 29 58 59 83 68 105 101 108 98 132 119 137 136 149 150 158 157 0 15 28 9 44 43 93 68 127 146 7 36 47 17 117 118 132 131 140 137 0 4 19 6 28 29 60 49 74 80 38 16 54 52 69 70 97 95 115 101 42 34 101 107 128 127 136 137 147 146 28 20 66 50 101 99 124 118 138 137 
11.28/11.35	d ASSIGNMENTS 3025

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-2082549-1247721358/watcher-2082549-1247721358 -o /tmp/evaluation-result-2082549-1247721358/solver-2082549-1247721358 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 989072072 HOME/instance-2082549-1247721358.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/82 17005
/proc/meminfo: memFree=1354424/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (pcssolve) R 17003 17005 15351 0 -1 4194304 326 317 0 0 0 0 0 0 16 0 1 0 59201118 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17005/statm: 1339 242 201 169 0 50 0

[startup+0.0332141 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17005
/proc/meminfo: memFree=1354424/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=5060 CPUtime=0.01
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 916 661 0 0 1 0 0 0 17 0 1 0 59201118 5181440 547 996147200 134512640 135215973 4294956304 18446744073709551615 134608471 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 1265 547 388 171 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5060

[startup+0.101228 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17005
/proc/meminfo: memFree=1354424/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=7188 CPUtime=0.08
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 1512 661 0 0 8 0 0 0 17 0 1 0 59201118 7360512 1027 996147200 134512640 135215973 4294956304 18446744073709551615 134908065 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 1797 1027 404 171 0 722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7188

[startup+0.301265 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17005
/proc/meminfo: memFree=1354424/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=8420 CPUtime=0.28
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 1980 661 0 0 28 0 0 0 18 0 1 0 59201118 8622080 1337 996147200 134512640 135215973 4294956304 18446744073709551615 134590112 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 2105 1337 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701343 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17005
/proc/meminfo: memFree=1354424/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=8420 CPUtime=0.68
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 1999 661 0 0 68 0 0 0 22 0 1 0 59201118 8622080 1356 996147200 134512640 135215973 4294956304 18446744073709551615 134533284 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 2105 1356 408 171 0 1030 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8420

[startup+1.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1350320/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=8932 CPUtime=1.48
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 2103 661 0 0 148 0 0 0 25 0 1 0 59201118 9146368 1460 996147200 134512640 135215973 4294956304 18446744073709551615 4158960812 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 2233 1460 408 171 0 1158 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8932

[startup+3.10181 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1349872/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=9428 CPUtime=3.09
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 2240 661 0 0 308 1 0 0 25 0 1 0 59201118 9654272 1597 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 2357 1597 408 171 0 1282 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9428

[startup+6.30142 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1348272/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=10796 CPUtime=6.29
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 2629 661 0 0 628 1 0 0 25 0 1 0 59201118 11055104 1953 996147200 134512640 135215973 4294956304 18446744073709551615 134588361 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 2699 1953 408 171 0 1624 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10796

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

[startup+9.50303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1346800/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=12432 CPUtime=9.48
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 3067 661 0 0 947 1 0 0 25 0 1 0 59201118 12730368 2326 996147200 134512640 135215973 4294956304 18446744073709551615 135095382 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 3108 2326 408 171 0 2033 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 12432

[startup+10.3012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1346224/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=12660 CPUtime=10.28
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 3135 661 0 0 1027 1 0 0 25 0 1 0 59201118 12963840 2394 996147200 134512640 135215973 4294956304 18446744073709551615 134902700 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 3165 2394 408 171 0 2090 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 12660

[startup+11.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1345904/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=12792 CPUtime=11.08
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 3196 661 0 0 1107 1 0 0 25 0 1 0 59201118 13099008 2455 996147200 134512640 135215973 4294956304 18446744073709551615 134532901 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 3198 2455 408 171 0 2123 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 12792

[startup+11.3014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17010
/proc/meminfo: memFree=1345904/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=13064 CPUtime=11.28
/proc/17005/stat : 17005 (pcs.big) R 17003 17005 15351 0 -1 4194304 3256 661 0 0 1127 1 0 0 25 0 1 0 59201118 13377536 2515 996147200 134512640 135215973 4294956304 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/17005/statm: 3266 2515 408 171 0 2191 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 13064

Child status: 0
Real time (s): 11.3578
CPU time (s): 11.3543
CPU user time (s): 11.3303
CPU system time (s): 0.023996
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 13064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3303
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4277
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= 17
involuntary context switches= 26

runsolver used 0.018997 second user time and 0.031995 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 07:15:58
IDJOB=2082549
IDBENCH=57599
IDSOLVER=733
FILE ID=node76/2082549-1247721358
PBS_JOBID= 9521421
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr1/normalized-super-jobShop-enddr1-2.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082549-1247721358/watcher-2082549-1247721358 -o /tmp/evaluation-result-2082549-1247721358/solver-2082549-1247721358 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 989072072 HOME/instance-2082549-1247721358.xml

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

MD5SUM BENCH= addc0e227d3bf1025c9d969940388a12
RANDOM SEED=989072072

node76.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.277
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.277
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:       1354840 kB
Buffers:         79184 kB
Cached:         382604 kB
SwapCached:          0 kB
Active:         244376 kB
Inactive:       384972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         188000 kB
Slab:            56500 kB
Committed_AS:   719388 kB
PageTables:       2204 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= 66396 MiB
End job on node76 at 2009-07-16 07:16:09