Trace number 2082725

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 23.8274 24.054

DiagnosticValue
ASSIGNMENTS5310

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-10.xml
MD5SUM849189d0fe44cbb9e5489df72ee9e464
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.894863
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size122
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.00/0.02	c Seed is 340732992
0.00/0.02	c Constructing HOME/instance-2082725-1247721527.xml  with 5015 constraints
0.05/0.09	c Solving 5310 backtracks 12 restarts
23.76/24.05	s SATISFIABLE
23.76/24.05	c V0=27, V1=37, V2=43, V3=37, V4=63, V5=48, V6=73, V7=74, V8=81, V9=80, V10=10, V11=11, V12=23, V13=22, V14=104, V15=48, V16=113, V17=114, V18=123, V19=122, V20=4, V21=3, V22=10, V23=9, V24=81, V25=48, V26=91, V27=90, V28=100, V29=101, V30=21, V31=22, V32=29, V33=30, V34=125, V35=48, V36=140, V37=141, V38=144, V39=143, V40=0, V41=1, V42=10, V43=9, V44=21, V45=48, V46=63, V47=37, V48=136, V49=67, V50=25, V51=26, V52=33, V53=34, V54=113, V55=48, V56=125, V57=126, V58=136, V59=135, V60=29, V61=28, V62=39, V63=38, V64=90, V65=48, V66=104, V67=105, V68=112, V69=111, V70=10, V71=9, V72=16, V73=17, V74=73, V75=48, V76=81, V77=82, V78=123, V79=90, V80=0, V81=1, V82=4, V83=3, V84=10, V85=11, V86=21, V87=20, V88=46, V89=37, V90=0, V91=1, V92=20, V93=19, V94=36, V95=37, V96=49, V97=48, V98=60, V99=80, 
23.76/24.05	v 27 37 43 37 63 48 73 74 81 80 10 11 23 22 104 48 113 114 123 122 4 3 10 9 81 48 91 90 100 101 21 22 29 30 125 48 140 141 144 143 0 1 10 9 21 48 63 37 136 67 25 26 33 34 113 48 125 126 136 135 29 28 39 38 90 48 104 105 112 111 10 9 16 17 73 48 81 82 123 90 0 1 4 3 10 11 21 20 46 37 0 1 20 19 36 37 49 48 60 80 
23.76/24.05	d ASSIGNMENTS 5310

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-2082725-1247721527/watcher-2082725-1247721527 -o /tmp/evaluation-result-2082725-1247721527/solver-2082725-1247721527 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 340732992 HOME/instance-2082725-1247721527.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.01 2.02 2.00 4/81 7640
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=18576 CPUtime=0
/proc/7640/stat : 7640 (runsolver) R 7638 7640 5643 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 59219052 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7640/statm: 4644 284 249 26 0 2626 0

[startup+0.0722341 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 7640
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=5520 CPUtime=0.05
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 1059 661 0 0 5 0 0 0 25 0 1 0 59219052 5652480 690 996147200 134512640 135215973 4294956304 18446744073709551615 4160503966 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 1380 690 388 171 0 305 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5520

[startup+0.102246 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 7640
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=7032 CPUtime=0.08
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 1481 661 0 0 8 0 0 0 25 0 1 0 59219052 7200768 996 996147200 134512640 135215973 4294956304 18446744073709551615 134599882 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 1758 996 404 171 0 683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7032

[startup+0.302262 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 7640
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=8420 CPUtime=0.28
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 1983 661 0 0 27 1 0 0 25 0 1 0 59219052 8622080 1340 996147200 134512640 135215973 4294956304 18446744073709551615 134585609 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 2105 1340 408 171 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8420

[startup+0.701296 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 7640
/proc/meminfo: memFree=1203928/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=8540 CPUtime=0.68
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 2006 661 0 0 67 1 0 0 25 0 1 0 59219052 8744960 1363 996147200 134512640 135215973 4294956304 18446744073709551615 134647968 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 2135 1363 408 171 0 1060 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8540

[startup+1.50137 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 7645
/proc/meminfo: memFree=1199952/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=8784 CPUtime=1.47
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 2076 661 0 0 146 1 0 0 25 0 1 0 59219052 8994816 1433 996147200 134512640 135215973 4294956304 18446744073709551615 10461251 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 2196 1433 408 171 0 1121 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 8784

[startup+3.10151 s]
/proc/loadavg: 2.01 2.02 2.00 4/82 7645
/proc/meminfo: memFree=1199312/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=9444 CPUtime=3.06
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 2236 661 0 0 305 1 0 0 25 0 1 0 59219052 9670656 1593 996147200 134512640 135215973 4294956304 18446744073709551615 134957665 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 2361 1593 408 171 0 1286 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9444

[startup+6.30181 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 7645
/proc/meminfo: memFree=1197904/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=10796 CPUtime=6.22
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 2605 661 0 0 621 1 0 0 25 0 1 0 59219052 11055104 1929 996147200 134512640 135215973 4294956304 18446744073709551615 4158960041 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 2699 1929 408 171 0 1624 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10796

[startup+12.7014 s]
/proc/loadavg: 2.08 2.04 2.00 3/82 7645
/proc/meminfo: memFree=1195472/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=12976 CPUtime=12.57
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 3220 661 0 0 1255 2 0 0 25 0 1 0 59219052 13287424 2479 996147200 134512640 135215973 4294956304 18446744073709551615 4158960249 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 3244 2479 408 171 0 2169 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 12976

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

[startup+19.102 s]
/proc/loadavg: 2.15 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1192976/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=16012 CPUtime=18.91
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4028 661 0 0 1888 3 0 0 25 0 1 0 59219052 16396288 3093 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4003 3093 408 171 0 2928 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 16012

[startup+22.3013 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1191696/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=17072 CPUtime=22.07
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4347 661 0 0 2204 3 0 0 25 0 1 0 59219052 17481728 3412 996147200 134512640 135215973 4294956304 18446744073709551615 134590078 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4268 3412 408 171 0 3193 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 17072

[startup+23.1063 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1191248/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=17456 CPUtime=22.87
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4432 661 0 0 2284 3 0 0 25 0 1 0 59219052 17874944 3497 996147200 134512640 135215973 4294956304 18446744073709551615 134587268 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4364 3497 408 171 0 3289 0
Current children cumulated CPU time (s) 22.87
Current children cumulated vsize (KiB) 17456

[startup+23.5014 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1191248/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=17584 CPUtime=23.26
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4475 661 0 0 2323 3 0 0 25 0 1 0 59219052 18006016 3540 996147200 134512640 135215973 4294956304 18446744073709551615 134982842 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4396 3540 408 171 0 3321 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 17584

[startup+23.9014 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1191248/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=17708 CPUtime=23.66
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4507 661 0 0 2363 3 0 0 25 0 1 0 59219052 18132992 3572 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4427 3572 408 171 0 3352 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 17708

[startup+24.0014 s]
/proc/loadavg: 2.14 2.05 2.01 3/82 7645
/proc/meminfo: memFree=1191248/2055920 swapFree=4192812/4192956
[pid=7640] ppid=7638 vsize=17708 CPUtime=23.76
/proc/7640/stat : 7640 (pcs.big) R 7638 7640 5643 0 -1 4194304 4509 661 0 0 2373 3 0 0 25 0 1 0 59219052 18132992 3574 996147200 134512640 135215973 4294956304 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/7640/statm: 4427 3574 408 171 0 3352 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 17708

Child status: 0
Real time (s): 24.054
CPU time (s): 23.8274
CPU user time (s): 23.7854
CPU system time (s): 0.041993
CPU usage (%): 99.058
Max. virtual memory (cumulated for all children) (KiB): 17708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7854
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5522
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= 18
involuntary context switches= 1013

runsolver used 0.032994 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-16 07:18:47
IDJOB=2082725
IDBENCH=57627
IDSOLVER=733
FILE ID=node25/2082725-1247721527
PBS_JOBID= 9521476
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 849189d0fe44cbb9e5489df72ee9e464
RANDOM SEED=340732992

node25.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:       1204408 kB
Buffers:         84452 kB
Cached:         482260 kB
SwapCached:          0 kB
Active:         293968 kB
Inactive:       481192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         228872 kB
Slab:            61032 kB
Committed_AS:   699628 kB
PageTables:       2332 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= 66312 MiB
End job on node25 at 2009-07-16 07:19:11