Trace number 2087565

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 1.01984 1.03689

DiagnosticValue
ASSIGNMENTS215

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-105-5.xml
MD5SUMfbb6506a8ee0a1011f326a71c66351cb
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.308952
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size565
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.17/0.21	c Seed is 1235546104
0.17/0.21	c Constructing HOME/instance-2087565-1247727827.xml  with 6300 constraints
0.17/0.21	c Solving 215 backtracks 5 restarts
0.98/1.03	s SATISFIABLE
0.98/1.03	c V0=510, V1=269, V2=10, V3=278, V4=143, V5=0, V6=315, V7=456, V8=538, V9=374, V10=330, V11=399, V12=33, V13=195, V14=262, V15=362, V16=9, V17=468, V18=126, V19=104, V20=248, V21=249, V22=80, V23=302, V24=55, V25=442, V26=434, V27=122, V28=474, V29=171, V30=440, V31=155, V32=506, V33=231, V34=89, V35=425, V36=22, V37=331, V38=475, V39=186, V40=9, V41=436, V42=137, V43=31, V44=419, V45=516, V46=479, V47=556, V48=312, V49=235, V50=59, V51=189, V52=263, V53=351, V54=465, V55=447, V56=9, V57=282, V58=490, V59=29, V60=496, V61=251, V62=162, V63=513, V64=355, V65=75, V66=0, V67=88, V68=422, V69=121, V70=28, V71=157, V72=96, V73=481, V74=214, V75=251, V76=400, V77=76, V78=188, V79=333, V80=459, V81=94, V82=14, V83=410, V84=188, V85=343, V86=482, V87=207, V88=8, V89=312, V90=127, V91=92, V92=18, V93=35, V94=378, V95=79, V96=442, V97=313, V98=223, V99=493, 
0.98/1.03	v 510 269 10 278 143 0 315 456 538 374 330 399 33 195 262 362 9 468 126 104 248 249 80 302 55 442 434 122 474 171 440 155 506 231 89 425 22 331 475 186 9 436 137 31 419 516 479 556 312 235 59 189 263 351 465 447 9 282 490 29 496 251 162 513 355 75 0 88 422 121 28 157 96 481 214 251 400 76 188 333 459 94 14 410 188 343 482 207 8 312 127 92 18 35 378 79 442 313 223 493 
0.98/1.03	d ASSIGNMENTS 215

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-2087565-1247727827/watcher-2087565-1247727827 -o /tmp/evaluation-result-2087565-1247727827/solver-2087565-1247727827 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1235546104 HOME/instance-2087565-1247727827.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.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (pcssolve) R 9764 9766 8865 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59849318 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9766/statm: 1339 241 200 169 0 50 0
[pid=9767] ppid=9766 vsize=3676 CPUtime=0
/proc/9767/stat : 9767 (fgrep) R 9766 9766 8865 0 -1 4194304 147 0 0 0 0 0 0 0 22 0 1 0 59849319 3764224 114 996147200 4194304 4274172 548682068976 18446744073709551615 4243431 0 0 4096 0 0 0 0 17 1 0 0
/proc/9767/statm: 919 114 86 19 0 43 0
[pid=9768] ppid=9766 vsize=5356 CPUtime=0
/proc/9768/stat : 9768 (pcssolve) R 9766 9766 8865 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59849319 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9768/statm: 1339 241 200 169 0 50 0

[startup+0.082623 s]
/proc/loadavg: 1.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=6160 CPUtime=0.06
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 1172 659 0 0 6 0 0 0 18 0 1 0 59849318 6307840 803 996147200 134512640 135215973 4294956304 18446744073709551615 8052144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 1540 803 388 171 0 465 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6160

[startup+0.102624 s]
/proc/loadavg: 1.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=6480 CPUtime=0.08
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 1294 659 0 0 8 0 0 0 18 0 1 0 59849318 6635520 851 996147200 134512640 135215973 4294956304 18446744073709551615 4158960817 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 1620 851 388 171 0 545 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6480

[startup+0.302653 s]
/proc/loadavg: 1.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=8984 CPUtime=0.27
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 2157 659 0 0 27 0 0 0 19 0 1 0 59849318 9199616 1501 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 2246 1501 406 171 0 1171 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8984

[startup+0.702695 s]
/proc/loadavg: 1.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=10452 CPUtime=0.68
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 2574 659 0 0 67 1 0 0 23 0 1 0 59849318 10702848 1709 996147200 134512640 135215973 4294956304 18446744073709551615 4158960240 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 2613 1709 406 171 0 1538 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10452

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

[startup+0.902716 s]
/proc/loadavg: 1.92 2.04 2.01 4/81 9766
/proc/meminfo: memFree=1306120/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=10608 CPUtime=0.88
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 2611 659 0 0 87 1 0 0 25 0 1 0 59849318 10862592 1746 996147200 134512640 135215973 4294956304 18446744073709551615 134590106 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 2652 1746 406 171 0 1577 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 10608

[startup+1.00274 s]
/proc/loadavg: 1.93 2.04 2.01 3/82 9771
/proc/meminfo: memFree=1300608/2055920 swapFree=4192812/4192956
[pid=9766] ppid=9764 vsize=10608 CPUtime=0.98
/proc/9766/stat : 9766 (pcs.big) R 9764 9766 8865 0 -1 4194304 2618 659 0 0 97 1 0 0 25 0 1 0 59849318 10862592 1753 996147200 134512640 135215973 4294956304 18446744073709551615 134902573 0 0 4096 0 0 0 0 17 1 0 0
/proc/9766/statm: 2652 1753 406 171 0 1577 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10608

Child status: 0
Real time (s): 1.03689
CPU time (s): 1.01984
CPU user time (s): 0.999848
CPU system time (s): 0.019996
CPU usage (%): 98.3559
Max. virtual memory (cumulated for all children) (KiB): 10608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.999848
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3284
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= 21
involuntary context switches= 54

runsolver used 0.003999 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-16 09:03:47
IDJOB=2087565
IDBENCH=58743
IDSOLVER=733
FILE ID=node20/2087565-1247727827
PBS_JOBID= 9521579
Free space on /tmp= 66296 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-105-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087565-1247727827/watcher-2087565-1247727827 -o /tmp/evaluation-result-2087565-1247727827/solver-2087565-1247727827 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1235546104 HOME/instance-2087565-1247727827.xml

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

MD5SUM BENCH= fbb6506a8ee0a1011f326a71c66351cb
RANDOM SEED=1235546104

node20.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.236
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.236
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:       1306600 kB
Buffers:         91232 kB
Cached:         534708 kB
SwapCached:          0 kB
Active:         157096 kB
Inactive:       502064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:          53620 kB
Slab:            75320 kB
Committed_AS:   492652 kB
PageTables:       1892 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= 66296 MiB
End job on node20 at 2009-07-16 09:03:48