Trace number 2082538

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 12.2601 12.3874

DiagnosticValue
ASSIGNMENTS2173

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr2/normalized-super-jobShop-enddr2-3.xml
MD5SUMbe1747164e3ac921fa9d6050fe7cf8ff
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 benchmark3.68944
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size139
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 125966055
0.00/0.02	c Constructing HOME/instance-2082538-1247721339.xml  with 5015 constraints
0.03/0.09	c Solving 2173 backtracks 10 restarts
12.15/12.38	s SATISFIABLE
12.15/12.38	c V0=26, V1=27, V2=33, V3=31, V4=41, V5=42, V6=50, V7=49, V8=68, V9=67, V10=50, V11=49, V12=56, V13=57, V14=86, V15=85, V16=101, V17=102, V18=112, V19=113, V20=41, V21=42, V22=58, V23=59, V24=69, V25=73, V26=88, V27=92, V28=95, V29=91, V30=18, V31=0, V32=22, V33=23, V34=32, V35=31, V36=43, V37=41, V38=53, V39=52, V40=78, V41=89, V42=95, V43=91, V44=107, V45=106, V46=129, V47=122, V48=138, V49=139, V50=56, V51=57, V52=69, V53=68, V54=139, V55=142, V56=154, V57=157, V58=168, V59=165, V60=38, V61=39, V62=68, V63=64, V64=94, V65=95, V66=117, V67=118, V68=123, V69=122, V70=22, V71=0, V72=95, V73=114, V74=122, V75=123, V76=139, V77=138, V78=150, V79=151, V80=4, V81=6, V82=12, V83=9, V84=50, V85=49, V86=71, V87=67, V88=82, V89=86, V90=0, V91=1, V92=10, V93=9, V94=18, V95=19, V96=32, V97=31, V98=39, V99=40, 
12.15/12.38	v 26 27 33 31 41 42 50 49 68 67 50 49 56 57 86 85 101 102 112 113 41 42 58 59 69 73 88 92 95 91 18 0 22 23 32 31 43 41 53 52 78 89 95 91 107 106 129 122 138 139 56 57 69 68 139 142 154 157 168 165 38 39 68 64 94 95 117 118 123 122 22 0 95 114 122 123 139 138 150 151 4 6 12 9 50 49 71 67 82 86 0 1 10 9 18 19 32 31 39 40 
12.15/12.38	d ASSIGNMENTS 2173

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-2082538-1247721339/watcher-2082538-1247721339 -o /tmp/evaluation-result-2082538-1247721339/solver-2082538-1247721339 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 125966055 HOME/instance-2082538-1247721339.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.93 1.98 1.99 4/81 20261
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=18576 CPUtime=0
/proc/20261/stat : 20261 (runsolver) R 20259 20261 17507 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59196615 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20261/statm: 4644 284 249 26 0 2626 0

[startup+0.0570271 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 20261
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=5520 CPUtime=0.03
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 1017 661 0 0 3 0 0 0 23 0 1 0 59196615 5652480 648 996147200 134512640 135215973 4294956304 18446744073709551615 134798530 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 1380 648 388 171 0 305 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5520

[startup+0.102026 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 20261
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=7000 CPUtime=0.08
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 1479 661 0 0 8 0 0 0 23 0 1 0 59196615 7168000 994 996147200 134512640 135215973 4294956304 18446744073709551615 134591502 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 1750 994 404 171 0 675 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7000

[startup+0.30105 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 20261
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=9648 CPUtime=0.27
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 2347 661 0 0 26 1 0 0 25 0 1 0 59196615 9879552 1495 996147200 134512640 135215973 4294956304 18446744073709551615 134581780 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 2412 1495 408 171 0 1337 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9648

[startup+0.701087 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 20261
/proc/meminfo: memFree=1566864/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=9764 CPUtime=0.67
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 2370 661 0 0 66 1 0 0 25 0 1 0 59196615 9998336 1518 996147200 134512640 135215973 4294956304 18446744073709551615 4158960001 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 2441 1518 408 171 0 1366 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9764

[startup+1.50117 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1562312/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=9908 CPUtime=1.46
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 2409 661 0 0 145 1 0 0 25 0 1 0 59196615 10145792 1557 996147200 134512640 135215973 4294956304 18446744073709551615 134587578 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 2477 1557 408 171 0 1402 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9908

[startup+3.10133 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1561800/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=10296 CPUtime=3.05
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 2505 661 0 0 304 1 0 0 25 0 1 0 59196615 10543104 1653 996147200 134512640 135215973 4294956304 18446744073709551615 134590521 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 2574 1653 408 171 0 1499 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10296

[startup+6.30166 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1560904/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=11292 CPUtime=6.22
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 2781 661 0 0 621 1 0 0 25 0 1 0 59196615 11563008 1896 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 2823 1896 408 171 0 1748 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11292

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

[startup+9.50199 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1559624/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=12584 CPUtime=9.39
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 3136 661 0 0 938 1 0 0 25 0 1 0 59196615 12886016 2186 996147200 134512640 135215973 4294956304 18446744073709551615 134592168 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 3146 2186 408 171 0 2071 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 12584

[startup+11.1012 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1558792/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=13160 CPUtime=10.97
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 3295 661 0 0 1096 1 0 0 25 0 1 0 59196615 13475840 2345 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 3290 2345 408 171 0 2215 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 13160

[startup+11.9012 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1558792/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=13408 CPUtime=11.76
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 3371 661 0 0 1175 1 0 0 25 0 1 0 59196615 13729792 2421 996147200 134512640 135215973 4294956304 18446744073709551615 134583456 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 3352 2421 408 171 0 2277 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 13408

[startup+12.3013 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 20266
/proc/meminfo: memFree=1558344/2055920 swapFree=4192812/4192956
[pid=20261] ppid=20259 vsize=13696 CPUtime=12.15
/proc/20261/stat : 20261 (pcs.big) R 20259 20261 17507 0 -1 4194304 3445 661 0 0 1214 1 0 0 25 0 1 0 59196615 14024704 2495 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/20261/statm: 3424 2495 408 171 0 2349 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 13696

Child status: 0
Real time (s): 12.3874
CPU time (s): 12.2601
CPU user time (s): 12.2341
CPU system time (s): 0.025996
CPU usage (%): 98.9725
Max. virtual memory (cumulated for all children) (KiB): 13696

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

runsolver used 0.018997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-16 07:15:39
IDJOB=2082538
IDBENCH=57598
IDSOLVER=733
FILE ID=node67/2082538-1247721339
PBS_JOBID= 9521463
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= be1747164e3ac921fa9d6050fe7cf8ff
RANDOM SEED=125966055

node67.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.239
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.239
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:       1567344 kB
Buffers:         75488 kB
Cached:         265396 kB
SwapCached:          0 kB
Active:         149120 kB
Inactive:       265340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          93976 kB
Slab:            59052 kB
Committed_AS:   565592 kB
PageTables:       2012 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= 66332 MiB
End job on node67 at 2009-07-16 07:15:51