Trace number 2082550

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 57.0243 57.0477

DiagnosticValue
ASSIGNMENTS14275

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.18/0.22	c Seed is 65952489
0.18/0.22	c Constructing HOME/instance-2082550-1247721369.xml  with 5015 constraints
0.18/0.22	c Solving 14275 backtracks 15 restarts
56.96/57.04	s SATISFIABLE
56.96/57.04	c V0=0, V1=1, V2=4, V3=5, V4=9, V5=10, V6=25, V7=130, V8=152, V9=87, V10=35, V11=17, V12=40, V13=43, V14=47, V15=46, V16=63, V17=64, V18=74, V19=88, V20=0, V21=18, V22=27, V23=24, V24=36, V25=37, V26=78, V27=71, V28=116, V29=121, V30=4, V31=3, V32=15, V33=16, V34=24, V35=23, V36=138, V37=116, V38=147, V39=146, V40=18, V41=21, V42=49, V43=47, V44=132, V45=131, V46=146, V47=147, V48=153, V49=151, V50=7, V51=23, V52=52, V53=41, V54=62, V55=63, V56=88, V57=110, V58=134, V59=114, V60=9, V61=69, V62=75, V63=59, V64=99, V65=101, V66=123, V67=128, V68=132, V69=131, V70=79, V71=84, V72=100, V73=104, V74=116, V75=117, V76=138, V77=133, V78=143, V79=142, V80=21, V81=18, V82=32, V83=43, V84=73, V85=75, V86=98, V87=91, V88=140, V89=128, V90=2, V91=19, V92=50, V93=66, V94=83, V95=82, V96=108, V97=109, V98=126, V99=123, 
56.96/57.04	v 0 1 4 5 9 10 25 130 152 87 35 17 40 43 47 46 63 64 74 88 0 18 27 24 36 37 78 71 116 121 4 3 15 16 24 23 138 116 147 146 18 21 49 47 132 131 146 147 153 151 7 23 52 41 62 63 88 110 134 114 9 69 75 59 99 101 123 128 132 131 79 84 100 104 116 117 138 133 143 142 21 18 32 43 73 75 98 91 140 128 2 19 50 66 83 82 108 109 126 123 
56.96/57.04	d ASSIGNMENTS 14275

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-2082550-1247721369/watcher-2082550-1247721369 -o /tmp/evaluation-result-2082550-1247721369/solver-2082550-1247721369 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 65952489 HOME/instance-2082550-1247721369.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 17036
/proc/meminfo: memFree=1354296/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (pcssolve) S 17034 17036 15351 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 59202287 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17036/statm: 1339 242 201 169 0 50 0
[pid=17037] ppid=17036 vsize=5356 CPUtime=0
/proc/17037/stat : 17037 (pcssolve) R 17036 17036 15351 0 -1 4194368 22 0 0 0 0 0 0 0 19 0 1 0 59202288 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 265674091815 0 0 4096 0 0 0 0 17 1 0 0
/proc/17037/statm: 1339 243 202 169 0 50 0
[pid=17038] ppid=17036 vsize=3676 CPUtime=0
/proc/17038/stat : 17038 (grep) S 17036 17036 15351 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 59202288 3764224 121 996147200 4194304 4274172 548682069040 18446744073709551615 265674260562 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 919 121 99 19 0 43 0

[startup+0.0410071 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17036
/proc/meminfo: memFree=1354296/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=5060 CPUtime=0.02
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 934 661 0 0 2 0 0 0 18 0 1 0 59202287 5181440 565 996147200 134512640 135215973 4294956320 18446744073709551615 134906926 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 1265 565 388 171 0 190 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5060

[startup+0.102017 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17036
/proc/meminfo: memFree=1354296/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=7188 CPUtime=0.08
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 1511 661 0 0 8 0 0 0 18 0 1 0 59202287 7360512 1026 996147200 134512640 135215973 4294956320 18446744073709551615 134915804 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 1797 1026 404 171 0 722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7188

[startup+0.301055 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17036
/proc/meminfo: memFree=1354296/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=8420 CPUtime=0.28
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 1943 661 0 0 28 0 0 0 19 0 1 0 59202287 8622080 1300 996147200 134512640 135215973 4294956320 18446744073709551615 134583247 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 2105 1300 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701129 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17036
/proc/meminfo: memFree=1354296/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=8572 CPUtime=0.68
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 1988 661 0 0 68 0 0 0 23 0 1 0 59202287 8777728 1345 996147200 134512640 135215973 4294956320 18446744073709551615 135097467 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 2143 1345 408 171 0 1068 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8572

[startup+1.50129 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1350320/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=8812 CPUtime=1.48
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 2062 661 0 0 148 0 0 0 25 0 1 0 59202287 9023488 1419 996147200 134512640 135215973 4294956320 18446744073709551615 134588292 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 2203 1419 408 171 0 1128 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8812

[startup+3.10159 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1349744/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=9432 CPUtime=3.08
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 2225 661 0 0 308 0 0 0 25 0 1 0 59202287 9658368 1582 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 2358 1582 408 171 0 1283 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9432

[startup+6.30121 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1348144/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=10872 CPUtime=6.28
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 2652 661 0 0 627 1 0 0 25 0 1 0 59202287 11132928 1976 996147200 134512640 135215973 4294956320 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 2718 1976 408 171 0 1643 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10872

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1345208/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=14236 CPUtime=12.67
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 3589 661 0 0 1266 1 0 0 25 0 1 0 59202287 14577664 2639 996147200 134512640 135215973 4294956320 18446744073709551615 134902043 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 3559 2639 408 171 0 2484 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14236

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1340024/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=19472 CPUtime=25.47
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 5059 661 0 0 2544 3 0 0 25 0 1 0 59202287 19939328 3915 996147200 134512640 135215973 4294956320 18446744073709551615 134957882 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 4868 3915 408 171 0 3793 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19472

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1328632/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=31480 CPUtime=51.06
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8321 661 0 0 5100 6 0 0 25 0 1 0 59202287 32235520 6791 996147200 134512640 135215973 4294956320 18446744073709551615 134907526 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 7870 6791 408 171 0 6795 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31480

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

[startup+54.3014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1327416/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=32492 CPUtime=54.26
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8611 661 0 0 5420 6 0 0 25 0 1 0 59202287 33271808 7081 996147200 134512640 135215973 4294956320 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 8123 7081 408 171 0 7048 0
Current children cumulated CPU time (s) 54.26
Current children cumulated vsize (KiB) 32492

[startup+55.9017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1327032/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=33096 CPUtime=55.86
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8759 661 0 0 5580 6 0 0 25 0 1 0 59202287 33890304 7229 996147200 134512640 135215973 4294956320 18446744073709551615 134532701 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 8274 7229 408 171 0 7199 0
Current children cumulated CPU time (s) 55.86
Current children cumulated vsize (KiB) 33096

[startup+56.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1326584/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=33096 CPUtime=56.66
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8787 661 0 0 5660 6 0 0 25 0 1 0 59202287 33890304 7257 996147200 134512640 135215973 4294956320 18446744073709551615 134587297 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 8274 7257 408 171 0 7199 0
Current children cumulated CPU time (s) 56.66
Current children cumulated vsize (KiB) 33096

[startup+56.9019 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1326584/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=33364 CPUtime=56.86
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8833 661 0 0 5680 6 0 0 25 0 1 0 59202287 34164736 7303 996147200 134512640 135215973 4294956320 18446744073709551615 134605044 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 8341 7303 408 171 0 7266 0
Current children cumulated CPU time (s) 56.86
Current children cumulated vsize (KiB) 33364

[startup+57.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17041
/proc/meminfo: memFree=1326584/2055920 swapFree=4192812/4192956
[pid=17036] ppid=17034 vsize=33364 CPUtime=56.96
/proc/17036/stat : 17036 (pcs.big) R 17034 17036 15351 0 -1 4194304 8854 661 0 0 5690 6 0 0 25 0 1 0 59202287 34164736 7324 996147200 134512640 135215973 4294956320 18446744073709551615 134641958 0 0 4096 0 0 0 0 17 1 0 0
/proc/17036/statm: 8341 7324 408 171 0 7266 0
Current children cumulated CPU time (s) 56.96
Current children cumulated vsize (KiB) 33364

Child status: 0
Real time (s): 57.0477
CPU time (s): 57.0243
CPU user time (s): 56.9453
CPU system time (s): 0.078987
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 33364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.9453
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9518
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= 16
involuntary context switches= 93

runsolver used 0.06099 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-16 07:16:09
IDJOB=2082550
IDBENCH=57599
IDSOLVER=734
FILE ID=node76/2082550-1247721369
PBS_JOBID= 9521421
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
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-2082550-1247721369/watcher-2082550-1247721369 -o /tmp/evaluation-result-2082550-1247721369/solver-2082550-1247721369 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 65952489 HOME/instance-2082550-1247721369.xml

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

MD5SUM BENCH= addc0e227d3bf1025c9d969940388a12
RANDOM SEED=65952489

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:       1354776 kB
Buffers:         79216 kB
Cached:         382640 kB
SwapCached:          0 kB
Active:         244436 kB
Inactive:       384960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:         188000 kB
Slab:            56568 kB
Committed_AS:   719400 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:17:07