Trace number 2081021

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 47.4258 47.618

DiagnosticValue
ASSIGNMENTS14167

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-13.xml
MD5SUMbc7db860853f08d82ef2e4b2916a627c
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.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size337
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
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.28/0.32	c Seed is 298399907
0.28/0.32	c Constructing HOME/instance-2081021-1247719209.xml  with 2125 constraints
0.28/0.32	c Solving 14167 backtracks 15 restarts
47.39/47.61	s SATISFIABLE
47.39/47.61	c V0=171, V1=179, V2=87, V3=88, V4=283, V5=275, V6=1, V7=0, V8=167, V9=153, V10=292, V11=293, V12=241, V13=238, V14=56, V15=62, V16=132, V17=130, V18=0, V19=2, V20=285, V21=284, V22=12, V23=5, V24=88, V25=87, V26=217, V27=219, V28=179, V29=180, V30=242, V31=244, V32=180, V33=182, V34=0, V35=1, V36=122, V37=121, V38=81, V39=82, V40=53, V41=52, V42=8, V43=9, V44=180, V45=190, V46=285, V47=282, V48=153, V49=152, 
47.39/47.61	v 171 179 87 88 283 275 1 0 167 153 292 293 241 238 56 62 132 130 0 2 285 284 12 5 88 87 217 219 179 180 242 244 180 182 0 1 122 121 81 82 53 52 8 9 180 190 285 282 153 152 
47.39/47.61	d ASSIGNMENTS 14167

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-2081021-1247719209/watcher-2081021-1247719209 -o /tmp/evaluation-result-2081021-1247719209/solver-2081021-1247719209 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 298399907 HOME/instance-2081021-1247719209.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.99 2.00 2.00 4/73 13943
/proc/meminfo: memFree=1372648/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=5360 CPUtime=0
/proc/13943/stat : 13943 (pcssolve) R 13941 13943 12510 0 -1 4194304 353 659 0 0 0 0 0 0 16 0 1 0 58985552 5488640 244 996147200 4194304 4889804 548682068800 18446744073709551615 4459254 0 0 4100 65536 0 0 0 17 1 0 0
/proc/13943/statm: 1340 244 202 169 0 51 0

[startup+0.0499081 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 13943
/proc/meminfo: memFree=1372648/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=5696 CPUtime=0.03
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1090 659 0 0 3 0 0 0 17 0 1 0 58985552 5832704 721 996147200 134512640 135215973 4294956304 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 1424 721 403 171 0 349 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5696

[startup+0.101912 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 13943
/proc/meminfo: memFree=1372648/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=5952 CPUtime=0.08
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1158 659 0 0 8 0 0 0 17 0 1 0 58985552 6094848 789 996147200 134512640 135215973 4294956304 18446744073709551615 135096430 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 1488 789 406 171 0 413 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5952

[startup+0.301934 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 13943
/proc/meminfo: memFree=1372648/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=6452 CPUtime=0.28
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1293 659 0 0 28 0 0 0 18 0 1 0 58985552 6606848 871 996147200 134512640 135215973 4294956304 18446744073709551615 134590484 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 1613 871 406 171 0 538 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6452

[startup+0.701981 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 13943
/proc/meminfo: memFree=1372648/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=6696 CPUtime=0.68
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1362 659 0 0 68 0 0 0 22 0 1 0 58985552 6856704 940 996147200 134512640 135215973 4294956304 18446744073709551615 134609812 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 1674 940 406 171 0 599 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6696

[startup+1.50107 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1370008/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=7344 CPUtime=1.47
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1558 659 0 0 147 0 0 0 25 0 1 0 58985552 7520256 1136 996147200 134512640 135215973 4294956304 18446744073709551615 4158960638 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 1836 1136 406 171 0 761 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7344

[startup+3.10124 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1368792/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=8756 CPUtime=3.07
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 1927 659 0 0 306 1 0 0 25 0 1 0 58985552 8966144 1472 996147200 134512640 135215973 4294956304 18446744073709551615 134586579 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 2189 1472 406 171 0 1114 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8756

[startup+6.3016 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1365720/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=11552 CPUtime=6.26
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 2688 659 0 0 625 1 0 0 25 0 1 0 58985552 11829248 2135 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 2888 2135 406 171 0 1813 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11552

[startup+12.7023 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1358880/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=17276 CPUtime=12.64
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 4261 659 0 0 1262 2 0 0 25 0 1 0 58985552 17690624 3579 996147200 134512640 135215973 4294956304 18446744073709551615 134600385 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 4319 3579 406 171 0 3244 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 17276

[startup+25.5017 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1346336/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=28880 CPUtime=25.38
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 7467 659 0 0 2535 3 0 0 25 0 1 0 58985552 29573120 6463 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 7220 6463 406 171 0 6145 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 28880

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

[startup+38.3022 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1336352/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=40296 CPUtime=38.13
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 10593 659 0 0 3809 4 0 0 25 0 1 0 58985552 41263104 9076 996147200 134512640 135215973 4294956304 18446744073709551615 135097237 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 10074 9076 406 171 0 8999 0
Current children cumulated CPU time (s) 38.13
Current children cumulated vsize (KiB) 40296

[startup+41.5015 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1333408/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=42860 CPUtime=41.32
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 11308 659 0 0 4127 5 0 0 25 0 1 0 58985552 43888640 9791 996147200 134512640 135215973 4294956304 18446744073709551615 134593108 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 10715 9791 406 171 0 9640 0
Current children cumulated CPU time (s) 41.32
Current children cumulated vsize (KiB) 42860

[startup+44.7019 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1330528/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=45288 CPUtime=44.5
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 11995 659 0 0 4445 5 0 0 25 0 1 0 58985552 46374912 10478 996147200 134512640 135215973 4294956304 18446744073709551615 134677388 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 11322 10478 406 171 0 10247 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 45288

[startup+46.3011 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1328672/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=46560 CPUtime=46.1
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 12337 659 0 0 4604 6 0 0 25 0 1 0 58985552 47677440 10820 996147200 134512640 135215973 4294956304 18446744073709551615 134617361 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 11640 10820 406 171 0 10565 0
Current children cumulated CPU time (s) 46.1
Current children cumulated vsize (KiB) 46560

[startup+47.1022 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1328672/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=46944 CPUtime=46.9
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 12458 659 0 0 4684 6 0 0 25 0 1 0 58985552 48070656 10941 996147200 134512640 135215973 4294956304 18446744073709551615 135095922 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 11736 10941 406 171 0 10661 0
Current children cumulated CPU time (s) 46.9
Current children cumulated vsize (KiB) 46944

[startup+47.5022 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1327968/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=47332 CPUtime=47.29
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 12562 659 0 0 4723 6 0 0 25 0 1 0 58985552 48467968 11045 996147200 134512640 135215973 4294956304 18446744073709551615 134957935 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 11833 11045 406 171 0 10758 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 47332

[startup+47.6022 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 13948
/proc/meminfo: memFree=1327968/2055920 swapFree=4192812/4192956
[pid=13943] ppid=13941 vsize=46816 CPUtime=47.39
/proc/13943/stat : 13943 (pcs.big) R 13941 13943 12510 0 -1 4194304 12562 659 0 0 4733 6 0 0 25 0 1 0 58985552 47939584 10917 996147200 134512640 135215973 4294956304 18446744073709551615 134532692 0 0 4096 0 0 0 0 17 1 0 0
/proc/13943/statm: 11704 10917 406 171 0 10629 0
Current children cumulated CPU time (s) 47.39
Current children cumulated vsize (KiB) 46816

Child status: 0
Real time (s): 47.618
CPU time (s): 47.4258
CPU user time (s): 47.3488
CPU system time (s): 0.076988
CPU usage (%): 99.5963
Max. virtual memory (cumulated for all children) (KiB): 47332

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

runsolver used 0.043993 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-16 06:40:09
IDJOB=2081021
IDBENCH=57267
IDSOLVER=734
FILE ID=node91/2081021-1247719209
PBS_JOBID= 9521443
Free space on /tmp= 66200 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-13.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081021-1247719209/watcher-2081021-1247719209 -o /tmp/evaluation-result-2081021-1247719209/solver-2081021-1247719209 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 298399907 HOME/instance-2081021-1247719209.xml

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

MD5SUM BENCH= bc7db860853f08d82ef2e4b2916a627c
RANDOM SEED=298399907

node91.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.241
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.241
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:       1373064 kB
Buffers:         69864 kB
Cached:         378256 kB
SwapCached:          0 kB
Active:         204636 kB
Inactive:       409200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:         177216 kB
Slab:            54068 kB
Committed_AS:   726776 kB
PageTables:       1984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node91 at 2009-07-16 06:40:57