Trace number 2082571

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 222.811 223.108

DiagnosticValue
ASSIGNMENTS47734

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-5.xml
MD5SUMcf6cb10154c91b27aba123e93ab25157
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.526919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size123
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.17/0.21	c Seed is 29751448
0.17/0.21	c Constructing HOME/instance-2082571-1247721388.xml  with 5015 constraints
0.17/0.21	c Solving 47734 backtracks 18 restarts
222.69/223.09	s SATISFIABLE
222.69/223.09	c V0=0, V1=1, V2=12, V3=11, V4=22, V5=23, V6=39, V7=38, V8=49, V9=141, V10=8, V11=7, V12=21, V13=20, V14=116, V15=117, V16=131, V17=130, V18=135, V19=137, V20=12, V21=67, V22=75, V23=76, V24=85, V25=84, V26=98, V27=99, V28=106, V29=110, V30=0, V31=72, V32=75, V33=15, V34=98, V35=99, V36=117, V37=118, V38=124, V39=138, V40=24, V41=23, V42=45, V43=31, V44=55, V45=56, V46=85, V47=84, V48=95, V49=96, V50=0, V51=1, V52=10, V53=7, V54=13, V55=14, V56=117, V57=118, V58=124, V59=123, V60=31, V61=15, V62=98, V63=99, V64=107, V65=108, V66=140, V67=141, V68=149, V69=148, V70=24, V71=13, V72=35, V73=36, V74=39, V75=38, V76=131, V77=56, V78=149, V79=148, V80=0, V81=1, V82=75, V83=38, V84=131, V85=130, V86=141, V87=142, V88=151, V89=150, V90=53, V91=38, V92=64, V93=65, V94=69, V95=68, V96=84, V97=85, V98=106, V99=144, 
222.69/223.09	v 0 1 12 11 22 23 39 38 49 141 8 7 21 20 116 117 131 130 135 137 12 67 75 76 85 84 98 99 106 110 0 72 75 15 98 99 117 118 124 138 24 23 45 31 55 56 85 84 95 96 0 1 10 7 13 14 117 118 124 123 31 15 98 99 107 108 140 141 149 148 24 13 35 36 39 38 131 56 149 148 0 1 75 38 131 130 141 142 151 150 53 38 64 65 69 68 84 85 106 144 
222.69/223.09	d ASSIGNMENTS 47734

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-2082571-1247721388/watcher-2082571-1247721388 -o /tmp/evaluation-result-2082571-1247721388/solver-2082571-1247721388 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 29751448 HOME/instance-2082571-1247721388.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.02 2.06 2.01 4/81 14394
/proc/meminfo: memFree=1248440/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=5356 CPUtime=0
/proc/14394/stat : 14394 (pcssolve) R 14392 14394 10627 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59205852 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14394/statm: 1339 241 200 169 0 50 0
[pid=14395] ppid=14394 vsize=5356 CPUtime=0
/proc/14395/stat : 14395 (pcssolve) R 14394 14394 10627 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 59205852 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 252429528359 0 0 4096 0 0 0 0 17 1 0 0
/proc/14395/statm: 1339 243 202 169 0 50 0
[pid=14396] ppid=14394 vsize=5356 CPUtime=0
/proc/14396/stat : 14396 (pcssolve) R 14394 14394 10627 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59205852 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14396/statm: 1339 241 200 169 0 50 0

[startup+0.095104 s]
/proc/loadavg: 2.02 2.06 2.01 4/81 14394
/proc/meminfo: memFree=1248440/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=6164 CPUtime=0.07
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 1185 661 0 0 7 0 0 0 18 0 1 0 59205852 6311936 783 996147200 134512640 135215973 4294956320 18446744073709551615 4159347552 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 1541 783 388 171 0 466 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6164

[startup+0.102101 s]
/proc/loadavg: 2.02 2.06 2.01 4/81 14394
/proc/meminfo: memFree=1248440/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=6476 CPUtime=0.07
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 1268 661 0 0 7 0 0 0 18 0 1 0 59205852 6631424 825 996147200 134512640 135215973 4294956320 18446744073709551615 134824787 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 1619 825 388 171 0 544 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6476

[startup+0.302129 s]
/proc/loadavg: 2.02 2.06 2.01 4/81 14394
/proc/meminfo: memFree=1248440/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=8420 CPUtime=0.27
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 1947 661 0 0 27 0 0 0 19 0 1 0 59205852 8622080 1304 996147200 134512640 135215973 4294956320 18446744073709551615 134523588 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 2105 1304 408 171 0 1030 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8420

[startup+0.702167 s]
/proc/loadavg: 2.02 2.06 2.01 4/81 14394
/proc/meminfo: memFree=1248440/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=8420 CPUtime=0.67
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 1987 661 0 0 67 0 0 0 23 0 1 0 59205852 8622080 1344 996147200 134512640 135215973 4294956320 18446744073709551615 134583377 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 2105 1344 408 171 0 1030 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8420

[startup+1.50125 s]
/proc/loadavg: 2.01 2.06 2.01 3/82 14399
/proc/meminfo: memFree=1244520/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=8668 CPUtime=1.46
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 2043 661 0 0 146 0 0 0 25 0 1 0 59205852 8876032 1400 996147200 134512640 135215973 4294956320 18446744073709551615 134902569 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 2167 1400 408 171 0 1092 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8668

[startup+3.10141 s]
/proc/loadavg: 2.01 2.06 2.01 3/82 14399
/proc/meminfo: memFree=1244072/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=9112 CPUtime=3.05
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 2143 661 0 0 305 0 0 0 25 0 1 0 59205852 9330688 1500 996147200 134512640 135215973 4294956320 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 2278 1500 408 171 0 1203 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9112

[startup+6.30172 s]
/proc/loadavg: 2.01 2.06 2.01 3/82 14399
/proc/meminfo: memFree=1242920/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=10336 CPUtime=6.22
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 2492 661 0 0 622 0 0 0 25 0 1 0 59205852 10584064 1816 996147200 134512640 135215973 4294956320 18446744073709551615 134587271 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 2584 1816 408 171 0 1509 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10336

[startup+12.7014 s]
/proc/loadavg: 2.01 2.06 2.01 3/82 14399
/proc/meminfo: memFree=1240112/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=12852 CPUtime=12.55
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 3207 661 0 0 1254 1 0 0 25 0 1 0 59205852 13160448 2466 996147200 134512640 135215973 4294956320 18446744073709551615 134532667 0 0 4096 0 0 0 0 17 1 0 0
/proc/14394/statm: 3213 2466 408 171 0 2138 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 12852

[startup+25.5016 s]
/proc/loadavg: 2.01 2.06 2.01 3/70 14403
/proc/meminfo: memFree=1450328/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=17856 CPUtime=25.26
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 4584 661 0 0 2524 2 0 0 25 0 1 0 59205852 18284544 3649 996147200 134512640 135215973 4294956320 18446744073709551615 134600245 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 4464 3649 408 171 0 3389 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 17856

[startup+51.1012 s]
/proc/loadavg: 2.08 2.07 2.01 3/83 14441
/proc/meminfo: memFree=1440680/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=29364 CPUtime=50.85
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 7815 661 0 0 5080 5 0 0 25 0 1 0 59205852 30068736 6414 996147200 134512640 135215973 4294956320 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 7341 6414 408 171 0 6266 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 29364

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.01 3/83 14441
/proc/meminfo: memFree=1356456/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=53064 CPUtime=102.04
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 14419 661 0 0 10194 10 0 0 25 0 1 0 59205852 54337536 11351 996147200 134512640 135215973 4294956320 18446744073709551615 134647968 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 13266 11351 408 171 0 12191 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 53064

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 14441
/proc/meminfo: memFree=1308520/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=73900 CPUtime=162.01
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 20232 661 0 0 16186 15 0 0 25 0 1 0 59205852 75673600 16907 996147200 134512640 135215973 4294956320 18446744073709551615 134592594 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 18475 16907 408 171 0 17400 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 73900

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 14441
/proc/meminfo: memFree=1277352/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=102724 CPUtime=221.99
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 28190 661 0 0 22178 21 0 0 25 0 1 0 59205852 105189376 22816 996147200 134512640 135215973 4294956320 18446744073709551615 134591050 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 25681 22816 408 171 0 24606 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 102724

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

[startup+222.702 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 14441
/proc/meminfo: memFree=1277352/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=102836 CPUtime=222.39
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194304 28210 661 0 0 22218 21 0 0 25 0 1 0 59205852 105304064 22836 996147200 134512640 135215973 4294956320 18446744073709551615 134592155 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 25709 22836 408 171 0 24634 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 102836

[startup+223.102 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 14441
/proc/meminfo: memFree=1277352/2055920 swapFree=4192812/4192956
[pid=14394] ppid=14392 vsize=0 CPUtime=222.79
/proc/14394/stat : 14394 (pcs.big) R 14392 14394 10627 0 -1 4194308 28215 661 0 0 22257 22 0 0 25 0 1 0 59205852 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/14394/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 223.108
CPU time (s): 222.811
CPU user time (s): 222.577
CPU system time (s): 0.233964
CPU usage (%): 99.8669
Max. virtual memory (cumulated for all children) (KiB): 102836

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

runsolver used 0.320951 second user time and 0.685895 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-16 07:16:28
IDJOB=2082571
IDBENCH=57603
IDSOLVER=733
FILE ID=node12/2082571-1247721388
PBS_JOBID= 9521380
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= cf6cb10154c91b27aba123e93ab25157
RANDOM SEED=29751448

node12.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.240
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.240
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:       1248920 kB
Buffers:         82824 kB
Cached:         398616 kB
SwapCached:          0 kB
Active:         344968 kB
Inactive:       380112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:         264012 kB
Slab:            66652 kB
Committed_AS:   893556 kB
PageTables:       2264 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= 66268 MiB
End job on node12 at 2009-07-16 07:20:11