Trace number 2082891

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 7.36388 7.438

DiagnosticValue
ASSIGNMENTS1141

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-01-1093.xml
MD5SUM2960c39330e67b59bd11d1942a6cbea3
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.478926
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1094
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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 1459010986
0.18/0.21	c Constructing HOME/instance-2082891-1247721816.xml  with 6500 constraints
0.18/0.21	c Solving 1141 backtracks 8 restarts
7.31/7.43	s SATISFIABLE
7.31/7.43	c V0=1093, V1=809, V2=878, V3=1060, V4=1053, V5=1090, V6=364, V7=382, V8=0, V9=1057, V10=1069, V11=0, V12=1069, V13=934, V14=1002, V15=479, V16=1089, V17=1021, V18=1022, V19=1058, V20=609, V21=1092, V22=0, V23=464, V24=967, V25=1091, V26=861, V27=893, V28=1067, V29=584, V30=1002, V31=458, V32=1068, V33=600, V34=1062, V35=890, V36=382, V37=0, V38=1063, V39=1064, V40=1067, V41=637, V42=711, V43=1088, V44=1091, V45=609, V46=893, V47=759, V48=746, V49=0, V50=9, V51=600, V52=1053, V53=584, V54=602, V55=0, V56=1088, V57=967, V58=1021, V59=41, V60=1068, V61=711, V62=479, V63=1000, V64=0, V65=41, V66=1, V67=1092, V68=809, V69=9, V70=5, V71=878, V72=856, V73=7, V74=1017, V75=1062, V76=442, V77=923, V78=970, V79=1032, V80=4, V81=923, V82=865, V83=890, V84=4, V85=692, V86=336, V87=895, V88=364, V89=1092, V90=0, V91=603, V92=746, V93=0, V94=336, V95=602, V96=7, V97=1032, V98=692, V99=861, V100=1092, 
7.31/7.43	v 1093 809 878 1060 1053 1090 364 382 0 1057 1069 0 1069 934 1002 479 1089 1021 1022 1058 609 1092 0 464 967 1091 861 893 1067 584 1002 458 1068 600 1062 890 382 0 1063 1064 1067 637 711 1088 1091 609 893 759 746 0 9 600 1053 584 602 0 1088 967 1021 41 1068 711 479 1000 0 41 1 1092 809 9 5 878 856 7 1017 1062 442 923 970 1032 4 923 865 890 4 692 336 895 364 1092 0 603 746 0 336 602 7 1032 692 861 1092 
7.31/7.43	d ASSIGNMENTS 1141

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-2082891-1247721816/watcher-2082891-1247721816 -o /tmp/evaluation-result-2082891-1247721816/solver-2082891-1247721816 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1459010986 HOME/instance-2082891-1247721816.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 1.99 4/72 15665
/proc/meminfo: memFree=1340264/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (pcssolve) R 15663 15665 13731 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59241936 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15665/statm: 1339 241 200 169 0 50 0
[pid=15666] ppid=15665 vsize=5356 CPUtime=0
/proc/15666/stat : 15666 (pcssolve) R 15665 15665 13731 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 59241936 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 224627584295 0 0 4096 0 0 0 0 17 1 0 0
/proc/15666/statm: 1339 243 202 169 0 50 0
[pid=15667] ppid=15665 vsize=5356 CPUtime=0
/proc/15667/stat : 15667 (pcssolve) R 15665 15665 13731 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59241936 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15667/statm: 1339 241 200 169 0 50 0

[startup+0.111992 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 15665
/proc/meminfo: memFree=1340264/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=6488 CPUtime=0.09
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 1334 657 0 0 9 0 0 0 18 0 1 0 59241936 6643712 891 996147200 134512640 135215973 4294956304 18446744073709551615 134823297 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 1622 891 388 171 0 547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6488

[startup+0.203001 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 15665
/proc/meminfo: memFree=1340264/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=8960 CPUtime=0.18
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 2113 657 0 0 18 0 0 0 18 0 1 0 59241936 9175040 1456 996147200 134512640 135215973 4294956304 18446744073709551615 134591344 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 2240 1456 407 171 0 1165 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8960

[startup+0.30302 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 15665
/proc/meminfo: memFree=1340264/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=9076 CPUtime=0.28
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 2121 657 0 0 28 0 0 0 19 0 1 0 59241936 9293824 1464 996147200 134512640 135215973 4294956304 18446744073709551615 134640928 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 2269 1464 407 171 0 1194 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9076

[startup+0.701077 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 15665
/proc/meminfo: memFree=1340264/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=9076 CPUtime=0.67
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 2179 657 0 0 67 0 0 0 23 0 1 0 59241936 9293824 1522 996147200 134512640 135215973 4294956304 18446744073709551615 134583674 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 2269 1522 407 171 0 1194 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9076

[startup+1.50219 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1335520/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=9548 CPUtime=1.46
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 2277 657 0 0 146 0 0 0 25 0 1 0 59241936 9777152 1620 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 2387 1620 407 171 0 1312 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9548

[startup+3.10142 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1334624/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=10756 CPUtime=3.05
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 2610 657 0 0 305 0 0 0 25 0 1 0 59241936 11014144 1920 996147200 134512640 135215973 4294956304 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 2689 1920 407 171 0 1614 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10756

[startup+6.30187 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1332192/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=12820 CPUtime=6.22
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 3192 657 0 0 622 0 0 0 25 0 1 0 59241936 13127680 2437 996147200 134512640 135215973 4294956304 18446744073709551615 134648245 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 3205 2437 407 171 0 2130 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 12820

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

[startup+6.40189 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1332192/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=12952 CPUtime=6.32
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 3211 657 0 0 632 0 0 0 25 0 1 0 59241936 13262848 2456 996147200 134512640 135215973 4294956304 18446744073709551615 134957761 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 3238 2456 407 171 0 2163 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 12952

[startup+7.202 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1331488/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=13308 CPUtime=7.12
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 3317 657 0 0 711 1 0 0 25 0 1 0 59241936 13627392 2562 996147200 134512640 135215973 4294956304 18446744073709551615 134610629 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 3327 2562 407 171 0 2252 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 13308

[startup+7.40103 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15670
/proc/meminfo: memFree=1331488/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=14668 CPUtime=7.31
/proc/15665/stat : 15665 (pcs.big) R 15663 15665 13731 0 -1 4194304 3734 657 0 0 730 1 0 0 25 0 1 0 59241936 15020032 2770 996147200 134512640 135215973 4294956304 18446744073709551615 135098254 0 0 4096 0 0 0 0 17 1 0 0
/proc/15665/statm: 3667 2770 407 171 0 2592 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 14668

Child status: 0
Real time (s): 7.438
CPU time (s): 7.36388
CPU user time (s): 7.34488
CPU system time (s): 0.018997
CPU usage (%): 99.0035
Max. virtual memory (cumulated for all children) (KiB): 14668

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

runsolver used 0.015997 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-16 07:23:36
IDJOB=2082891
IDBENCH=57651
IDSOLVER=734
FILE ID=node49/2082891-1247721816
PBS_JOBID= 9521377
Free space on /tmp= 66356 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-01-1093.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082891-1247721816/watcher-2082891-1247721816 -o /tmp/evaluation-result-2082891-1247721816/solver-2082891-1247721816 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1459010986 HOME/instance-2082891-1247721816.xml

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

MD5SUM BENCH= 2960c39330e67b59bd11d1942a6cbea3
RANDOM SEED=1459010986

node49.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.232
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.232
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:       1340744 kB
Buffers:         60112 kB
Cached:         510612 kB
SwapCached:          0 kB
Active:         211264 kB
Inactive:       441000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          93020 kB
Slab:            47932 kB
Committed_AS:   590680 kB
PageTables:       1920 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= 66352 MiB
End job on node49 at 2009-07-16 07:23:43