Trace number 2087654

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 4.73528 4.74167

DiagnosticValue
ASSIGNMENTS1870

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-7.xml
MD5SUM789449b7d2a78eb2b6a442bcf11db55d
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 benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size595
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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.21	c Seed is 1198950819
0.18/0.21	c Constructing HOME/instance-2087654-1247728182.xml  with 6300 constraints
0.18/0.21	c Solving 1870 backtracks 10 restarts
4.68/4.74	s SATISFIABLE
4.68/4.74	c V0=0, V1=580, V2=522, V3=195, V4=368, V5=43, V6=423, V7=126, V8=275, V9=458, V10=58, V11=137, V12=275, V13=260, V14=444, V15=0, V16=231, V17=348, V18=529, V19=228, V20=126, V21=396, V22=495, V23=64, V24=0, V25=239, V26=445, V27=444, V28=482, V29=275, V30=300, V31=432, V32=0, V33=385, V34=506, V35=297, V36=194, V37=364, V38=239, V39=97, V40=385, V41=0, V42=93, V43=529, V44=208, V45=512, V46=264, V47=509, V48=364, V49=125, V50=300, V51=240, V52=365, V53=231, V54=220, V55=64, V56=0, V57=161, V58=522, V59=438, V60=594, V61=239, V62=161, V63=56, V64=92, V65=365, V66=275, V67=182, V68=3, V69=125, V70=306, V71=278, V72=460, V73=560, V74=0, V75=366, V76=102, V77=482, V78=181, V79=202, V80=147, V81=97, V82=457, V83=444, V84=213, V85=0, V86=568, V87=300, V88=481, V89=396, V90=438, V91=74, V92=514, V93=352, V94=126, V95=572, V96=0, V97=275, V98=368, V99=181, 
4.68/4.74	v 0 580 522 195 368 43 423 126 275 458 58 137 275 260 444 0 231 348 529 228 126 396 495 64 0 239 445 444 482 275 300 432 0 385 506 297 194 364 239 97 385 0 93 529 208 512 264 509 364 125 300 240 365 231 220 64 0 161 522 438 594 239 161 56 92 365 275 182 3 125 306 278 460 560 0 366 102 482 181 202 147 97 457 444 213 0 568 300 481 396 438 74 514 352 126 572 0 275 368 181 
4.68/4.74	d ASSIGNMENTS 1870

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-2087654-1247728182/watcher-2087654-1247728182 -o /tmp/evaluation-result-2087654-1247728182/solver-2087654-1247728182 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1198950819 HOME/instance-2087654-1247728182.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.02 2.01 4/73 16072
/proc/meminfo: memFree=1385552/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=5356 CPUtime=0
/proc/16072/stat : 16072 (pcssolve) R 16070 16072 15620 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 59883523 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240153848479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16072/statm: 1339 241 200 169 0 50 0
[pid=16073] ppid=16072 vsize=3544 CPUtime=0
/proc/16073/stat : 16073 (fgrep) R 16072 16072 15620 0 -1 4194304 91 0 0 0 0 0 0 0 19 0 1 0 59883524 3629056 59 996147200 4194304 4274172 548682068976 18446744073709551615 240153418263 0 0 4096 0 0 0 0 17 1 0 0
/proc/16073/statm: 886 59 43 19 0 10 0
[pid=16074] ppid=16072 vsize=5356 CPUtime=0
/proc/16074/stat : 16074 (pcssolve) R 16072 16072 15620 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 59883524 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240153848479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16074/statm: 1339 241 200 169 0 50 0

[startup+0.164776 s]
/proc/loadavg: 2.00 2.02 2.01 4/73 16072
/proc/meminfo: memFree=1385552/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=8300 CPUtime=0.14
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 1905 659 0 0 14 0 0 0 18 0 1 0 59883523 8499200 1354 996147200 134512640 135215973 4294956304 18446744073709551615 134582272 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2075 1354 406 171 0 1000 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 8300

[startup+0.202783 s]
/proc/loadavg: 2.00 2.02 2.01 4/73 16072
/proc/meminfo: memFree=1385552/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=8980 CPUtime=0.18
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2097 659 0 0 18 0 0 0 18 0 1 0 59883523 9195520 1441 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2245 1441 406 171 0 1170 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8980

[startup+0.302801 s]
/proc/loadavg: 2.00 2.02 2.01 4/73 16072
/proc/meminfo: memFree=1385552/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=8980 CPUtime=0.28
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2108 659 0 0 28 0 0 0 19 0 1 0 59883523 9195520 1452 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2245 1452 406 171 0 1170 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8980

[startup+0.701878 s]
/proc/loadavg: 2.00 2.02 2.01 4/73 16072
/proc/meminfo: memFree=1385552/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=9204 CPUtime=0.68
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2162 659 0 0 68 0 0 0 22 0 1 0 59883523 9424896 1506 996147200 134512640 135215973 4294956304 18446744073709551615 134591063 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2301 1506 406 171 0 1226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9204

[startup+1.50203 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1380424/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=9948 CPUtime=1.48
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2405 659 0 0 148 0 0 0 25 0 1 0 59883523 10186752 1749 996147200 134512640 135215973 4294956304 18446744073709551615 134609895 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2487 1749 406 171 0 1412 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9948

[startup+3.10133 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1379400/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=11260 CPUtime=3.07
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2775 659 0 0 307 0 0 0 25 0 1 0 59883523 11530240 2086 996147200 134512640 135215973 4294956304 18446744073709551615 134585680 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2815 2086 406 171 0 1740 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11260

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

[startup+3.20135 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1379400/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=11392 CPUtime=3.17
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2801 659 0 0 317 0 0 0 25 0 1 0 59883523 11665408 2112 996147200 134512640 135215973 4294956304 18446744073709551615 134592157 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 2848 2112 406 171 0 1773 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 11392

[startup+4.00151 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1378376/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=12096 CPUtime=3.97
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 2987 659 0 0 397 0 0 0 25 0 1 0 59883523 12386304 2298 996147200 134512640 135215973 4294956304 18446744073709551615 134591106 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 3024 2298 406 171 0 1949 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 12096

[startup+4.40159 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1377160/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=12584 CPUtime=4.39
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 3104 659 0 0 438 1 0 0 25 0 1 0 59883523 12886016 2415 996147200 134512640 135215973 4294956304 18446744073709551615 134599834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 3146 2415 406 171 0 2071 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 12584

[startup+4.60162 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1377160/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=12700 CPUtime=4.58
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 3143 659 0 0 457 1 0 0 25 0 1 0 59883523 13004800 2454 996147200 134512640 135215973 4294956304 18446744073709551615 134610538 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 3175 2454 406 171 0 2100 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 12700

[startup+4.70164 s]
/proc/loadavg: 2.00 2.02 2.01 3/74 16077
/proc/meminfo: memFree=1377160/2055920 swapFree=4192812/4192956
[pid=16072] ppid=16070 vsize=12832 CPUtime=4.68
/proc/16072/stat : 16072 (pcs.big) R 16070 16072 15620 0 -1 4194304 3200 659 0 0 467 1 0 0 25 0 1 0 59883523 13139968 2511 996147200 134512640 135215973 4294956304 18446744073709551615 134627170 0 0 4096 0 0 0 0 17 1 0 0
/proc/16072/statm: 3208 2511 406 171 0 2133 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 12832

Child status: 0
Real time (s): 4.74167
CPU time (s): 4.73528
CPU user time (s): 4.71428
CPU system time (s): 0.020996
CPU usage (%): 99.8651
Max. virtual memory (cumulated for all children) (KiB): 12832

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

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-16 09:09:42
IDJOB=2087654
IDBENCH=58768
IDSOLVER=734
FILE ID=node86/2087654-1247728182
PBS_JOBID= 9521533
Free space on /tmp= 66228 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087654-1247728182/watcher-2087654-1247728182 -o /tmp/evaluation-result-2087654-1247728182/solver-2087654-1247728182 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1198950819 HOME/instance-2087654-1247728182.xml

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

MD5SUM BENCH= 789449b7d2a78eb2b6a442bcf11db55d
RANDOM SEED=1198950819

node86.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.265
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.265
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:       1385968 kB
Buffers:         92856 kB
Cached:         394024 kB
SwapCached:          0 kB
Active:         214576 kB
Inactive:       379780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         118732 kB
Slab:            60568 kB
Committed_AS:   687992 kB
PageTables:       2124 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= 66224 MiB
End job on node86 at 2009-07-16 09:09:47